What problem does it solve?
This skill streamlines the creation of VIP-compliant WordPress themes.
Core Features & Use Cases
- Modular theme structure with clear separation of concerns for templates, assets, and functions.
- VIP standards adherence, including escaping, sanitization, proper file paths, and translation/text-domain best practices.
- Dart-Sass via Homebrew workflow for modern CSS authoring and asset compilation, plus script/style enqueueing patterns for reliable asset loading.
- Use cases include building enterprise-grade themes for agencies, clients, or internal projects with maintainable code and repeatable setup.
Quick Start
Install dart-sass via Homebrew (brew install sass/sass/sass) and compile styles from src/scss to assets/css with sass. Then scaffold a theme-root and begin implementing templates in template-parts, assets, and inc/functions following the provided patterns.