Map

Map

ahmedbutt2015 3e7c193 2 files · 1.3 KB Updated

File contents

/map

Use this skill from a repository root to generate the verified architecture map only, without the full onboarding synthesis.

Current workflow

  1. Run the deterministic scanner to detect repo shape and entry points.
  2. Extract a verified spine from supported local language relationships.
  3. Generate and validate a Mermaid diagram from the verified spine.
  4. 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.

ahmedbutt2015/spine/tree/main/.claude-plugin/skills/map commit 3e7c193708

Frequently asked questions

npx skillmds@latest add ahmedbutt2015/map