Map banner
dtsong dtsong

Map

Development community

Description

--- name: map description: Map a route's component tree -- trace imports, detect boundaries, cache the result --- # /map Map a Next.js route to its component tree. Traces imports from the route entry point, detects server/client boundaries, captures props and hooks, and caches the result for downstream skills. ## Usage ``` /map /dashboard /map /settings/billing /map --depth 5 /dashboard /map --fresh /dashboard ``` ## Options - `--depth N` -- Trace N levels deep (default: 3) - `--fresh` --

Installation

Installs to ~/.claude/skills/dtsong-my-claude-setup-map/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dtsong-my-claude-setup-map && curl -fsSL https://raw.githubusercontent.com/dtsong/my-claude-setup/HEAD/commands/map.md -o ~/.claude/skills/dtsong-my-claude-setup-map/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository