When indexion's parsing output looks wrong or your grep patterns aren't matching, this is how you debug it. You get four inspection modes: tokens shows how files are tokenized, events shows the parse tree, edges shows extracted dependencies, and inspect shows everything at once. The real win is debugging grep patterns that don't match. Run kgf tokens on your file to see the actual token kinds like KW_pub or TypeIdent, then adjust your pattern accordingly. If you're writing or fixing KGF language specs, the pitfalls section alone is worth it. Watch out for PEG ordering issues where DocComment alternatives fire too early, missing NL between doc and keywords, and bottom-up event semantics that trip up scope binding.
npx -y skills add trkbt10/indexion-skills --skill indexion-kgf --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills