Scrape Cursor documentation from llms.txt sources, then refresh and validate the index. Use to update docs from upstream.
Scrape and index Cursor documentation from llms.txt sources. Use this to update your local docs when Cursor releases new features or changes their documentation.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install response-quality@melodic-software(no arguments - runs full scrape)Scrape all documentation from the configured llms.txt sources.
python "${CLAUDE_PLUGIN_ROOT}/skills/cursor-docs/scripts/core/scrape_docs.py" --parallel
python "${CLAUDE_PLUGIN_ROOT}/skills/cursor-docs/scripts/management/rebuild_index.py"
python "${CLAUDE_PLUGIN_ROOT}/skills/cursor-docs/scripts/management/manage_index.py" verify
Report the results of each step.