Update Codemaps banner
RohiRIK RohiRIK

Update Codemaps

Development community

Description

--- description: "Regenerate CODEMAPS files for the current project." disable-model-invocation: true --- # Update Codemaps Analyze the codebase structure and update architecture documentation: 1. Scan all source files for imports, exports, and dependencies 2. Generate token-lean codemaps in the following format: - codemaps/architecture.md - Overall architecture - codemaps/backend.md - Backend structure - codemaps/frontend.md - Frontend structure - codemaps/data.md - Data models

Installation

Installs to ~/.claude/skills/rohirik-claude-code-config-update-codemaps/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rohirik-claude-code-config-update-codemaps && curl -fsSL https://raw.githubusercontent.com/RohiRIK/claude-code-config/HEAD/commands/update-codemaps.md -o ~/.claude/skills/rohirik-claude-code-config-update-codemaps/SKILL.md

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

Full documentation available on GitHub

View Source Repository