Analyzes codebase structure and updates architecture documentation with diff tracking
Install with Tessl CLI
npx tessl i github:sc30gsw/claude-code-customes --skill update-codemaps54
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Analyze the codebase structure and update architecture documentation:
Scan all source files for imports, exports, and dependencies
Generate token-lean codemaps in the following format:
Calculate diff percentage from previous version
If changes > 30%, request user approval before updating
Add freshness timestamp to each codemap
Save reports to .reports/codemap-diff.txt
Use TypeScript/Node.js for analysis. Focus on high-level structure, not implementation details.
45a1bdf
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.