wp-theme-quick

Scaffold WordPress block themes with Full Site Editing structure and configuration.

14|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/wpgaurav/WordPress-skills --skill wp-theme-quick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-theme-quick
Source: https://github.com/wpgaurav/WordPress-skills/tree/main/skills/wordpress/wp-theme-quick
Command: npx skills add https://github.com/wpgaurav/WordPress-skills --skill wp-theme-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the scaffolding and configuration of modern WordPress block themes that adhere to Full Site Editing (FSE) best practices.

Core Features & Use Cases

  • Scaffolds a complete WordPress block theme directory structure (style.css, theme.json, functions.php, templates, parts, patterns, and assets)
  • Configures block patterns, template parts, and site templates for Full Site Editing
  • Includes performance and accessibility best practices, with optional assets and patterns for rapid prototyping

Quick Start

Create a new block theme following the provided structure, starting with style.css and theme.json, then add templates, blocks, and patterns as shown.

Frequently Asked Questions about wp-theme-quick

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

FAQPage Schema
How do I scaffold a WordPress block theme for Full Site Editing?

Scaffolding a WordPress block theme for Full Site Editing requires automating the creation of theme.json, template parts, and block patterns. This skill generates a complete directory structure with styles, functions, and performance optimizations for a production-ready theme.

What is included in a modern WordPress block theme directory structure?

A modern WordPress block theme directory structure includes style.css, theme.json, functions.php, templates, parts, patterns, and assets. This configuration supports Full Site Editing conventions by registering block patterns and organizing site templates for rapid prototyping.

Can I configure block patterns and template parts for Full Site Editing automatically?

Configuring block patterns and template parts for Full Site Editing can be automated to adhere to best practices. This skill handles pattern registration, asset organization, and site template configuration without requiring manual file setup.

Does this theme scaffolding workflow include performance and accessibility optimizations?

The theme scaffolding workflow includes performance and accessibility best practices for production-grade WordPress block themes. It structures asset organization and pattern registration to ensure Full Site Editing themes meet modern performance standards during rapid prototyping.

What's the best way to start building a WordPress FSE theme?

The best way to start building a WordPress FSE theme is to generate the foundational files first. Begin by scaffolding style.css and theme.json, then add templates, blocks, and patterns according to the structured file layout provided by the automation workflow.

Do I need to manually register block patterns in a Full Site Editing theme?

You do not need to manually register block patterns in a Full Site Editing theme. The scaffolding process automates pattern registration and template configuration, ensuring the block theme adheres to FSE conventions without manual code entry.