codebase-search
SolidPreferred local codebase-understanding workflow for Pi and Codex. Start with codebase_context before shell search or broad reads, then use specialized semantic and graph tools.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- Helweg
- Repository
- Helweg/open-codebase-index
- Created
- 7 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
codebase-exploration
Explore and understand codebases using SocratiCode semantic search, dependency graphs, and context artifacts. Use when exploring code, understanding architecture, finding functions/types, analysing dependencies, searching database schemas or API specs, or when socraticode/codebase_search tools are available. Activates when the user asks about code structure, wants to find where a feature lives, or needs to understand how code is organised.
codebase-intelligence
Use the global codebase MCP for repository-scale code navigation: locating symbol declarations or implementations, tracing callers and references, impact analysis, and understanding relationships across files or modules. Trigger before broad grep or full-file reads when the task is primarily about code symbols and their relationships.
codebase-explorer
Conceptual code-reading for unfamiliar areas — trace a feature, follow a data flow, understand a domain. Use when the question is conceptual ("how does auth work?", "what happens when a user buys X?"); for symbol-precise queries (callers, blast radius, rename) use graph-explorer instead. The two are complementary — codebase-explorer reads code as prose; graph-explorer queries it as a graph.