landing-page-design

Generates landing page structure, conversion copy, and a Tailwind-based visual design system.

2.3k|154|Updated Jul 29, 2026
One-click install
npx skills add https://github.com/elayadesign/ai-design-skills --skill landing-page-design-elayadesign
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: landing-page-design
Source: https://github.com/elayadesign/ai-design-skills/tree/main/skills/landing-page-design
Command: npx skills add https://github.com/elayadesign/ai-design-skills --skill landing-page-design-elayadesign

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building a landing page from scratch involves dozens of decisions about page structure, copy, typography, spacing, and motion, and ad hoc choices produce generic, low-converting pages. This Skill provides a complete decision framework covering both conversion strategy and a strict visual system so every page follows consistent, deliberate rules. ## Core Features & Use Cases - Strategy and structure: Intake questions, above-the-fold requirements, four layout archetypes (classic hero, long form, minimal conversion, comparison), conversion copywriting formulas, SEO/AEO guidance, and a section-by-section build order. - Visual system: Enforced rules for fonts (Geist, Manrope, Poppins), Tailwind type scale snapping, a fixed spacing token table, nested corner radius formula, flat backgrounds, hero heading gradients, approved icon sets, and spring-physics motion via custom cubic beziers and IntersectionObserver reveals. - Content realism and ship readiness: Bans Lorem Ipsum, placeholder brands, AI cliches, and round fake numbers; requires full interaction states, 404 pages, legal links, meta tags, and a mandatory scroll-activated tagline reveal section. - Use Case: Ask your AI coding tool to build a SaaS landing page; it returns a page outline, hero copy, benefits, FAQ, SEO recommendation, and layout choice, then builds each section following the visual rules. ## Quick Start Ask your AI assistant to build a landing page for your product using this skill, starting with the intake questions and page outline.

Frequently Asked Questions about landing-page-design

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

FAQPage Schema
How do I structure a high-converting landing page?

Start with an above-the-fold block containing a headline, subheadline, one primary CTA, a proof signal, and a hero visual. Follow with problem-to-solution, three to five benefits, a three-step how-it-works, social proof, an FAQ of six to twelve questions, risk reversal, and a final CTA matching the top.

What fonts and icons should I use for a landing page?

Use one typeface per site from Geist, Manrope, Geist Mono, or Poppins, never Inter, Roboto, Arial, Open Sans, or Helvetica, and never italics or 900-weight. For icons, use Phosphor, Solar, or Iconamoon, never Material Icons or Material Symbols.

How do I animate landing page sections on scroll?

Use IntersectionObserver or Framer Motion's whileInView to transition elements from translate-y-16, blur, and opacity-0 to their resting state over 800ms with a custom cubic-bezier(0.32,0.72,0,1) easing. Never use window.addEventListener('scroll'), which causes continuous reflows.

Should a landing page be indexed for SEO?

Index evergreen offers where search intent matches the promise, adding a title, meta description, internal links, and FAQ schema for AEO. Use noindex for ad-only campaign pages or time-bound offers.

When should I not use this landing page skill?

When upgrading an existing site rather than building a new one, use the companion redesign-existing-projects skill instead, which diagnoses generic patterns and defers to this file for concrete visual values.