From landing-craft
Genera hero section animata per landing page. Supporta 4 varianti: minimal, bold, video-bg, split-screen. Usa quando l'utente vuole creare la hero, la sezione principale, o dice lp hero, crea hero, hero section, sezione principale.
How this skill is triggered — by the user, by Claude, or both
Slash command
/landing-craft:lp-heroThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Genera una hero section animata completa con React, Tailwind CSS e GSAP/Motion.
Genera una hero section animata completa con React, Tailwind CSS e GSAP/Motion.
Se $ARGUMENTS specifica uno stile, usalo. Altrimenti chiedi:
| Variante | Descrizione | Quando usarla |
|---|---|---|
| minimal | Testo centrato, fade-up sequenziale, social proof | SaaS, tool, app |
| bold | Heading enorme (8-12vw), SplitText char-by-char | Brand, statement |
| video-bg | Video background con overlay, testo sovrapposto | Prodotto fisico, lifestyle |
| split-screen | Testo a sinistra, immagine/demo a destra | App con screenshot, dashboard |
CLAUDE.md per stack e convenzionisrc/lib/animation-config.ts per timing coerentereferences/landing-sections.md per il template della variantereferences/gsap-patterns.md e references/motion-patterns.mdCrea src/components/sections/Hero.tsx con:
Layout statico (React + Tailwind, mobile-first)
Animazione (scelta in base alla variante)
Performance
will-change solo durante animazioneAccessibilita
prefers-reduced-motion rispettatoFile: src/components/sections/Hero.tsx
Stile: componente autonomo, importabile in App/page
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub maxgiu67/landing-craft --plugin landing-craft