Create WordPress block patterns from Figma designs or screenshots using the design-specialist agent. Auto-activates when user provides a Figma URL or design mockup and asks to create a WordPress block pattern, component, or section. Invoke when user says "create a WordPress block from this design", "convert this Figma to a block pattern", or provides a design reference with WordPress context.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Create WordPress block patterns from Figma designs or screenshots using the design-specialist agent. Auto-activates when user provides a Figma URL or design mockup and asks to create a WordPress block pattern, component, or section. Invoke when user says "create a WordPress block from this design", "convert this Figma to a block pattern", or provides a design reference with WordPress context.
Design to WordPress Block
Create production-ready WordPress block patterns from Figma designs or screenshots using the design-specialist agent.
Usage
"Create a WordPress block pattern from this Figma design: [URL]"
"Convert this mockup to a WordPress block pattern: [screenshot path]"
"Build a hero-cta block pattern from this design for the kanopi-base theme"
Create wp-content/themes/{theme}/patterns/{pattern-slug}.php with proper WordPress pattern headers
Use native WordPress blocks only (Group, Cover, Heading, Paragraph, Buttons, Image, Columns, etc.)
Include i18n functions (esc_html_e(), esc_attr_e())
Generate SCSS — Create companion stylesheet at wp-content/themes/{theme}/assets/styles/scss/patterns/_{pattern-slug}.scss
Mobile-first (base → 768px → 1024px)
WCAG AA color contrast (4.5:1 minimum)
Touch-friendly (44px minimum targets)
Proper focus indicators (2px outline minimum)
@prefers-reduced-motion support
Generate editor stylesheet — Create _{pattern-slug}-editor.scss for block editor styling
Provide instructions — Manual steps for testing and enqueue setup
Note for Tier 1 with Figma: Figma MCP tools are only available in the main Claude Code conversation, not subagents. Fetch design context in the main conversation before activating this skill.
Tier 2 — Claude Code Enhanced
When running in Claude Code with Task() and Figma MCP available: