jpskill.com
💼 ビジネス コミュニティ

landing-page-design

Landing page conversion optimization with layout rules, hero section design, and CTA psychology. Covers above-the-fold formula, social proof placement, mobile design, and F-pattern reading. Use for: startup landing pages, product pages, SaaS marketing, conversion optimization. Triggers: landing page, hero section, above the fold, conversion optimization, landing page design, cta button, hero image, landing page layout, saas landing page, product page design, conversion rate, landing page best practices

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

ランディングページのデザイン

inference.sh CLI を介して AI 生成ビジュアルで、コンバージョン率の高いランディングページをデザインします。

クイックスタート

curl -fsSL https://cli.inference.sh | sh && infsh login

# ヒーロー画像を生成
infsh app run falai/flux-dev-lora --input '{
  "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography",
  "width": 1248,
  "height": 832
}'

# 競合他社のランディングページを調査
infsh app run tavily/search-assistant --input '{
  "query": "best SaaS landing page examples 2024 conversion rate"
}'

ファーストビューの公式

スクロールする前に見えるすべてのものが、5秒以内に価値を伝える必要があります。

┌─────────────────────────────────────────────────┐
│  [ロゴ]              [ナビ]        [CTAボタン]  │
│                                                 │
│   ヘッドライン (6-12語)                         │
│   ─────────────────────────                     │
│   サブヘッドライン (15-25語)       [ヒーロー画像] │
│                                    製品ではなく、 │
│   [主要CTAボタン]                 結果を示す    │
│   "無料トライアルを開始"                          │
│                                                 │
│   ソーシャルプルーフ: "10,000以上のチームに信頼されています" │
│   [ロゴ] [ロゴ] [ロゴ] [ロゴ] [ロゴ]            │
└─────────────────────────────────────────────────┘

5つの要素

要素 ルール
ヘッドライン 6-12語、結果を述べる 「数日ではなく数分でドキュメントを出荷」
サブヘッドライン 15-25語、方法を詳しく説明 「コードベースから自動的に記述されるAI搭載ドキュメント。テンプレートは不要です。」
ヒーロー画像 製品ではなく、結果を示す 満足げに結果を見ている人物、UIのスクリーンショットではない
主要CTA 行動動詞 + 価値 「無料トライアルを開始」ではなく「送信」や「詳細を見る」
ソーシャルプルーフ ロゴ、数、またはマイクロ証言 「[ロゴ]の10,000以上のチームに信頼されています」

ヘッドライン

コンバージョンにつながる公式

公式
[結果]を[苦痛]なしで 「デザインスキルなしで美しいドキュメントを」
[結果]を[期間]で 「5分でサイトを立ち上げ」
[一般的なタスク]の[より良い方法] 「APIを構築するより速い方法」
[苦痛]をやめる。[結果]を始める。 「推測をやめる。知ることを始める。」
[数]の[もの]で[結果]を 「すべてのデータを管理する1つのツール」

ヘッドラインが失敗する原因

❌ 「当社のプラットフォームへようこそ」(価値について何も語っていない)
❌ 「世界で最も先進的なAI搭載ソリューション」(バズワード、具体性がない)
❌ 「私たちは企業の成長を支援します」(曖昧、一般的)
❌ 「次世代エンタープライズソフトウェア」(何をするのか?)

✅ 「顧客からのフィードバックを自動的に製品機能に変換」
✅ 「データベースのように考えるスプレッドシート」
✅ 「ユーザーが発見する前にバグを見つけて修正」

ヒーロー画像

製品ではなく、結果を示す

❌ ダッシュボードのスクリーンショット(退屈、一目で理解しにくい)
❌ 抽象的な幾何学模様の背景(何も伝わらない)
❌ 握手のストックフォト(陳腐)

✅ 画面上の明確な結果に満足している人物
✅ ビフォー/アフターの変革
✅ 製品を使用した最終結果
# 結果に焦点を当てたヒーロー
infsh app run falai/flux-dev-lora --input '{
  "prompt": "happy professional team celebrating around a laptop showing positive growth charts, bright modern office, natural sunlight, authentic candid moment, marketing photography style, warm tones",
  "width": 1248,
  "height": 832
}'

# 製品を文脈に合わせたヒーロー
infsh app run bytedance/seedream-4-5 --input '{
  "prompt": "clean modern laptop on a minimalist desk showing a beautiful analytics dashboard, floating UI elements emerging from the screen, soft gradient background, product marketing style, professional",
  "size": "2K"
}'

CTAボタン

テキスト

良いCTA 悪いCTA
「無料トライアルを開始」 「送信」
「無料で始める」 「ここをクリック」
「動作を見る」 「詳細を見る」(コミットメントが低い)
「最初のレポートを作成」 「サインアップ」(曖昧)
「14日間無料でお試し」 「登録」

公式: 行動動詞 + 価値/結果 + (オプション: リスク軽減)

デザイン

要素 ルール
背景とのコントラストが高い — 最も目立つ要素である必要があります
サイズ 最小44pxの高さ(タップターゲット)、テキストとパディングに十分な幅
位置 ファーストビュー、各主要セクションの後に繰り返す
余白 ボタンの周りに十分なパディング、詰め込みすぎない
セカンダリCTA 必要に応じて、下にテキストリンクを使用(「またはデモを見る」)

セクションの順序

ランディングページの確立された順序:

セクション 目的 主要要素
1. ヒーロー 中核となる価値、主要CTA ヘッドライン + 画像 + CTA
2. ソーシャルプルーフ 信頼を構築 ロゴ、数字、バッジ
3. 問題 共感を呼ぶ 認識できる問題点
4. ソリューション/機能 解決方法を示す 3つの主要機能とビジュアル
5. 仕組み 複雑さを軽減 3つのステップ: サインアップ、設定、メリット
6. お客様の声 効果を証明 2〜3の具体的な顧客の引用
7. 価格設定 意思決定を可能にする 明確なティア、推奨を強調
8. FAQ 異議を処理 5〜7のよくある質問
9. 最終CTA 残りの顧客を獲得 緊急性を持たせて主要CTAを繰り返す

ソーシャルプルーフの種類

タイプ 影響 配置
企業ロゴ 最も速く処理され、信頼性が高い ヒーローの下
ユーザー数 スケールを示すシグナル ヒーローまたはソーシャルプルーフバー
星評価 製品の品質 CTAの近く
お客様の声 詳細な信頼性 専用セクション
ケーススタディの統計 具体的な証明 機能セクション
信頼バッジ セキュリティ/コンプライアンス フォーム、価格設定、フッターの近く
# ソーシャルプルーフの統計を調査
infsh app run exa/answer --input '{
  "qu
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Landing Page Design

Design high-converting landing pages with AI-generated visuals via inference.sh CLI.

Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login

# Generate a hero image
infsh app run falai/flux-dev-lora --input '{
  "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography",
  "width": 1248,
  "height": 832
}'

# Research competitor landing pages
infsh app run tavily/search-assistant --input '{
  "query": "best SaaS landing page examples 2024 conversion rate"
}'

Above-the-Fold Formula

Everything visible before scrolling must communicate value in 5 seconds.

┌─────────────────────────────────────────────────┐
│  [Logo]              [Nav]        [CTA Button]  │
│                                                 │
│   Headline (6-12 words)                         │
│   ─────────────────────────                     │
│   Subheadline (15-25 words)        [Hero Image] │
│                                    showing the  │
│   [Primary CTA Button]            OUTCOME, not  │
│   "Start Free Trial"              the product   │
│                                                 │
│   Social proof: "Trusted by 10,000+ teams"      │
│   [logo] [logo] [logo] [logo] [logo]            │
└─────────────────────────────────────────────────┘

The 5 Elements

Element Rule Example
Headline 6-12 words, states the outcome "Ship docs in minutes, not days"
Subheadline 15-25 words, expands on how "AI-powered documentation that writes itself from your codebase. No templates needed."
Hero image Shows the OUTCOME, not the product Person looking satisfied at results, not a screenshot of your UI
Primary CTA Action verb + value "Start Free Trial" not "Submit" or "Learn More"
Social proof Logos, count, or micro-testimonial "Trusted by 10,000+ teams at [logos]"

Headlines

Formulas That Convert

Formula Example
[Outcome] without [pain] "Beautiful docs without the design skills"
[Outcome] in [timeframe] "Launch your site in 5 minutes"
The [better way] to [common task] "The faster way to build APIs"
Stop [pain]. Start [outcome]. "Stop guessing. Start knowing."
[Number] [things] to [outcome] "One tool to manage all your data"

What Makes Headlines Fail

❌ "Welcome to Our Platform" (says nothing about value)
❌ "The World's Most Advanced AI-Powered Solution" (buzzwords, no specifics)
❌ "We Help Businesses Grow" (vague, generic)
❌ "Next-Generation Enterprise Software" (what does it DO?)

✅ "Turn customer feedback into product features, automatically"
✅ "The spreadsheet that thinks like a database"
✅ "Find and fix bugs before your users do"

Hero Images

Show the Outcome, Not the Product

❌ Screenshot of your dashboard (boring, hard to parse at a glance)
❌ Abstract geometric background (says nothing)
❌ Stock photo of a handshake (cliché)

✅ Person looking satisfied at clear results on their screen
✅ Before/after transformation
✅ The end result of using your product
# Outcome-focused hero
infsh app run falai/flux-dev-lora --input '{
  "prompt": "happy professional team celebrating around a laptop showing positive growth charts, bright modern office, natural sunlight, authentic candid moment, marketing photography style, warm tones",
  "width": 1248,
  "height": 832
}'

# Product-in-context hero
infsh app run bytedance/seedream-4-5 --input '{
  "prompt": "clean modern laptop on a minimalist desk showing a beautiful analytics dashboard, floating UI elements emerging from the screen, soft gradient background, product marketing style, professional",
  "size": "2K"
}'

CTA Buttons

Text

Good CTAs Bad CTAs
"Start Free Trial" "Submit"
"Get Started Free" "Click Here"
"See It in Action" "Learn More" (low commitment)
"Create Your First Report" "Sign Up" (vague)
"Try Free for 14 Days" "Register"

Formula: Action verb + value/outcome + (optional: reduce risk)

Design

Element Rule
Color High contrast with background — must be the most visible element
Size Minimum 44px height (tap target), wide enough for text + padding
Position Above the fold, repeated after each major section
Whitespace Generous padding around button, don't crowd it
Secondary CTA If needed, use text link below ("or watch a demo")

Section Order

The proven sequence for landing pages:

Section Purpose Key Element
1. Hero Core value, primary CTA Headline + image + CTA
2. Social Proof Build trust Logos, numbers, badges
3. Problem Create empathy Pain point they recognize
4. Solution/Features Show how you solve it 3 key features with visuals
5. How It Works Reduce complexity 3 steps: sign up, configure, benefit
6. Testimonials Prove it works 2-3 specific customer quotes
7. Pricing Enable decision Clear tiers, highlight recommended
8. FAQ Handle objections 5-7 common questions
9. Final CTA Capture remainders Repeat primary CTA with urgency

Social Proof Types

Type Impact Placement
Company logos Fastest to process, high trust Below hero
User count Scale signal Hero or social proof bar
Star rating Product quality Near CTA
Testimonials Detailed credibility Dedicated section
Case study stats Specific proof Feature sections
Trust badges Security/compliance Near forms, pricing, footer
# Research for social proof stats
infsh app run exa/answer --input '{
  "question": "What is the average conversion rate for SaaS landing pages with social proof vs without?"
}'

Form Design

Rule Impact
Every field reduces conversion ~11% Minimize fields
Name + Email = maximum for signups Don't ask for phone, company, role
Single-column layout Don't use multi-column forms
Inline validation Show errors immediately, not on submit
Clear error messages "Email is required" not "Error in field 3"
Submit button text = action "Create Account" not "Submit"

Mobile Optimization

Rule Why
CTA button full width Easy to tap with thumbs
Sticky CTA on scroll Always accessible
No horizontal scrolling Breaks mobile layout
Font minimum 16px iOS zooms inputs below 16px
Tap targets minimum 48x48px Apple HIG, Google Material
Images responsive Don't overflow viewport
Prioritize headline + CTA Simplify above-the-fold

OG Image for Sharing

# Generate an OG image for the landing page
infsh app run falai/flux-dev-lora --input '{
  "prompt": "clean professional social sharing card, product name and tagline on modern gradient background, minimal design, corporate tech aesthetic, 1200x630 aspect ratio equivalent",
  "width": 1200,
  "height": 630
}'

# Or use html-to-image for a template-based approach
infsh app run infsh/html-to-image --input '{
  "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-family:sans-serif;color:white\"><div style=\"text-align:center\"><h1 style=\"font-size:48px;margin:0\">DataFlow</h1><p style=\"font-size:24px;opacity:0.9\">Ship docs in minutes, not days</p></div></div>"
}'

Page Speed

Rule Target Why
Hero image < 200 KB First thing to load
Total page weight < 2 MB Mobile data, patience
Lazy load below-fold Always Only load what's visible
Minimize JavaScript < 200 KB Blocks rendering
LCP (Largest Contentful Paint) < 2.5s Google Core Web Vitals

Common Mistakes

Mistake Problem Fix
No clear headline Visitor doesn't know what you do 6-12 words, outcome-focused
CTA says "Learn More" Too low commitment Action verb + specific value
Hero is a product screenshot Hard to parse, boring Show the outcome, use lifestyle imagery
Multiple competing CTAs Decision paralysis One primary CTA, one secondary max
No social proof No trust signal Add logos, counts, or testimonials
Too many form fields Conversion drops ~11% per field Name + email maximum
Desktop-only design 60%+ traffic is mobile Design mobile-first
No urgency in final CTA Visitors leave and forget "Start your free 14-day trial"

Related Skills

npx skills add inferencesh/skills@ai-image-generation
npx skills add inferencesh/skills@web-search
npx skills add inferencesh/skills@prompt-engineering

Browse all apps: infsh app list