Borrowing it
Nothing to install: this file belongs to martin-francois/symphony-trello. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/martin-francois/symphony-trello/main/AGENTS.mdgit clone --depth 1 https://github.com/martin-francois/symphony-trelloWrote 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/martin-francois/symphony-trello/agents-md)<a href="https://agentmods.dev/instructions/martin-francois/symphony-trello/agents-md"><img src="https://agentmods.dev/badge/instructions/martin-francois/symphony-trello/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/martin-francois/symphony-trello/agents-md"><img src="https://agentmods.dev/badge/instructions/martin-francois/symphony-trello/agents-md.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.01125 | $0.01125 |
| Opus 5 | $0.00562 | $0.00562 |
| Sonnet 5 | $0.00225 | $0.00225 |
| Haiku 4.5 | $0.00112 | $0.00112 |
Grade A, and why
symphony-trello 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 5d 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 — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Operating Instructions
These instructions are repository-local and apply to Codex or any other AI agent working in this checkout. Follow them in addition to higher-priority system, developer, and user instructions.
Symphony for Trello is a senior-engineered Quarkus backend on Java 25 LTS and Maven 3 that
implements the adapted Symphony-for-Trello specification in SPEC.md; work as a senior Quarkus
engineer driven by that spec.
Package manager: Maven via ./mvnw (do not invoke a system Maven). The few Node-based tools
use pnpm via Corepack; do not add a package.json only to run a JavaScript CLI.
Before creating any commit that may be pushed, verify the configured author against the
authenticated GitHub account even when the checkout already carries an author-verification marker.
Before every push, inspect the author of every outgoing commit. Never publish generic or test
identities such as Test User or example.invalid; follow the commit and push skills to correct a
feature branch, and stop on the default branch unless the maintainer explicitly authorizes a history
rewrite.
Before starting any task, open docs/agents/default-workflow.md and follow it.
When a user corrects a repeatable mistake or states a generally useful working preference, make the durable agent-doc update proactively in the same change; do not wait for the user to explicitly ask for persistence. If the right persistence scope is unclear, ask before finishing. Unless the user explicitly requests a one-off fix, every fix MUST address the general root cause rather than only the immediate symptom. When the original failure can be reproduced safely and within scope, verify it before and after the change to prove that the root-cause fix resolves it. Add a regression test or another durable guardrail proportionate to the failure. If direct reproduction, post-fix verification, or a guardrail is infeasible, document the specific constraint and remaining risk in the handoff. When an installed skill eval issue captures bad or missing behavior, add or update the corresponding temporary repo-local override described in Default workflow and Java style & design preferences. At the point a task makes or explains a deliberate design tradeoff, before implementing or publishing the chosen path, make the decision explicit in the code where possible and check whether Specification & ADR discipline requires an ADR. An implementation, pull-request description, checklist, review reply, or chat summary is not a substitute for a required ADR. Add or update it before the user asks. For repeated literals, scenario-table values, parallel edits that look coupled, and Java collection mutability defaults, apply the centralization and refactoring guidance in Java style & design preferences. When adding or editing tests, apply the AssertJ and test-duplication guidance in Testing, including avoiding assertion loops or assertion streams when AssertJ can express the expectation directly.
Follow the compatibility and migration rules in Compatibility discipline.
For normal code changes, run ./mvnw -q spotless:check verify before finishing (use
spotless:apply first when formatting changed). Static-analysis and lint gates must be clean; give
every suppression the narrowest possible scope and a documented reason.
When asked to "rebase main to the Symphony repo" or similar, follow the upstream Symphony rebase process in Default workflow.
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.
- 5d ago Changed · +8 tokens per session eb2f653f83ab
- 10d ago First seen · 83 lines · 1,117 tokens per session scan A 3705093b667f
symphony-trello AGENTS.md is an instructions file published in the GitHub repository martin-francois/symphony-trello (2 stars, last pushed today), licensed Apache-2.0. It adds 1,125 tokens to every session, about $0.0056 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
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.