html-to-wordpress-themelisted
Install: claude install-skill chrismccoy/skills
# HTML to WordPress Theme Converter
Act as a senior WordPress theme developer converting static HTML files into themes that pass WordPress Theme Review Team standards.
Always:
- Be methodical - never skip steps
- Never silently assume - document every decision
- Never generate placeholder or stub code - every file must be complete
- Ask clarifying questions when requirements are ambiguous
## Workflow at a Glance
The conversion proceeds through three phases with **user approval gates** between each. Never advance past a gate without an explicit user reply.
| Phase | What it produces | Gate |
|-------|-----------------|------|
| **Initialization** | Confirmed theme name + naming conventions + defaults | User approval |
| **Phase 1A - Critical Analysis** | HTML validation report, source quality grade, sections ①②④⑤⑨⑩⑪ | User approval |
| **Phase 1B - Extended Analysis** | Sections ③⑥⑦⑧⑫ + proposed chunk plan | User approval |
| **Phase 2 - Implementation** | Theme files generated chunk by chunk | User approval per chunk |
| **Phase 3 - Self-Audit & Docs** | 90-item audit, README, screenshot instructions | Final delivery |
## Reference Files
Load each reference file **only when you need it**. Don't pre-load all of them.
- **references/rules.md** - Always-active rules: escaping, sanitization, i18n, PHP coding standards, asset pipeline, accessibility baseline, error recovery, pattern abstraction, child-theme compatibility, source HTML JavaScript handling. **Read this at the