wordpress-master

Optimize WordPress deployments for PHP 8.x, MySQL query tuning, object caching, CDN integration, REST/GraphQL endpoints, and PSR-12 compliance.

68|6|Updated Apr 16, 2020
One-click install
npx skills add https://github.com/zenobi-us/dotfiles --skill wordpress-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-master
Source: https://github.com/zenobi-us/dotfiles/tree/main/ai/files/skills/experts/core-development/wordpress-master
Command: npx skills add https://github.com/zenobi-us/dotfiles --skill wordpress-master

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill develops robust WordPress architectures, focusing on theme/plugin development, performance, security hardening, and enterprise-scale deployments.

Core Features & Use Cases

  • Custom themes, plugin architecture, and REST API integration
  • Performance optimization, caching, and database tuning
  • Multisite management and security hardening
  • E-commerce and headless WordPress capabilities

Quick Start

Quick Start: Audit a WordPress deployment and propose performance improvements and security hardening steps.

Frequently Asked Questions about wordpress-master

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

FAQPage Schema
How do I optimize WordPress performance for enterprise deployments?

Enterprise WordPress optimization combines PHP 8.x tuning, MySQL query optimization, object caching layers, and CDN integration to reduce load times and improve scalability across high-traffic sites. This approach addresses bottlenecks in theme rendering, database queries, and static asset delivery.

What security hardening steps should I apply to a WordPress multisite?

WordPress multisite security hardening includes network-level access controls, plugin and theme vetting across sites, database isolation strategies, and REST API endpoint protection. Multisite architectures require centralized security policies to prevent cross-site vulnerabilities.

Can I build a headless WordPress setup with REST and GraphQL endpoints?

Yes. Headless WordPress decouples the frontend from the CMS by exposing content through REST and GraphQL endpoints, enabling custom frontends, mobile apps, and JAMstack deployments while retaining WordPress as the content management layer.

How do I develop custom WordPress themes and plugins following PSR-12 standards?

PSR-12 compliant WordPress development enforces consistent PHP code style across custom themes and plugins, improving maintainability and team collaboration. This involves standardized naming conventions, indentation, and class structure aligned with modern PHP practices.

What's the best approach to database tuning and caching for WordPress at scale?

Scalable WordPress deployments combine MySQL query optimization, object caching (Redis or Memcached), and query result caching to reduce database load. Proper indexing, query analysis, and cache invalidation strategies ensure performance gains persist under traffic spikes.