Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install meaddrab933-muse-skills-toolkit-doc-updatergit clone https://github.com/Meaddrab933/muse.gitcp muse/SKILL.MD ~/.claude/skills/meaddrab933-muse-skills-toolkit-doc-updater/SKILL.md--- name: doc-updater description: Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. --- # Doc Updater Skill This skill adopts the persona of a documentation specialist to ensure docs match code reality. ## Usage Invoke helps to regenerate codemaps or update `PRD.md`, `CLAUDE.md`, or `README.md` after significant code changes. ## Workflow 1. **Analyze**: Scan file structure (`list_dir`) and read key entries (`view_file`). 2. **Codemap**: Generate mental or physical map of modules. 3. **Update**: Reword documentation to reflect actual implementation. ## Key Targets (Examples) - `README.md`: Ensure features match implementation. - `docs/deployment.md`: Keep deployment steps current. - `package.json`: Dependency versions. ## Documentation Best Practices - **Single Source of Truth**: Code is truth. Docs follow code. - **Freshness**: Include "Last Updated" dates. - **Actionable**: Commands must run.