audit-docs
Installation
SKILL.md
Audit Documentation Files
Purpose
This skill provides static validation of CLAUDE.md and AGENTS.md documentation files to ensure they accurately reflect the actual codebase structure and follow proper conventions.
What It Validates
1. Marker Format (MARKER_MISSING)
Required comment marker pairs must exist:
<!-- AVAILABLE_SKILLS_START -->/<!-- AVAILABLE_SKILLS_END --><!-- AVAILABLE_AGENTS_START -->/<!-- AVAILABLE_AGENTS_END -->
2. Table Structure (TABLE_MALFORMED)
Tables must have:
Related skills
More from nayuta/agent-skills
security-scan
|
22security-review
|
13mend-docs
Maintain and synchronize documentation files with the actual codebase (agents and skills).
13validate-fix
Iteratively run Agent Skill validation and resolve any issues found.
12mend-agent-rules
Synchronize CLAUDE.md and AGENTS.md with available agents and skills.
12skill-audit
|
10