Agent skill · Design & Presentation

wordpress-theme-development

WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, responsive design, and WordPress 7.0 features: DataViews, Pattern Editing, Navigation Overlays, and admin refresh.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill wordpress-theme-development --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/wordpress-theme-development/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# WordPress Theme Development Workflow ## Overview Specialized workflow for creating custom WordPress themes from scratch, including modern block editor (Gutenberg) support, template hierarchy, responsive design, and WordPress 7.0 enhancements. ## WordPress 7.0 Theme Features 1. **Admin Refresh** - New default color scheme - View transitions between admin screens - Modern typography and spacing 2. **Pattern Editing** - ContentOnly mode defaults for unsynced patterns - `disableContentOnlyForUnsyncedPatterns` setting - Per-block instance custom CSS 3. **Navigation Overlays** - Customizable navigation overlays - Improved mobile navigation 4. **New Blocks** - Icon block - Breadcrumbs block with filters - Responsive grid block 5. **Theme.json Enhancements** - Pseudo-element support - Block-defined feature selectors honored - Enhanced custom CSS 6. **Iframed Editor** - Block API v3+ enables iframed post editor - Full enforcement in 7.1, opt-in in 7.0 ## 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 - Implementing WordPress

What's inside
Steps it walks through
  1. Overview
  2. WordPress 7.0 Theme Features
  3. When to Use This Workflow
  4. Workflow Phases
  5. Phase 1: Theme Setup
  6. Phase 2: Template Hierarchy
  7. Phase 3: Theme Functions
  8. Phase 4: Custom Post Types
  9. Phase 5: Block Editor Support
  10. Phase 6: Styling and Design
  11. Phase 7: WordPress 7.0 Features Integration
  12. Phase 8: Testing
  13. Theme Structure
  14. WordPress 7.0 Theme Checklist
More from agentic-awesome-skills
All skills →
About this skill
What does the wordpress-theme-development skill do?

WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, responsive design, and WordPress 7.0 features: DataViews, Pattern Editing, Navigation Overlays, and admin refresh.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill wordpress-theme-development --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going