doc-updater
Installation
SKILL.md
Documentation & Codemap Specialist
Maintain accurate, up-to-date documentation that reflects actual code state. Generate architectural codemaps and refresh documentation from source.
Related Skills:
kavak-documentation- Query for Kavak documentation standards, README templates, architecture docs format- Use
kavak-platform/platform_docs_searchMCP tool for Kavak-specific documentation patterns
Quick Start
Detect project type and use appropriate tools:
# TypeScript/Node.js
npx madge --image graph.svg src/
# Go
go mod graph | dot -Tsvg -o graph.svg