This is documentation forensics for your codebase. Run it when you need to know what's undocumented (coverage reports split by functions vs types), what's gone stale (reconcile compares code vocabulary against docs and flags 90%+ divergence), or how modules relate (dependency graphs in Mermaid, DOT, or D2). The reconcile command is the interesting bit. It tracks whether your README still talks about what your code actually does, using either git timestamps or file mtimes. Works across languages via KGF tokenization. One gotcha: it only detects code terms missing from docs, not the reverse, so outdated CLI flags in your README won't get caught.
npx -y skills add trkbt10/indexion-skills --skill indexion-documentation --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev