Wordpress Pro
Skill Verified ActiveDevelops 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.
To serve as an expert resource for developers building custom WordPress solutions, covering everything from basic setup to advanced security and performance tuning.
Features
- Develops custom WordPress themes and plugins
- Creates Gutenberg blocks and block patterns
- Configures WooCommerce stores
- Implements WordPress REST API endpoints
- Applies security hardening (nonces, sanitization, escaping)
- Optimizes WordPress performance
Use Cases
- Building custom WordPress themes from scratch
- Developing bespoke WordPress plugins for specific functionality
- Creating custom Gutenberg blocks and block patterns
- Extending WooCommerce stores with custom features
- Implementing security best practices for WordPress sites
- Improving WordPress site performance through caching and query tuning
Non-Goals
- Modifying WordPress core files
- Providing generic web development advice outside the WordPress context
- Automating entire website builds without developer input
- Replacing the need for a local development environment
Installation
First, add the marketplace
/plugin marketplace add jeffallan/claude-skills/plugin install claude-skills@fullstack-dev-skillsQuality Score
VerifiedSimilar Extensions
Wordpress Block Editor Fse
95Modern WordPress block development and Full Site Editing with theme.json, block themes, and custom blocks for WordPress 6.7+
Wordpress Advanced Architecture
98Advanced WordPress development with REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable applications.
WordPress Plugin Directory Guidelines
97Use when reviewing WordPress plugins for GPL compliance, checking license headers or compatibility, evaluating upsell/freemium/trialware patterns, validating plugin naming or trademark rules, checking plugin slugs, understanding why a plugin was rejected from WordPress.org, or answering any question about the 18 WordPress.org Plugin Directory guidelines — even if the user doesn't mention 'guidelines' explicitly.
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