By bsmi021
Use Google Gemini from Claude Code to review code, search the web, analyze files, or delegate tasks.
Internal helper contract for calling the gemini-companion runtime from Claude Code
Internal guidance for composing effective prompts to send to Gemini for coding, review, research, and analysis tasks
Internal guidance for presenting Gemini helper output back to the user
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Claude Code plugins for delegating tasks to GitHub Copilot CLI and Google Gemini CLI.
/copilot:*)Wraps the GitHub Copilot CLI to provide:
/copilot:review — Code review via Copilot's code-review agent/copilot:suggest — Get code suggestions/completions/copilot:explain — Explain code via Copilot/copilot:plan — Generate implementation plans/copilot:delegate — Delegate tasks to Copilot (background)/copilot:fleet — Parallel subagent execution/copilot:setup — Verify installation and authentication/copilot:status / /copilot:result / /copilot:cancel — Job management/gemini:*)Wraps the Google Gemini CLI to provide:
/gemini:review — Code review via Gemini/gemini:task — Delegate tasks to Gemini (background)/gemini:search — Google Search-grounded research/gemini:explain — Explain code via Gemini/gemini:plan — Generate implementation plans/gemini:analyze — Multimodal file analysis (images, PDFs, audio, video)/gemini:memory — Manage Gemini's context/memory/gemini:setup — Verify installation and authentication/gemini:status / /gemini:result / /gemini:cancel — Job management# From Claude Code, install via plugin marketplace or:
claude plugin install ./path/to/ai-plugins-cc
npm test # Run all tests
npm run test:copilot # Copilot plugin tests only
npm run test:gemini # Gemini plugin tests only
Each plugin follows the codex-plugin-cc pattern:
plugins/<name>/
├── .claude-plugin/plugin.json # Plugin identity
├── commands/*.md # User-facing slash commands
├── skills/*/SKILL.md # Internal guidance for Claude
├── agents/*.md # Subagent definitions
├── hooks/hooks.json # Session lifecycle hooks
├── prompts/*.md # System prompts for the external AI
├── schemas/*.json # Output validation schemas
└── scripts/ # Node.js runtime
├── <name>-companion.mjs # CLI entry point/dispatcher
├── session-lifecycle-hook.mjs
└── lib/ # Library modules
Communication uses headless CLI invocation (spawn process with --output-format json), not the broker/IPC pattern from codex-plugin-cc.
MIT
npx claudepluginhub bsmi021/ai-plugins-cc --plugin geminiUse GitHub Copilot from Claude Code to review code, get suggestions, or delegate tasks.
Gemini CLI integration with focused skills for web search, plan review, code review, and architecture analysis
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions