← ClaudeAtlas

wordpresslisted

Complete WordPress development workflow covering theme development, plugin creation, WooCommerce integration, performance optimization, and security hardening.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 85
Install: claude install-skill aiskillstore/marketplace
# WordPress Development Workflow Bundle ## Overview Comprehensive WordPress development workflow covering theme development, plugin creation, WooCommerce integration, performance optimization, and security. This bundle orchestrates skills for building production-ready WordPress sites and applications. ## When to Use This Workflow Use this workflow when: - Building new WordPress websites - Creating custom themes - Developing WordPress plugins - Setting up WooCommerce stores - Optimizing WordPress performance - Hardening WordPress security ## Workflow Phases ### Phase 1: WordPress Setup #### Skills to Invoke - `app-builder` - Project scaffolding - `environment-setup-guide` - Development environment #### Actions 1. Set up local development environment (LocalWP, Docker, or Valet) 2. Install WordPress 3. Configure development database 4. Set up version control 5. Configure wp-config.php for development #### Copy-Paste Prompts ``` Use @app-builder to scaffold a new WordPress project with modern tooling ``` ### Phase 2: Theme Development #### Skills to Invoke - `frontend-developer` - Component development - `frontend-design` - UI implementation - `tailwind-patterns` - Styling - `web-performance-optimization` - Performance #### Actions 1. Design theme architecture 2. Create theme files (style.css, functions.php, index.php) 3. Implement template hierarchy 4. Create custom page templates 5. Add custom post types and taxonomies 6. Implement theme customization options 7. Add