From learnship
Analyzes an existing codebase and produces structured reference documentation for starting new projects on top of it.
How this command is triggered — by the user, by Claude, or both
Slash command
/learnship:map-codebaselearnship/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<execution_context> @~/.claude/workflows/map-codebase.md </execution_context> <context> Arguments: $ARGUMENTS </context> <process> Execute the learnship map-codebase workflow end-to-end. Preserve all workflow gates, validations, checkpoints, and routing. </process>
<execution_context> @~/.claude/workflows/map-codebase.md </execution_context>
Arguments: $ARGUMENTS Execute the learnship map-codebase workflow end-to-end. Preserve all workflow gates, validations, checkpoints, and routing.npx claudepluginhub faviovazquez/learnship-marketplace --plugin learnship/map-codebaseAnalyzes codebase using parallel mapper agents to produce structured .planning/codebase/ documents. Also supports --fast scan and --query intelligence modes.
/map-codebaseAnalyzes existing repository and creates persistent codebase map in docs/project/codebase-map.md plus current status in docs/project/current.md. Optional focus area.
/fire-map-codebaseAnalyzes an existing codebase using parallel mapper agents to produce structured documentation in .planning/codebase/. Also supports optional focus area filtering.
/map-codebasePerforms deep codebase analysis with parallel agents, producing 7 structured documents on tech stack, architecture, structure, conventions, testing, integrations, and concerns.
/onboardGenerates codebase onboarding reports: architecture walkthroughs, key files, naming analysis, dependency maps, and guided code tours. Outputs Markdown files to docs/onboarding/ and creates a commit. Supports flags like --quick, --tour.
/generate-mapAnalyzes codebase to generate .claude/project-map.md with tech stack, project structure, API surface, DB schema, frontend architecture, infrastructure, testing, workflow, and features.