Map
Generate a personalized reading tour and verified architecture spine for any codebase.
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.
One thing 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.
SKILL.md
0.8 KB, 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.