landing-page-gen

landing-page-gen is a skill for Claude Code from Dokkabei97/forged-claude-code. It costs 40 tokens per session (1,093 once invoked), scanned A, original, MIT.

A generator for landing pages, which are web pages designed to explain an offer and prompt an action such as signing up. It produces HTML or React code styled with Tailwind CSS.

In plain words
What is it for?
Use it to create launch pages, waitlist pages, and conversion-focused pages with hero, benefits, testimonials, pricing, calls to action, and FAQ sections.
Why use it?
It gives a page a clear structure instead of leaving you to decide which sections and messages to write. It also supports alternate sections for comparing page versions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the forged-claude-code plugin — 29 skills, 14 commands, 9 agents, 2 hooks shipped together

Good fit Use it to create launch pages, waitlist pages, and conversion-focused pages with hero, benefits, testimonials, pricing, calls to action, and FAQ sections.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dokkabei97/forged-claude-code/landing-page-gen
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Dokkabei97/forged-claude-code --skill landing-page-gen
Clone the repo
git clone --depth 1 https://github.com/Dokkabei97/forged-claude-code

Made for: Claude Code.

Or install forged-claude-code, the plugin that ships this one along with the rest of its 29 skills, 14 commands, 9 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for landing-page-gen

README.md
[![agentmods](https://agentmods.dev/badge/skills/dokkabei97/forged-claude-code/landing-page-gen/github.svg)](https://agentmods.dev/skills/dokkabei97/forged-claude-code/landing-page-gen)
Your own site
<a href="https://agentmods.dev/skills/dokkabei97/forged-claude-code/landing-page-gen"><img src="https://agentmods.dev/badge/skills/dokkabei97/forged-claude-code/landing-page-gen/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for landing-page-gen

Your own site · 80×15
<a href="https://agentmods.dev/skills/dokkabei97/forged-claude-code/landing-page-gen"><img src="https://agentmods.dev/badge/skills/dokkabei97/forged-claude-code/landing-page-gen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,093 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.01093
Opus 5 $0.00020 $0.00547
Sonnet 5 $0.00008 $0.00219
Haiku 4.5 $0.00004 $0.00109

Measured 10d ago against content hash de4b0064e448, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

landing-page-gen scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cmo/landing-page-gen/SKILL.md · 177 lines

How it starts

The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Landing Page Generator - Conversion-Optimized Pages

Overview

Generates landing pages that convert visitors into users. Every section has a job — no decorative filler.


1. When to Apply

Trigger Behavior
Product launch / Product Hunt Full landing page generation
"landing page", "waitlist" Interactive page builder
A/B test variant needed Alternative section variants

2. Landing Page Structure

Must-Have Sections (in order)

1. Hero (Above the fold)
   ├── Headline (6-12 words, core benefit)
   ├── Subheadline (1-2 sentences, how)
   ├── CTA Button (action verb, specific)
   └── Social proof snippet (user count, logos, rating)

2. Problem Statement
   └── "You know this pain..." (empathy-driven)

3. Solution / How It Works
   ├── 3-step process or feature highlights
   └── Screenshot / Demo GIF

4. Benefits (not features)
   ├── Benefit 1 + icon
   ├── Benefit 2 + icon
   └── Benefit 3 + icon

5. Social Proof
   ├── Testimonials (with photo, name, title)
   ├── Customer logos
   └── Stats (users, uptime, satisfaction)

6. Pricing (if applicable)
   └── Simple tiers (Free / Pro / Enterprise)

7. FAQ
   └── 5-7 common objections answered

8. Final CTA
   ├── Repeat headline
   └── CTA button (same as hero)

3. Copywriting Formulas

Hero Headline Patterns

- [Verb] [desired outcome] without [pain point]
  → "Ship features faster without breaking things"

- The [category] that [key differentiator]
  → "The analytics tool that respects user privacy"

- [Outcome] in [timeframe]
  → "Beautiful docs in 5 minutes"

- Stop [pain]. Start [gain].
  → "Stop guessing. Start knowing."

CTA Button Patterns

✅ Good: "Start Free Trial" / "Get Started Free" / "Try It Now"
❌ Bad: "Submit" / "Click Here" / "Learn More"

Rule: [Action Verb] + [Value] + [Urgency hint]
→ "Start Building — Free Forever"
→ "Join 2,000+ Teams"

4. Technical Output

React + Tailwind (default)

export default function LandingPage() {
  return (
    <main className="min-h-screen">
      {/* Hero */}
      <section className="px-6 py-24 text-center">
        <h1 className="text-5xl font-bold tracking-tight">
          {headline}
        </h1>
        <p className="mt-6 text-xl text-gray-600 max-w-2xl mx-auto">
          {subheadline}
        </p>
        <a href="/signup" className="mt-8 inline-block px-8 py-4 bg-blue-600 text-white rounded-lg text-lg font-semibold hover:bg-blue-700">
          {cta}
        </a>
      </section>
      {/* ... more sections */}
    </main>
  )
}

Read the full file on GitHub · 177 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 177 lines · 40 tokens per session scan A de4b0064e448

Subscribe to this mod's changes

landing-page-gen is a skill published in the GitHub repository Dokkabei97/forged-claude-code (2 stars, last pushed 6mo ago), licensed MIT. It adds 40 tokens to every session and 1,093 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.