用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/WellApp-ai/Well --skill design-context命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | design-context |
| description | Refresh UI/UX context from design system, Storybook, and codebase |
Ensures wireframes and UI decisions leverage existing patterns from the design system, Storybook, and codebase.
Read the design system documentation:
Read /docs/design-system/components.md
Read /docs/design-system/spacing.md
Read /docs/design-system/colors.md (if color decisions needed)
Read /docs/design-system/interactions.md (if interaction patterns needed)
Note applicable:
h-13, px-4, gap-3)Find existing component stories:
Glob **/*.stories.tsx
Identify:
Key story locations:
/src/stories/ - General component stories/features/*/components/*.stories.tsx - Feature-specific storiesSearch for similar UI patterns:
SemanticSearch "How is [pattern] implemented in the codebase?"
Look for:
Query library docs for unfamiliar patterns:
1. resolve-library-id with libraryName (e.g., "radix-ui")
2. query-docs with libraryId and specific question
Common libraries:
/radix-ui/primitives - Dialog, Dropdown, Select patterns/tanstack/query - Data fetching patterns/tanstack/table - Table patternsAfter running this skill, output:
## Design Context
| Source | Relevant Patterns |
|--------|-------------------|
| Design System | [tokens, components] |
| Storybook | [stories that apply] |
| Codebase | [existing implementations] |
| Libraries | [patterns from docs] |
### Applicable Components
- [Component]: [How it applies to current wireframe]
### Design Tokens to Use
- Spacing: [tokens]
- Colors: [tokens]
- Typography: [tokens]
Invoke manually with "use design-context skill" or follow Ask mode DIVERGE loop which references this skill's phases.
problem-framing - Run before design-contextcompetitor-scan - Compare with external patterns基于 SOC 职业分类