CtrlK
BlogDocsLog inGet started
Tessl Logo

update-codemaps

Analyzes codebase structure and updates architecture documentation with diff tracking

Install with Tessl CLI

npx tessl i github:sc30gsw/claude-code-customes --skill update-codemaps
What are skills?

54

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

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 and schemas
  3. Calculate diff percentage from previous version

  4. If changes > 30%, request user approval before updating

  5. Add freshness timestamp to each codemap

  6. Save reports to .reports/codemap-diff.txt

Use TypeScript/Node.js for analysis. Focus on high-level structure, not implementation details.

Repository
sc30gsw/claude-code-customes
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.