agentsclimarketplace

Map

Skill Dragoon0x/dragoon-skills/skills/map

design intelligence for ai coding agents. one unified cli, 36 commands across recon, review, build, plan, ship, test, reflect, power. zero npm deps.

Install
npx -y skills add Dragoon0x/dragoon-skills --skill map

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing 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.

What its author says it does

Copied from the file, not written here

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]`.

SKILL.md

0.8 KB, 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.