Generate reusable UI patterns such as card sections, grids, lists, forms, and chart wrappers using StyleSeed Toss primitives.
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: