Documentation
README
Codebase Search Skill
Use this skill when you need local repository knowledge before web lookup.
Core workflow
- Run
index_statuswhen index readiness or freshness is unknown. - Use
codebase_context(query, ...)before shell search, grep, or broad file reads. Passsymbolfor an authoritative definition orfrom+tofor a dependency path. - Use
codebase_peek(query, ...)for specialized metadata-only conceptual lookup. - Use
codebase_search(query, ...)when you need full code context. - Use
implementation_lookup(query)for known-symbol definitions andcall_graph/call_graph_pathfor execution flow. - Use
find_similar(code)for duplicate patterns and refactor planning.
If results are weak, run index_status (check readiness) and index_codebase.
This is the opening of the README. Read the full README on GitHub.