wp-block-quick
Installation
SKILL.md
Skill: WordPress Block Development
Build custom Gutenberg blocks using the WordPress Block API and @wordpress/scripts.
Before Starting
- Load
/CLAUDE/context/wordpress-dev.mdfor standards - Ensure Node.js 20+ and npm installed
- Understand React basics and WordPress data layer
Block Types
Static Block
Renders same content in editor and frontend from saved markup.
Dynamic Block
Renders via PHP callback, content generated server-side.