Chimeraforge: Instructions file for Claude Code

CLAUDE.md

Chimeraforge CLAUDE.md is an instructions file for Claude Code from Sahil170595/Chimeraforge. It costs 10,677 tokens per session, scanned A, original, MIT.

A set of project instructions for ChimeraForge, covering how an AI agent should research, handle data, make decisions, and validate its work. It emphasises recording evidence and completing the full delivery process.

In plain words
What is it for?
Use it when working in the ChimeraForge project, especially for research, data handling, cloud work, validation, and shipping completed changes.
Why use it?
It gives the agent consistent rules for acting decisively while avoiding guesses, escalating only decisions that belong to the user, and checking work before delivery.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions subagents; positional $N argument.

This is Sahil170595/Chimeraforge's own configuration. It tells Claude Code 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/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/Sahil170595/Chimeraforge

Made for: Claude Code.

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 CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sahil170595/chimeraforge/claude-md.svg)](https://agentmods.dev/instructions/sahil170595/chimeraforge/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/sahil170595/chimeraforge/claude-md"><img src="https://agentmods.dev/badge/instructions/sahil170595/chimeraforge/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 10,677 This file is loaded in full into every session.
When invoked 10,677 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.10677 $0.10677
Opus 5 $0.05339 $0.05339
Sonnet 5 $0.02135 $0.02135
Haiku 4.5 $0.01068 $0.01068

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

Security

Grade A, and why

Chimeraforge CLAUDE.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 3d 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.

CLAUDE.md · 484 lines

How it starts

The opening of the file, as written. The whole thing — 484 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md — ChimeraForge

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 · 484 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. 3d ago Changed 3fef4ba712fb
  2. 8d ago First seen · 484 lines · 10,677 tokens per session scan A 4c8290ab5480

Subscribe to this mod's changes

Chimeraforge CLAUDE.md is an instructions file published in the GitHub repository Sahil170595/Chimeraforge (2 stars, last pushed 3d ago), licensed MIT. It adds 10,677 tokens to every session, about $0.0534 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,153 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