From aws-skills-for-claude-code
Synchronizes project docs (CLAUDE.md, README.md, architecture.md) with code state via quality scoring (0-100), gap analysis, skill/ADR audits using git log, and change reports. Use for doc-code alignment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:sync-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Synchronize project documentation with current code state.
Synchronize project documentation with current code state.
Score each CLAUDE.md file (0-100) across:
Output quality report with grades (A-F) before making changes.
skills/ and verify SKILL.md presenceOutput before/after quality scores and list of all changes.
Run with /sync-docs command
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeAudits CLAUDE.md files in repositories: discovers files via find, evaluates quality against rubrics, generates reports, and applies targeted improvements after approval.
Audits codebase documentation against actual behavior, producing a severity-tagged drift report (STALE, MISSING, OUTDATED, DUPLICATE). Read-only review.
Audits and improves CLAUDE.md files in repositories by discovering files via glob/bash, scoring quality against checklists, generating reports, and applying targeted updates after approval. Use for CLAUDE.md audits, fixes, maintenance, or project memory optimization.