Ln 600 Docs Auditor
This AI audits documentation for clarity and consistency, ensuring high-quality content and reducing potential misunderstandings.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ln-600-docs-auditor npx -- -y @trustedskills/ln-600-docs-auditor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ln-600-docs-auditor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ln-600-docs-auditor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Ln 600 Docs Auditor skill analyzes project documentation to ensure clarity, consistency, and accuracy. It proactively identifies opportunities to reduce document size while maintaining value, eliminates redundancy, converts prose into structured formats like tables and lists, and verifies the overall documentation hierarchy rooted at CLAUDE.md. Crucially, it also delegates semantic verification to the ln-601 skill to ensure content aligns with project scope and the codebase reality.
When to use it
- Quality Review: To proactively assess the quality of existing project documentation.
- Documentation Pipeline Integration: As part of an automated document processing pipeline (specifically, Phase 5 of
ln-100-documents-pipelinewhenauditDocs=true). - Standardization Enforcement: To ensure documentation adheres to established standards and best practices within a project.
- Codebase Synchronization: To verify that documentation accurately reflects the current state of the codebase.
Key capabilities
- Structural Checks: Verifies documentation hierarchy, links (ensuring no orphaned or broken links), and adherence to root file (
CLAUDE.md). - Single Source of Truth Enforcement: Detects and eliminates content duplication, replacing them with links to source documents.
- Content Compression: Identifies verbose or redundant content for removal and suggests converting prose into structured formats.
- Semantic Verification Delegation: Delegates semantic content auditing to the
ln-601-semantic-content-auditorskill. - Actuality Checks: Validates factual accuracy against the codebase (e.g., verifying paths, function names, and API validity).
- Legacy Cleanup: Removes outdated information such as historical notes or deprecated content.
Example prompts
- "Audit the documentation for clarity and consistency."
- "Run a full quality audit of all markdown files in the project."
- "Check the
CLAUDE.mdfile and related documents for broken links and duplication."
Tips & gotchas
- Root Directory: The skill expects file paths to be relative to the skills repository root. If running from a different directory, navigate up one level before invoking.
- Semantic Audit Dependency: The semantic audit component relies on the
ln-601-semantic-content-auditorskill being installed and functional. - Excluded Directories: The skill excludes documents within the
docs/tasks/,docs/reference/,docs/presentation/, andtests/directories from its analysis.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.