Make codebase-indexer always-active

Enhanced codebase-indexer to run automatically on ALL code-related tasks:
- Added always-active status to codebase-indexer skill
- Integrated into always-use-superpowers decision tree
- Now runs first before any code work for 40-60% token reduction

Benefits:
- Automatic semantic codebase indexing
- Intelligent file discovery
- Reduced token usage
- Better code understanding

🤖 Generated with Claude Code SuperCharged v2.0.0
This commit is contained in:
Claude SuperCharged
2026-01-26 13:31:05 +04:00
Unverified
parent 11e72a1cf3
commit 8ad918861a
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Codebase Indexer
**Auto-invoke:** When user asks about codebase structure, wants to find files by concept, or needs semantic search through code.
**Status:** 🟢 **ALWAYS ACTIVE** - This skill runs automatically before ALL code-related tasks
**Auto-invoke:** When user asks about codebase structure, wants to find files by concept, or needs semantic search through code. **ALWAYS RUNS FIRST for any code work.**
**Description:**
Smart codebase navigation system using semantic embeddings and token-efficient indexing. Enables concept-to-file mapping without reading entire codebase.