Use Google Gamini banner
automazeio automazeio

Use Google Gamini

Development community

Description

# Using Gemini CLI for Large Codebase Analysis When analyzing large codebases or multiple files that might exceed context limits, use the Gemini CLI with its massive context window. Use `gemini -p` to leverage Google Gemini's large context capacity. ## File and Directory Inclusion Syntax Use the `@` syntax to include files and directories in your Gemini prompts. The paths should be relative to WHERE you run the gemini command: ### Examples: **Single file analysis:** ```bash gemini -p "@src/

Installation

Installs to ~/.claude/skills/automazeio-claude-code-for-power-users-use-google-gamini/SKILL.md

Terminal
mkdir -p ~/.claude/skills/automazeio-claude-code-for-power-users-use-google-gamini && curl -fsSL https://raw.githubusercontent.com/automazeio/claude-code-for-power-users/HEAD/commands/use-google-gamini.md -o ~/.claude/skills/automazeio-claude-code-for-power-users-use-google-gamini/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository