graph

A command that displays relationships between projects or other tracked work entities, including dependencies, shared themes, and shared decisions.

In plain words
What is it for?
Use it to inspect one entity's connections or view the complete graph of entities and their relationships.
Why use it?
It helps show how work affects other work instead of treating every project as isolated.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/brainos-hq/brain-os/graph
Clone the repo
git clone --depth 1 https://github.com/brainOS-HQ/brain-os
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 720 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00720
Opus 5 $0.00000 $0.00360
Sonnet 5 $0.00000 $0.00144
Haiku 4.5 $0.00000 $0.00072

Measured 2d ago against content hash 314a6f952909, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

graph scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

templates/commands/graph.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Brain OS : Entity Graph

Show how entities connect, what they share, and where building one helps another.

REQUIRED FIRST READ

Before any tool call, read ~/.claude/brain-os/PROTOCOL.md.

Input

Arguments: $ARGUMENTS (optional : an entity name for its connections, or "full" for the complete graph)

Primary tool sequence

  1. mcp__brain-os__entity_read() : all entities and their related_entities fields
  2. mcp__brain-os__pattern_detect() : shared themes
  3. mcp__brain-os__semantic_recall(query, source_kind="decision") : cross-entity decisions

If entity name given : connections view

Read the named entity plus all entities it relates to.

========================================
  [ENTITY NAME] : CONNECTIONS
========================================

  DEPENDS ON
  ----------------------------------------
  [entity] : [what this entity needs from that one]

  FEEDS INTO
  ----------------------------------------
  [entity] : [what that entity gets from this one]

  SHARES WITH
  ----------------------------------------
  [entity] : [architecture, patterns, users, or theme]

  SHARED DECISIONS
  ----------------------------------------
  [decision that affects multiple connected entities]

========================================
  LEVERAGE INSIGHT
========================================
  [one sentence: if you work on X, it also advances Y because Z]
========================================

If "full" or no argument : full graph

Display all entities grouped by strategic theme, showing connections.

================================================
  ENTITY GRAPH
================================================

  [THEME 1 : e.g. SHARED FOUNDATION]
  --------------------------------------------
  [entity A] -> [entity B] : [why]

  [THEME 2 : e.g. CONSUMER APPS]
  --------------------------------------------
  [entity C] <-> [entity D] : [shared concern]

  [PARKED / ARCHIVED]
  --------------------------------------------
  [names, comma-separated]

================================================

  HIGHEST LEVERAGE NODE
  --------------------------------------------
  [which entity, if advanced, creates the most
   downstream value across other entities?]

  SHARED ARCHITECTURE OPPORTUNITIES
  --------------------------------------------
  [what could be built once and reused?]

  CROSS-ENTITY DECISIONS PENDING
  --------------------------------------------
  [decisions that affect more than one entity]
================================================

Read the full file on GitHub · 102 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 102 lines · 0 tokens per session scan A 314a6f952909

Subscribe to this mod's changes

graph is a command published in the GitHub repository brainOS-HQ/brain-os (6 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 720 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.