用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ChonSong/skill-retriever --skill ui-pattern命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | ui-pattern |
| description | Generate a composed UI pattern (card layout, list, form section, grid, etc.) using design system primitives |
| risk | unknown |
| source | https://github.com/bitjaru/styleseed/tree/main/engine/.claude/skills/ss-pattern |
| source_repo | bitjaru/styleseed |
| source_type | community |
| date_added | 2026-07-01T00:00:00.000Z |
| license | MIT |
| license_source | https://github.com/bitjaru/styleseed/blob/main/LICENSE |
Use this skill when you need generate a composed UI pattern (card layout, list, form section, grid, etc.) using design system primitives.
/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-6text-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.