[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-wordpress-wp-phpstan":3,"mdc--6ru77v-key":34,"related-repo-wordpress-wp-phpstan":623,"related-org-wordpress-wp-phpstan":750},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"wp-phpstan","run PHPStan static analysis on WordPress projects","Use when configuring, running, or fixing PHPStan static analysis in WordPress projects (plugins\u002Fthemes\u002Fsites): phpstan.neon setup, baselines, WordPress-specific typing, and handling third-party plugin classes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"wordpress","WordPress","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fwordpress.png",[12,16,19,20],{"name":13,"slug":14,"type":15},"PHP","php","tag",{"name":17,"slug":18,"type":15},"QA","qa",{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},"Code Analysis","code-analysis",1892,"https:\u002F\u002Fgithub.com\u002FWordPress\u002Fagent-skills","2026-04-06T18:58:15.318063",null,284,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Expert-level WordPress knowledge for AI coding assistants - blocks, themes, plugins, and best practices","https:\u002F\u002Fgithub.com\u002FWordPress\u002Fagent-skills\u002Ftree\u002FHEAD\u002Fskills\u002Fwp-phpstan","---\nname: wp-phpstan\ndescription: \"Use when configuring, running, or fixing PHPStan static analysis in WordPress projects (plugins\u002Fthemes\u002Fsites): phpstan.neon setup, baselines, WordPress-specific typing, and handling third-party plugin classes.\"\ncompatibility: \"Targets WordPress 7.0+ (PHP 7.4.0+). Requires Composer-based PHPStan.\"\n---\n\n# WP PHPStan\n\n## When to use\n\nUse this skill when working on PHPStan in a WordPress codebase, for example:\n\n- setting up or updating `phpstan.neon` \u002F `phpstan.neon.dist`\n- generating or updating `phpstan-baseline.neon`\n- fixing PHPStan errors via WordPress-friendly PHPDoc (REST requests, hooks, query results)\n- handling third-party plugin\u002Ftheme classes safely (stubs\u002Fautoload\u002Ftargeted ignores)\n\n## Inputs required\n\n- `wp-project-triage` output (run first if you haven't)\n- Whether adding\u002Fupdating Composer dev dependencies is allowed (stubs).\n- Whether changing the baseline is allowed for this task.\n\n## Procedure\n\n### 0) Discover PHPStan entrypoints (deterministic)\n1. Inspect PHPStan setup (config, baseline, scripts):\n   - `node skills\u002Fwp-phpstan\u002Fscripts\u002Fphpstan_inspect.mjs`\n\nPrefer the repo’s existing `composer` script (e.g. `composer run phpstan`) when present.\n\n### 1) Ensure WordPress core stubs are loaded\n\n`szepeviktor\u002Fphpstan-wordpress` or `php-stubs\u002Fwordpress-stubs` are effectively required for most WordPress plugin\u002Ftheme repos. Without it, expect a high volume of errors about unknown WordPress core functions.\n\n- Confirm the package is installed (see `composer.dependencies` in the inspect report).\n- Ensure the PHPStan config references the stubs (see `references\u002Fthird-party-classes.md`).\n\n### 2) Ensure a sane `phpstan.neon` for WordPress projects\n\n- Keep `paths` focused on first-party code (plugin\u002Ftheme directories).\n- Exclude generated and vendored code (`vendor\u002F`, `node_modules\u002F`, build artifacts, tests unless explicitly analyzed).\n- Keep `ignoreErrors` entries narrow and documented.\n\nSee:\n- `references\u002Fconfiguration.md`\n\n### 3) Fix errors with WordPress-specific typing (preferred)\n\nPrefer correcting types over ignoring errors. Common WP patterns that need help:\n\n- REST endpoints: type request parameters using `WP_REST_Request\u003C...>`\n- Hook callbacks: add accurate `@param` types for callback args\n- Database results and iterables: use array shapes or object shapes for query results\n- Action Scheduler: type `$args` array shapes for job callbacks\n\nSee:\n- `references\u002Fwordpress-annotations.md`\n\n### 4) Handle third-party plugin\u002Ftheme classes (only when needed)\n\nWhen integrating with plugins\u002Fthemes not present in the analysis environment:\n\n- First, confirm the dependency is real (installed\u002Frequired).\n- Prefer plugin-specific stubs already used in the repo (common examples: `php-stubs\u002Fwoocommerce-stubs`, `php-stubs\u002Facf-pro-stubs`).\n- If PHPStan still cannot resolve classes, add targeted `ignoreErrors` patterns for the specific vendor prefix.\n\nSee:\n- `references\u002Fthird-party-classes.md`\n\n### 5) Baseline management (use as a migration tool, not a trash bin)\n\n- Generate a baseline once for legacy code, then reduce it over time.\n- Do not “baseline” newly introduced errors.\n\nSee:\n- `references\u002Fconfiguration.md`\n\n## Verification\n\n- Run PHPStan using the discovered command (`composer run ...` or `vendor\u002Fbin\u002Fphpstan analyse`).\n- Confirm the baseline file (if used) is included and didn’t grow unexpectedly.\n- Re-run after changing `ignoreErrors` to ensure patterns are not masking unrelated issues.\n\n## Failure modes \u002F debugging\n\n- “Class not found”:\n  - confirm autoloading\u002Fstubs, or add a narrow ignore pattern\n- Huge error counts after enabling PHPStan:\n  - reduce `paths`, add `excludePaths`, start at a lower level, then ratchet up\n- Inconsistent types around hooks \u002F REST params:\n  - add explicit PHPDoc (see references) rather than runtime guards\n\n## Escalation\n\n- If a type depends on a third-party plugin API you can’t confirm, ask for the dependency version or source before inventing types.\n- If fixing requires adding new Composer dependencies (stubs\u002Fextensions), confirm it with the user first.\n",{"data":35,"body":37},{"name":4,"description":6,"compatibility":36},"Targets WordPress 7.0+ (PHP 7.4.0+). Requires Composer-based PHPStan.",{"type":38,"children":39},"root",[40,48,55,61,107,113,137,143,150,171,192,198,217,246,259,308,313,325,331,336,381,385,397,403,408,447,451,462,468,481,485,496,502,541,547,604,610],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":47},"text","WP PHPStan",{"type":41,"tag":49,"props":50,"children":52},"h2",{"id":51},"when-to-use",[53],{"type":46,"value":54},"When to use",{"type":41,"tag":56,"props":57,"children":58},"p",{},[59],{"type":46,"value":60},"Use this skill when working on PHPStan in a WordPress codebase, for example:",{"type":41,"tag":62,"props":63,"children":64},"ul",{},[65,86,97,102],{"type":41,"tag":66,"props":67,"children":68},"li",{},[69,71,78,80],{"type":46,"value":70},"setting up or updating ",{"type":41,"tag":72,"props":73,"children":75},"code",{"className":74},[],[76],{"type":46,"value":77},"phpstan.neon",{"type":46,"value":79}," \u002F ",{"type":41,"tag":72,"props":81,"children":83},{"className":82},[],[84],{"type":46,"value":85},"phpstan.neon.dist",{"type":41,"tag":66,"props":87,"children":88},{},[89,91],{"type":46,"value":90},"generating or updating ",{"type":41,"tag":72,"props":92,"children":94},{"className":93},[],[95],{"type":46,"value":96},"phpstan-baseline.neon",{"type":41,"tag":66,"props":98,"children":99},{},[100],{"type":46,"value":101},"fixing PHPStan errors via WordPress-friendly PHPDoc (REST requests, hooks, query results)",{"type":41,"tag":66,"props":103,"children":104},{},[105],{"type":46,"value":106},"handling third-party plugin\u002Ftheme classes safely (stubs\u002Fautoload\u002Ftargeted ignores)",{"type":41,"tag":49,"props":108,"children":110},{"id":109},"inputs-required",[111],{"type":46,"value":112},"Inputs required",{"type":41,"tag":62,"props":114,"children":115},{},[116,127,132],{"type":41,"tag":66,"props":117,"children":118},{},[119,125],{"type":41,"tag":72,"props":120,"children":122},{"className":121},[],[123],{"type":46,"value":124},"wp-project-triage",{"type":46,"value":126}," output (run first if you haven't)",{"type":41,"tag":66,"props":128,"children":129},{},[130],{"type":46,"value":131},"Whether adding\u002Fupdating Composer dev dependencies is allowed (stubs).",{"type":41,"tag":66,"props":133,"children":134},{},[135],{"type":46,"value":136},"Whether changing the baseline is allowed for this task.",{"type":41,"tag":49,"props":138,"children":140},{"id":139},"procedure",[141],{"type":46,"value":142},"Procedure",{"type":41,"tag":144,"props":145,"children":147},"h3",{"id":146},"_0-discover-phpstan-entrypoints-deterministic",[148],{"type":46,"value":149},"0) Discover PHPStan entrypoints (deterministic)",{"type":41,"tag":151,"props":152,"children":153},"ol",{},[154],{"type":41,"tag":66,"props":155,"children":156},{},[157,159],{"type":46,"value":158},"Inspect PHPStan setup (config, baseline, scripts):\n",{"type":41,"tag":62,"props":160,"children":161},{},[162],{"type":41,"tag":66,"props":163,"children":164},{},[165],{"type":41,"tag":72,"props":166,"children":168},{"className":167},[],[169],{"type":46,"value":170},"node skills\u002Fwp-phpstan\u002Fscripts\u002Fphpstan_inspect.mjs",{"type":41,"tag":56,"props":172,"children":173},{},[174,176,182,184,190],{"type":46,"value":175},"Prefer the repo’s existing ",{"type":41,"tag":72,"props":177,"children":179},{"className":178},[],[180],{"type":46,"value":181},"composer",{"type":46,"value":183}," script (e.g. ",{"type":41,"tag":72,"props":185,"children":187},{"className":186},[],[188],{"type":46,"value":189},"composer run phpstan",{"type":46,"value":191},") when present.",{"type":41,"tag":144,"props":193,"children":195},{"id":194},"_1-ensure-wordpress-core-stubs-are-loaded",[196],{"type":46,"value":197},"1) Ensure WordPress core stubs are loaded",{"type":41,"tag":56,"props":199,"children":200},{},[201,207,209,215],{"type":41,"tag":72,"props":202,"children":204},{"className":203},[],[205],{"type":46,"value":206},"szepeviktor\u002Fphpstan-wordpress",{"type":46,"value":208}," or ",{"type":41,"tag":72,"props":210,"children":212},{"className":211},[],[213],{"type":46,"value":214},"php-stubs\u002Fwordpress-stubs",{"type":46,"value":216}," are effectively required for most WordPress plugin\u002Ftheme repos. Without it, expect a high volume of errors about unknown WordPress core functions.",{"type":41,"tag":62,"props":218,"children":219},{},[220,233],{"type":41,"tag":66,"props":221,"children":222},{},[223,225,231],{"type":46,"value":224},"Confirm the package is installed (see ",{"type":41,"tag":72,"props":226,"children":228},{"className":227},[],[229],{"type":46,"value":230},"composer.dependencies",{"type":46,"value":232}," in the inspect report).",{"type":41,"tag":66,"props":234,"children":235},{},[236,238,244],{"type":46,"value":237},"Ensure the PHPStan config references the stubs (see ",{"type":41,"tag":72,"props":239,"children":241},{"className":240},[],[242],{"type":46,"value":243},"references\u002Fthird-party-classes.md",{"type":46,"value":245},").",{"type":41,"tag":144,"props":247,"children":249},{"id":248},"_2-ensure-a-sane-phpstanneon-for-wordpress-projects",[250,252,257],{"type":46,"value":251},"2) Ensure a sane ",{"type":41,"tag":72,"props":253,"children":255},{"className":254},[],[256],{"type":46,"value":77},{"type":46,"value":258}," for WordPress projects",{"type":41,"tag":62,"props":260,"children":261},{},[262,275,296],{"type":41,"tag":66,"props":263,"children":264},{},[265,267,273],{"type":46,"value":266},"Keep ",{"type":41,"tag":72,"props":268,"children":270},{"className":269},[],[271],{"type":46,"value":272},"paths",{"type":46,"value":274}," focused on first-party code (plugin\u002Ftheme directories).",{"type":41,"tag":66,"props":276,"children":277},{},[278,280,286,288,294],{"type":46,"value":279},"Exclude generated and vendored code (",{"type":41,"tag":72,"props":281,"children":283},{"className":282},[],[284],{"type":46,"value":285},"vendor\u002F",{"type":46,"value":287},", ",{"type":41,"tag":72,"props":289,"children":291},{"className":290},[],[292],{"type":46,"value":293},"node_modules\u002F",{"type":46,"value":295},", build artifacts, tests unless explicitly analyzed).",{"type":41,"tag":66,"props":297,"children":298},{},[299,300,306],{"type":46,"value":266},{"type":41,"tag":72,"props":301,"children":303},{"className":302},[],[304],{"type":46,"value":305},"ignoreErrors",{"type":46,"value":307}," entries narrow and documented.",{"type":41,"tag":56,"props":309,"children":310},{},[311],{"type":46,"value":312},"See:",{"type":41,"tag":62,"props":314,"children":315},{},[316],{"type":41,"tag":66,"props":317,"children":318},{},[319],{"type":41,"tag":72,"props":320,"children":322},{"className":321},[],[323],{"type":46,"value":324},"references\u002Fconfiguration.md",{"type":41,"tag":144,"props":326,"children":328},{"id":327},"_3-fix-errors-with-wordpress-specific-typing-preferred",[329],{"type":46,"value":330},"3) Fix errors with WordPress-specific typing (preferred)",{"type":41,"tag":56,"props":332,"children":333},{},[334],{"type":46,"value":335},"Prefer correcting types over ignoring errors. Common WP patterns that need help:",{"type":41,"tag":62,"props":337,"children":338},{},[339,350,363,368],{"type":41,"tag":66,"props":340,"children":341},{},[342,344],{"type":46,"value":343},"REST endpoints: type request parameters using ",{"type":41,"tag":72,"props":345,"children":347},{"className":346},[],[348],{"type":46,"value":349},"WP_REST_Request\u003C...>",{"type":41,"tag":66,"props":351,"children":352},{},[353,355,361],{"type":46,"value":354},"Hook callbacks: add accurate ",{"type":41,"tag":72,"props":356,"children":358},{"className":357},[],[359],{"type":46,"value":360},"@param",{"type":46,"value":362}," types for callback args",{"type":41,"tag":66,"props":364,"children":365},{},[366],{"type":46,"value":367},"Database results and iterables: use array shapes or object shapes for query results",{"type":41,"tag":66,"props":369,"children":370},{},[371,373,379],{"type":46,"value":372},"Action Scheduler: type ",{"type":41,"tag":72,"props":374,"children":376},{"className":375},[],[377],{"type":46,"value":378},"$args",{"type":46,"value":380}," array shapes for job callbacks",{"type":41,"tag":56,"props":382,"children":383},{},[384],{"type":46,"value":312},{"type":41,"tag":62,"props":386,"children":387},{},[388],{"type":41,"tag":66,"props":389,"children":390},{},[391],{"type":41,"tag":72,"props":392,"children":394},{"className":393},[],[395],{"type":46,"value":396},"references\u002Fwordpress-annotations.md",{"type":41,"tag":144,"props":398,"children":400},{"id":399},"_4-handle-third-party-plugintheme-classes-only-when-needed",[401],{"type":46,"value":402},"4) Handle third-party plugin\u002Ftheme classes (only when needed)",{"type":41,"tag":56,"props":404,"children":405},{},[406],{"type":46,"value":407},"When integrating with plugins\u002Fthemes not present in the analysis environment:",{"type":41,"tag":62,"props":409,"children":410},{},[411,416,435],{"type":41,"tag":66,"props":412,"children":413},{},[414],{"type":46,"value":415},"First, confirm the dependency is real (installed\u002Frequired).",{"type":41,"tag":66,"props":417,"children":418},{},[419,421,427,428,434],{"type":46,"value":420},"Prefer plugin-specific stubs already used in the repo (common examples: ",{"type":41,"tag":72,"props":422,"children":424},{"className":423},[],[425],{"type":46,"value":426},"php-stubs\u002Fwoocommerce-stubs",{"type":46,"value":287},{"type":41,"tag":72,"props":429,"children":431},{"className":430},[],[432],{"type":46,"value":433},"php-stubs\u002Facf-pro-stubs",{"type":46,"value":245},{"type":41,"tag":66,"props":436,"children":437},{},[438,440,445],{"type":46,"value":439},"If PHPStan still cannot resolve classes, add targeted ",{"type":41,"tag":72,"props":441,"children":443},{"className":442},[],[444],{"type":46,"value":305},{"type":46,"value":446}," patterns for the specific vendor prefix.",{"type":41,"tag":56,"props":448,"children":449},{},[450],{"type":46,"value":312},{"type":41,"tag":62,"props":452,"children":453},{},[454],{"type":41,"tag":66,"props":455,"children":456},{},[457],{"type":41,"tag":72,"props":458,"children":460},{"className":459},[],[461],{"type":46,"value":243},{"type":41,"tag":144,"props":463,"children":465},{"id":464},"_5-baseline-management-use-as-a-migration-tool-not-a-trash-bin",[466],{"type":46,"value":467},"5) Baseline management (use as a migration tool, not a trash bin)",{"type":41,"tag":62,"props":469,"children":470},{},[471,476],{"type":41,"tag":66,"props":472,"children":473},{},[474],{"type":46,"value":475},"Generate a baseline once for legacy code, then reduce it over time.",{"type":41,"tag":66,"props":477,"children":478},{},[479],{"type":46,"value":480},"Do not “baseline” newly introduced errors.",{"type":41,"tag":56,"props":482,"children":483},{},[484],{"type":46,"value":312},{"type":41,"tag":62,"props":486,"children":487},{},[488],{"type":41,"tag":66,"props":489,"children":490},{},[491],{"type":41,"tag":72,"props":492,"children":494},{"className":493},[],[495],{"type":46,"value":324},{"type":41,"tag":49,"props":497,"children":499},{"id":498},"verification",[500],{"type":46,"value":501},"Verification",{"type":41,"tag":62,"props":503,"children":504},{},[505,524,529],{"type":41,"tag":66,"props":506,"children":507},{},[508,510,516,517,523],{"type":46,"value":509},"Run PHPStan using the discovered command (",{"type":41,"tag":72,"props":511,"children":513},{"className":512},[],[514],{"type":46,"value":515},"composer run ...",{"type":46,"value":208},{"type":41,"tag":72,"props":518,"children":520},{"className":519},[],[521],{"type":46,"value":522},"vendor\u002Fbin\u002Fphpstan analyse",{"type":46,"value":245},{"type":41,"tag":66,"props":525,"children":526},{},[527],{"type":46,"value":528},"Confirm the baseline file (if used) is included and didn’t grow unexpectedly.",{"type":41,"tag":66,"props":530,"children":531},{},[532,534,539],{"type":46,"value":533},"Re-run after changing ",{"type":41,"tag":72,"props":535,"children":537},{"className":536},[],[538],{"type":46,"value":305},{"type":46,"value":540}," to ensure patterns are not masking unrelated issues.",{"type":41,"tag":49,"props":542,"children":544},{"id":543},"failure-modes-debugging",[545],{"type":46,"value":546},"Failure modes \u002F debugging",{"type":41,"tag":62,"props":548,"children":549},{},[550,563,591],{"type":41,"tag":66,"props":551,"children":552},{},[553,555],{"type":46,"value":554},"“Class not found”:\n",{"type":41,"tag":62,"props":556,"children":557},{},[558],{"type":41,"tag":66,"props":559,"children":560},{},[561],{"type":46,"value":562},"confirm autoloading\u002Fstubs, or add a narrow ignore pattern",{"type":41,"tag":66,"props":564,"children":565},{},[566,568],{"type":46,"value":567},"Huge error counts after enabling PHPStan:\n",{"type":41,"tag":62,"props":569,"children":570},{},[571],{"type":41,"tag":66,"props":572,"children":573},{},[574,576,581,583,589],{"type":46,"value":575},"reduce ",{"type":41,"tag":72,"props":577,"children":579},{"className":578},[],[580],{"type":46,"value":272},{"type":46,"value":582},", add ",{"type":41,"tag":72,"props":584,"children":586},{"className":585},[],[587],{"type":46,"value":588},"excludePaths",{"type":46,"value":590},", start at a lower level, then ratchet up",{"type":41,"tag":66,"props":592,"children":593},{},[594,596],{"type":46,"value":595},"Inconsistent types around hooks \u002F REST params:\n",{"type":41,"tag":62,"props":597,"children":598},{},[599],{"type":41,"tag":66,"props":600,"children":601},{},[602],{"type":46,"value":603},"add explicit PHPDoc (see references) rather than runtime guards",{"type":41,"tag":49,"props":605,"children":607},{"id":606},"escalation",[608],{"type":46,"value":609},"Escalation",{"type":41,"tag":62,"props":611,"children":612},{},[613,618],{"type":41,"tag":66,"props":614,"children":615},{},[616],{"type":46,"value":617},"If a type depends on a third-party plugin API you can’t confirm, ask for the dependency version or source before inventing types.",{"type":41,"tag":66,"props":619,"children":620},{},[621],{"type":46,"value":622},"If fixing requires adding new Composer dependencies (stubs\u002Fextensions), confirm it with the user first.",{"items":624,"total":749},[625,636,653,667,694,715,733],{"slug":626,"name":626,"fn":627,"description":628,"org":629,"tags":630,"stars":23,"repoUrl":24,"updatedAt":635},"blueprint","create WordPress Playground blueprint files","Use when the deliverable is WordPress Playground Blueprint JSON or a Blueprint bundle, including creating, editing, reviewing, validating schema keys, choosing steps\u002Fresources, and debugging Blueprint files. For only running or sharing a Playground environment, use wp-playground.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[631,632],{"name":9,"slug":8,"type":15},{"name":633,"slug":634,"type":15},"WordPress Playground","wordpress-playground","2026-07-27T06:08:32.306955",{"slug":637,"name":637,"fn":638,"description":639,"org":640,"tags":641,"stars":23,"repoUrl":24,"updatedAt":652},"wordpress-router","route WordPress codebase tasks","Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo and route to the correct workflow\u002Fskill (blocks, theme.json, REST API, WP-CLI, performance, security, testing, release packaging).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[642,645,648,649],{"name":643,"slug":644,"type":15},"Engineering","engineering",{"name":646,"slug":647,"type":15},"Triage","triage",{"name":9,"slug":8,"type":15},{"name":650,"slug":651,"type":15},"Workflow Automation","workflow-automation","2026-04-06T18:58:21.644368",{"slug":654,"name":654,"fn":655,"description":656,"org":657,"tags":658,"stars":23,"repoUrl":24,"updatedAt":666},"wp-abilities-api","manage WordPress Abilities API definitions","Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, \u002Fwp-json\u002Fwp-abilities\u002Fv1\u002F*, @wordpress\u002Fabilities) including defining abilities, categories, meta, REST exposure, and permissions checks for clients.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[659,662,665],{"name":660,"slug":661,"type":15},"Access Control","access-control",{"name":663,"slug":664,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:17.857773",{"slug":668,"name":668,"fn":669,"description":670,"org":671,"tags":672,"stars":23,"repoUrl":24,"updatedAt":693},"wp-abilities-audit","audit WordPress plugins for Abilities API registration","Audit a WordPress plugin's REST surface and produce a standardized audit document proposing Abilities API registrations. Produces a markdown doc with a YAML schema and prose sections that humans and agents can both consume when planning a registration rollout. Works on any WP plugin.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[673,676,679,680,683,686,689,690],{"name":674,"slug":675,"type":15},"Abilities API","abilities-api",{"name":677,"slug":678,"type":15},"Audit","audit",{"name":21,"slug":22,"type":15},{"name":681,"slug":682,"type":15},"Documentation","documentation",{"name":684,"slug":685,"type":15},"Plugin Development","plugin-development",{"name":687,"slug":688,"type":15},"REST API","rest-api",{"name":9,"slug":8,"type":15},{"name":691,"slug":692,"type":15},"YAML","yaml","2026-05-28T06:48:49.361753",{"slug":695,"name":695,"fn":696,"description":697,"org":698,"tags":699,"stars":23,"repoUrl":24,"updatedAt":714},"wp-abilities-verify","verify WordPress plugin Abilities API registrations","Verify a WordPress plugin's Abilities API registrations: enumerate abilities, check that callback behavior matches each annotation's claim (the adversarial readonly-but-writes detection), validate permissions and schemas, and validate audit documents produced by wp-abilities-audit.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[700,701,702,703,704,707,710,713],{"name":674,"slug":675,"type":15},{"name":21,"slug":22,"type":15},{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},{"name":705,"slug":706,"type":15},"Security","security",{"name":708,"slug":709,"type":15},"Testing","testing",{"name":711,"slug":712,"type":15},"Validation","validation",{"name":9,"slug":8,"type":15},"2026-05-28T06:48:50.590811",{"slug":716,"name":716,"fn":717,"description":718,"org":719,"tags":720,"stars":23,"repoUrl":24,"updatedAt":732},"wp-block-development","develop WordPress Gutenberg blocks","Use when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes\u002Fserialization, supports, dynamic rendering (render.php\u002Frender_callback), deprecations\u002Fmigrations, viewScript vs viewScriptModule, and @wordpress\u002Fscripts\u002F@wordpress\u002Fcreate-block build and test workflows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[721,724,725,728,731],{"name":722,"slug":723,"type":15},"Frontend","frontend",{"name":13,"slug":14,"type":15},{"name":726,"slug":727,"type":15},"React","react",{"name":729,"slug":730,"type":15},"UI Components","ui-components",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:24.172876",{"slug":734,"name":734,"fn":735,"description":736,"org":737,"tags":738,"stars":23,"repoUrl":24,"updatedAt":748},"wp-block-themes","develop WordPress block themes","Use when developing WordPress block themes: theme.json (global settings\u002Fstyles), templates and template parts, patterns, style variations, and Site Editor troubleshooting (style hierarchy, overrides, caching).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[739,742,743,746,747],{"name":740,"slug":741,"type":15},"Design","design",{"name":722,"slug":723,"type":15},{"name":744,"slug":745,"type":15},"Themes","themes",{"name":729,"slug":730,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:58:27.909889",18,{"items":751,"total":749},[752,757,764,770,781,792,800,808,821,836,856,863],{"slug":626,"name":626,"fn":627,"description":628,"org":753,"tags":754,"stars":23,"repoUrl":24,"updatedAt":635},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[755,756],{"name":9,"slug":8,"type":15},{"name":633,"slug":634,"type":15},{"slug":637,"name":637,"fn":638,"description":639,"org":758,"tags":759,"stars":23,"repoUrl":24,"updatedAt":652},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[760,761,762,763],{"name":643,"slug":644,"type":15},{"name":646,"slug":647,"type":15},{"name":9,"slug":8,"type":15},{"name":650,"slug":651,"type":15},{"slug":654,"name":654,"fn":655,"description":656,"org":765,"tags":766,"stars":23,"repoUrl":24,"updatedAt":666},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[767,768,769],{"name":660,"slug":661,"type":15},{"name":663,"slug":664,"type":15},{"name":9,"slug":8,"type":15},{"slug":668,"name":668,"fn":669,"description":670,"org":771,"tags":772,"stars":23,"repoUrl":24,"updatedAt":693},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[773,774,775,776,777,778,779,780],{"name":674,"slug":675,"type":15},{"name":677,"slug":678,"type":15},{"name":21,"slug":22,"type":15},{"name":681,"slug":682,"type":15},{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},{"name":9,"slug":8,"type":15},{"name":691,"slug":692,"type":15},{"slug":695,"name":695,"fn":696,"description":697,"org":782,"tags":783,"stars":23,"repoUrl":24,"updatedAt":714},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[784,785,786,787,788,789,790,791],{"name":674,"slug":675,"type":15},{"name":21,"slug":22,"type":15},{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},{"name":705,"slug":706,"type":15},{"name":708,"slug":709,"type":15},{"name":711,"slug":712,"type":15},{"name":9,"slug":8,"type":15},{"slug":716,"name":716,"fn":717,"description":718,"org":793,"tags":794,"stars":23,"repoUrl":24,"updatedAt":732},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[795,796,797,798,799],{"name":722,"slug":723,"type":15},{"name":13,"slug":14,"type":15},{"name":726,"slug":727,"type":15},{"name":729,"slug":730,"type":15},{"name":9,"slug":8,"type":15},{"slug":734,"name":734,"fn":735,"description":736,"org":801,"tags":802,"stars":23,"repoUrl":24,"updatedAt":748},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[803,804,805,806,807],{"name":740,"slug":741,"type":15},{"name":722,"slug":723,"type":15},{"name":744,"slug":745,"type":15},{"name":729,"slug":730,"type":15},{"name":9,"slug":8,"type":15},{"slug":809,"name":809,"fn":810,"description":811,"org":812,"tags":813,"stars":23,"repoUrl":24,"updatedAt":820},"wp-interactivity-api","build interactive features with WordPress Interactivity API","Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress\u002Finteractivity store\u002Fstate\u002Factions, block viewScriptModule integration, wp_interactivity_*()) including performance, hydration, and directive behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[814,815,816,819],{"name":663,"slug":664,"type":15},{"name":722,"slug":723,"type":15},{"name":817,"slug":818,"type":15},"JavaScript","javascript",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:20.397676",{"slug":822,"name":822,"fn":823,"description":824,"org":825,"tags":826,"stars":23,"repoUrl":24,"updatedAt":835},"wp-patterns","generate WordPress block patterns","Generate technically correct, design-distinctive WordPress block patterns. Use when creating block patterns, starter page patterns, template patterns, template part patterns, or improving pattern design quality. Covers pattern registration (PHP headers, auto\u002Fmanual), block markup syntax, theme.json design tokens, categories, template types, accessibility, and i18n\u002Fescaping.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[827,830,831,834],{"name":828,"slug":829,"type":15},"Block Editor","block-editor",{"name":740,"slug":741,"type":15},{"name":832,"slug":833,"type":15},"Templates","templates",{"name":9,"slug":8,"type":15},"2026-07-24T05:38:43.101238",{"slug":837,"name":837,"fn":838,"description":839,"org":840,"tags":841,"stars":23,"repoUrl":24,"updatedAt":855},"wp-performance","investigate and improve WordPress performance","Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile\u002Fdoctor, Server-Timing, Query Monitor via REST headers), database\u002Fquery optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[842,845,848,851,854],{"name":843,"slug":844,"type":15},"Backend","backend",{"name":846,"slug":847,"type":15},"Database","database",{"name":849,"slug":850,"type":15},"Performance","performance",{"name":852,"slug":853,"type":15},"SQL","sql",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:22.909053",{"slug":4,"name":4,"fn":5,"description":6,"org":857,"tags":858,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[859,860,861,862],{"name":21,"slug":22,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"slug":864,"name":864,"fn":865,"description":866,"org":867,"tags":868,"stars":23,"repoUrl":24,"updatedAt":877},"wp-playground","manage WordPress Playground instances","Use as the WordPress Playground routing wrapper for ambiguous Playground work, local CLI runs with @wp-playground\u002Fcli, playground.wordpress.net share links, browser previews, snapshots, mounts, version switching, and Xdebug. For Blueprint JSON authoring or review, use the blueprint skill directly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[869,872,875,876],{"name":870,"slug":871,"type":15},"Local Development","local-development",{"name":873,"slug":874,"type":15},"Sandboxing","sandboxing",{"name":9,"slug":8,"type":15},{"name":633,"slug":634,"type":15},"2026-07-27T06:08:31.31025"]