Validate Cursor docs index integrity and detect drift without making changes. Use for health checks.
Validates the Cursor documentation index integrity and detects drift without making changes. Use for health checks to ensure your documentation index is accurate and up-to-date.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install response-quality@melodic-software(no arguments - runs validation)Run validation checks on the documentation index without making any modifications.
python "${CLAUDE_PLUGIN_ROOT}/skills/cursor-docs/scripts/management/manage_index.py" verify
python "${CLAUDE_PLUGIN_ROOT}/skills/cursor-docs/scripts/maintenance/validate_index.py"
python "${CLAUDE_PLUGIN_ROOT}/skills/cursor-docs/scripts/management/manage_index.py" count
Report the results of each validation step, highlighting any issues found.
/validate-docsValidate Claude docs index integrity and detect drift without making changes.