一键导入
export-json
Export the current design system as W3C Design Tokens JSON format. Compatible with Style Dictionary, Figma Tokens, and other token management tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export the current design system as W3C Design Tokens JSON format. Compatible with Style Dictionary, Figma Tokens, and other token management tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full accessibility audit covering focus management, semantic HTML, ARIA attributes, color contrast, touch targets, screen reader experience, and motion safety.
Auto-fix detectable accessibility issues. Adds focus styles, semantic HTML, ARIA attributes, and touch target sizing.
Verify visual alignment across sections. Check that headings, text, images, and components share consistent alignment points.
Add purposeful motion and transitions to the interface. Focuses on high-impact moments: page load reveals, hover states, and scroll-triggered entries. Not decorative jitter.
Audit and fix ARIA attributes. Ensures proper aria-label, aria-hidden, aria-live, and role usage throughout the interface.
Comprehensive design quality audit with severity ratings, specific line references, and actionable fix instructions. Deeper than /score — examines every declaration.
| name | export-json |
| description | Export the current design system as W3C Design Tokens JSON format. Compatible with Style Dictionary, Figma Tokens, and other token management tools. |
| user-invokable | true |
Output in the W3C Design Tokens Community Group format:
{
"color": {
"primary": {
"50": { "$value": "#fef3c7", "$type": "color" },
"500": { "$value": "#f59e0b", "$type": "color" }
}
},
"typography": {
"font-display": { "$value": "Instrument Serif", "$type": "fontFamily" },
"scale-base": { "$value": "16px", "$type": "dimension" }
}
}
Compatible with Style Dictionary, Figma Tokens, and token management tools.