ctxt-docs-consistency-checker
Checks markdown documentation for broken links, file presence, and consistency in claims.
Install
mkdir -p .claude/skills/ctxt-docs-consistency-checker && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17657" && unzip -o skill.zip -d .claude/skills/ctxt-docs-consistency-checker && rm skill.zipInstalls to .claude/skills/ctxt-docs-consistency-checker
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Audits markdown documentation for broken links, file presence, and claims hygiene.Key capabilities
- →Verify formatting of markdown documentation
- →Audit markdown link integrity
- →Validate document locations
- →Check for forbidden readiness or compatibility claims
- →Relocate misplaced phase status reports
- →Audit navigation links in the README
How it works
This skill audits markdown documentation by verifying formatting, link integrity, document locations, and claims hygiene. It ensures compliance with project standards and identifies issues like broken links or forbidden claims.
Inputs & outputs
When to use ctxt-docs-consistency-checker
- →Verifying documentation link integrity
- →Cleaning up project documentation structure
- →Checking for forbidden claims in docs
- →Validating file presence in reports
About this skill
Skill: ctxt-docs-consistency-checker
Goal
Verify formatting, markdown link integrity, document locations, and claims hygiene across all workspace documentation.
Read first
- README.md
- docs/ROADMAP.md
Use when
- Creating or updating files in
docs/orreports/. - Auditing navigation links in the README.
- Validating that no forbidden readiness or compatibility claims exist.
Allowed
- Modifying markdown files in
docs/,reports/, and the root directory. - Relocating misplaced phase status reports to correct folders.
Forbidden
- Adding unsupported assurance claims.
- Creating or editing Rust source code.
- Performing live network connections.
Validation
git status --porcelain
Return
Standard Phase Return Format.
When not to use it
- →Adding unsupported assurance claims
- →Creating or editing Rust source code
- →Performing live network connections
Limitations
- →Forbidden: Adding unsupported assurance claims.
- →Forbidden: Creating or editing Rust source code.
- →Forbidden: Performing live network connections.
How it compares
This skill provides a specialized audit for markdown documentation, focusing on link integrity and claims hygiene, unlike a general linter or spell checker.
Compared to similar skills
ctxt-docs-consistency-checker side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ctxt-docs-consistency-checker (this skill) | 0 | 1mo | No flags | Beginner |
| ml-paper-writing | 48 | 5mo | Review | Advanced |
| docs-review | 10 | 7mo | No flags | Beginner |
| claude-md-improver | 21 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
ml-paper-writing
davila7
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.
docs-review
metabase
Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
claude-md-improver
anthropics
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".
write-docs
tldraw
Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.
update-docs
vercel
This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what docs need updating", "sync docs with code", "scaffold docs for this feature", "document this feature", "review docs completeness", "add docs for this change", "what documentation is affected", "docs impact", or mentions "docs/", "docs/01-app", "docs/02-pages", "MDX", "documentation update", "API reference", ".mdx files". Provides guided workflow for updating Next.js documentation based on code changes.
wiki-architect
microsoft
Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.