/wp-template
Convert a single HTML page into a WordPress FSE template (.html) in the theme's templates/ directory.
$ npx -y skills add siddik-web/wp-block-theme-converter --agent claude-codeShips with wp-block-theme-converter. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/wp-template
Context preview
What this command does when you run it.
Convert a single HTML page into a WordPress FSE template (.html) in the theme's templates/ directory.
A Claude Code plugin (and standalone skill) for converting any HTML/CSS/JavaScript project into a production-ready WordPress Block Theme (Full Site Editing). Author: Md Siddiqur Rahman License: MIT
Repo: siddik-web/wp-block-theme-converter
Other commands on wp-block-theme-converter.
- /convert-to-wp-theme
Convert a complete HTML/CSS/JavaScript project into a production-ready WordPress block theme (Full Site Editing).
Open command - /scaffold-wp-theme
Generate an empty, valid WordPress block theme scaffold from scratch โ no source HTML required.
Open command - /wp-block
Scaffold a custom WordPress block (block.json, edit.js, save.js or render.php, styles) ready to register inside a block theme.
Open command - /wp-classic-to-fse
Convert an existing classic WordPress theme (PHP templates, functions.php) into a Full Site Editing block theme.
Open command - /wp-debug
Diagnose and fix WordPress block-theme failures โ block validation errors, theme.json issues, missing patterns, DB template overrides, and PHP warnings.
Open command - /wp-migrate
Migrate existing WordPress content (Classic Editor, ACF, widgets, CPTs, shortcodes, page builders) into a block theme.
Open command

