Validate Duende docs index integrity and detect drift without making changes. Use for health checks.
Validates Duende documentation index integrity and detects drift without modifications. Use for health checks before searches or after index updates.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install spec-driven-development@melodic-software(no arguments - runs validation)Run validation checks on the documentation index without making any modifications.
python "${CLAUDE_PLUGIN_ROOT}/skills/duende-docs/scripts/management/manage_index.py" verify
python "${CLAUDE_PLUGIN_ROOT}/skills/duende-docs/scripts/maintenance/validate_index.py"
python "${CLAUDE_PLUGIN_ROOT}/skills/duende-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.