Agent skill
Gemini CLI
Tool: Google Gemini API with 2M token context
Stars
10
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/hivellm/rulebook/tree/main/templates/skills/cli/gemini
SKILL.md
Gemini CLI Rules
Tool: Google Gemini API with 2M token context
Quick Start
bash
# Install gemini CLI
npm install -g @google/generative-ai-cli
# Set API key
export GEMINI_API_KEY=your_key
Usage
bash
# Always reference AGENTS.md:
gemini --prompt "Read @AGENTS.md. Implement [feature] with tests (95%+ coverage)."
# Include files:
gemini --files AGENTS.md,src/feature.ts
Workflow
- Include AGENTS.md in context with
--files AGENTS.md - Request: "Follow @AGENTS.md. Implement [feature] with tests."
- Review output
- Run quality checks:
npm run lint && npm test
Critical: Reference @AGENTS.md for consistent code generation.
Didn't find tool you were looking for?