claude-landing-composer

Builds animated landing pages section by section in Next.js, Tailwind, and Motion.

1|Updated Aug 8, 2026
One-click install
npx skills add https://github.com/th-efool/SKILLS --skill claude-landing-composer-th-efool
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-landing-composer
Source: https://github.com/th-efool/SKILLS/tree/main/claude-landing-composer
Command: npx skills add https://github.com/th-efool/SKILLS --skill claude-landing-composer-th-efool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated landing pages tend to look instantly recognizable: centered heroes, three identical feature cards, purple gradients, and generic copy. This Skill produces landing pages with editorial layouts, real design tokens, intentional motion, and copy that reads as human-written rather than template-generated. ## Core Features & Use Cases - Section-by-section composition: Plans and builds hero, proof, feature, FAQ, pricing, and CTA sections as real React components with varied layouts and deliberate motion. - Design system grounding: Loads tokens from a design system (e.g., claude-design-system-architect) instead of hardcoding arbitrary colors and sizes. - Anti-generated copy and critique pass: Strips AI-flavored phrasing, enforces house rules (no purple, no emoji, Lucide/Heroicons), and runs a mandatory design-critic review before shipping. - Use Case: Rebuilding a marketing site hero and pricing section in Next.js App Router with Tailwind v4 and Motion, then verifying the build compiles and passes an anti-AI design review. ## Quick Start Use the claude-landing-composer skill to build a landing page for my product with a hero, social proof, features, pricing, and CTA in Next.js and Tailwind.

Frequently Asked Questions about claude-landing-composer

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

FAQPage Schema
How do I build a landing page in Next.js with Tailwind and Framer Motion?▼

Plan the page goal and sections first, then compose each section as a React component using design tokens and Motion for scroll reveals, counters, and stagger animations. Vary layouts between sections and verify the dev server or build compiles before shipping.

How to make an AI-built landing page not look AI-generated?▼

Avoid centered stacks on every section, purple gradients, emoji, and filler copy like "elevate" or "seamless". Use editorial asymmetric layouts, one confident accent color, specific headlines, varied motion, and run a design critique pass before delivery.

Does this landing page workflow require a design system first?▼

Yes, the Skill loads design tokens from a design system such as claude-design-system-architect and does not hardcode arbitrary colors or sizes. If no design system exists, one should be generated before composing sections.

Can I use Framer Motion with Next.js App Router for scroll animations?▼

Yes, Motion (formerly Framer Motion) works with Next.js App Router for entrance reveals, typewriter effects, and animated counters. The Skill requires respecting prefers-reduced-motion and using animation with restraint rather than decorating every block.

What accessibility requirements apply to generated landing pages?▼

Pages must use semantic HTML, visible focus states, alt text, and AA contrast, and be responsive with mobile-first breakpoints. Motion must respect prefers-reduced-motion so animations do not harm users sensitive to movement.