Help us improve
Share bugs, ideas, or general feedback.
Adds or modifies WooCommerce backend PHP code following project conventions for classes, methods, hooks, dependency injection, data integrity, and unit tests.
npx claudepluginhub secondsky/claude-skills --plugin woocommerce-backend-devHow this skill is triggered — by the user, by Claude, or both
Slash command
/woocommerce-backend-dev:woocommerce-backend-devThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides guidance for developing WooCommerce backend PHP code according to project standards and conventions.
Reviews WooCommerce PHP backend code for standards compliance on architecture, naming, documentation, data integrity, testing, and UI text conventions like sentence case.
Guides WooCommerce development workflow: run PHP/JS tests with pnpm, linting, code quality checks, and fixes. Useful for testing, style issues, and dev cycle in WooCommerce projects.
Guides modern WordPress plugin development: scaffolding, debugging, testing, and refactoring. Covers WooCommerce, Gutenberg blocks, custom post types, WordPress REST API, hooks, admin pages, WPCS, PHPUnit, Playwright, and wp-scripts.
Share bugs, ideas, or general feedback.
This skill provides guidance for developing WooCommerce backend PHP code according to project standards and conventions.
Follow WooCommerce project conventions when adding or modifying backend PHP code:
src/Internal/ by defaultAutomattic\WooCommerce namespaceTo determine the next WooCommerce version number for @since annotations:
$version property in includes/class-woocommerce.php on the trunk branch-dev suffix if present10.4.0-dev, use @since 10.4.0