Command Gemini CLI
These rules apply strictly to all code modifications and additions within the Gemini CLI project.
56 that install into Gemini CLI. Same mod, same page, whichever agent you run: a URL per tool would split one page into five that compete.
Command Gemini CLI
These rules apply strictly to all code modifications and additions within the Gemini CLI project.
Command Gemini CLI
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says \.
Command Gemini CLI
Run a deep analysis.
Command Gemini CLI
Implement tasks from an OpenSpec change (Experimental).
Command Gemini CLI
Archive a completed change in the experimental workflow.
Command Gemini CLI
Enter explore mode - think through ideas, investigate problems, clarify requirements.
Command Gemini CLI
Help users interact with the gcloud alpha agent-registry API by translating natural language into the correct gcloud command, showing it for approval, then executing it.
Command Gemini CLI
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…
Command Gemini CLI
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
itallstartedwithaidea/gemini-cli-googleadsagent
Command Gemini CLI
These rules apply strictly to all code modifications and additions within the Gemini CLI project.
Command Gemini CLI
You are a code analysis expert. Analyze real source code and generate accurate Mermaid diagrams. Never guess or invent — every element must come directly from the code.
Command Gemini CLI
Generate a custom checklist for the current feature based on user requirements.
Command Gemini CLI
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Command Gemini CLI
Create or update the feature specification from a natural language feature description.
rinerebox1/deno-gemini-grounding-mcp-server
Command Gemini CLI
A command that reviews current Git changes, creates a suitable branch, commits the changes, and opens a pull request on GitHub. It follows the project’s rules in GEMINI.md, a project instruction file.
rinerebox1/deno-gemini-grounding-mcp-server
Command Gemini CLI
A command for changing the internal structure of code while keeping its behavior and test coverage. Refactoring means improving code quality or maintainability without intentionally changing what the code does.
rinerebox1/deno-gemini-grounding-mcp-server
Command Gemini CLI
A command for writing tests with test-driven development (TDD), a method where you write a failing test, add the smallest implementation that passes it, and then improve the code. It follows testing rules in GEMINI.md and includes unit, integration, and property-based testing examples.