一键导入
design-system-builder
Scaffold, build, and extend the DZIRE design system. Use when the user asks to create tokens, components, layouts, or patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffold, build, and extend the DZIRE design system. Use when the user asks to create tokens, components, layouts, or patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build and extend the personalization system. Use when adding behavior tracking, user preferences, personalized feeds, or privacy controls.
Build and extend the recommendation engine. Use when adding related posts, trending, personalized feeds, or saved posts.
Build and extend the search system. Use when adding search routes, indexing, ranking, filters, or search analytics.
Seo Keyword Research capability
Affiliate click and conversion tracking skill for DZIRE_v1. Records clicks, attributes conversions via session/click ID, and manages payout records.
Stripe payment integration skill for DZIRE_v1. Handles Checkout sessions, webhook verification, customer management, and payment security.
| name | design-system-builder |
| description | Scaffold, build, and extend the DZIRE design system. Use when the user asks to create tokens, components, layouts, or patterns. |
| category | build |
| version | v1.0 |
| inputs | ["user request","existing design-system structure","brand palette and typography specs"] |
| outputs | ["Token files","Component files","Layout files","Pattern files","Barrel index.ts exports"] |
Build and extend the centralized DZIRE design system, from raw token definitions to composed UI patterns.
Use this skill when the user asks to:
frontend/src/design-system/ folder structurefrontend/src/design-system/ structure (current state)frontend/src/index.css (Tailwind theme variables)phases/step-6.md (specification)tokens/, components/, layouts/, or patterns/..ts / .tsx file.index.ts barrel export.npm run build inside frontend/ to verify compilation.docs/design-system.md if the public API changes.frontend/src/design-system/
├── tokens/[token].ts + index.ts
├── components/[Component].tsx + index.ts
├── layouts/[Layout].tsx + index.ts
└── patterns/[Pattern].tsx + index.ts
focus-visible ring on interactive elements