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/coniferkit/use-conifer/agents-mdgit clone --depth 1 https://github.com/ConiferKit/use-coniferWhat 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.00229 | $0.00229 |
| Opus 5 | $0.00114 | $0.00114 |
| Sonnet 5 | $0.00046 | $0.00046 |
| Haiku 4.5 | $0.00023 | $0.00023 |
Grade A, and why
use-conifer 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 2d 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.
What it actually says
sdk/ — agent notes
sdk/agents (conifer-agents)
sdk/agents/ is a separate package (conifer-agents): client-side agent
orchestration on top of conifer-sdk (Agent run loop, subagents-as-tools,
orchestrate(), portable MCP plugins, conifer-agents export).
- Verify gate:
bash sdk/agents/scripts/check.sh(typecheck + full test suite). Run it before committing anything undersdk/agents/. - Live tests in
sdk/agents/tests/live.test.tsare gated: the gateway test onCONIFER_API_KEY, the MCP stdio test onCONIFER_MCP_LIVE=1(with a 60s timeout). Both skip cleanly when their gate is unset, so the suite is keyless-green. - It is NOT part of the
sdk-publicsplit and is NOT included in any publish or release process until explicitly approved. Do not add it to release scripts or the public mirror.
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.
- 2d ago First seen · 18 lines · 229 tokens per session scan A 6fc88c193aee
use-conifer AGENTS.md is an instructions file published in the GitHub repository ConiferKit/use-conifer (18 stars, last pushed 3d ago), licensed Apache-2.0. It adds 229 tokens to every session, about $0.0011 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
openai-agents-python AGENTS.md
Instructions for openai/openai-agents-python, covering contributor guide, policies & mandatory rules, mandatory skill usage, work status reporting and git worktree and branch safety.
instructor CLAUDE.md
Instructions for 567-labs/instructor, covering claude.md, instructor development guide, commands, installation & setup and code style guidelines.
E2B CLAUDE.md
Instructions for e2b-dev/E2B: Use pnpm for node and uv for python to install and update dependencies. Run pnpm run format, pnpm run lint and pnpm run typecheck before committing changes. When modifying the SDK packages, ensure equivalent changes are applied to both JS as well as sync and async Python implementations.…
Patter AGENTS.md
Instructions for PatterAI/Patter, covering agents.md, non-negotiables (ci and reviewers block on these), before opening a pr, where things live and commits & prs.
AutoGPT copilot-instructions.md
Copilot instructions for Significant-Gravitas/AutoGPT, covering github copilot instructions for autogpt, repository overview, build and validation instructions, essential setup commands and runtime requirements.
AutoGPT AGENTS.md
AGENTS.md instructions for Significant-Gravitas/AutoGPT, covering autogpt platform contribution guide, directory overview, code style, frontend guidelines and testing.