What problem does it solve?
This Skill helps you design and implement WooCommerce plugins that work reliably across modern WooCommerce features like HPOS, block checkout, and the Admin React interface—without falling into common compatibility and security traps.
Core Features & Use Cases
- Plugin architecture & initialization: Build a proper plugin skeleton with dependency checks, correct load timing, and structured setup.
- WooCommerce hook & filter mastery: Add, modify, and override behavior using the right lifecycle hooks with correct priority strategy.
- HPOS + blocks compatibility: Declare HPOS support, avoid order-table anti-patterns, and integrate with block checkout / Store API where needed.
- Common integrations patterns: Implement payment gateways, shipping methods, admin settings pages, product/checkout custom fields, REST endpoints, and marketplace publishing workflows.
- Marketplace readiness: Guidance for WordPress.org / WooCommerce.com submission standards, including security, sanitization, and nonces.
Quick Start
Ask Claude to "Create a WooCommerce payment gateway plugin that is HPOS compatible, supports both classic and block checkout, includes admin settings, and outlines the required hooks, REST/webhook handling, and publish checklist."