skills/lp-hero/SKILL.md
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.
npx skillsauth add MaxGiu67/landing-craft lp-heroInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
testing
Dashboard stato landing page: sezioni completate, score Lighthouse, checklist. Usa quando l'utente vuole vedere lo stato, il progresso, o dice lp status, stato, a che punto siamo, progresso landing.
testing
Genera sezione landing page con animazioni scroll-triggered. Tipi: features, testimonials, stats, pricing, comparison, cta, footer. Usa quando l'utente vuole aggiungere una sezione, o dice lp section, aggiungi sezione, crea features, pricing, testimonials.
development
QA completa landing page: build, Lighthouse, accessibilita, visual check 3 viewport, reduced-motion, CLS. Usa quando l'utente vuole verificare la qualita, testare la landing, o dice lp qa, controlla, verifica, test landing, qualita, lighthouse.
tools
Overview del plugin Landing Craft. Mostra skill disponibili, workflow, stack e references. Usa quando l'utente chiede aiuto sul plugin, vuole vedere le skill, o dice help landing, come funziona, lp help.