Skill Claude CodeCodex
WP-CLI-first principle — use WP-CLI instead of generating PHP code whenever possible, with command reference, ACF seeding patterns, and environment-aware execution.
Skill Claude CodeCodex
WP-CLI-first principle — use WP-CLI instead of generating PHP code whenever possible, with command reference, ACF seeding patterns, and environment-aware execution.
Skill Claude CodeCodex
CSS design system standards — custom properties, BEM naming, spacing/typography/color scales, no build tools.
Skill Claude CodeCodex
Demo HTML creation methodology — single-file demos with section comments for 1:1 WordPress conversion.
Skill Claude CodeCodex
Environment detection, configuration, and WP-CLI wrapper selection for local WordPress development.
Skill Claude CodeCodex
Polylang multilingual methodology — one post per language joined by translation groups, driven through the pll API.
Skill Claude CodeCodex
Responsive design patterns — mobile-first breakpoints, fluid typography, responsive images, touch targets.
Skill Claude CodeCodex
Fix Robin Image Optimizer — installs plugin if missing, configures optimal settings, unsticks the bulk optimization loop, generates missing .webp files locally, and syncs the queue database so the plugin recognizes all conversions. Use when the user says Robin Optimizer is stuck, frozen, looping, not finishing…
Skill Claude CodeCodex
Tailwind CSS conventions for themes built from the tailwind starter — the decision ladder for utilities vs @apply, @theme tokens, file placement, and what is forbidden. Applies to template=tailwind only.
Skill Claude CodeCodex
WordPress legacy theme best practices — proper enqueueing, escaping, hooks, security, and performance.