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

- **Type:** Skill
- **Install:** `agentstack add skill-hellothisworld-agent-skill-verification-template-openmind-code-graphs`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [HelloThisWorld](https://agentstack.voostack.com/s/hellothisworld)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [HelloThisWorld](https://github.com/HelloThisWorld)
- **Source:** https://github.com/HelloThisWorld/agent-skill-verification-template/tree/main/skills/openmind-code-graphs

## Install

```sh
agentstack add skill-hellothisworld-agent-skill-verification-template-openmind-code-graphs
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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  defined` · `who uses `

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [HelloThisWorld](https://github.com/HelloThisWorld)
- **Source:** [HelloThisWorld/agent-skill-verification-template](https://github.com/HelloThisWorld/agent-skill-verification-template)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-hellothisworld-agent-skill-verification-template-openmind-code-graphs
- Seller: https://agentstack.voostack.com/s/hellothisworld
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
