Unicorn Landing
Description
Claude Code skill: audit or build landing pages against 11 patterns from Stripe, Airbnb, Coinbase, DoorDash, Dropbox, GitLab, Instacart, Gusto
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
unicorn-landing — Claude Code Skill
A Claude Code skill that audits or builds landing pages against the 11 structural patterns shared by Stripe, Airbnb, Coinbase, DoorDash, Dropbox, GitLab, Instacart, and Gusto ($280B+ combined market cap).
What it does
**Audit mode** — give it a URL, code, or page description. Scores all 11 patterns PASS / PARTIAL / FAIL with one sentence of reasoning, then outputs a prioritized fix list ranked by conversion impact.
**Build mode** — describe your product. Generates a complete landing page spec: category-claim headline, hero copy under 30 words, free CTA, proof number, nav list, audience split recommendation, and footer structure.
The 11 Patterns
- Category-defining headline — own THE category, not A category
- Hero simplicity — ≤30 words total, one question answered ("am I in the right place?")
- Two-sided marketplace split — both audiences addressable in 3 seconds (marketplaces only)
- Product in the hero — real UI screenshot, not illustration or lifestyle photo
- Social proof through scale — biggest true number, always
- Minimal navigation — ≤6 items max
- Personalization by segment — advanced; do this after patterns 1–6
- Free CTA — enterprise sales happens after self-serve adoption
- Page speed is invisible — LCP < 2.5s, CLS < 0.1
- Footer as navigation hub — grows with product scope
- Cross-page consistency — same fonts, colors, spacing everywhere
Installation
# Option 1 — clone directly into Claude skills directory
git clone https://github.com/peth-eth/unicorn-landing ~/.claude/skills/unicorn-landing
# Option 2 — clone anywhere and symlink
git clone https://github.com/peth-eth/unicorn-landing /path/to/skills/unicorn-landing
ln -s /path/to/skills/unicorn-landing ~/.claude/skills/unicorn-landing
Then invoke in any Claude Code session:
/unicorn-landing
Claude will ask for the page to audit or describe, then run through all 11 pa
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -