List all google-ecosystem plugin slash commands. Use to discover available documentation, integration, and discovery commands.
Lists all available slash commands from the google-ecosystem plugin for discovery.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install claude-ecosystem@melodic-software(no arguments - lists all commands)List all available slash commands from the google-ecosystem plugin.
Scrape Gemini CLI documentation from geminicli.com, then refresh and validate the index.
Refresh Gemini CLI docs index without scraping. Rebuilds index from existing files.
Validate Gemini CLI docs index integrity and detect drift without making changes.
<prompt>Send a quick headless query to Gemini CLI and display the response with stats.
Example: /google-ecosystem:gemini-query What is async/await?
<file-path> [type]Send a file to Gemini CLI for analysis. Types: security, performance, architecture, bugs, general.
Example: /google-ecosystem:gemini-analyze src/auth.ts security
[topic]Get Gemini's independent analysis on a topic or recent context. Provides validation and alternative perspectives.
Example: /google-ecosystem:gemini-second-opinion Is this database schema correct?
<command>Execute a shell command in Gemini CLI sandbox for isolation. Safe for untrusted operations. Requires Docker, Podman, or macOS Seatbelt.
Example: /google-ecosystem:gemini-sandbox npm install unknown-package
[scope] [--output <path>]Explore entire codebase with Gemini's large context window. Outputs a structured markdown report.
Scopes: architecture, dependencies, patterns, all (default)
Example: /google-ecosystem:gemini-explore architecture
<task-description> [--context <files>]Generate Claude-executable implementation plans using Gemini's reasoning. Plans are formatted for Claude to execute.
Example: /google-ecosystem:gemini-plan "Add user authentication with JWT"
[--status] [--init] [--force]Synchronize CLAUDE.md to GEMINI.md and check for context drift. Uses @import pattern for automatic sync.
Example: /google-ecosystem:sync-context --init
List all available Gemini CLI skills with their descriptions.
List all google-ecosystem slash commands (this command).
| Category | Count |
|---|---|
| Documentation | 3 |
| Integration | 7 |
| Discovery | 2 |