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.md
source 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

  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.