Map
Generate a personalized reading tour and verified architecture spine for any codebase.From the repository description
npx -y skills add ahmedbutt2015/spine --skill mapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 8 stars8 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 1 command, including `npm run map -- .`.
- fetches URLsInstructs the agent to fetch 1 URL, including mermaid.live.
SKILL.md
0.8 KB, 185 tokens by cl100k_base, as published. Nobody here has run it
/map
Use this skill from a repository root to generate the verified architecture map only, without the full onboarding synthesis.
Current workflow
- Run the deterministic scanner to detect repo shape and entry points.
- Extract a verified spine from supported local language relationships.
- Generate and validate a Mermaid diagram from the verified spine.
- Print the Mermaid definition and the
mermaid.liveURL.
Local command
npm run map -- .
Product contract
- User-facing Claude Code command:
/map - Output: verified Mermaid diagram +
mermaid.livelink - No
ONBOARDING.mdis written - No LLM synthesis is executed
Notes
This command is the lowest-friction entry point for users who want a deterministic, token-free preview of the codebase structure before running the full /onboard flow.
What ships with it: 1 file
447 B alongside SKILL.md
- RUNTIME_PROMPT.md447 B