Chimeraforge: Instructions file for Codex

AGENTS.md

Chimeraforge AGENTS.md is an instructions file for Codex, OpenCode from Sahil170595/Chimeraforge. It costs 1,933 tokens per session, scanned A, original, MIT.

A project-wide guide for coding agents that sets rules for research, data handling, validation, and making decisions in the Chimeraforge repository. It asks agents to investigate missing information and verify changes before finishing.

In plain words
What is it for?
Use it to guide research, choose and record technical decisions, validate implementations, handle uncertainty, and follow the repository’s verification gates.
Why use it?
It helps agents keep moving on solvable tasks while maintaining evidence-based checks and clear standards for engineering work.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

This is Sahil170595/Chimeraforge's own configuration. It tells Codex and OpenCode how to work on Chimeraforge itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Chimeraforge configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/Sahil170595/Chimeraforge/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/Sahil170595/Chimeraforge

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sahil170595/chimeraforge/agents-md.svg)](https://agentmods.dev/instructions/sahil170595/chimeraforge/agents-md)
Your own site
<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>
Per session 1,933 This file is loaded in full into every session.
When invoked 1,933 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.01933 $0.01933
Opus 5 $0.00966 $0.00966
Sonnet 5 $0.00387 $0.00387
Haiku 4.5 $0.00193 $0.00193

Measured 6d ago against content hash a94c11903513, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

AGENTS.md · 98 lines

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_at and 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.

Read the full file on GitHub · 98 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. 6d ago First seen · 98 lines · 1,933 tokens per session scan A a94c11903513

Subscribe to this mod's changes

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.

Related

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.

Rheosoph/flow-like · 1,349 tokens

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.

vercel/next.js · 7,296 tokens

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.

openai/codex · 5,182 tokens

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).

microsoft/vscode · 6,785 tokens

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).

microsoft/vscode · 5,001 tokens

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.

langchain-ai/langchain · 4,469 tokens