← ClaudeAtlas

wordpress-woocommerce-developmentlisted

WooCommerce store development workflow covering store setup, payment integration, shipping configuration, and customization.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 85
Install: claude install-skill aiskillstore/marketplace
# WordPress WooCommerce Development Workflow ## Overview Specialized workflow for building WooCommerce stores including setup, payment gateway integration, shipping configuration, custom product types, and store optimization. ## When to Use This Workflow Use this workflow when: - Setting up WooCommerce stores - Integrating payment gateways - Configuring shipping methods - Creating custom product types - Building subscription products ## Workflow Phases ### Phase 1: Store Setup #### Skills to Invoke - `app-builder` - Project scaffolding - `wordpress-penetration-testing` - WordPress patterns #### Actions 1. Install WooCommerce 2. Run setup wizard 3. Configure store settings 4. Set up tax rules 5. Configure currency #### Copy-Paste Prompts ``` Use @app-builder to set up WooCommerce store ``` ### Phase 2: Product Configuration #### Skills to Invoke - `wordpress-penetration-testing` - WooCommerce patterns #### Actions 1. Create product categories 2. Add product attributes 3. Configure product types 4. Set up variable products 5. Add product images #### Copy-Paste Prompts ``` Use @wordpress-penetration-testing to configure WooCommerce products ``` ### Phase 3: Payment Integration #### Skills to Invoke - `payment-integration` - Payment processing - `stripe-integration` - Stripe - `paypal-integration` - PayPal #### Actions 1. Choose payment gateways 2. Configure Stripe 3. Set up PayPal 4. Add offline payments 5. Test payment flows #### Copy-Paste Prompts ``` Use @str