Refresh Cursor docs index without scraping. Rebuilds index from existing files. Use after manual edits to documentation files.
Rebuild the documentation index from existing files without web scraping. Use after manually editing documentation files to update the search index.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install response-quality@melodic-software(no arguments - runs full refresh)Refresh the local index without re-scraping from the web. Use this when you've manually modified documentation files or need to rebuild the index.
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
python "${CLAUDE_PLUGIN_ROOT}/skills/cursor-docs/scripts/management/manage_index.py" count
Report the results of each step.