agent-brains AGENTS.md

agent-brains AGENTS.md is an instructions file for Codex, OpenCode from samzong/agent-brains. It costs 547 tokens per session, scanned A, original, MIT.

Repository instructions for portable agent-brain definitions and the tools that load and validate them. An agent brain is a set of files describing an AI agent's behavior, memory, and reusable methods.

In plain words
What is it for?
Creating or changing agent brains, organizing memories, skills, and workflows, and checking the repository before a pull request.
Why use it?
They explain where each part belongs and provide a validation command, reducing broken layouts and missing required files.

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/samzong/agent-brains/agents-md
Clone the repo
git clone --depth 1 https://github.com/samzong/agent-brains

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 agent-brains AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/samzong/agent-brains/agents-md.svg)](https://agentmods.dev/instructions/samzong/agent-brains/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/samzong/agent-brains/agents-md"><img src="https://agentmods.dev/badge/instructions/samzong/agent-brains/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 547 This file is loaded in full into every session.
When invoked 547 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.00547 $0.00547
Opus 5 $0.00273 $0.00273
Sonnet 5 $0.00109 $0.00109
Haiku 4.5 $0.00055 $0.00055

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

Security

Grade A, and why

agent-brains 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 4d 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 · 46 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

This repository stores portable agent-brain definitions and supporting loader tooling.

  • agents/<agent-name>/ contains one agent brain. Each brain has AGENTS.md, SOUL.md, and MEMORY.md.
  • agents/<agent-name>/memories/ stores focused long-term memory files.
  • agents/<agent-name>/skills/<skill-name>/SKILL.md stores brain-specific reusable methods.
  • agents/<agent-name>/workflows/<workflow-name>/WORKFLOW.md stores brain-specific SOPs.
  • skills/agent-loader/ contains the shared loader skill and its helper script.
  • docs/AGENT_BRAIN_SPEC.md defines the canonical brain format.
  • scripts/validate_brains.py validates required files, frontmatter, names, and workflow layout.

Build, Test, and Development Commands

There is no application build step. This is a Markdown and Python validation repository.

  • git ls-files lists tracked project files.
  • rg -n "<term>" . -g '!/.git/**' -g '!/.serena/**' searches brain content.
  • uv run python scripts/validate_brains.py runs the local validation gate.

Run validation before opening a PR or after changing any agents/, skills/, workflows/, or spec file.

Coding Style & Naming Conventions

Use Markdown for brain content and Python only for repository tooling. Keep prose direct and durable; do not turn session notes into permanent rules.

Agent, skill, and workflow names must be lowercase kebab-case, matching their directory names, for example dify-rag-pm or agent-loader. Required frontmatter:

  • Brain AGENTS.md: name, description
  • SKILL.md: name, description
  • WORKFLOW.md: name, description

Workflow lifecycle is managed by explicit updates or removals.

Testing Guidelines

The validation script is the test suite. It checks required structure, YAML frontmatter, directory/name consistency, skill layout, and workflow layout. Add new coverage to scripts/validate_brains.py when adding new repository-level format rules.

Read the full file on GitHub · 46 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. 4d ago First seen · 46 lines · 547 tokens per session scan A 299c4f51e997

Subscribe to this mod's changes

agent-brains AGENTS.md is an instructions file published in the GitHub repository samzong/agent-brains (6 stars, last pushed 2mo ago), licensed MIT. It adds 547 tokens to every session, about $0.0027 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.