Agent skill
ss-pattern
Install this agent skill to your Project
npx add-skill https://github.com/bitjaru/styleseed/tree/main/engine/.claude/skills/ss-pattern
SKILL.md
UI Pattern Generator
Pattern type: $0 Description: $ARGUMENTS
Available Pattern Types
Layout Patterns
- card-section: Card with title + content inside page section (
mx-6) - grid-2col: 2-column grid of cards (
grid grid-cols-2 gap-4 px-6) - scroll-horizontal: Horizontal scrolling card list (
flex gap-3 overflow-x-auto scrollbar-hide) - list-section: Vertical list of items inside a card
- form-section: Form with labeled inputs in a card
- stat-grid: Grid of StatCard components
Data Display Patterns
- data-table: Table with header and rows
- detail-card: Key-value pair display
- chart-card: Card wrapper for a Recharts chart
- ranking-list: Numbered ranking with highlight
Interactive Patterns
- action-sheet: Bottom sheet with action buttons
- filter-bar: Horizontal filter/tab bar
- search-header: Search input in header area
Instructions
-
Read the design system reference:
CLAUDE.mdfor conventionscomponents/ui/for available primitivescomponents/patterns/for existing patterns
-
Compose the pattern from existing components — DO NOT recreate primitives.
-
Follow the design system layout rules:
- Cards:
bg-card rounded-2xl p-6 shadow-[var(--shadow-card)] - Section wrapper:
mx-6for horizontal margin - Section title:
text-foreground font-bold text-[18px] mb-4 - List gap:
space-y-3 - Grid gap:
gap-4
- Cards:
-
Use semantic tokens for all visual properties.
-
Make the pattern a reusable component with props for dynamic content.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
ss-a11y
Audit a component or page for accessibility issues and fix them
ss-lint
Quick automated lint — detects common design system violations in seconds
ss-page
ss-update
Update StyleSeed engine in your project — analyzes what's outdated and updates safely
ss-feedback
Add appropriate user feedback states (loading, success, error, empty) to a component or page
ss-tokens
Didn't find tool you were looking for?