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.live URL.
Local command
npm run map -- .
Product contract
User-facing Claude Code command: /map
Output: verified Mermaid diagram + mermaid.live link
No ONBOARDING.md is 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.
1---2name: map3description: Map4---5# /map67Use this skill from a repository root to generate the verified architecture map only, without the full onboarding synthesis.89## Current workflow10111. Run the deterministic scanner to detect repo shape and entry points.122. Extract a verified spine from supported local language relationships.133. Generate and validate a Mermaid diagram from the verified spine.144. Print the Mermaid definition and the `mermaid.live` URL.1516## Local command1718```bash19npm run map -- .20```2122## Product contract2324- User-facing Claude Code command: `/map`25- Output: verified Mermaid diagram + `mermaid.live` link26- No `ONBOARDING.md` is written27- No LLM synthesis is executed2829## Notes3031This 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.
Run npx skillmds@latest add ahmedbutt2015/map in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Map It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
ahmedbutt2015 (@ahmedbutt2015) published this skill. Their other Agent Skills are listed on their SkillMD profile.