update-docs
CommunityKeep your documentation perfectly in sync with code.
AuthorCygnusfear
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Outdated or inaccurate documentation leads to confusion, wasted time, and errors for developers and stakeholders. This skill automates the systematic review and update of all project documentation, ensuring it always reflects the current codebase state.
Core Features & Use Cases
- Comprehensive Document Review: Systematically audits
.plans,CLAUDE.md,docs, and.tasksfiles for accuracy and completeness. - Git-Based Change Analysis: Identifies code changes since the last documentation update to pinpoint areas needing attention.
- Plan Status Tracking: Verifies implementation progress against plans, marking items as
✅ Done,📋 Todo, or⚠️ Obsolete. - Use Case: After a major refactor or feature release, use this skill to automatically audit all related documentation, ensuring every change is reflected and all plans are correctly marked as complete or obsolete.
Quick Start
Find all documentation files
find . -name ".md" -not -path "/node_modules/*"
Check when docs were last modified
git log --follow --pretty=format:"%ad %s" --date=short -- .plans/
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: update-docs Download link: https://github.com/Cygnusfear/claude-stuff/archive/main.zip#update-docs Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.