From GSD Core
Routes codebase-intelligence tasks to specialized skills: map structure, generate knowledge graphs, update docs, extract learnings, or query prior decisions from MemPalace.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-ns-contextThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Route to the appropriate codebase-intelligence skill based on the user's intent.
Route to the appropriate codebase-intelligence skill based on the user's intent.
gsd-scan and gsd-intel were folded into gsd-map-codebase flags by #2790.
| User wants | Invoke |
|---|---|
| Map the full codebase structure | gsd-map-codebase |
| Quick lightweight codebase scan | gsd-map-codebase --fast |
| Query mapped intelligence files | gsd-map-codebase --query |
| Generate a knowledge graph | gsd-graphify |
| Update project documentation | gsd-docs-update |
| Extract learnings from a completed phase | gsd-extract-learnings |
| Recall prior decisions and patterns before planning | gsd-mempalace-recall |
| File a phase artifact into MemPalace | gsd-mempalace-capture |
Invoke the matched skill directly using the Skill tool.
npx claudepluginhub open-gsd/gsd-coreGenerates codebase knowledge bases using templates for architecture diagrams (Mermaid), concept maps, module breakdowns, and more. Supports single-project and monorepo structures for project documentation.
Persists codebase knowledge across sessions to avoid re-discovery. Use after exploration to record, before tasks to consult, or when dispatching subagents with module-specific context.
Generates or updates a feature-organized CODEMAP.md for any codebase, detecting frameworks and tracing end-to-end flows. Supports create, inventory, update, and section modes.