What problem does it solve?
This skill creates a self-contained, static WordPress page template scaffold inside an existing theme, producing a coherent set of files (template PHP, per-template partials, scoped CSS, and optional bootstrap JS) that load only when the template is selected, avoiding immediate ACF or importer work.
Core Features & Use Cases
- Generates a complete static template set (templates/page-<slug>.php with a Template Name header, template-parts/<slug>/*.php with hardcoded content, inc/<slug>.php for per-template bootstrap, and assets/css/<slug>.css) that previews instantly.
- Always invokes frontend-design first to establish a distinctive visual identity before scaffolding content.
- Supports versioned naming (home-v2, home-v3, landing-launch) or single-template naming (page-about, page-services) to maintain a scalable design system.
Quick Start
Scaffold a static WordPress page template by selecting a slug, invoking frontend-design, and letting the skill generate templates/page-<slug>.php, template-parts/<slug>/*.php, inc/<slug>.php, and assets/css/<slug>.css within the target theme.