
Woocommerce Backend Dev
- 196 repo stars
- Updated July 25, 2026
- secondsky/claude-skills
Add or modify WooCommerce backend PHP — classes, methods, and hooks — following project conventions.
About
Covers adding or modifying WooCommerce backend PHP — new classes, methods, hooks, or edits to existing code — following project conventions. Developers use it when implementing server-side WooCommerce functionality.
- WooCommerce backend PHP
- Classes + methods + hooks
- Project conventions
- Modify existing code safely
Woocommerce Backend Dev by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add secondsky/claude-skills/plugin install woocommerce-backend-dev@claude-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 196 |
|---|---|
| Last updated | July 25, 2026 |
| Repository | secondsky/claude-skills ↗ |
What it does
Add or modify WooCommerce backend PHP — classes, methods, and hooks — following project conventions.
README.md
WooCommerce Backend Development Skill
Production-ready skill for WooCommerce backend PHP development.
Auto-Trigger Keywords
- WooCommerce backend development
- WooCommerce PHP code
- WordPress coding standards
- WooCommerce classes
- WooCommerce hooks
- WooCommerce dependency injection
- WooCommerce unit tests
- PSR-4 autoloading
- snake_case naming
When to Use
- Creating new PHP classes in WooCommerce
- Adding methods, variables, or hooks
- Following WordPress coding standards
- Implementing dependency injection patterns
- Writing unit tests for WooCommerce
- Ensuring data integrity in CRUD operations
Key Features
- File Organization: Guidelines for class placement (
src/Internal/vssrc/) - Naming Conventions: snake_case for methods/variables, PascalCase for classes
- Docblock Standards: Concise documentation with
@sinceannotations - DI Patterns: Container-based dependency injection
- Data Safety: Validation and security best practices
- Testing: PHPUnit conventions with
$sutpattern
Source
Adapted from WooCommerce official skills
License
MIT