From antigravity-awesome-skills
Generates reusable UI patterns such as card sections, grids, lists, forms, and chart wrappers using StyleSeed Toss primitives for multi-page consistency.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Part of [StyleSeed](https://github.com/bitjaru/styleseed), this skill builds reusable composed patterns from the seed's primitives. It is intended for sections like card lists, grids, form blocks, ranking lists, and chart wrappers that appear across multiple pages and need to look deliberate rather than ad hoc.
Generates reusable UI patterns such as card sections, grids, lists, forms, and chart wrappers using StyleSeed Toss primitives for multi-page consistency.
Builds scalable Tailwind CSS design systems using design tokens, component variants, responsive patterns, and accessibility. Use for component libraries, theming, UI standardization, and dark mode setup.
Builds accessible, responsive, performant frontend components using design systems, modern CSS, WCAG patterns, and React/Vue/Svelte examples.
Share bugs, ideas, or general feedback.
Part of StyleSeed, this skill builds reusable composed patterns from the seed's primitives. It is intended for sections like card lists, grids, form blocks, ranking lists, and chart wrappers that appear across multiple pages and need to look deliberate rather than ad hoc.
Common pattern families include:
Inspect both:
components/ui/ for primitivescomponents/patterns/ for neighboring patterns that can be extendedThe goal is composition, not duplication.
Keep the Toss seed defaults intact:
Expose data through props instead of hardcoding content. If a pattern has multiple variants, keep the API explicit and small.
Avoid page-specific assumptions unless the user explicitly wants a one-off section. If the markup only works on one route, it probably belongs in a page component, not a shared pattern.
Provide: