From woocommerce-woocommerce-backend-dev
Adds or modifies WooCommerce backend PHP code following project conventions. Invoke before writing PHP unit tests, creating classes, or adding hooks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/woocommerce-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.
This skill provides guidance for developing WooCommerce backend PHP code according to project standards and conventions.
ALWAYS invoke this skill before:
*Test.php files)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.0npx claudepluginhub aiskillstore/marketplace --plugin woocommerce-woocommerce-backend-devAdds or modifies WooCommerce backend PHP code following project conventions for classes, methods, hooks, dependency injection, data integrity, and unit tests.
Guides WooCommerce development workflow: run tests, fix PHP/JS code style, linting, and i18n checks. Use when making code changes.
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.