indexion-grep
Installation
SKILL.md
indexion grep
KGF-aware token pattern search, structural queries, and vector similarity search.
When to Use
- User asks to find specific code patterns (e.g. "nested for loops", "pub fn without docs")
- User asks "where is this function used?" or "find all pub structs"
- User wants structural search — not regex on raw text, but token-level matching
- User asks for semantic code search ("find functions that parse configuration")
- User wants to find proxy functions, long functions, or functions with many params
- Replaces manual grep/ripgrep for code-aware searches
- Use instead of Explore agent for targeted codebase queries
Token Pattern Search
Patterns are space-separated token matchers. KGF aliases resolve automatically
(e.g. pub → KW_pub), so you write natural code keywords: