Codemap Writer banner
shimo4228 shimo4228

Codemap Writer

Data & AI community

Description

--- name: codemap-writer description: Generate or refresh `docs/CODEMAPS/` for the current repo. Use when the user runs /update-codemaps, when context-sync Phase 0 detects stale codemaps, or when an LLM needs token-lean architecture documentation for an unfamiliar codebase. Scans source dirs, produces INDEX.md + up to five role-specific codemaps (architecture / backend / frontend / data / dependencies) and stamps every file with a freshness header. tools: ["Read", "Grep", "Glob", "Bash"] model:

Installation

Installs to ~/.claude/agents/shimo4228-claude-harness-codemap-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shimo4228/claude-harness/HEAD/agents/codemap-writer.md -o ~/.claude/agents/shimo4228-claude-harness-codemap-writer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository