generating-wordpress-fse-blocks

Generate WordPress Full Site Editing blocks and theme scaffolding.

6|2|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/WesleySmits/agent-skills --skill generating-wordpress-fse-blocks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-wordpress-fse-blocks
Source: https://github.com/WesleySmits/agent-skills/tree/main/.agent/skills/wordpress-fse-generator
Command: npx skills add https://github.com/WesleySmits/agent-skills --skill generating-wordpress-fse-blocks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WordPress Full Site Editing (FSE) block development often requires boilerplate scaffolding and configuration. This Skill quickly generates the necessary files and structure to accelerate Gutenberg block creation and theme integration.

Core Features & Use Cases

  • Generates block.json templates and theme.json configuration to standardize block definitions and theme settings.
  • Provides starter editor components and PHP render scaffolding to reduce setup time for new blocks.
  • Use Case: Quickly bootstrap a new WordPress block with metadata, styling, and server-render logic for a complete FSE theme.

Quick Start

Run the generator to scaffold initial WordPress FSE block files, including block.json, theme.json integration, and starter PHP render.

Frequently Asked Questions about generating-wordpress-fse-blocks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold WordPress Full Site Editing blocks and theme files?

To scaffold WordPress Full Site Editing blocks, you can generate the necessary block.json templates, theme.json configuration, and starter PHP render files to accelerate Gutenberg block creation and theme integration.

What is the best way to bootstrap a new Gutenberg block for an FSE theme?

The best way to bootstrap a new Gutenberg block is to generate starter editor components alongside PHP render scaffolding and metadata, ensuring complete integration with your Full Site Editing theme setup.

Does this WordPress block generator provide theme.json configuration and block.json templates?

Yes, this WordPress block generator provides both block.json templates and theme.json configuration to standardize your block definitions and apply the necessary theme settings for Full Site Editing.

How do I set up PHP render logic and editor components for a custom WordPress block?

You can set up PHP render logic and editor components by generating server-render scaffolding and starter editor files, which reduce the manual setup time required for new WordPress blocks.

Do I need to manually configure block registration for Gutenberg FSE development?

No, you do not need to manually configure block registration. The scaffolding process satisfies block registration and PHP render integration requirements automatically for your WordPress blocks.

What files are required to standardize block definitions in WordPress Full Site Editing?

Standardizing block definitions in WordPress Full Site Editing requires block.json templates for metadata and theme.json for global theme settings, along with PHP render files for server-side logic.