From ui-design-grounding
UIからコンポーネント・デザイントークンを抽出する。繰り返し使われるパターンを再利用可能な単位に分解し、トークン化する。コンポーネント化・トークン抽出・デザインシステム整備を依頼されたときに使用する。
npx claudepluginhub nextscape/ns-plugins --plugin ui-design-groundingThis skill uses the workspace's default tool permissions.
ui-design-grounding スキルを呼び出し、以下のリファレンスを読み込む:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
ui-design-grounding スキルを呼び出し、以下のリファレンスを読み込む:
ui-design-grounding/reference/design-system.mdui-design-grounding/reference/design-tokens.mdui-design-grounding/reference/implementation.mdui-design-grounding/reference/color-system.mdui-design-grounding/reference/spatial-layout.md--blue-500: oklch(0.6 0.15 250))--color-primary: var(--blue-500))--button-bg: var(--color-primary))抽出対象:
color.*, space.*, radius.*, font.*, shadow.* の構造## 抽出結果
### コンポーネント候補
| コンポーネント | 粒度 | 出現箇所 | Props |
|-------------|------|---------|-------|
| ... | Atom/Molecule/Organism | N箇所 | ... |
### トークン候補
| カテゴリ | トークン名 | 現在の値 | 使用箇所数 |
|---------|----------|---------|-----------|
| color | --color-primary | #xxx | N箇所 |
| space | --space-md | 16px | N箇所 |
### 移行計画
1. [Phase 1]: ...
2. [Phase 2]: ...
トークン・コンポーネント抽出後、以下のコマンドスキルの実行を検討する:
/init-design — 抽出結果を DESIGN.md に反映/audit-ui — 抽出後の技術品質(トークン使用率等)を監査