From antigravity-awesome-skills
Scaffolds a new mobile-first page using StyleSeed Toss layout patterns, section rhythm, and existing shell components. Automatically activates when adding a page to a Toss-seed project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:ui-pageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Part of [StyleSeed](https://github.com/bitjaru/styleseed), this skill scaffolds a complete page or screen using the Toss seed's mobile-first composition rules. It keeps page structure consistent by building on the existing shell, top bar, bottom navigation, and card rhythm instead of producing disconnected sections.
Part of StyleSeed, this skill scaffolds a complete page or screen using the Toss seed's mobile-first composition rules. It keeps page structure consistent by building on the existing shell, top bar, bottom navigation, and card rhythm instead of producing disconnected sections.
Read the current page scaffolding patterns first, especially:
Clarify:
Every screen should have one dominant purpose.
Lay out the page from highest importance to lowest:
Avoid repeating the same section type mechanically from top to bottom.
Default layout choices:
max-w-[430px]bg-backgroundpx-6space-y-6Use existing ui/ and patterns/ components wherever possible. New pages should primarily orchestrate existing building blocks, not recreate them.
Return:
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderScaffolds mobile-first pages for StyleSeed Toss apps using shell components, layout patterns, section rhythm, and Tailwind utilities for consistent mobile structure.
Develops big-tech style UIs (Stripe, Vercel, Apple) from planning to implementation using Tailwind and shadcn-ui. Handles pages, components, landing pages, dashboards.
Guides building SaaS dashboards, settings pages, data tables, and layouts with shadcn/ui + Tailwind. Covers component library selection, page composition, responsive design, dark mode, and UI states (loading, empty, error).