wordpress

Guide WordPress theme, plugin, and Gutenberg block development with React.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill wordpress-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skill-library/stack/cms/wordpress
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill wordpress-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to developing and customizing WordPress sites, from basic theme setup to advanced plugin and block development, enabling efficient and robust WordPress solutions.

Core Features & Use Cases

  • Theme Development: Covers block themes, theme.json, and template hierarchy.
  • Custom Post Types & Taxonomies: Guides on registering and managing custom content structures.
  • Plugin & Block Development: Details on creating custom plugins and Gutenberg blocks using React.
  • REST API & WP-CLI: Instructions for extending WordPress functionality and managing sites via API and command line.
  • Security & Optimization: Best practices for secure coding, performance tuning, and caching.
  • Use Case: Develop a custom post type for "Projects" with associated "Project Types" taxonomy, build a custom Gutenberg block to display project details, and expose this data via the REST API for a headless frontend.

Quick Start

Use the wordpress skill to register a new custom post type called 'book' with 'title', 'editor', and 'thumbnail' support.

Frequently Asked Questions about wordpress

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

FAQPage Schema
How do I create a custom Gutenberg block with React for my WordPress theme?

WordPress Gutenberg block development with React involves creating custom plugins to register blocks, utilizing block themes and theme.json configurations to build reactive, editable content components within the site editor.

What's the best way to register a custom post type and taxonomy in WordPress?

Registering a custom post type and taxonomy in WordPress requires using specific functions to define custom content structures, adding title and editor support, and optionally exposing this data via the REST API for headless frontends.

Can I use WordPress as a headless CMS with WPGraphQL and the REST API?

Headless WordPress patterns integrate WPGraphQL and REST API to separate content management from frontend presentation, allowing developers to fetch custom post type data and deliver it to external applications.

How does WP_Query optimization improve WordPress site performance?

WP_Query optimization improves WordPress performance by refining database queries, reducing redundant data fetching, and implementing caching strategies to ensure efficient content retrieval and faster page load times.

What are the security best practices for WordPress plugin development?

WordPress plugin security best practices involve secure coding techniques to prevent vulnerabilities, ensuring proper data sanitization, validating user inputs, and applying robust access controls to protect custom functionality.

How do I manage WordPress multisite networks via WP-CLI commands?

Managing WordPress multisite networks via WP-CLI commands enables automated site provisioning, streamlined plugin deployment, and efficient execution of batch operations across the entire network infrastructure.