Agent skill · Frontend

ss-pattern

Generate a composed UI pattern from the active StyleSeed grammar and brand recipe using existing primitives.

kiwiman852★ · +42/wk · 1 repos on radarProfile →
claude-codecodexcursorcan modify filesMIT
Install
npx skills add bitjaru/styleseed --skill ss-pattern --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGrepGlobBash
Path: engine/.claude/skills/ss-pattern/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 867 · +15 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# UI Pattern Generator ## When NOT to use - For a single primitive component → use `/ss-component` - For a full mobile screen → use `/ss-page` - For an entire multi-page user flow → use `/ss-flow` - For design tokens and color/spacing decisions → use `/ss-tokens` Pattern type: **$0** Description: $ARGUMENTS ## Available Pattern Types ### Layout Patterns - **focal-summary**: one dominant state, briefing, artifact, or decision - **panel-section**: aligned workbench panel with related controls and evidence - **flat-step**: public-service task step with explicit labels, help, and recovery - **reading-section**: bounded prose, figure, caption, quote, or source group without app cards - **resource-collection**: rows, table, grid, or sequence selected by the recipe and user job - **canvas-tools**: focused artifact/canvas with quiet supporting tool groups ### 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 -

What's inside
Steps it walks through
  1. When NOT to use
  2. Available Pattern Types
  3. Layout Patterns
  4. Data Display Patterns
  5. Interactive Patterns
  6. Instructions
More from styleseed
All skills →
About this skill
What does the ss-pattern skill do?

Generate a composed UI pattern from the active StyleSeed grammar and brand recipe using existing primitives.

How do I install it?

Run `npx skills add bitjaru/styleseed --skill ss-pattern --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From bitjaru/styleseed, a repository with 867 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going