found 81 skills in registry
Generate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK
Step-by-step recipe for creating a new PHP component in WP Rig.
Guide for adding and managing WordPress Customizer settings via JSON configuration in WP Rig.
Guide for using custom PHP hooks and conventions in WP Rig to extend functionality.
Guide for ensuring code quality and adherence to WordPress and WP Rig standards using linting and analysis tools.
WordPress operations with WP-CLI — search-replace, plugin/theme management, cron, cache, DB export/import, automation. Always-active rules when using wp commands.
WordPress backend performance optimization — profiling, queries, object cache, autoload, cron, and remote HTTP. Always-active rules when investigating slowness issues.
WordPress plugin development — architecture, hooks, Settings API, security, data, and lifecycle. Always-active rules when working on plugins or mu-plugins.
Conventions for WordPress Bedrock + Sage + Acorn + Blade + Tailwind CSS 4 + Vite projects. Always-active rules.
Conventions for WordPress Bedrock projects with classic PHP theme (no Sage/Acorn/Blade). Always-active rules.
WordPress REST endpoint development and debugging. Always-active rules when working with REST routes, API authentication, or data exposure via JSON.
Use when working with ANY PHP modernization task: upgrading PHP 8.1+, adding strict types, configuring PHPStan/Rector/PHP-CS-Fixer, refactoring to enums/DTOs/readonly, improving type safety, or reviewing PHP code quality. Triggers on: PHP upgrade, modernize, type safety, PHPStan, Rector, PHP-CS-Fixer, enum, DTO, readonly, strict_types.
Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
Build production-grade Laravel REST APIs using opinionated architecture patterns with Laravel best practices. Use when building, scaffoling, or reviewing Laravel APIs with specifications for stateless design, versioned endpoints, invokable controllers, Form Request DTOs, Action classes, JWT authentication, and PSR-12 code quality standards. Triggers on "build a Laravel API", "create Laravel endpoints", "add API authentication", "review Laravel API code", "refactor Laravel API", or "improve Larav
Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides
Remove unneeded Composer packages and assets to improve boot time, memory, and security surface
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files
Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code