How this skill is triggered — by the user, by Claude, or both
Slash command
/docs-generator:validate-docsWhen to use
Use this skill when the user wants to: - Validate documentation - Check doc completeness - Calculate documentation score - Identify missing documentation
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping the user validate documentation completeness and quality.
You are helping the user validate documentation completeness and quality.
Calculated from:
Target: 80%+ for production services
python plugins/docs-generator/skills/generate-docs/scripts/docs_generator.py validate
Output:
Documentation Score: 85%
✓ README.md present
✓ API specification present
✓ Architecture diagrams present
✗ Integration guide missing
✓ All required README sections present
✓ Code examples included
⚠ 2 broken links found
For missing documentation:
generate-docs to create missing filesnpx claudepluginhub infiquetra/infiquetra-claude-plugins --plugin docs-generatorGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.