landing-page
Create high-converting landing pages with persuasive copy, clear CTAs, social proof, and optimized structure. Use when building sales pages, product pages, lead capture pages, or conversion-focused pages.
Best use case
landing-page is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Create high-converting landing pages with persuasive copy, clear CTAs, social proof, and optimized structure. Use when building sales pages, product pages, lead capture pages, or conversion-focused pages.
Teams using landing-page should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/landing-page/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How landing-page Compares
| Feature / Agent | landing-page | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Create high-converting landing pages with persuasive copy, clear CTAs, social proof, and optimized structure. Use when building sales pages, product pages, lead capture pages, or conversion-focused pages.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# Landing Page Skill
## Instructions
When creating landing pages:
### 1. Page Structure
```
┌─────────────────────────────────────┐
│ HERO SECTION │
│ Headline + Subheadline + CTA │
│ + Hero Image │
├─────────────────────────────────────┤
│ SOCIAL PROOF BAR │
│ Logos / "As seen in" / Stats │
├─────────────────────────────────────┤
│ PROBLEM SECTION │
│ Pain points your audience has │
├─────────────────────────────────────┤
│ SOLUTION SECTION │
│ How your product solves it │
├─────────────────────────────────────┤
│ FEATURES/BENEFITS │
│ 3-6 key features with benefits │
├─────────────────────────────────────┤
│ HOW IT WORKS │
│ 3-step process │
├─────────────────────────────────────┤
│ TESTIMONIALS │
│ Customer quotes + photos │
├─────────────────────────────────────┤
│ PRICING │
│ Clear pricing options │
├─────────────────────────────────────┤
│ FAQ │
│ Objection handling │
├─────────────────────────────────────┤
│ FINAL CTA │
│ Last push with urgency │
├─────────────────────────────────────┤
│ FOOTER │
│ Trust badges, links, legal │
└─────────────────────────────────────┘
```
### 2. Hero Section
**Headline Formulas:**
- [Achieve outcome] without [pain point]
- The [adjective] way to [desired result]
- [Product] that [key benefit]
- Stop [bad thing]. Start [good thing].
- [Number] [people] use [Product] to [outcome]
**Subheadline:**
- Expand on the headline
- Add specificity
- Include secondary benefit
**Example:**
```html
<section class="hero">
<h1>Build WordPress Themes 10x Faster</h1>
<p class="subheadline">
The developer toolkit that eliminates repetitive coding
so you can focus on what matters — shipping great themes.
</p>
<a href="#" class="cta-button">Start Free Trial</a>
<p class="microcopy">No credit card required • 14-day trial</p>
</section>
```
### 3. Social Proof Types
**Logo Bar:**
```html
<section class="social-proof">
<p>Trusted by 10,000+ developers at</p>
<div class="logos">
<img src="logo1.svg" alt="Company 1">
<img src="logo2.svg" alt="Company 2">
...
</div>
</section>
```
**Stats Bar:**
```html
<div class="stats">
<div class="stat">
<span class="number">50,000+</span>
<span class="label">Active Users</span>
</div>
<div class="stat">
<span class="number">4.9/5</span>
<span class="label">Average Rating</span>
</div>
<div class="stat">
<span class="number">99.9%</span>
<span class="label">Uptime</span>
</div>
</div>
```
**Testimonials:**
```html
<blockquote class="testimonial">
<p>"Quote that highlights specific results..."</p>
<footer>
<img src="avatar.jpg" alt="Name">
<cite>
<strong>Name</strong>
<span>Title, Company</span>
</cite>
</footer>
</blockquote>
```
### 4. Features Section
**Format: Feature → Benefit**
```html
<div class="feature">
<div class="feature-icon">🚀</div>
<h3>One-Click Deployment</h3>
<p>Deploy to production in seconds, not hours.
Spend more time building, less time configuring.</p>
</div>
```
### 5. Pricing Section
```html
<div class="pricing-card popular">
<span class="badge">Most Popular</span>
<h3>Pro Plan</h3>
<div class="price">
<span class="currency">$</span>
<span class="amount">49</span>
<span class="period">/month</span>
</div>
<ul class="features">
<li>✓ Feature 1</li>
<li>✓ Feature 2</li>
<li>✓ Feature 3</li>
</ul>
<a href="#" class="cta-button">Get Started</a>
<p class="guarantee">30-day money-back guarantee</p>
</div>
```
### 6. CTA Best Practices
**Button Copy:**
- Start Free Trial
- Get Started Now
- Download Free Guide
- Join 10,000+ Users
- Claim Your Discount
**Supporting Elements:**
- Risk reducers (money-back guarantee)
- Urgency (limited time)
- Scarcity (only X left)
- Social proof (join X others)
### 7. FAQ Section
```html
<details class="faq-item">
<summary>Common objection as a question?</summary>
<p>Answer that overcomes the objection with
specifics and reassurance.</p>
</details>
```
**Common FAQ Topics:**
- Pricing/refunds
- Technical requirements
- Support availability
- Comparison to alternatives
- Getting started process
### 8. Conversion Optimization
**Above the Fold:**
- Clear value proposition
- Primary CTA visible
- Trust indicator
**Throughout Page:**
- Multiple CTAs (same action)
- Progressive disclosure
- Visual hierarchy
- Mobile optimization
**Reduce Friction:**
- Minimal form fields
- Clear next steps
- Fast page load
- No distractions
### 9. Copywriting Tips
**Power Words:**
- Free, New, Proven, Easy
- Instant, Guaranteed, Limited
- Exclusive, Premium, Ultimate
**Avoid:**
- Jargon and buzzwords
- Vague claims
- Walls of text
- Multiple CTAs
### 10. Landing Page Checklist
- [ ] Clear, benefit-focused headline
- [ ] Single, focused CTA
- [ ] Social proof present
- [ ] Mobile responsive
- [ ] Fast loading (<3s)
- [ ] Trust signals visible
- [ ] FAQ addresses objections
- [ ] Analytics tracking set upRelated Skills
landing-page-copywriter
Write high-converting landing page copy using proven frameworks like PAS (Problem-Agitate-Solution), AIDA, and StoryBrand. Creates headlines, value propositions, CTAs, and full page sections optimized for conversion. Use when users need landing page copy, sales page content, or marketing website text.
youtube-to-markdown
Use when user asks YouTube video extraction, get, fetch, transcripts, subtitles, or captions. Writes video details and transcription into structured markdown file.
youtube-seo-optimizer
Optimize YouTube videos for search and discovery. Generates SEO-optimized titles, descriptions, tags, hashtags, and chapters. Includes keyword research and competitor analysis. Use when publishing videos, improving discoverability, or optimizing existing content.
webfluence
Content web architecture framework. Use when diagnosing offer doc usage, content-to-conversion pathways, or why someone isn't getting sales despite traffic.
video-to-gif
Convert video clips to optimized GIFs with speed control, cropping, text overlays, and file size optimization. Create perfect GIFs for social media, documentation, and presentations.
video-title-optimizer
Optimize video titles for maximum click-through rate (CTR) and YouTube/TikTok SEO. Generates multiple title variations balancing curiosity, keywords, and platform best practices. Use when naming videos, improving CTR, or A/B testing titles.
video-script-writer
Write engaging video scripts for YouTube, TikTok, and other platforms. Creates complete scripts with hooks, main content, and CTAs. Supports various formats including tutorials, vlogs, reviews, explainers, and storytelling. Use when creating video scripts, writing YouTube content, or planning video structure.
video-script-collaborial
将视频脚本转换为更适合实际录制的口语化表达,去除书面化语言,增加自然感和亲和力。当用户提到"视频脚本"、"录制"、"口语化"、"自然一点"、"像说话一样"、"太书面了"时使用此技能。
video-hook-generator
Generate attention-grabbing hooks for the first 3 seconds of videos. The hook determines if viewers stay or scroll. Creates multiple hook variations for A/B testing. Use when crafting video openings, improving retention, or creating scroll-stopping content for YouTube, TikTok, or Reels.
youtube-downloader
Download YouTube videos with customizable quality and format options. Use this skill when the user asks to download, save, or grab YouTube videos. Supports various quality settings (best, 1080p, 720p, 480p, 360p), multiple formats (mp4, webm, mkv), and audio-only downloads as MP3.
video-comparer
This skill should be used when comparing two videos to analyze compression results or quality differences. Generates interactive HTML reports with quality metrics (PSNR, SSIM) and frame-by-frame visual comparisons. Triggers when users mention "compare videos", "video quality", "compression analysis", "before/after compression", or request quality assessment of compressed videos.
video-analytics-interpreter
Interpret YouTube Analytics, TikTok Analytics, and video performance data. Identifies trends, explains metrics, and provides actionable recommendations for growth. Use when analyzing video performance, understanding metrics, or optimizing channel strategy.