Muse doc-updater
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation.
install
source · Clone the upstream repo
git clone https://github.com/myths-labs/muse
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/myths-labs/muse "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/toolkit/doc-updater" ~/.claude/skills/myths-labs-muse-doc-updater && rm -rf "$T"
manifest:
skills/toolkit/doc-updater/SKILL.mdsource content
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
- Analyze: Scan file structure (
) and read key entries (list_dir
).view_file - Codemap: Generate mental or physical map of modules.
- Update: Reword documentation to reflect actual implementation.
Key Targets (Examples)
: Ensure features match implementation.README.md
: Keep deployment steps current.docs/deployment.md
: Dependency versions.package.json
Documentation Best Practices
- Single Source of Truth: Code is truth. Docs follow code.
- Freshness: Include "Last Updated" dates.
- Actionable: Commands must run.