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/yschimke/compose-ai-tools/agents-mdgit clone --depth 1 https://github.com/yschimke/compose-ai-toolsWrote 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/yschimke/compose-ai-tools/agents-md)<a href="https://agentmods.dev/instructions/yschimke/compose-ai-tools/agents-md"><img src="https://agentmods.dev/badge/instructions/yschimke/compose-ai-tools/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.02421 | $0.02421 |
| Opus 5 | $0.01210 | $0.01210 |
| Sonnet 5 | $0.00484 | $0.00484 |
| Haiku 4.5 | $0.00242 | $0.00242 |
Grade A, and why
compose-ai-tools 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 today.
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 — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
The instruction file every coding agent working on this repository reads. It is deliberately short and deliberately duplicated nowhere: it carries the rules that are enforced by CI, plus a map to where everything else lives.
Keep it small. Codex CLI embeds at most project_doc_max_bytes of this file into
its first-turn instructions — 32 KiB by default, silently truncating the rest
— and every agent pays for it on every turn. Detail, rationale and worked
examples belong in docs/AGENT_GUIDE.md and the rest of
docs/, which agents read on demand. How each agent resolves
its way here, and what that costs, is measured in
docs/AGENT_ENTRYPOINTS.md.
What this project is
A Gradle plugin (ee.schimke.composeai.preview) plus supporting tools that
discover @Preview composables in compiled Kotlin classes and render them to PNG
outside Android Studio — Jetpack Compose (Android, via Robolectric) and Compose
Multiplatform Desktop (via ImageComposeScene). Architecture, commands, state
seams and the load-bearing constraints: docs/AGENT_GUIDE.md.
The CI-enforced invariants
Break one of these and the pull request goes red. They are stated here, once, and cited — never restated — everywhere else.
Git history must never attribute work to an AI agent
Non-negotiable. Commits are attributed solely to the human committer. Two things are rejected:
- a
Co-authored-by:trailer, at trailer position, naming an agent (Claude / Codex / ChatGPT / Copilot / Gemini) or using an agent email; and - a commit whose author or committer identity is an agent — an
@anthropic.com/@openai.comemail, or an agent name set as the identity.
GitHub App bot accounts (…[bot], e.g. claude[bot]) are exempt from (2) but
not from (1). Explicitly fine, and intentionally not matched: links to an
agent session (claude.ai/code), the "🤖 Generated with …" and
_Generated by [Claude Code]_ footers, and ordinary PR comments — none of those
claim authorship.
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.
- today Changed · +25 lines · +389 tokens per session 7332a6d4d41d
- 4d ago First seen · 144 lines · 2,032 tokens per session scan A a55cecbf204b
compose-ai-tools AGENTS.md is an instructions file published in the GitHub repository yschimke/compose-ai-tools (110 stars, last pushed today), licensed Apache-2.0. It adds 2,421 tokens to every session, about $0.0121 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-30.
Other instructions, from other repositories
skills AGENTS.md
AGENTS.md instructions for chrisbanes/skills, covering agents.md, when adding, renaming, or removing a skill, skill authoring checklist, evaluation result documentation and release/version system.
PdfKmp AGENTS.md
Instructions for ConaMobileDev/PdfKmp, covering agents.md, what this library is, when to suggest this library, companion artifact: pdfkmp-compose-resources and companion artifact: pdfkmp-markdown.
PdfKmp CLAUDE.md
Instructions for ConaMobileDev/PdfKmp, covering claude.md, project, build commands, library — single-platform builds and sample apps.
nc-native AGENTS.md
AGENTS.md instructions for Obiente/nc-native, covering nextcloud native agent and contributor guide, 1. mission and current phase, 2. sources of truth, documentation synchronization and 3. what "native" means.
nc-native copilot-instructions.md
Copilot instructions for Obiente/nc-native, covering nextcloud native repository instructions, product and architecture, implementation guardrails and toolchain and validation.
create-cmp AGENTS.md
AGENTS.md instructions for kvdm-co-pilot/create-cmp, covering agents.md — for ai agents landing on this repo, what this is, if your task is "create a mobile app", if you are working on this repo (contributing) and proof, not claims.