Claude-skill-registry docs-consistency

Ensure consistency of documentation files. Use this skill when you made a significant change to the codebase that may affect the documentation (like feature addition), or when you made a significant change to the documentation itself.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/docs-consistency" ~/.claude/skills/majiayu000-claude-skill-registry-docs-consistency && rm -rf "$T"
manifest: skills/data/docs-consistency/SKILL.md
source content

Docs Consistency Skill

Documentation files (packages/docs) should be consistent and up-to-date with the codebase. When you make changes to the codebase that affect documented features, or when you update documentation files, ensure that all relevant documentation files reflect the changes accurately.

Checklist

  • New feature documentation is added. (when a new feature is introduced)
  • Updated feature documentation reflects code changes. (when existing features are modified)
  • Index pages don't lack links to new or updated sections.