Map
Architecture overview of the codebase. Reports total file/line/byte counts, top hot files (most imported), largest files by line count, orphan files (imported by nobody), and most-used external dependencies. Pure regex on import statements, no AST. Use to understand a new codebase, find dead code, or audit dependency surface. Run as `node ~/.claude/skills/dragoon/skills/map/scripts/map.js [root]`.From its SKILL.md
npx -y skills add Dragoon0x/dragoon-skills --skill mapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 3 commands, including `dragoon map` and 2 more.
SKILL.md
0.8 KB, 79 tokens by cl100k_base, as published. Nobody here has run it
/map
Static architecture overview from import-graph analysis.
When to use
- Onboarding to a new codebase
- Finding dead code or files imported by nobody
- Auditing top external dependencies
- Spotting overgrown files that need splitting
Run it
dragoon map
dragoon map ./packages/web
dragoon map --json
What ships with it: 1 file
3.0 KB alongside SKILL.md, 1 of them executable
scripts/
- map.jsruns3.0 KB