nexus-gateway CLAUDE.md

nexus-gateway CLAUDE.md is an instructions file for Claude Code from AlphaBitCore/nexus-gateway. It costs 6,441 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Nexus Gateway, an enterprise service that manages AI request routing, compliance, caching, and usage data.

In plain words
What is it for?
Use it when changing the Nexus Gateway repository, especially before editing code, documentation, configuration, or other project-wide behavior.
Why use it?
It gives coding agents mandatory rules for planning work, reading required documents, and keeping project files and user-facing text consistent.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions subagents; names the TodoWrite tool.

Install

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.

agentmods
npx agentmods add instructions/alphabitcore/nexus-gateway/claude-md
Clone the repo
git clone --depth 1 https://github.com/AlphaBitCore/nexus-gateway

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alphabitcore/nexus-gateway/claude-md.svg)](https://agentmods.dev/instructions/alphabitcore/nexus-gateway/claude-md)
Your own site
<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>
Per session 6,441 This file is loaded in full into every session.
When invoked 6,441 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.06441 $0.06441
Opus 5 $0.03220 $0.03220
Sonnet 5 $0.01288 $0.01288
Haiku 4.5 $0.00644 $0.00644

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

Security

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.

CLAUDE.md · 114 lines

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.
    1. 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.
    2. 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 Code TaskCreate. Each item specific, actionable, verifiable; update statuses as you go; never leave a falsely in_progress item. 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.
    3. 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.
    4. 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.
    5. 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 / mock strings 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.
    6. Commit reminder, no auto-commit. When work is done (implementation + verify + self-audit), ask the user whether to commit. Never git commit unsolicited. 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.

Read the full file on GitHub · 114 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 · 114 lines · 6,441 tokens per session scan A 9cd50b0a891d

Subscribe to this mod's changes

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.