mastering-gemini-cli
Build headless automation and agentic workflows with Google's Gemini CLI. Covers approval modes (default, auto_edit, yolo), file permission model, Edit vs WriteFile tool selection, smartEdit configuration, GEMINI.md context files, settings.json hierarchy, and MCP server integration. Use when building CI/CD pipelines with Gemini, debugging "0 occurrences found" edit failures, configuring --approval-mode for automation, creating long-running agents with --resume, or integrating external services via Model Context Protocol.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install SpillwaveSolutions/mastering-gemini-cli-agentic-skill/mastering-gemini-cli skilz install SpillwaveSolutions/mastering-gemini-cli-agentic-skill/mastering-gemini-cli --agent opencode skilz install SpillwaveSolutions/mastering-gemini-cli-agentic-skill/mastering-gemini-cli --agent codex skilz install SpillwaveSolutions/mastering-gemini-cli-agentic-skill/mastering-gemini-cli --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/SpillwaveSolutions/mastering-gemini-cli-agentic-skill cp -r mastering-gemini-cli-agentic-skill/mastering-gemini-cli ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- SpillwaveSolutions (GitHub)
- Repository
- mastering-gemini-cli-agentic-skill
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 97.0
Agent Skill Grade
A
Score: 97/100
Click to see breakdown
Score Breakdown
Areas to Improve
- SKILL.md is 285 lines but lacks a Table of Contents for navigation
- New users must piece together setup from multiple sections; no clear numbered getting started guide
- Debugging section lacks explicit run-check-fix loop pattern for common failures
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
Developer Feedback
I took a look at your mastering-gemini-cli skill and wanted to share some thoughts.
Links:
The TL;DR
You're sitting at 97/100, solidly in A territory. This is graded against Anthropic's best practices for skill design. Your strongest area is Ease of Use (24/25) — the metadata, trigger terms, and decision tables are really well done. The weaker spot is Spec Compliance (12/15), which is mostly about missing trigger phrases in your description and a couple of structural things.
What's Working Well
Killer metadata and triggers — Your description calls out specific pain points (approval modes, smartEdit, GEMINI.md, MCP integration) that make the skill immediately discoverable. That's the kind of specificity that actually helps people find what they need.
Progressive disclosure nailed — Five focused reference files plus three templates and two scripts is chef's kiss organization. You're not dumping everything in one place; users can go deep without drowning in SKILL.md.
Practical templates and checklists — The
validate-setup.shscript, the Common Mistakes table, and your three ready-to-use templates (GEMINI.md, settings.json, wrapper script) give people actual things they can copy-paste. That's high utility.Scope clarity — You're explicit about what this skill covers (Gemini CLI headless automation, not auth setup or model selection) and what it doesn't. That boundary-setting prevents confusion.
The Big One: Missing TOC in SKILL.md
At 285 lines, SKILL.md should have a table of contents. Right now, new users have to scroll or search to find what they need. It's not a huge deal when the content is well-written (and yours is), but it's low-hanging fruit for discoverability.
Fix: Add a TOC after the Quick Start section with anchor links to: Headless Automation, Approval Modes, Edit Failure Recovery, MCP Integration, Debugging, etc. This is a +1 point gain and makes the skill feel more polished.
Other Things Worth Fixing
First-time setup workflow is scattered — You have a Headless Checklist, but new users don't see a clear numbered 1-2-3 setup path. Add a "Getting Started" section with: install CLI → create settings.json → create GEMINI.md → validate with script → run first command. That's +1 point.
Description needs more trigger phrases — You've got a solid description, but only 1-2 trigger phrases. Add: "resume gemini execution", "persistent gemini editing", "gemini approval workflow". More triggers = more people finding this when they search. +1 point for spec compliance.
Missing run-check-fix loop in debugging — Your Debug section shows flags but doesn't give a clear iterative pattern. Add: "1. Run with --debug, 2. Check for old_string match, 3. Enable smartEdit if mismatched, 4. Retry." That's +1 on utility.
Quick Wins
- Add TOC to SKILL.md (285 lines → needs navigation)
- Flesh out first-time setup (numbered 1-5 workflow at top)
- Add 3-4 more trigger phrases (approval modes, persistent editing, etc.)
- Add run-check-fix debugging loop (explicit iterative pattern)
These four fixes would push you to 100/100 without changing your core content. You've built something solid — just needs a bit of polish.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?