Wordpress Block Editor Fse
Skill Verified ActiveModern WordPress block development and Full Site Editing with theme.json, block themes, and custom blocks for WordPress 6.7+
To guide developers in building modern WordPress themes and custom blocks using Full Site Editing features and `theme.json` for centralized design control.
Features
- Modern WordPress block development and FSE architecture
- Detailed `theme.json` configuration examples
- HTML template structure for block themes
- Custom block development with `block.json` and server-side rendering
- Best practices for performance and accessibility in block themes
Use Cases
- Building new WordPress block themes with Full Site Editing.
- Developing custom Gutenberg blocks for content or layout.
- Implementing centralized design systems using `theme.json`.
- Migrating from classic WordPress themes to block-based approaches.
Non-Goals
- Developing classic PHP-based WordPress themes.
- Server-side logic unrelated to block rendering.
- Client-side JavaScript frameworks outside the WordPress block editor context.
Trust
- info:Issues AttentionThere were 4 issues opened in the last 90 days and 0 closed, indicating slow or no response to new issues.
Installation
npx skills add bobmatnyc/claude-mpm-skillsRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedSimilar Extensions
Wordpress Pro
99Develops custom WordPress themes and plugins, creates and registers Gutenberg blocks and block patterns, configures WooCommerce stores, implements WordPress REST API endpoints, applies security hardening (nonces, sanitization, escaping, capability checks), and optimizes performance through caching and query tuning. Use when building WordPress themes, writing plugins, customizing Gutenberg blocks, extending WooCommerce, working with ACF, using the WordPress REST API, applying hooks and filters, or improving WordPress performance and security.
Wordpress Advanced Architecture
98Advanced WordPress development with REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable applications.
Wp Rest Api
96Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument validation, permission_callback/authentication, response shaping, register_rest_field/register_meta, or exposing CPTs/taxonomies via show_in_rest.
Wp Interactivity Api
95Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/actions, block viewScriptModule integration, wp_interactivity_*()) including performance, hydration, and directive behavior.
Wordpress Plugin Fundamentals
88Modern WordPress plugin development with PHP 8.3+, OOP architecture, hooks system, database interactions, and Settings API
WP Project Triage
79Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.