What problem does it solve?
This Skill eliminates slow, error-prone setup and file-structure mistakes when building or modifying a Roots Sage (Acorn) WordPress theme in a Lando-based development environment.
Core Features & Use Cases
- Environment & Lando workflow guidance: Start, inspect, and run the right Lando commands for Sage/Acorn projects, including cache and build steps.
- Generator-first scaffolding across domains: Provides a decision guide for creating Acorn view composers, Blade components, ACF Composer blocks/fields/options/partials/widgets, and Acorn providers/commands using the correct generator commands.
- Sage/Acorn structural correctness & troubleshooting: Helps troubleshoot common issues (Blade cache staleness, autoloading, ACF sync, Vite HMR, wrong Composer context, and provider boot/register lifecycle mistakes) using the referenced validation rules.
Quick Start
Ask the AI to set up the correct generator path for a new ACF block named "Hero" and to scaffold both the block class and its Blade view inside a Lando Roots Sage theme, assuming the theme follows the expected Bedrock/Sage directory layout.