snr-build

snr-build is a command for Claude Code from Kin9Zeus/senior-engineer-skills. It costs 20 tokens per session (688 once invoked), scanned A, original, MIT.

A command for planning and scaffolding a new software project to senior engineering standards. It starts by clarifying users, the core transaction, stored data, integrations and constraints before choosing an architecture and building.

In plain words
What is it for?
Defining a new project's requirements, selecting its technology and data design, setting security rules, and creating the initial project structure.
Why use it?
It addresses expensive design mistakes early, before they become difficult to change in the project.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the senior-engineer-skills plugin — 15 skills, 7 commands, 4 agents shipped together

Good fit Defining a new project's requirements, selecting its technology and data design, setting security rules, and creating the initial project structure.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/kin9zeus/senior-engineer-skills/snr-build
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.

Clone the repo
git clone --depth 1 https://github.com/Kin9Zeus/senior-engineer-skills

Made for: Claude Code.

Or install senior-engineer-skills, the plugin that ships this one along with the rest of its 15 skills, 7 commands, 4 agents.

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 snr-build

README.md
[![agentmods](https://agentmods.dev/badge/commands/kin9zeus/senior-engineer-skills/snr-build/github.svg)](https://agentmods.dev/commands/kin9zeus/senior-engineer-skills/snr-build)
Your own site
<a href="https://agentmods.dev/commands/kin9zeus/senior-engineer-skills/snr-build"><img src="https://agentmods.dev/badge/commands/kin9zeus/senior-engineer-skills/snr-build/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for snr-build

Your own site · 80×15
<a href="https://agentmods.dev/commands/kin9zeus/senior-engineer-skills/snr-build"><img src="https://agentmods.dev/badge/commands/kin9zeus/senior-engineer-skills/snr-build.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 688 The whole file, excluding the scripts and references it only reads on demand.
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.00020 $0.00688
Opus 5 $0.00010 $0.00344
Sonnet 5 $0.00004 $0.00138
Haiku 4.5 $0.00002 $0.00069

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

Security

Grade A, and why

snr-build 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 12d 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.

commands/snr-build.md · 70 lines

How it starts

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

Build a New Project

Design and build: $ARGUMENTS

Load the project-blueprint skill and follow its phases. Load senior-engineer for the non-negotiable bar.

Do not start typing code yet

Phase 1 first. Ask only the questions whose answers change the architecture; assume sensible defaults for everything else and state the assumptions:

  1. Who uses it, and how many?
  2. What is the core transaction — the one thing that must never be wrong?
  3. What data does it hold? Specifically: personal data, payment data, or health/financial records? Each adds non-optional obligations.
  4. What must it integrate with?
  5. What constrains it — team skills, budget, deadline, jurisdiction?

Then write five lines: what it is, who it serves, the core transaction, the data classification, and the dominant constraint. Confirm before building.

Then, in this order

The order is by cost-of-getting-it-wrong-later, not by convenience.

2  Stack selection      — boring, known technology; one ADR per choice
3  Data model           — schema, constraints, tenancy, PII tagged, retention
4  Security baseline    — config validation, authz deny-by-default, CSP
5  Scaffold             — repo → toolchain → config → db → auth → VERTICAL SLICE
                          → CI → observability → deploy to staging
6  Public surface       — metadata, 404, robots, sitemap, schema, a11y
7  Legal surface        — privacy policy, consent, DELETION PATH, terms
8  Prove it             — tests, CI gate, logging, one alert
9  Document             — README, ADRs, runbook

Step 6 of the scaffold is load-bearing. One complete vertical slice — route, validation, authorization, domain logic, persistence, response, log line, test — establishes the pattern every future feature copies. Get it right and quality scales for free.

Deploy to staging before feature work. A product that has never deployed does not know what deploying costs.

Refuse to over-engineer

No Kubernetes, no microservices, no event sourcing, no CQRS for a product with no users. A modular monolith on a managed platform with a managed Postgres is the correct answer for the overwhelming majority of new products, and it stays cheap to change.

Read the full file on GitHub · 70 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. 12d ago First seen · 70 lines · 20 tokens per session scan A c2a158693822

Subscribe to this mod's changes

snr-build is a command published in the GitHub repository Kin9Zeus/senior-engineer-skills (3 stars, last pushed 18d ago), licensed MIT. It adds 20 tokens to every session and 688 once invoked, about $0.0001 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.