From dev-workflow
Audit markdown documentation and agent instructions (README, CLAUDE.md, AGENTS.md) for freshness, formatting, and consistency. Use when the user says "check docs", "audit documentation", "are the docs up to date?", after significant code changes that may have staled the docs, or before a release. Auto-fixes safe issues (missing code-fence language, trailing whitespace, version drift) and asks before content changes. Monorepo-aware.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflow:check-docssonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit and fix project documentation, ensuring it follows standards and agent instructions are optimal.
Audit and fix project documentation, ensuring it follows standards and agent instructions are optimal.
/check-docs - Full audit of all documentation/check-docs README.md - Check specific file/check-docs packages/ - Check specific directory/check-docs agents - Focus on agent instructions onlyBefore proceeding, verify:
.git/ directoryIf critical files don't exist, report clearly and continue with available files.
~/.claude/CLAUDE.md for markdown formatting rules, comment policy, language requirementsgit ls-files '*.md'For AGENTS.md:
For .claude/ files:
Compile findings into Critical, High, Medium priority categories.
Auto-fix without confirmation:
Confirm before fixing:
Report only (manual fix):
Structure: Project name, quick start, tech stack, key conventions, file structure.
Guidelines:
Freshness: Compare package.json deps with tech stack, actual files with documented structure, current commands with scripts section.
Use --dry-run to preview changes without modifying files.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jmlweb/skills-monorepo --plugin dev-workflow