Borrowing it
Nothing to install: this file belongs to Somchandra17/w-bonkers. 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/Somchandra17/w-bonkers/main/AGENTS.mdgit clone --depth 1 https://github.com/Somchandra17/w-bonkersWrote 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/somchandra17/w-bonkers/agents-md)<a href="https://agentmods.dev/instructions/somchandra17/w-bonkers/agents-md"><img src="https://agentmods.dev/badge/instructions/somchandra17/w-bonkers/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.00400 | $0.00400 |
| Opus 5 | $0.00200 | $0.00200 |
| Sonnet 5 | $0.00080 | $0.00080 |
| Haiku 4.5 | $0.00040 | $0.00040 |
Grade A, and why
w-bonkers 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 8d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- w-bonkers CLAUDE.md — 88% identical, 6 lines differ
What it actually says
w-bonkers — agent instructions (Codex / any agent)
- If
install.jsondoes NOT exist in this folder: this system is not set up yet. Readprompt.mdand execute it phase by phase. Do not skip the interview or fake any check. - If
install.jsonexists: the system is live.state.jsonis the single source of truth — readMANIFEST.jsonto orient,docs/PIPELINE.mdfor the architecture contract. - Rule evidence:
docs/BACKTEST.md+scripts/backtest_vcp.pyhold the backtested case for the STEP-4 exit rules and a re-runnable harness. Consult them BEFORE tuning strategy inputs instate.json → meta.pinned, and re-run the harness after any rule change. Never run it inside a refresh — it is offline analysis (minutes, bulk downloads), not a pipeline step. - Never hand-edit rendered views (
board.html,tasks.md,tasks.ics,todoist_tasks.json,_artifact-source.html) — they are regenerated bypython3 scripts/render_plan.py. - Never commit or push user data:
state.json,personal/,runs/,context/,install.json,CHANGELOG.md,RUNBOOK.md,MANIFEST.jsonare gitignored — keep it that way (nogit add -f). - A BUY task is complete only when the order FILLED on the exchange, not when it was placed.
- The refresh command installed for this folder is named in
state.json → meta.command_name. If it was installed in "AGENTS.md fallback" mode, its full spec is appended below this line. - Educational tooling only — the human places every trade; never claim otherwise.
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.
- 8d ago First seen · 13 lines · 400 tokens per session scan A 9c1f7d0da8e5
w-bonkers AGENTS.md is an instructions file published in the GitHub repository Somchandra17/w-bonkers (2 stars, last pushed 2mo ago), licensed MIT. It adds 400 tokens to every session, about $0.0020 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
agent-compass pr-workflow.instructions.md
Instructions for me-cedric/agent-compass: For PR creation, default base branch is develop. Assign the PR to yourself with --assignee @me. If reviewers are not specified, ask for at least one and list likely repo contributors. Use only labels that exist in gh label list.
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.