scaffold

scaffold is a command for Claude Code from alifanov/ai-garage-launch. It costs 25 tokens per session (339 once invoked), scanned A, original, MIT.

A command that creates a Next.js application, a React web framework, with TypeScript, Tailwind CSS, and shadcn/ui. It builds an initial product landing page from the project's brief and records the setup in documentation.

In plain words
What is it for?
Use it to scaffold a local landing-page application, add the initial product headline and call to action, check that it runs, and document what remains.
Why use it?
It gives a project a runnable starting point with the requested web stack and a first page based on the product description.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the garage plugin — 4 skills, 12 commands, 2 agents shipped together

Good fit Use it to scaffold a local landing-page application, add the initial product headline and call to action, check that it runs, and document what remains.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/alifanov/ai-garage-launch/scaffold
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/alifanov/ai-garage-launch

Made for: Claude Code.

Or install garage, the plugin that ships this one along with the rest of its 4 skills, 12 commands, 2 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 scaffold

README.md
[![agentmods](https://agentmods.dev/badge/commands/alifanov/ai-garage-launch/scaffold/github.svg)](https://agentmods.dev/commands/alifanov/ai-garage-launch/scaffold)
Your own site
<a href="https://agentmods.dev/commands/alifanov/ai-garage-launch/scaffold"><img src="https://agentmods.dev/badge/commands/alifanov/ai-garage-launch/scaffold/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 scaffold

Your own site · 80×15
<a href="https://agentmods.dev/commands/alifanov/ai-garage-launch/scaffold"><img src="https://agentmods.dev/badge/commands/alifanov/ai-garage-launch/scaffold.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 339 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.00025 $0.00339
Opus 5 $0.00013 $0.00169
Sonnet 5 $0.00005 $0.00068
Haiku 4.5 $0.00003 $0.00034

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

Security

Grade A, and why

scaffold 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 9d 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/scaffold.md · 30 lines

What it actually says

/garage:scaffold — создаём приложение

Предусловия

Прочитай docs/04-product.md (бриф). Нет — скажи запустить /garage:spec.

Что сделать

Опирайся на скилл stack-reference. Создай приложение в текущей папке:

  • Next.js (App Router) + TypeScript + Tailwind CSS + shadcn/ui
  • Стартовая страница = лендинг продукта из брифа (docs/04-product.md): заголовок, подзаголовок, CTA, блок «одна фича».
  • Заглушка под основную фичу (сам экран/флоу — итеративно).

Порядок: создать проект → настроить Tailwind → поставить shadcn/ui → собрать лендинг → проверить npm run dev локально.

Ничего необратимого: всё локально. Секреты/деплой — на следующих шагах.

Артефакт

Запиши в docs/05-build.md: стек, структура проекта, что на лендинге, команда локального запуска, что осталось доделать по фиче. Обнови docs/STATE.md: шаг 5 [x].

➡️ Дальше

/garage:deploy — GitHub-репозиторий + Vercel + домен → боевой URL.

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. 9d ago First seen · 30 lines · 25 tokens per session scan A 2a49ee1db930

Subscribe to this mod's changes

scaffold is a command published in the GitHub repository alifanov/ai-garage-launch (2 stars, last pushed 1mo ago), licensed MIT. It adds 25 tokens to every session and 339 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.

Related

Other commands, from other repositories

design-import

Scaffolds React components from a Claude Design handoff bundle and stops at files on disk: no stories, no tests, no pull request. Use when handed a claude.ai/design URL or a local bundle file; when that same scaffold should carry on through test generation, browser verification and an opened PR, run /ork:design-ship…

yonatangross/orchestkit · 74 tokens

component-search

Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…

yonatangross/orchestkit · 57 tokens

component-scaffold

Build a production React component on shadcn/ui + Tailwind — variants, compound pattern, accessible states, and a clean prop API. Use when creating a new UI...

m-binimran/dev-pack · 35 tokens

form-builder

Build accessible, validated forms with React Hook Form + Zod + shadcn Form, wired to a Next.js server action. Use when adding any form (contact, signup, chec...

m-binimran/dev-pack · 39 tokens

nxt-page

Generates a Next.js App Router page with page.tsx, loading.tsx, and error.tsx. Auto-detects route conventions, dynamic segments, and layout patterns from the existing project.

mertjane/awesome-claude-commands · 40 tokens

checklist

Generate a custom checklist for the current feature based on user requirements.

github/spec-kit · 13 tokens