Configures and manages PHPStan static analysis for WordPress plugins and themes, handling the quirks that make WordPress codebases tricky to analyze. It sets up phpstan.neon files with WordPress core stubs, fixes type errors using WP-specific annotations for REST requests and hook callbacks, and deals with third-party plugin classes that aren't present during analysis. The baseline management approach is sensible: treat it as a migration tool for legacy code, not a place to hide new errors. Most useful when you're adding PHPStan to an existing WordPress project or trying to reduce a massive error count without resorting to ignore-everything patterns.
npx -y skills add wordpress/agent-skills --skill wp-phpstan --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot