From StyleSeed
Generates composed UI patterns (card layouts, lists, grids, forms) from design system primitives. Use for reusable pattern components, not single primitives or full pages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/styleseed:ss-pattern [pattern-type] [description][pattern-type] [description]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- For a single primitive component → use `/ss-component`
/ss-component/ss-page/ss-flow/ss-tokensPattern type: $0 Description: $ARGUMENTS
mx-6)grid grid-cols-2 gap-4 px-6)flex gap-3 overflow-x-auto scrollbar-hide)Read the design system reference:
CLAUDE.md for conventionscomponents/ui/ for available primitivescomponents/patterns/ for existing patternsCompose the pattern from existing components — DO NOT recreate primitives.
Follow the design system layout rules:
bg-card rounded-2xl p-6 shadow-[var(--shadow-card)]mx-6 for horizontal margintext-foreground font-bold text-[18px] mb-4space-y-3gap-4Use semantic tokens for all visual properties.
Make the pattern a reusable component with props for dynamic content.
npx claudepluginhub bitjaru/styleseedGenerates composed UI patterns (card layouts, grids, forms, lists, tables, charts) from design system primitives in a codebase. Useful for building reusable pattern components.
Generates reusable UI patterns (card sections, grids, forms, chart wrappers) composed from StyleSeed Toss primitives for consistent design across pages.
Provides atomic design UI component patterns (atoms, molecules, organisms) with Tailwind style variants via CVA, accessibility features, and tests for React/TypeScript apps.