A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Create stunning interactive landing pages with Claude Code — zero dependencies, single HTML file
https://github.com/user-attachments/assets/962d1568-a1ab-44a1-84b9-5fdb38b4df26
A Claude Code Skill that generates interactive, production-ready landing pages from a single prompt. Zero dependencies — one HTML file, deploy anywhere.
For a live demo, check out the Ship Page landing page — built with this skill.
https://github.com/user-attachments/assets/1448f163-fb97-4c3e-8e0b-a806c1521929
Ship Page brings landing page generation into your terminal. Describe your product, pick a visual style, and get a complete interactive page with scroll animations, animated counters, particle effects, and micro-interactions — all in a single self-contained HTML file.
No frameworks. No build tools. No npm install.
open file.html# Clone the repo
git clone https://github.com/Zooeyii/ship-page-skill.git /tmp/ship-page
# Create skill directory and copy files
mkdir -p ~/.claude/skills/ship-page/references
cp /tmp/ship-page/SKILL.md ~/.claude/skills/ship-page/
cp /tmp/ship-page/references/* ~/.claude/skills/ship-page/references/
Open Claude Code and describe what you need:
> "Create a landing page for my open-source CLI tool called FastBuild"
> "I'm launching on Product Hunt tomorrow — make me a page for my AI writing app"
> "Turn this README into an interactive landing page"
Claude will ask about your product, show you style options, and generate a complete page.
The output is a single HTML file. Deploy it anywhere:
# GitHub Pages — just commit and push
# Netlify / Vercel — drag and drop
# Or just open it
open my-product-landing.html
Seven visual directions. Each is a complete design system — typography, colors, animations, background treatments.
| Preset | Vibe | Best For |
|---|---|---|
| Mission Control | Purple tech, sci-fi HUD | Developer tools, AI products, SaaS |
| Clean Slate | Minimal, airy, whitespace | Productivity tools, B2B, professional services |
| Neon Playground | Bold, dark, electric green | Games, social apps, consumer products |
| Warm Craft | Organic, human, handmade | Personal brands, newsletters, community |
| Glass Tower | Premium, cinematic, luxury | Enterprise, fintech, premium SaaS |
| Horizon | Blue cyber, dashboard feel | Data tools, APIs, infrastructure |
| Dual Tone | Red & green contrast | Fintech, analytics, bold brands |
Three of these presets (Mission Control, Horizon, Dual Tone) are extracted from real, tested production templates.
Don't like any of them? Mix elements from two presets, or describe your own direction.
Every landing page is assembled from battle-tested section templates:
| Section | Description |
|---|---|
| Hero | Above the fold — headline, CTAs, background effects |
| Features Grid | Responsive cards with hover animations |
| How It Works | Numbered steps with scroll-triggered reveals |
| Stats & Metrics | Animated counters that count up on scroll |
| Testimonials | Social proof cards |
| Pricing | Tiered layout with highlighted recommended plan |
| FAQ | Accordion with smooth expand/collapse |
| CTA Final | Closing call to action before footer |
Each section follows strict density limits to prevent overcrowding. Too much content? Ship Page splits sections automatically.
Phase 1: Discovery → Claude asks about your product and content
Phase 2: Style Preview → You pick from 3 generated visual directions
Phase 3: Generation → Full page with animations and interactions
Phase 4: Iteration → Adjust colors, layout, sections — then ship
The skill uses progressive disclosure. The main instruction file is ~200 lines. Reference files load only when needed:
ship-page-skill/
├── SKILL.md (the map — always loaded)
├── docs/
│ └── index.html (live demo page)
└── references/
├── STYLE_PRESETS.md (loaded during style discovery)
└── SECTION_LIBRARY.md (loaded during page generation)
Ship Page is structured as a standard Claude Code Skill:
Ship beats perfect. A good landing page today beats a perfect one next month.
Dependencies are debt. A single HTML file works anywhere, forever. No node_modules, no version conflicts, no build failures.
Interactive > Static. The web is not print. Motion and interaction make people remember your product.
Generic is forgettable. Every page should feel like someone actually designed it.
Contributions are welcome. A few guidelines:
references/STYLE_PRESETS.md following the existing formatreferences/SECTION_LIBRARY.md with HTML, CSS, and JS patternsSKILL.md — keep it under 250 linesShip Page is licensed under the MIT License. See the LICENSE file for details.
Built with Claude Code.
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
Design enforcement with memory — keeps your UI consistent across a project