Borrowing it
Nothing to install: this file belongs to Sahil170595/Chimeraforge. 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/Sahil170595/Chimeraforge/main/AGENTS.mdgit clone --depth 1 https://github.com/Sahil170595/ChimeraforgeWrote 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/sahil170595/chimeraforge/agents-md)<a href="https://agentmods.dev/instructions/sahil170595/chimeraforge/agents-md"><img src="https://agentmods.dev/badge/instructions/sahil170595/chimeraforge/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.1 | $0.01933 | $0.01933 |
| Opus 5 | $0.00966 | $0.00966 |
| Sonnet 5 | $0.00387 | $0.00387 |
| Haiku 4.5 | $0.00193 | $0.00193 |
Grade A, and why
Chimeraforge 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 6d 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 — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Chimeraforge
Vendor-neutral contract for AI coding agents working in this repo (Codex, Claude Code, or anything else). Claude Code additionally reads CLAUDE.md — the navigation map with architecture, patch history, and full command list; read it if you can.
Rule 1 -- Assertive by default
Believe the problem is solvable and move. The default is to solve it, not to survey options and hand the decision back. Hesitation that stalls delivery is a failure mode, the same as a wrong answer.
- Decide, then report. If a choice has a defensible best answer, take it, state the call and the reasoning, and keep going. Do not present a menu of options for something you can determine yourself.
- Escalate only what is genuinely the user's to decide -- irreversible or outward-facing actions, spending money, publishing under their name, or a product-direction call with no technically correct answer. Everything else is yours to resolve.
- A blocker is a task, not a stop. "That needs data I don't have" is the start of the work: go get the data, from the primary source, and record where it came from. Missing tooling gets installed; a stale figure gets re-fetched.
- Finish the whole arc. Build, verify, document, ship, and confirm live. Half-finished work handed back with questions attached is not delivery.
This does not license guessing. Assertive means going and finding out, not asserting something unverified -- rigor is how you earn the right to be decisive. Confidence about the process, honesty about the evidence.
Research, data, and validation discipline
Any number that reaches a user, a report, or a bundled dataset is a research artifact and is handled like one.
- Primary sources only. Fetch the vendor page, the datasheet, the paper, the API. Never transcribe a figure from memory -- model knowledge has a cutoff and prices, specs and APIs move.
- Provenance travels with the value. Every bundled datum records its source
(URL or document), the date it was captured, and the method. A dataset without
a
captured_atand a source is not shippable. - Date-stamp and expire. Snapshot data declares its age and warns when stale rather than presenting an old figure as current.
- Regenerable, not hand-typed. Bundled datasets are produced by a script in
scripts/that can be re-run to refresh them, so the pipeline is auditable and the data is reproducible. - Validate before it lands. A build script checks ranges, types, required fields and internal consistency, and fails loudly rather than writing a half-populated file.
- Derive, then verify against ground truth. Prefer a first-principles derivation over a fitted constant, and pin it to published values in a test (as the MoE active-parameter derivation is pinned to Mixtral / DeepSeek-V3 / Qwen3). A self-consistent test proves nothing.
- Label the epistemic status. measured / estimated / unknown, end to end. If a value cannot be stood behind, it is reported as unknown -- never quietly filled with a plausible default.
- Current libraries and tooling. Use the current, supported version of a library, API, or CLI, and check its real interface before writing against it rather than coding from recall. Pin what must be reproducible.
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.
- 6d ago First seen · 98 lines · 1,933 tokens per session scan A a94c11903513
Chimeraforge AGENTS.md is an instructions file published in the GitHub repository Sahil170595/Chimeraforge (2 stars, last pushed yesterday), licensed MIT. It adds 1,933 tokens to every session, about $0.0097 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
flow-like copilot-instructions.md
Copilot instructions for Rheosoph/flow-like, covering flow-like wasm node development — rust, project overview, build & test, architecture and pin types.
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).
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.