website-design-stack

Generate a production rubric for six-section landing pages with tier-based animation and stack selection.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Z5Jonathan-maker/ai-coding-os --skill website-design-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-design-stack
Source: https://github.com/Z5Jonathan-maker/ai-coding-os/tree/main/claude/skills/website-design-stack
Command: npx skills add https://github.com/Z5Jonathan-maker/ai-coding-os --skill website-design-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents design drift and implementation mismatch by providing a production-grade rubric for building consistent, conversion-ready landing pages.

Core Features & Use Cases

  • Animation-tier classification without mixing: Chooses a conservative/moderate/aggressive/editorial/static direction and enforces consistency across the page.
  • Opinionated technical scaffolding: Recommends a tier-appropriate stack (Next/React/TS/Tailwind plus motion/3D tooling when needed) to avoid arbitrary component choices.
  • Mandatory section blueprint: Ensures the landing page includes the required six sections in the right order (Hero, Social proof, Feature grid, Showcase, CTA, Footer).
  • Quality and ship gate checklist: Verifies Lighthouse/mobile readiness, theme correctness, console cleanliness, CTA testing, OG/meta presence, hover states, reduced-motion support, and real-device validation.
  • On-demand reference repo cloning guidance: Provides canonical clone commands and grep paths for specific libraries so you can extract exact patterns from source when truly needed.

Quick Start

Invoke the website-design-stack skill to classify your landing page tier, scaffold the right tech stack, and produce a complete six-section implementation plan before you write the first commit.

Frequently Asked Questions about website-design-stack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a production landing page with Next.js to prevent design drift?

Structure a production landing page by following a mandatory six-section blueprint: Hero, Social proof, Feature grid, Showcase, CTA, and Footer. This prevents design drift by enforcing consistent aesthetic direction and ship readiness across the Next.js implementation.

How do I choose the right animation library for a frontend landing page implementation?

Choose an animation library by classifying your landing page into conservative, moderate, aggressive, editorial, or static tiers. This tier-based selection enforces consistency by using a single primary animation engine per page to avoid mismatched effects.

What's the best way to validate a marketing site before shipping to production?

The best way to validate a marketing site before shipping is running a pre-ship checklist that verifies Lighthouse scores, mobile readiness, theme correctness, console cleanliness, CTA testing, OG/meta presence, hover states, reduced-motion support, and real-device validation.

Do I need TypeScript and Tailwind to scaffold a landing page tech stack?

TypeScript and Tailwind are recommended as part of the opinionated technical scaffolding for landing pages. This stack selection avoids arbitrary component choices by matching tier-appropriate tools like Next.js, React, and TS alongside motion or 3D tooling when needed.

Can I extract exact UI component patterns from a reference repo when building a hero experience?

You can extract exact UI component patterns using on-demand reference repo cloning guidance. This provides canonical clone commands and grep paths for specific libraries so you can pull precise implementation patterns from source when truly needed.

Why does my landing page design look inconsistent across different sections?

Landing page design looks inconsistent when animation tiers are mixed and sections lack a structured blueprint. Apply a single primary animation engine per page and follow the mandatory six-section layout in order to maintain aesthetic direction and conversion readiness.