Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By orbruno
Converts Claude Code plugins into Gemini CLI extensions with full automation
npx claudepluginhub orbruno/claude-to-gemini-ccpluginThis skill should be used when the user asks to "convert Claude plugin to Gemini", "map Claude components to Gemini", "translate plugin format", "convert commands to TOML", "convert skills to GEMINI.md", or needs to understand how Claude Code plugin components map to Gemini CLI extension equivalents.
This skill should be used when the user asks to "review code", "check code quality", or "analyze for bugs".
This skill should be used when the user asks about "Gemini CLI extensions", "gemini-extension.json format", "Gemini commands TOML format", "GEMINI.md context files", "Gemini extension directory structure", or needs to understand how Gemini CLI extensions are organized and configured.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Hand long-context reading, bilingual rewrites, second-opinion review, and Traditional Chinese / CJK output from Claude to Gemini CLI.
Expert guidance for Gemini CLI headless mode - running prompts programmatically, parsing JSON/streaming output, building automation scripts, and CI/CD integration
Enables Claude Code to manage Gemini CLI as an intern. Claude acts as manager/architect while Gemini does all coding work.
Google Gemini CLI ecosystem plugin with documentation management, Claude-to-Gemini integration agents, exploration/planning skills, workspace bridging, and meta-skills for configuration, checkpointing, sandboxing, and session management
Bridge plugin that enables Han's hook ecosystem (validation, context injection, orchestration) to work with Gemini CLI by translating Gemini CLI events into Han hook invocations.
v9.39.0 — Codex marketplace icon, session provider controls, and OpenCode catalog/logging maintenance. Run /octo:setup.
Toolkit for document extraction using Docling - convert PDFs and HTML into structured, citation-rich JSONL for AI processing pipelines
Personal knowledge management system for organizing files, cataloging literature, and maintaining consistent knowledge architecture. Configurable per-project via .claude/knowledge-management.local.md.
Comprehensive toolkit for BAML development: project scaffolding, code generation, testing, framework integration, and Gemini batch processing
Complete WooCommerce and WordPress API integration for managing sites without the dashboard. Includes backup management, security auditing, and multi-site support.
Execute Gemini-specific workflows: long context processing, image/video analysis, and batch data processing
Converts Claude Code plugins into Gemini CLI extensions with full automation.
claude --plugin-dir /path/to/claude-to-gemini
Or copy to your project's .claude-plugin/ directory.
/convert-to-gemini
When run inside a Claude plugin directory, this command will:
| Claude Code | Gemini CLI |
|---|---|
.claude-plugin/plugin.json | gemini-extension.json |
commands/*.md | commands/*.toml |
skills/*/SKILL.md | GEMINI.md context files |
agents/*.md | GEMINI.md + custom commands |
hooks/hooks.json | excludeTools / MCP config |
.mcp.json | mcpServers in manifest |