README

README is an agent for Claude Code from nitin27may/e-commerce-agents. It costs 0 tokens per session (1,018 once invoked), scanned B, original, MIT.

A configuration repository for Claude Code, Anthropic’s coding assistant, with settings and subagents for different kinds of work. It uses Opus for planning and Sonnet for normal coding when the account has access to both models.

In plain words
What is it for?
Use it to configure Claude Code’s planning model, coding model, and specialized subagents in a project.
Why use it?
It keeps model-selection rules and delegated coding activities in the right configuration layers, avoiding settings that cannot control the main session.

Agent for Claude Code

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 agents/nitin27may/e-commerce-agents/readme
Clone the repo
git clone --depth 1 https://github.com/nitin27may/e-commerce-agents

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 README

README.md
[![agentmods](https://agentmods.dev/badge/agents/nitin27may/e-commerce-agents/readme.svg)](https://agentmods.dev/agents/nitin27may/e-commerce-agents/readme)
Your own site
<a href="https://agentmods.dev/agents/nitin27may/e-commerce-agents/readme"><img src="https://agentmods.dev/badge/agents/nitin27may/e-commerce-agents/readme.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,018 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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 $0.00000 $0.01018
Opus 5 $0.00000 $0.00509
Sonnet 5 $0.00000 $0.00204
Haiku 4.5 $0.00000 $0.00102

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

Security

Grade B, and why

README scanned grade B with 1 finding 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 4d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

collaborator's `~/.claude/settings.json` model, but a per-session `/model` (or
.claude/agents/README.md · 72 lines

How it starts

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

Claude Code model strategy & subagents

This repo configures Claude Code in two layers. The split between "plan on Opus, build on Sonnet" is a session-model concern, not a subagent concern — so it lives in settings.json, and the subagents below cover the other activities where a different model genuinely helps.

Layer 1 — session model (.claude/settings.json)

{ "model": "opusplan" }

opusplan runs Opus while in Plan mode and Sonnet for normal interaction and implementation. That is the entire "planning → Opus, coding → Sonnet" requirement, done at the level that actually controls it.

Why not do this with a subagent? A subagent's model: field only governs work that Claude delegates to that subagent. It does not govern Plan mode or the main implementation loop — those run on the session model. So no .claude/agents/*.md setting can make "planning use Opus while coding uses Sonnet"; opusplan is the correct mechanism.

Caveats (read these)

  • Opus access required. opusplan needs Opus entitlement (Claude Max, or API/Enterprise). On the Pro plan Opus is unavailable and this setting won't engage.
  • This is a checked-in default, not a lock. Project settings.json overrides a collaborator's ~/.claude/settings.json model, but a per-session /model (or --model / ANTHROPIC_MODEL) still wins. Anyone who can't use Opus can override with /model sonnet. To make it personal instead of shared, move the model key into .claude/settings.local.json (gitignored).
  • Env vars silently win. Session model precedence is roughly /model > --model > ANTHROPIC_MODEL env > settings file. Subagent model precedence is CLAUDE_CODE_SUBAGENT_MODEL env > per-invocation > frontmatter > main model. If you export ANTHROPIC_MODEL or CLAUDE_CODE_SUBAGENT_MODEL anywhere in your shell profile, it overrides everything here.
  • No 1M context in the plan phase. The automatic 1M-context upgrade applies to the plain opus setting, not opusplan — the plan-mode Opus phase uses the standard context window. For planning against very large contexts, prefer a manual /model opus session.
  • Aliases vs pinned IDs. The agents below use aliases (opus, sonnet, haiku). To pin versions, swap an alias for a full ID (claude-opus-4-8, claude-sonnet-4-6, claude-haiku-4-5-20251001). opusplan itself cannot be pinned — pinning means managing the plan/code split manually.

Read the full file on GitHub · 72 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. 4d ago First seen · 72 lines · 0 tokens per session scan B dd77af50bc98

Subscribe to this mod's changes

README is an agent published in the GitHub repository nitin27may/e-commerce-agents (21 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,018 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.