EngramGraph AGENTS.md

EngramGraph AGENTS.md is an instructions file for Codex, OpenCode from AsiaOstrich/EngramGraph. It costs 1,144 tokens per session, scanned A, original, MIT.

Project instructions for AsiaOstrich/EngramGraph covering setup, testing, code style, and Git workflow. Git is a tool for tracking changes to source code.

In plain words
What is it for?
Installing dependencies, building the project, running tests, following its standards, and preparing Git commits and pull requests.
Why use it?
They give contributors and coding agents a shared process for building, testing, reviewing, and committing changes.

Instructions file for CodexOpenCode

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 instructions/asiaostrich/engramgraph/agents-md
Clone the repo
git clone --depth 1 https://github.com/AsiaOstrich/EngramGraph

Made for: Codex, OpenCode.

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

agentmods badge for EngramGraph AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/asiaostrich/engramgraph/agents-md.svg)](https://agentmods.dev/instructions/asiaostrich/engramgraph/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/asiaostrich/engramgraph/agents-md"><img src="https://agentmods.dev/badge/instructions/asiaostrich/engramgraph/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,144 This file is loaded in full into every session.
When invoked 1,144 The same file — it is already loaded in full.
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.01144 $0.01144
Opus 5 $0.00572 $0.00572
Sonnet 5 $0.00229 $0.00229
Haiku 4.5 $0.00114 $0.00114

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

Security

Grade A, and why

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

AGENTS.md · 120 lines

How it starts

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

AGENTS.md

Auto-generated by Universal Dev Standards (UDS). Full standards available in the .standards/ directory.

Build & Test

npm install      # Install dependencies
npm run build    # Build project
npm test         # Run tests

Code Style

Follow the project's linter and formatter configuration. See .standards/ for detailed coding standards.

Git Workflow

  • Workflow: github-flow
  • Merge Strategy: squash
  • Commit Language: English
  • Format: <type>(<scope>): <subject>

Testing

  • Write tests for all new features
  • Run tests before committing
  • Follow the testing pyramid: Unit (70%) > Integration (20%) > E2E (10%)

Standards Reference

IMPORTANT: When performing related tasks, you MUST read and follow the standards in .standards/:

Core Standards:

  • .standards/acceptance-criteria-traceability.ai.yaml
  • .standards/acceptance-test-driven-development.ai.yaml
  • .standards/accessibility-standards.ai.yaml
  • .standards/adr-standards.ai.yaml
  • .standards/agent-dispatch.ai.yaml
  • .standards/ai-agreement-standards.ai.yaml
  • .standards/ai-command-behavior.ai.yaml
  • .standards/ai-friendly-architecture.ai.yaml
  • .standards/ai-instruction-standards.ai.yaml
  • .standards/ai-response-navigation.ai.yaml
  • .standards/anti-hallucination.ai.yaml
  • .standards/api-design-standards.ai.yaml
  • .standards/behavior-driven-development.ai.yaml
  • .standards/behavior-snapshot.ai.yaml
  • .standards/changelog.ai.yaml
  • .standards/checkin-standards.ai.yaml
  • .standards/class-level-fix.ai.yaml
  • .standards/code-review.ai.yaml
  • .standards/commit-message.ai.yaml
  • .standards/context-aware-loading.ai.yaml
  • .standards/database-standards.ai.yaml
  • .standards/deployment-standards.ai.yaml
  • .standards/developer-memory.ai.yaml
  • .standards/documentation-lifecycle.ai.yaml
  • .standards/documentation-structure.ai.yaml
  • .standards/documentation-writing-standards.ai.yaml
  • .standards/error-codes.ai.yaml
  • .standards/feature-discovery-standards.ai.yaml
  • .standards/feature-manifest-standard.ai.yaml
  • .standards/flow-based-testing.ai.yaml
  • .standards/forward-derivation-standards.ai.yaml
  • .standards/full-coverage-testing.ai.yaml
  • .standards/git-workflow.ai.yaml
  • .standards/git-worktree.ai.yaml
  • .standards/knowledge-graph-memory.ai.yaml
  • .standards/logging.ai.yaml
  • .standards/mock-boundary.ai.yaml
  • .standards/model-selection.ai.yaml
  • .standards/mutation-testing.ai.yaml
  • .standards/packaging-standards.ai.yaml
  • .standards/performance-standards.ai.yaml
  • .standards/project-context-memory.ai.yaml
  • .standards/project-structure.ai.yaml
  • .standards/push-standards.ai.yaml
  • .standards/refactoring-standards.ai.yaml
  • .standards/requirement-checklist.md
  • .standards/requirement-document-template.md
  • .standards/requirement-engineering.ai.yaml
  • .standards/requirement-template.md
  • .standards/retrospective-standards.ai.yaml
  • .standards/reverse-engineering-standards.ai.yaml
  • .standards/security-standards.ai.yaml
  • .standards/security-testing.ai.yaml
  • .standards/self-review-protocol.ai.yaml
  • .standards/spec-driven-development.ai.yaml
  • .standards/structured-task-definition.ai.yaml
  • .standards/systematic-debugging.ai.yaml
  • .standards/test-completeness-dimensions.ai.yaml
  • .standards/test-driven-development.ai.yaml
  • .standards/test-governance.ai.yaml
  • .standards/testing.ai.yaml
  • .standards/user-journey-testing.ai.yaml
  • .standards/verification-evidence.ai.yaml
  • .standards/versioning.ai.yaml
  • .standards/virtual-organization-standards.ai.yaml

Read the full file on GitHub · 120 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. 3d ago First seen · 120 lines · 1,144 tokens per session scan A c422d1edaa6f

Subscribe to this mod's changes

EngramGraph AGENTS.md is an instructions file published in the GitHub repository AsiaOstrich/EngramGraph (2 stars, last pushed 16d ago), licensed MIT. It adds 1,144 tokens to every session, about $0.0057 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.

Related

Other instructions, from other repositories

samyama-graph CLAUDE.md

Instructions for samyama-ai/samyama-graph, covering claude.md, project overview, build & development commands, build and run tests (1814 unit tests).

samyama-ai/samyama-graph · 2,631 tokens

kglite CLAUDE.md

Instructions for kkollsga/kglite, covering kglite — claude code conventions, build & test, architecture, the boundary principle (wrappers vs core) — summary and in-memory is the core product.

kkollsga/kglite · 12,909 tokens

kivgraph AGENTS.md

Instructions for Luqueee/kivgraph, covering instrucciones de desarrollo de kivgraph, mapa de instrucciones, identidad del proyecto, qué pregunta contesta cada tool de kivgraph and la puerta delante de grep.

Luqueee/kivgraph · 9,652 tokens

sec-ownership-graph CLAUDE.md

Claude Code instructions for alexwoolford/sec-ownership-graph, covering claude.md, what this is, environment & common commands, the reproducibility contract and core conventions (enforced).

alexwoolford/sec-ownership-graph · 5,644 tokens

kivgraph CLAUDE.md

Instructions for Luqueee/kivgraph, a project described as: A local MCP server for cross-repository semantic code intelligence in TypeScript and Go, backed by a persistent LadybugDB graph.

Luqueee/kivgraph · 3 tokens

m_flow AGENTS.md

AGENTS.md instructions for FlowElement-xinliuyuansu/m_flow, covering m-flow — developer & agent reference, 1. repository map, extension points, 2. local development and python backend (requires python 3.10 – 3.13).

FlowElement-xinliuyuansu/m_flow · 1,075 tokens