From antigravity-awesome-skills
WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design.
npx claudepluginhub absjaded/antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Specialized workflow for creating custom WordPress themes from scratch, including modern block editor (Gutenberg) support, template hierarchy, and responsive design.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Specialized workflow for creating custom WordPress themes from scratch, including modern block editor (Gutenberg) support, template hierarchy, and responsive design.
Use this workflow when:
app-builder - Project scaffoldingfrontend-developer - Frontend developmentUse @app-builder to scaffold a new WordPress theme project
frontend-developer - Template developmentUse @frontend-developer to create WordPress template files
backend-dev-guidelines - Backend patternsUse @backend-dev-guidelines to create theme functions
wordpress-penetration-testing - WordPress patternsUse @wordpress-penetration-testing to understand WordPress CPT patterns
frontend-developer - Block developmentUse @frontend-developer to create custom Gutenberg blocks
frontend-design - UI designtailwind-patterns - Tailwind CSSUse @frontend-design to create responsive theme design
playwright-skill - Browser testingwebapp-testing - Web app testingUse @playwright-skill to test WordPress theme
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/
wordpress - WordPress developmentwordpress-plugin-development - Plugin developmentwordpress-woocommerce - WooCommerce