build-feature

build-feature is a skill for Claude Code from evgenii-studitskikh/Claude-Code-SaaS-Studio. It costs 47 tokens per session (615 once invoked), scanned A, original, MIT.

A feature-building skill for one complete user story, from the interface through server logic to the database. A vertical slice is a small feature implemented across all of those layers.

In plain words
What is it for?
Use it to build a page or component, its server action or route handler, database queries, loading and error states, and the required review step.
Why use it?
It keeps implementation tied to one approved requirement and checks each boundary, reducing incomplete features and mismatches between layers.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; names the AskUserQuestion tool.

Good fit Use it to build a page or component, its server action or route handler, database queries, loading and error states, and the required review step.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evgenii-studitskikh/claude-code-saas-studio/build-feature
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.

Any agent
npx skills add evgenii-studitskikh/Claude-Code-SaaS-Studio --skill build-feature
Clone the repo
git clone --depth 1 https://github.com/evgenii-studitskikh/Claude-Code-SaaS-Studio

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/evgenii-studitskikh/claude-code-saas-studio/build-feature.svg)](https://agentmods.dev/skills/evgenii-studitskikh/claude-code-saas-studio/build-feature)
Your own site
<a href="https://agentmods.dev/skills/evgenii-studitskikh/claude-code-saas-studio/build-feature"><img src="https://agentmods.dev/badge/skills/evgenii-studitskikh/claude-code-saas-studio/build-feature.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 615 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.00047 $0.00615
Opus 5 $0.00023 $0.00308
Sonnet 5 $0.00009 $0.00123
Haiku 4.5 $0.00005 $0.00061

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

Security

Grade A, and why

build-feature 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 7d 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/skills/build-feature/SKILL.md · 23 lines

How it starts

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

Implement a complete, shippable vertical slice for exactly one user story: from the UI component through the server action or route handler down to the database query, including error handling and loading states. Non-autonomous: a draft plan is approved before any code is written, and each layer boundary is a checkpoint.

Phases

  1. Scope the story — read docs/specs/prd.md to identify the target user story and its acceptance criteria. If no argument was given, ask the user to specify. Confirm the story is IN_SCOPE (run /scope-check mentally) and that relevant schema tables exist in supabase/migrations/. If tables are missing, stop and direct to /design-schema.
  2. Draft implementation plan — propose the files that will be created or modified: the Next.js page/component (path under app/), any shared components under components/, the server action or route handler, and the database query. Show the plan as a file tree with a one-line description for each file. Get approval before writing anything.
  3. Implement UI layer — write the React server and/or client components using shadcn/ui components as defined in docs/specs/ui.md. Include empty, loading, and error states. Under full review, show each component before writing; under lean/solo, write after the plan is approved.
  4. Implement server layer — write the server action (preferred for mutations) or route handler. Validate all inputs with Zod. Enforce tenant scoping by reading the tenant ID from the authenticated session — never accept tenant ID from client input. Handle errors explicitly and return typed results.
  5. Implement data layer — write the Supabase query using the server-side client (createServerClient from @supabase/ssr). Confirm that RLS policies cover the operation; if a service-role bypass is needed, document why in a code comment and flag for review.
  6. Invoke code review — after all files are written, invoke /code-review automatically. Do not declare the feature done until the review passes or all findings are acknowledged by the user. Once core features exist, design monetization with /design-pricing then /setup-billing.

Read the full file on GitHub · 23 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. 7d ago First seen · 23 lines · 47 tokens per session scan A 2b2ed360d089

Subscribe to this mod's changes

build-feature is a skill published in the GitHub repository evgenii-studitskikh/Claude-Code-SaaS-Studio (1 stars, last pushed 2mo ago), licensed MIT. It adds 47 tokens to every session and 615 once invoked, about $0.0002 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.