WordPress PHP Architecture Patterns
This skill encodes battle-tested architecture patterns for WordPress PHP development. Every pattern is adapted to WordPress realities: global state, hook-driven execution, no native DI container, and the functions.php bootstrap model. Use these patterns to write WordPress code that is testable, maintainable, and scalable.
1. Repository Pattern for WordPress
Wrap all data access behind repository classes. Never scatter $wpdb calls or raw `WP_Quer
[Description truncada. Veja o README completo no GitHub.]