chorus AGENTS.md

chorus AGENTS.md is an instructions file for Codex, OpenCode from valpere/chorus. It costs 1,163 tokens per session, scanned A, original, MIT.

Project instructions for Chorus, a collection that lets six AI coding tools delegate work to one another. They describe the repository layout, supported agents, delegation patterns, and important project files.

In plain words
What is it for?
Use them when editing Chorus plugins, agent-specific skills, workflow commands, or the companion process that coordinates parallel agents.
Why use it?
They give coding agents the context needed to work safely in the Chorus repository without rediscovering its structure or delegation rules.

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

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 chorus AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/valpere/chorus/agents-md.svg)](https://agentmods.dev/instructions/valpere/chorus/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/valpere/chorus/agents-md"><img src="https://agentmods.dev/badge/instructions/valpere/chorus/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,163 This file is loaded in full into every session.
When invoked 1,163 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.01163 $0.01163
Opus 5 $0.00581 $0.00581
Sonnet 5 $0.00233 $0.00233
Haiku 4.5 $0.00116 $0.00116

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

Security

Grade A, and why

chorus 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 · 93 lines

How it starts

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

chorus — Agent Context

Cross-agent plugin collection connecting six AI coding CLIs in a full 6×6 delegation mesh.

What this project is

Every agent can delegate to every other agent. The project ships plugins/skills/rules for each host so they can invoke the others without leaving their own interface.

Agents: Claude Code, OpenCode, Gemini CLI, Codex, Cursor Agent CLI, Kilo Code CLI

OpenCode is excluded from parallel workflow patterns — its TUI stdout is not capturable.

Project structure

chorus/
├── plugins/                        # Claude Code plugins (one per target agent)
│   ├── claude/                     # Self-delegation (second Claude instance)
│   ├── opencode/
│   ├── gemini/
│   ├── codex/
│   ├── cursor/
│   ├── kilo/
│   └── chorus/                     # Workflow patterns (orchestrate multiple agents)
│       ├── commands/               # council.md, review.md, debug.md, second-opinion.md, vote.md
│       └── scripts/companion.mjs   # Parallel orchestrator: spawns agents, captures output
├── for-gemini/                     # Gemini CLI skills (SKILL.md per target)
├── for-codex/                      # Codex skills (SKILL.md per target)
├── for-cursor/                     # Cursor Agent CLI rules (RULE.mdc per target)
├── for-kilo/                       # Kilo Code CLI skills (SKILL.md per target)
└── for-opencode/                   # OpenCode MCP npm package
    └── src/index.js                # MCP stdio server exposing delegate_* tools

Each for-*/ directory has 10 entries: 5 delegation targets + council + parallel-review + parallel-debug + second-opinion + vote.

Key files

File Purpose
plugins/chorus/scripts/companion.mjs Core orchestrator. Runs council, review, debug, second-opinion, vote subcommands. Exports helpers for tests. council/review/debug/vote require ≥2 agents; second-opinion requires ≥1.
plugins/chorus/scripts/tests/ node --test smoke tests for companion.mjs helpers and subcommands (29 tests).
for-opencode/src/tests/ node --test hermetic MCP server tests — tools/list, check_agents, council, second_opinion, vote (8 tests).
plugins/chorus/commands/*.md Claude Code slash-command specs for each workflow pattern.
for-opencode/src/index.js MCP server. Exports delegate_* tools, check_agents, council (strict mode), parallel_review, parallel_debug, second_opinion (with fallback), vote.
.claude-plugin/marketplace.json Claude Code plugin registry.

Read the full file on GitHub · 93 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 · 93 lines · 1,163 tokens per session scan A 8522d01a3451

Subscribe to this mod's changes

chorus AGENTS.md is an instructions file published in the GitHub repository valpere/chorus (10 stars, last pushed 3mo ago), licensed MIT. It adds 1,163 tokens to every session, about $0.0058 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.