What problem does it solve?
Framework-search helps you locate the right place in the codebase when you know the behavior or concept you want, but not the exact file, symbol, or function name. It turns large framework navigation into a fast semantic lookup instead of a manual grep session.
Core Features & Use Cases
- Semantic code discovery: Find implementation details from natural-language descriptions such as fallback logic, indexing flows, or hook behavior.
- Broad framework coverage: Search across Python code, skills, hooks, scripts, docs, and related configuration used by the framework.
- Operational maintenance: Use it for refactoring impact analysis, onboarding, and keeping the framework index fresh through reindexing workflows.
- Use case: Ask where a concept is implemented, and the skill can surface the relevant files and supporting instructions without requiring an exact filename.
Quick Start
Ask the assistant to search the framework repository for the concept, behavior, or feature you want to locate.