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.
npx agentmods add instructions/mark393295827/graph-engineering-architectures/agents-mdgit clone --depth 1 https://github.com/Mark393295827/graph-engineering-architecturesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/mark393295827/graph-engineering-architectures/agents-md)<a href="https://agentmods.dev/instructions/mark393295827/graph-engineering-architectures/agents-md"><img src="https://agentmods.dev/badge/instructions/mark393295827/graph-engineering-architectures/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00459 | $0.00459 |
| Opus 5 | $0.00230 | $0.00230 |
| Sonnet 5 | $0.00092 | $0.00092 |
| Haiku 4.5 | $0.00046 | $0.00046 |
Grade A, and why
graph-engineering-architectures AGENTS.md 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Graph Engineering Architectures - Agent Instructions
This repository is a focused extraction of the Graph Engineering architecture and its adjacent execution contracts.
Scope
- Graph Engineering owns bounded static DAG topology, typed edges, explicit joins, single writers, deterministic readiness, durable graph state, and node-local recovery.
- Loop Engineering owns temporal repetition.
- Agent Teams Command owns process ownership, IPC, isolated work, integration, and cleanup.
- Harness Engineering owns scheduling, permissions, leases, tools, observability, and production recovery.
- Context Manager owns context budgets, checkpoints, and payload transfer.
- Verify Before Claim owns evidence gates and completion claims.
- OODA Core is a node-local adaptation example, not graph topology.
Do not add dynamic graph expansion, graph cycles, hidden joins, overlapping writers, unbounded retries, or whole-graph replay as a convenience.
Change Contract
- Update
architecture-manifest.jsonwhen an architecture, relationship, or supporting asset changes. - Preserve upstream provenance for copied files.
- Give every new graph behavior a finite budget, objective verifier, failure status, recovery path, and durable receipt.
- Keep Graph, Loop, Teams, and Harness responsibilities MECE.
- Add or update tests before claiming an invariant.
Required Checks
python -m unittest discover -s tools -p "test_*.py" -v
python -m unittest discover -s experiments/graph-engineering/tests -p "test_*.py" -v
python skills/graph-engineering/scripts/validate_graph_contract.py `
skills/graph-engineering/references/diamond-graph-example.json --strict
python skills/graph-engineering/scripts/validate_graph_contract.py `
blueprint/default-blueprint.json --strict
python tools/graph_admission_gate.py blueprint/default-blueprint.json --strict
python tools/validate_dynamic_contracts.py --strict
python skills/loop-engineering/scripts/validate_loop_contract.py `
skills/loop-engineering/references/ci-repair-loop-example.md --strict
node --test blueprint/model.test.js
node core/ooda/ooda_loop.test.js
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.
- 3d ago First seen · 51 lines · 459 tokens per session scan A e83f44ac50c0
graph-engineering-architectures AGENTS.md is an instructions file published in the GitHub repository Mark393295827/graph-engineering-architectures (2 stars, last pushed 13d ago), licensed MIT. It adds 459 tokens to every session, about $0.0023 per session on Opus 5. 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.
Other instructions, from other repositories
graph-engineering-workflow AGENTS.md
Instructions for Thanarak-q/graph-engineering-workflow, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
paperclip-plugin-company-wizard CLAUDE.md
Instructions for Yesterday-AI/paperclip-plugin-company-wizard, covering claude.md, what this is, commands, architecture and source layout.
paperclip-plugin-company-wizard AGENTS.md
Instructions for Yesterday-AI/paperclip-plugin-company-wizard, covering company wizard — project vision, what, why, core idea: gracefully optimistic architecture and design principles.
team-shinchan AGENTS.md
Instructions for seokan-jeong/team-shinchan, covering agents.md - team-shinchan agent map, layer architecture, agent registry, call flow and quick reference.
GraphEngineering AGENTS.md
Instructions for reacher-z/GraphEngineering, covering repository agent guidance, product invariants, ownership during parallel work and verification.
team-shinchan CLAUDE.md
Instructions for seokan-jeong/team-shinchan, covering team-shinchan plugin, repository-specific notes and source layer (src/).