# 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.

- Skill: `hellothisworld/openmind-code-graphs` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add hellothisworld/openmind-code-graphs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hellothisworld/openmind-code-graphs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: HelloThisWorld (https://skillmd.com/u/hellothisworld)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hellothisworld/openmind-code-graphs

---


# 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>`

