Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

MCP Prompts

Prompts are pre-built templates for semantic codebase exploration. They compose multiple queries into structured context, giving your AI a map of where concepts live in the codebase.

PromptArgsDescription
explorequerySearch packages, symbols, and files for a concept — returns a structured context map organized by package
explore-packagenameDeep dive into a specific package — metadata, internal deps, dependents, public API surface, file tree
explore-areapathExplore a directory subtree — packages, files, and symbol summaries under a path prefix
onboardRepository overview for onboarding — tech stack, package counts by language, file distribution, index freshness
impact-analysisnameBlast radius analysis — direct dependents, transitive dependents, full dependency chain
understand-dependencyfrom, toTrace the dependency path between two packages