wordpress-theme-development
WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design.
Best use case
wordpress-theme-development is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design.
WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "wordpress-theme-development" skill to help with this workflow task. Context: WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/wordpress-theme-development/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How wordpress-theme-development Compares
| Feature / Agent | wordpress-theme-development | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# WordPress Theme Development Workflow ## Overview Specialized workflow for creating custom WordPress themes from scratch, including modern block editor (Gutenberg) support, template hierarchy, and responsive design. ## When to Use This Workflow Use this workflow when: - Creating custom WordPress themes - Converting designs to WordPress themes - Adding block editor support - Implementing custom post types - Building child themes ## Workflow Phases ### Phase 1: Theme Setup #### Skills to Invoke - `app-builder` - Project scaffolding - `frontend-developer` - Frontend development #### Actions 1. Create theme directory structure 2. Set up style.css with theme header 3. Create functions.php 4. Configure theme support 5. Set up enqueue scripts/styles #### Copy-Paste Prompts ``` Use @app-builder to scaffold a new WordPress theme project ``` ### Phase 2: Template Hierarchy #### Skills to Invoke - `frontend-developer` - Template development #### Actions 1. Create index.php (fallback template) 2. Implement header.php and footer.php 3. Create single.php for posts 4. Create page.php for pages 5. Add archive.php for archives 6. Implement search.php and 404.php #### Copy-Paste Prompts ``` Use @frontend-developer to create WordPress template files ``` ### Phase 3: Theme Functions #### Skills to Invoke - `backend-dev-guidelines` - Backend patterns #### Actions 1. Register navigation menus 2. Add theme support (thumbnails, RSS, etc.) 3. Register widget areas 4. Create custom template tags 5. Implement helper functions #### Copy-Paste Prompts ``` Use @backend-dev-guidelines to create theme functions ``` ### Phase 4: Custom Post Types #### Skills to Invoke - `wordpress-penetration-testing` - WordPress patterns #### Actions 1. Register custom post types 2. Create custom taxonomies 3. Add custom meta boxes 4. Implement custom fields 5. Create archive templates #### Copy-Paste Prompts ``` Use @wordpress-penetration-testing to understand WordPress CPT patterns ``` ### Phase 5: Block Editor Support #### Skills to Invoke - `frontend-developer` - Block development #### Actions 1. Enable block editor support 2. Register custom blocks 3. Create block styles 4. Add block patterns 5. Configure block templates #### Copy-Paste Prompts ``` Use @frontend-developer to create custom Gutenberg blocks ``` ### Phase 6: Styling and Design #### Skills to Invoke - `frontend-design` - UI design - `tailwind-patterns` - Tailwind CSS #### Actions 1. Implement responsive design 2. Add CSS framework or custom styles 3. Create design system 4. Implement theme customizer 5. Add accessibility features #### Copy-Paste Prompts ``` Use @frontend-design to create responsive theme design ``` ### Phase 7: Testing #### Skills to Invoke - `playwright-skill` - Browser testing - `webapp-testing` - Web app testing #### Actions 1. Test across browsers 2. Verify responsive breakpoints 3. Test block editor 4. Check accessibility 5. Performance testing #### Copy-Paste Prompts ``` Use @playwright-skill to test WordPress theme ``` ## Theme Structure ``` theme-name/ ├── style.css ├── functions.php ├── index.php ├── header.php ├── footer.php ├── sidebar.php ├── single.php ├── page.php ├── archive.php ├── search.php ├── 404.php ├── comments.php ├── template-parts/ ├── inc/ ├── assets/ │ ├── css/ │ ├── js/ │ └── images/ └── languages/ ``` ## Quality Gates - [ ] All templates working - [ ] Block editor supported - [ ] Responsive design verified - [ ] Accessibility checked - [ ] Performance optimized - [ ] Cross-browser tested ## Related Workflow Bundles - `wordpress` - WordPress development - `wordpress-plugin-development` - Plugin development - `wordpress-woocommerce` - WooCommerce
Related Skills
vue-development-guides
A collection of best practices and tips for developing applications using Vue.js. This skill MUST be apply when developing, refactoring or reviewing Vue.js or Nuxt projects.
wordpress
Complete WordPress development workflow covering theme development, plugin creation, WooCommerce integration, performance optimization, and security hardening.
wordpress-woocommerce-development
WooCommerce store development workflow covering store setup, payment integration, shipping configuration, and customization.
wordpress-plugin-development
WordPress plugin development workflow covering plugin architecture, hooks, admin interfaces, REST API, and security best practices.
wordpress-penetration-testing
This skill should be used when the user asks to "pentest WordPress sites", "scan WordPress for vulnerabilities", "enumerate WordPress users, themes, or plugins", "exploit WordPress vulnerabilities", or "use WPScan". It provides comprehensive WordPress security assessment methodologies.
voice-ai-engine-development
Build real-time conversational AI voice engines using async worker pipelines, streaming transcription, LLM agents, and TTS synthesis with interrupt handling and multi-provider support
voice-ai-development
Expert in building voice AI applications - from real-time voice agents to voice-enabled apps. Covers OpenAI Realtime API, Vapi for voice agents, Deepgram for transcription, ElevenLabs for synthesis, LiveKit for real-time infrastructure, and WebRTC fundamentals. Knows how to build low-latency, production-ready voice experiences. Use when: voice ai, voice agent, speech to text, text to speech, realtime voice.
salesforce-development
Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd generation packages (2GP). Use when: salesforce, sfdc, apex, lwc, lightning web components.
python-fastapi-development
Python FastAPI backend development with async patterns, SQLAlchemy, Pydantic, authentication, and production API patterns.
python-development-python-scaffold
You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hint
moodle-external-api-development
Create custom external web service APIs for Moodle LMS. Use when implementing web services for course management, user tracking, quiz operations, or custom plugin functionality. Covers parameter validation, database operations, error handling, service registration, and Moodle coding standards.
game-development
Game development orchestrator. Routes to platform-specific skills based on project needs.