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/alphabitcore/nexus-gateway/claude-mdgit clone --depth 1 https://github.com/AlphaBitCore/nexus-gatewayWrote 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/alphabitcore/nexus-gateway/claude-md)<a href="https://agentmods.dev/instructions/alphabitcore/nexus-gateway/claude-md"><img src="https://agentmods.dev/badge/instructions/alphabitcore/nexus-gateway/claude-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.06441 | $0.06441 |
| Opus 5 | $0.03220 | $0.03220 |
| Sonnet 5 | $0.01288 | $0.01288 |
| Haiku 4.5 | $0.00644 | $0.00644 |
Grade A, and why
nexus-gateway 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 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 — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nexus Gateway
Enterprise AI Traffic Gateway for compliance, routing, caching, and analytics.
Mandatory rules
Every rule below is binding. Waivers require explicit user approval in chat.
- English only (repository). Project artifacts (
CLAUDE.md,.cursor/rules,docs/**, source comments, user-visible UI copy, commit messages, READMEs, config/doc strings) must be English. Chat language may follow the user; anything committed stays English. Legal quotes etc. need explicit waiver. - Workflow discipline (binding). Every change goes through this cycle. Each numbered sub-rule is binding in its own right.
- Plan first. Before edits / research / implementation, produce a written plan — approach, scope, risks, file touch list. Use Cursor Plan Mode or Claude Code's plan output. Do not jump straight to code.
- Todo list captures every user message and stays live. Every task request from the user becomes a todo immediately, before other work — Cursor
TodoWrite/ Claude CodeTaskCreate. Each item specific, actionable, verifiable; update statuses as you go; never leave a falselyin_progressitem. New requests in multi-message sessions do NOT interrupt the current task — capture them as todos, finish in-flight work to a natural commit point, then pick up the queue in order. Reordering or skipping only on explicit user instruction. - Complex tasks: Plan + Todo non-waivable. A task is "complex" if any apply: (a) >2 files; (b) cross-cutting (multi-service, Thing-shadow contract, IAM, MQ schemas, audit events, anything in
packages/shared/); (c) introduces/modifies an SDD epic/story; (d) touches API contract, data model, or migration; (e) touches a high-blast-radius surface (packages/agent/platform/darwin/NexusAgent/NexusAgentExtension/**, admin endpoint registration, IAM policies, token-field stamping, kill-switch, emergency passthrough, credential encryption). Skipping Plan or Todo on a complex task requires the user to explicitly state the reason; echo the reason in the response before proceeding. - Goal-anchored execution. Before any non-trivial work, write the user's request as a one-line "Goal:" at the top of the plan or todo list and echo it in chat. When mid-stream constraints arrive, do NOT silently slot them in — re-state the updated goal in chat, capture the delta as new todos, then continue.
- Self-audit before "done" — 4 questions × 2 rounds. Q1: every todo completed (not deferred, not silently dropped)? Q2: no
TODO/FIXME/XXX/unimplemented/not implemented/stub/mockstrings in production code (test mocks are fine — grep your diff)? Q3: every changed code path is exercised by a real test OR explicitly acknowledged as untested with a reason? Q4: no "we'll fix this later" claims unless the user said so? Round 1 surfaces issues; fix each or capture as explicit follow-up todo. Round 2 verifies the fixes. Iterate until two consecutive rounds are clean. - Commit reminder, no auto-commit. When work is done (implementation + verify + self-audit), ask the user whether to commit. Never
git commitunsolicited. Suggest a concise message.
- Adversarial product review + less-is-more (binding). Two halves of the same product discipline. Apply both to any proposed feature, config knob, UI surface, menu item, behavior change, or "wouldn't it be nice if…" idea — including user proposals.
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 · 114 lines · 6,441 tokens per session scan A 9cd50b0a891d
nexus-gateway CLAUDE.md is an instructions file published in the GitHub repository AlphaBitCore/nexus-gateway (23 stars, last pushed 4d ago), licensed Apache-2.0. It adds 6,441 tokens to every session, about $0.0322 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
aisix CLAUDE.md
Claude Code instructions for api7/aisix, covering claude.md, 1. think before coding, 2. simplicity first, 3. surgical changes and 4. goal-driven execution.
compliance-agent-skills AGENTS.md
Instructions for vaquarkhan/compliance-agent-skills, covering agents.md — compliance agent entry point, mission, mandatory rules, skill routing and presets.
compliance-agent-skills CLAUDE.md
Instructions for vaquarkhan/compliance-agent-skills, covering claude.md — claude code entry point, identity, first actions, lifecycle commands and skill discovery.
ks-cookbook CLAUDE.md
Instructions for knowledgestack/ks-cookbook, covering claude.md, style rules (load these first), what this repo is, commands and architecture.
serverless-litellm CLAUDE.md
Instructions for cncoder/serverless-litellm, covering claude.md — litellm on eks 项目指南, 项目概述, 快速部署(一键), 前置条件 and 部署流程.
compliance-agent-skills copilot-instructions.md
Instructions for vaquarkhan/compliance-agent-skills, covering github copilot instructions — compliance-agent-skills, read first, core rules, skill routing (quick) and code changes.