woocommercelisted
Install: claude install-skill veekunth217/claude-scaffold-skill
# WooCommerce Skill
WooCommerce store development — from product setup to custom pricing, payment gateways, and checkout customization.
**RULE: Show code plan before generating any hooks or overrides. Wait for GO.**
> **🚧 Status: Stub — implementation pending**
>
> This reference skill has the structure but the snippet content is still being filled in
> (you'll see `<!-- TODO -->` placeholders below). It activates and tells Claude the topic
> exists, but won't yield deep snippets yet.
>
> **Want to help?** Pick any TODO, write the snippet, open a PR. See [CONTRIBUTING.md](../../CONTRIBUTING.md).
> Each contribution moves the skill closer to "Ready" status.
---
## Capabilities
### Product Setup & Variations
<!-- TODO: Simple, variable, grouped, external products via WP-CLI and PHP -->
<!-- TODO: Product attributes, variation pricing matrix -->
<!-- TODO: Product meta, custom fields via ACF + WooCommerce -->
<!-- TODO: Bulk product import/export (WebToffee, WooCommerce native) -->
### Custom Pricing Rules
<!-- TODO: Role-based pricing, quantity discounts -->
<!-- TODO: Dynamic pricing hooks: woocommerce_product_get_price -->
<!-- TODO: Cart-level discounts vs product-level -->
### Payment Gateway Integration
<!-- TODO: Custom gateway class extending WC_Payment_Gateway -->
<!-- TODO: Webhook handling, IPN verification -->
<!-- TODO: Stripe, Razorpay, PayU, Cashfree integration patterns -->
<!-- TODO: Test mode, logging, order status transitions -->
### WooCommerce Hook