Scrape Gemini CLI documentation from geminicli.com, then refresh and validate the index. Use to update docs from upstream.
Scrapes Gemini CLI documentation from geminicli.com, rebuilds and validates the index.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install claude-ecosystem@melodic-software(no arguments - runs full scrape)Scrape all documentation from the configured sources (geminicli.com llms.txt).
python "${CLAUDE_PLUGIN_ROOT}/skills/gemini-cli-docs/scripts/core/scrape_all_sources.py" --parallel --skip-existing
python "${CLAUDE_PLUGIN_ROOT}/skills/gemini-cli-docs/scripts/management/rebuild_index.py"
python "${CLAUDE_PLUGIN_ROOT}/skills/gemini-cli-docs/scripts/management/manage_index.py" verify
Report the results of each step.