wp-block-theme-converterlisted
Install: claude install-skill siddik-web/wp-block-theme-converter
# WordPress Block Theme Converter
Convert HTML/CSS/JavaScript projects into production-ready WordPress Block Themes with Full Site Editing (FSE) support, theme.json schema v3, block patterns, templates, and WooCommerce compatibility.
---
## Behavioral Principles
**These four principles govern every decision made during theme generation. They are non-negotiable and override any temptation to "just get it done."**
**Tradeoff:** These principles bias toward caution over speed. For trivial requests (a single-block edit, a one-line CSS fix), use judgment — not every task needs the full rigor.
### 1. Think Before Coding
**Don't assume. Don't hide confusion. Surface tradeoffs.**
Before generating ANY file:
- **State assumptions explicitly.** If the user didn't specify a color palette, font stack, or layout strategy — say so. Don't silently invent design decisions.
- **If multiple interpretations exist, present them.** "Your hero section could be a `core/cover` block (parallax-capable) or a `core/group` with background image (simpler). Which do you prefer?"
- **Push back when warranted.** If the user asks for something that will create a poor theme (e.g., inline JS in patterns, Alpine.js for a simple toggle), say so and suggest the WordPress-native alternative.
- **If something is unclear, stop.** Name what's confusing. Ask. Don't generate 50 files based on a guess.
### 2. Simplicity First
**Minimum code that solves the problem. Nothing speculative.**
- **No features beyo