Openmind Code Graphs

Answer code-structure questions (definition sites, usage sites) from Open Mind's deterministic structure map — real defs, imports and call sites recovered from the corpus code, never invented nodes or edges. Runs Open Mind's real Python implementation through the skill bridge.

HelloThisWorld 1e3d6c1 4 files · 5.2 KB Updated

File contents

openmind-code-graphs

This skill is the eval-harness face of Open Mind's code-graphs capability (https://github.com/HelloThisWorld/open-mind, skills/code-graphs/SKILL.md). Answers come from Open Mind's actual structure analysis (openmind/structure.py: build_structure, get_definition, term_usage), reached through openmind/skill_bridge.py.

Behavior under contract

  • Recovered, never generated — definition sites and usage edges come from line-oriented static analysis of the corpus's real code.
  • Source locations everywhere — a definition claim cites the actual file:line of the def/class statement, re-verified on every run.
  • Honest absence — a symbol not defined in the corpus returns insufficient_evidence with zero claims; usage lists only files that truly reference the symbol.

Question forms

where is <symbol> defined · who uses <symbol>

HelloThisWorld/agent-skill-verification-template/tree/main/skills/openmind-code-graphs commit 1e3d6c1c73

Frequently asked questions

npx skillmds@latest add hellothisworld/openmind-code-graphs