build-recipes

build-recipes is a skill for Claude Code from alanvaa06/award-craft. It costs 67 tokens per session (1,161 once invoked), scanned A, original, MIT.

A fixed recipe for building landing-page sections with Next.js, Tailwind, GSAP, and Lenis. Next.js is a React web framework, Tailwind is a CSS utility system, GSAP handles animation, and Lenis handles smooth scrolling.

In plain words
What is it for?
Use it to scaffold the app, connect scrolling and animation, apply design tokens, and rebuild individual landing-page sections.
Why use it?
It gives implementation rules for turning an approved design plan into a consistent page and prevents coding from starting before the design is agreed.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the award-craft plugin — 6 skills shipped together

Good fit Use it to scaffold the app, connect scrolling and animation, apply design tokens, and rebuild individual landing-page sections.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add alanvaa06/award-craft
Claude Code
/plugin install award-craft

Made for: Claude Code.

Or install award-craft, the plugin that ships this one along with the rest of its 6 skills.

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-recipes

README.md
[![agentmods](https://agentmods.dev/badge/skills/alanvaa06/award-craft/build-recipes/github.svg)](https://agentmods.dev/skills/alanvaa06/award-craft/build-recipes)
Your own site
<a href="https://agentmods.dev/skills/alanvaa06/award-craft/build-recipes"><img src="https://agentmods.dev/badge/skills/alanvaa06/award-craft/build-recipes/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 build-recipes

Your own site · 80×15
<a href="https://agentmods.dev/skills/alanvaa06/award-craft/build-recipes"><img src="https://agentmods.dev/badge/skills/alanvaa06/award-craft/build-recipes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,161 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.00067 $0.01161
Opus 5 $0.00034 $0.00580
Sonnet 5 $0.00013 $0.00232
Haiku 4.5 $0.00007 $0.00116

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

Security

Grade A, and why

build-recipes 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 10d 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.

skills/build-recipes/SKILL.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.

Build recipes — fixed-stack construction

Stack is FIXED: Next.js (App Router) + Tailwind + GSAP + Lenis. R3F only if the approved design plan names a 3D signature. gsap-skills (installed separately) owns API correctness — consult it for GSAP syntax. This skill owns WHICH pattern goes WHERE and the site-level wiring.

Order of construction

  1. Scaffold: create-next-app (TS, Tailwind, App Router, src/). Install gsap lenis. No other animation libs.
  2. Global wiring FIRST (${CLAUDE_PLUGIN_ROOT}/skills/build-recipes/references/lenis-setup.md): Lenis on GSAP ticker, lagSmoothing(0), single RAF loop. html { scroll-behavior: auto !important }.
  3. Tokens: read them from DESIGN.md's YAML frontmatter (colors, typography, rounded, spacing, components) — that layer is normative, the prose sections are context. Motion tokens come from the ## Motion identity extension section (mirrored in .impeccable/design.json under extensions.motion). Frontmatter → Tailwind theme + CSS custom properties (--ease-out-brand, --dur-base...). gsap.defaults({ease, duration}). Keep the CSS custom-property names equal to the frontmatter token slugs so impeccable's detector and live panel resolve them. 3b. When an approved comp exists, the comp is king and the build runs in two phases. Phase one is REPRODUCTION, statics only: rebuild the first viewport at the comp's own width, screenshot it at the comp's dimensions, and set the two side by side. Materials, component character, elevation, scale relationships and type silhouette must match; the only allowed concessions are the closest obtainable font, the icon set, and genuine defects in the comp. The comparison is the authority, never your conviction that the recreation worked — models systematically believe HTML/CSS recreations succeeded when they did not. A region that keeps losing the comparison stops being recreated in code and becomes a produce asset composited into the page. Prove the hero this way BEFORE building past it: every later section inherits the hero's shortfall, and a five-minute retry here is what a rebuild verdict at verify costs. Where the comp does not cover a section, build it inside the fidelity inventory recorded in the design plan (§ Comps) — corner language, line weights, materials, type ramp — never from stock defaults. Only when reproduction holds does phase two (steps 4-7: motion, interaction, responsive) begin. No comp → skip this step and build from the wireframe.
  4. Sections in SCRIPT ORDER, one at a time. Per section pick the pattern from ${CLAUDE_PLUGIN_ROOT}/skills/build-recipes/references/page-anatomy.md + ${CLAUDE_PLUGIN_ROOT}/skills/build-recipes/references/scrolltrigger-patterns.md. Consult ${CLAUDE_PLUGIN_ROOT}/skills/build-recipes/references/anti-patterns.md BEFORE writing each ScrollTrigger.
  5. Asset placeholders: every media slot renders a placeholder at the EXACT ratio from the design plan (aspect-[16/9] etc.) with the slot name visible — layout must never reflow when real assets land.
  6. prefers-reduced-motion from the START, not retrofit: every ScrollTrigger created inside gsap.matchMedia() with a reduce context (opacity-only, no pin, no scrub, no parallax). Content NEVER gated behind animation — no opacity: 0 initial states in CSS; set from JS.
  7. Signature moment LAST, with the most care. Budget: 1–2 pinned sequences per page max, runway 1.5–3 viewport-heights per chapter. Signature techniques: scroll-video → ${CLAUDE_PLUGIN_ROOT}/skills/build-recipes/references/scroll-video.md; 3D → ${CLAUDE_PLUGIN_ROOT}/skills/build-recipes/references/r3f.md.

Read the full file on GitHub · 72 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 72 lines · 67 tokens per session scan A 5cdcd4aa49f6

Subscribe to this mod's changes

build-recipes is a skill published in the GitHub repository alanvaa06/award-craft (1 stars, last pushed 1mo ago), licensed MIT. It adds 67 tokens to every session and 1,161 once invoked, about $0.0003 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 skills, from other repositories

frontend-development

Use when building or structuring a React/Next.js + TypeScript + Tailwind frontend, choosing libraries, or wiring design tokens. Provides the opinionated blessed-library stack and the React-vs-Next decision, all on-token to DESIGN.md and accessible to WCAG AA.

martian56/claude-engineer · 59 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

aceternity-ui

100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.

secondsky/claude-skills · 48 tokens

ui-components

UI component library patterns for shadcn/ui and Radix Primitives. Use when building accessible component libraries, customizing shadcn components, using Radix unstyled primitives, or creating design system foundations.

yonatangross/orchestkit · 44 tokens

s2-docs

Look up Spectrum 2 (S2) component documentation, design guidelines, and usage patterns when building with React Spectrum or Spectrum Web Components. Use when the user mentions Spectrum, S2, React Spectrum, RSP, Spectrum Web Components, or SWC, or names a Spectrum component (Button, Picker, ComboBox, TextField…

adobe/spectrum-design-data · 91 tokens

frontend-patterns

Context enrichment for frontend UI development using shadcn/ui and Tailwind CSS. Use when building component libraries, implementing UI designs, theming, or working with accessible React components.

rsmdt/the-startup · 40 tokens