gemini-reference
Gemini CLI Reference
Invoke the Gemini agent for sub-tasks using structured JSON output and explicit session management.
When to Use Gemini
Use Gemini when you need:
- Large context window - Can process extensive codebases in one pass
- General purpose tasks - Good balance of capability across domains
- Fast responses - Flash models for quick analysis
- Cost efficiency - Lower cost per token for large inputs
Capabilities
- Core Tools:
ReadFileTool,WriteFile,Edit,GlobTool,GrepTool,ShellTool. - MCP Servers:
context7: Documentation queries.brave-search: Web search (Brave).
More from sirn/dotfiles
code-explain
Explain code, triage changes, or map project structure. Use when user asks to explain, understand, triage, or explore project structure.
19code-plan
Generate comprehensive implementation plan based on analysis. Use when user asks to plan this, create a plan, how should I implement, or wants implementation guidance.
19code-commit
Commit current changes using jj. Analyzes changes, suggests commit messages following repository conventions, proposes splits if needed, and creates commits. Use ONLY when user explicitly asks to commit changes or create commits.
18code-quality
Run comprehensive quality checks by orchestrating review, verification, testing, and linting. Use when user asks to check code quality, run full checks, or verify code health.
18context7
Retrieve up-to-date documentation context for libraries using the Context7 API. Use when needing current library documentation (React, Python stdlib, Rust, etc.) BEFORE implementing or writing code.
17code-setup-project
Sets up project development environment (wrapper scripts and/or Nix flake). Use when user wants to set up a development environment, create wrapper scripts, or add a Nix flake.
17