AI AGENT ADDONS
Debugging
4,895installs

With indexion kgf you can see how your files are broken into tokens, parse events, and dependency edges. This helps you debug when indexion's analysis looks wrong.

You can inspect each step of the pipeline. Look at tokenization alone, or check the extracted edges. If you are adding or fixing language support, this tool shows you exactly what indexion sees.

Use it to verify that grep patterns match the right token kinds. It makes fixing KGF specs straightforward.

Add Indexion Kgf skill to your workflow

Global

mkdir -p ~/.claude/skills/indexion-kgf

Project

mkdir -p .claude/skills/indexion-kgf

Source Repository

Stars
1
Forks
2
Watchers
1
License
Apache-2.0
Last Push
2 months ago
Created
5 months ago