一键导入
figma-analyze
Analyze a Figma design file and extract design tokens, component structure, and layout hierarchy for WordPress theme generation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze a Figma design file and extract design tokens, component structure, and layout hierarchy for WordPress theme generation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a WordPress AJAX handler to a plugin, with nonce verification, input sanitisation, and JSON response.
Register a block pattern in a theme or plugin, using the WordPress 6.0+ file-based pattern system.
Add a new Gutenberg block to an existing plugin or theme.
Register a WP-CLI command in a plugin using a command class, following Dekode conventions.
Add a WordPress action or filter hook to a plugin or theme.
Scaffold a new must-use plugin in packages/mu-plugins/ - either a simple utility or a service-class integration.
| name | figma-analyze |
| description | Analyze a Figma design file and extract design tokens, component structure, and layout hierarchy for WordPress theme generation |
| argument-hint | <figma-file-url-or-path> |
| allowed-tools | Read, Glob, Grep, Bash, WebFetch |
Analyze the provided Figma design and extract a structured specification for WordPress theme generation.
$ARGUMENTS
Design Tokens — Extract:
Component Inventory — Identify:
Layout Structure — Map:
Asset Requirements — List:
Write the analysis to docs/design-spec.json as a structured JSON document with sections for tokens, components, templates, and assets. Also write a human-readable summary to docs/design-spec.md.