Everything Claude Code needs to build and launch a real website — from idea to live.
LaunchKit is a bundle of focused Claude Code Skills. Instead of one giant prompt, each part of building a website is its own small skill that Claude loads only when it's needed: planning, design, UI/UX, frontend code, SEO, accessibility, and legal.
Works for any website, anywhere. Every skill ships with a Global default and a first-class 🇮🇱 Israel section (Hebrew/RTL, Israeli accessibility & privacy law) — so it's genuinely useful both in Israel and worldwide.
# 1. Add the marketplace
/plugin marketplace add JoshBuildApp/launchkit
# 2. Install the plugin
/plugin install launchkit@launchkitThat's it. Next time you ask Claude to build or launch a website, the right skills kick in automatically.
| Skill | What it covers |
|---|---|
launchkit |
The router — reads your goal and pulls the right skills |
web-product-spec |
What to build: scope, audience, pages, success metric |
web-design |
Brand, color, type, layout, visual hierarchy |
web-ui-ux |
Flows, components, forms, states, feedback |
web-frontend |
Frontend code, structure, responsive, code standards |
web-seo |
Meta tags, sitemaps, structured data, Core Web Vitals |
web-accessibility |
WCAG 2.1 AA + Israeli IS 5568 |
web-legal |
Privacy, terms, cookies, GDPR + Israeli privacy law |
- v2 — Build & ship:
web-backend,web-payments,web-hosting-deploy,web-performance,web-security - v3 — Grow & run:
web-analytics,web-marketing,web-conversion,web-email,web-monitoring,web-domains-dns,web-i18n-rtl
LaunchKit is a conductor, not a walled garden. Each skill knows which specialized skills to delegate to when depth is needed:
- Design →
frontend-design,brand-guidelines,theme-factory - SEO →
seo-geo-aeo,distribb - Accessibility →
accessibility-audit - Code →
mastering-typescript,react-supabase-patterns,supabase - Legal →
legal-terms,legal-privacy
Building for Israel? It also reaches for the Hebrew/Israeli set when installed: israeli-ui-design-system, hebrew-tailwind-preset, hebrew-rtl-best-practices, hebrew-seo-geo-toolkit, israeli-accessibility-compliance, israeli-privacy-shield, israeli-ecommerce-compliance, cardcom-payment-gateway, green-invoice, and more.
Skills it references but you haven't installed are simply skipped — LaunchKit falls back to its own built-in guidance. Companion skills are recommendations, not hard dependencies.
Each skill is a folder under skills/ with a SKILL.md. The frontmatter description tells Claude when to load it; the body is the actual guidance. The launchkit router skill orchestrates the phases and points Claude at the specialized skills.
skills/
├── launchkit/ ← router
├── web-product-spec/
├── web-design/
├── web-ui-ux/
├── web-frontend/
├── web-seo/
├── web-accessibility/
└── web-legal/
New modules welcome — see CONTRIBUTING.md. Copy any existing skill, keep the Global + 🇮🇱 Israel + Checklist shape, and open a PR.
MIT — free to use, anywhere.
⚠️ The legal skill provides general structure and templates, not legal advice. Have a qualified lawyer review anything before you rely on it.