This is a comprehensive template for building high-converting landing pages with React/Next.js. It covers the full stack: component structure from hero to final CTA, performance optimization with image loading and critical CSS, SEO with structured data and meta tags, and conversion tracking with GA4 events. The checklist approach makes it practical for auditing existing pages or building new ones. What stands out is the specificity of the code examples and the performance targets (LCP under 2.5s, total size under 1MB). You also get A/B testing priorities and mobile-specific patterns like sticky CTAs. Good for when you need to ship a landing page that actually converts instead of just looking pretty.
npx -y skills add onewave-ai/claude-skills --skill landing-page-optimizer --agent claude-codeInstalls into .claude/skills of the current project.
Audit and optimize a landing page across conversion, performance, and SEO.
references/checklists.md — above-the-fold and quick-wins checklistsreferences/page-structure.md — optimal eight-section page layoutreferences/cta-optimization.md — CTA copy, friction reduction, placementreferences/performance.md — image/CSS optimization, Core Web Vitals targets, mobilereferences/seo-and-tracking.md — meta tags, structured data, GA4 tracking, A/B testsreferences/checklists.md.references/page-structure.md; flag missing or out-of-order sections.references/cta-optimization.md — sharpen copy, reduce friction, and place CTAs at each high-intent point.references/performance.md; meet the Core Web Vitals targets and apply mobile patterns.references/seo-and-tracking.md — meta tags, structured data, and GA4 conversion events.references/checklists.md and queue prioritized A/B tests.