From superpowers
Use when working on large, multi-service codebases where semantic search and global project context are needed to find relevant code or explain architecture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers:code-intelligenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A semantic search and retrieval system powered by LanceDB and KConsole Gemini Embeddings. It allows you to search your codebase by "meaning" rather than just keywords.
A semantic search and retrieval system powered by LanceDB and KConsole Gemini Embeddings. It allows you to search your codebase by "meaning" rather than just keywords.
Run this in a background tmux pane to build the initial memory: ```bash python scripts/indexer.py --index ./your-project ```
Ask for a concept, not a keyword: ```bash python scripts/indexer.py --search "How is the user authentication handled?" ```
The system uses `text-embedding-004` via KConsole AI Gateway and stores vectors in a local LanceDB instance (`.lancedb`).
npx claudepluginhub hangsiahong/superpowers-koompi --plugin superpowersCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.