Code Oracle Gemini banner
gpt-cmdr gpt-cmdr

Code Oracle Gemini

Development community

Description

--- name: code-oracle-gemini model: opus tools: [Read, Grep, Glob, Bash, Write] working_directory: . description: | Large context code analysis oracle using Google Gemini CLI. Optimized for scanning large codebases, multi-file pattern analysis, and rapid context review. Supports TWO invocation patterns: 1. Markdown file handoff (recommended) - Write REVIEW.md, execute, read FINDINGS.md 2. Direct CLI (quick tasks) - gemini -y "prompt" Best for fast analysis of many files or large con

Installation

Installs to ~/.claude/agents/gpt-cmdr-ras-commander-code-oracle-gemini.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gpt-cmdr/ras-commander/HEAD/.claude/agents/code-oracle-gemini.md -o ~/.claude/agents/gpt-cmdr-ras-commander-code-oracle-gemini.md

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

Full documentation available on GitHub

View Source Repository