Skip to content

DaveRobinson/claude-skill--gutenberg-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

WordPress Gutenberg Block Development Skill

Best practices for creating custom WordPress Gutenberg blocks following official patterns.

Scope

  • Scaffolding blocks with @wordpress/create-block
  • Static vs dynamic blocks
  • Block.json configuration and attributes
  • InnerBlocks patterns (static and dynamic)
  • Frontend JavaScript with blocks
  • Common pitfalls and solutions

Focuses on: Single block per plugin (standard WordPress pattern) Out of scope: Multiple blocks per plugin, theme-based blocks

Installation

Claude Code (CLI)

Copy the skill directory to your skills folder:

cp -r gutenberg-block-creation ~/.claude/skills/

Claude.ai (Web)

  1. Go to Settings
  2. Navigate to Capabilities > Skills
  3. Use the upload option to add this skill

Usage

Activates automatically when working on Gutenberg blocks, or invoke directly:

@gutenberg-block-creation

License

MIT

About

experiment with claude skills to create wordpress gutenberg blocks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors