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. pubKW_pub), so you write natural code keywords:

Installs
2
GitHub Stars
1
First Seen
Apr 5, 2026
indexion-grep — trkbt10/indexion-skills