[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-wordpress-wp-wpcli-and-ops":3,"mdc--4qtcy3-key":34,"related-repo-wordpress-wp-wpcli-and-ops":684,"related-org-wordpress-wp-wpcli-and-ops":813},{"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-wpcli-and-ops","manage WordPress operations via WP-CLI","Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export\u002Fimport, plugin\u002Ftheme\u002Fuser\u002Fcontent management, cron, cache flushing, multisite, and scripting\u002Fautomation with wp-cli.yml.",{"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},"Operations","operations","tag",{"name":17,"slug":18,"type":15},"CLI","cli",{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},"Engineering","engineering",1892,"https:\u002F\u002Fgithub.com\u002FWordPress\u002Fagent-skills","2026-04-06T18:58:25.412601",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-wpcli-and-ops","---\nname: wp-wpcli-and-ops\ndescription: \"Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export\u002Fimport, plugin\u002Ftheme\u002Fuser\u002Fcontent management, cron, cache flushing, multisite, and scripting\u002Fautomation with wp-cli.yml.\"\ncompatibility: \"Targets WordPress 7.0+ (PHP 7.4.0+). Requires WP-CLI in the execution environment.\"\n---\n\n# WP-CLI and Ops\n\n## When to use\n\nUse this skill when the task involves WordPress operational work via WP-CLI, including:\n\n- `wp search-replace` (URL changes, domain migrations, protocol switch)\n- DB export\u002Fimport, resets, and inspections (`wp db *`)\n- plugin\u002Ftheme install\u002Factivate\u002Fupdate, language packs\n- cron event listing\u002Frunning\n- cache\u002Frewrite flushing\n- multisite operations (`wp site *`, `--url`, `--network`)\n- building repeatable scripts (`wp-cli.yml`, shell scripts, CI jobs)\n\n## Inputs required\n\n- Where WP-CLI will run (local dev, staging, production) and whether it’s safe to run.\n- How to target the correct site root:\n  - `--path=\u003Cwordpress-root>` and (multisite) `--url=\u003Csite-url>`\n- Whether this is multisite and whether commands should run network-wide.\n- Any constraints (no downtime, no DB writes, maintenance window).\n\n## Procedure\n\n### 0) Guardrails: confirm environment and blast radius\n\nWP-CLI commands can be destructive. Before running anything that writes:\n\n1. Confirm environment (dev\u002Fstaging\u002Fprod).\n2. Confirm targeting (path\u002Furl) so you don’t hit the wrong site.\n3. Make a backup when performing risky operations.\n\nRead:\n- `references\u002Fsafety.md`\n\n### 1) Inspect WP-CLI and site targeting (deterministic)\n\nRun the inspector:\n\n- `node skills\u002Fwp-wpcli-and-ops\u002Fscripts\u002Fwpcli_inspect.mjs --path=\u003Cpath> [--url=\u003Curl>]`\n\nIf WP-CLI isn’t available, fall back to installing it via the project’s documented tooling (Composer, container, or system package), or ask for the expected execution environment.\n\n### 2) Choose the right workflow\n\n#### A) Safe URL\u002Fdomain migration (`search-replace`)\n\nFollow a safe sequence:\n\n1. `wp db export` (backup)\n2. `wp search-replace --dry-run` (review impact)\n3. Run the real replace with appropriate flags\n4. Flush caches\u002Frewrite if needed\n\nRead:\n- `references\u002Fsearch-replace.md`\n\n#### B) Plugin\u002Ftheme operations\n\nUse `wp plugin *` \u002F `wp theme *` and confirm you’re acting on the intended site (and network) first.\n\nRead:\n- `references\u002Fpackages-and-updates.md`\n\n#### C) Cron and queues\n\nInspect cron state and run individual events for debugging rather than “run everything blindly”.\n\nRead:\n- `references\u002Fcron-and-cache.md`\n\n#### D) Multisite operations\n\nMultisite changes can affect many sites. Always decide whether you’re operating:\n\n- on a single site (`--url=`), or\n- network-wide (`--network` \u002F iterating sites)\n\nRead:\n- `references\u002Fmultisite.md`\n\n### 3) Automation patterns (scripts + wp-cli.yml)\n\nFor repeatable ops, prefer:\n\n- `wp-cli.yml` for defaults (path\u002Furl, PHP memory limits)\n- shell scripts that log commands and stop on error\n- CI jobs that run read-only checks by default\n\nRead:\n- `references\u002Fautomation.md`\n\n## Verification\n\n- Re-run `wpcli_inspect` after changes that could affect targeting or config.\n- Confirm intended side effects:\n  - correct URLs updated\n  - plugins\u002Fthemes in expected state\n  - cron\u002Fcaches flushed where needed\n- If there’s a health check endpoint or smoke test suite, run it after ops changes.\n\n## Failure modes \u002F debugging\n\n- “Error: This does not seem to be a WordPress installation.”\n  - wrong `--path`, wrong container, or missing `wp-config.php`\n- Multisite commands affecting the wrong site\n  - missing `--url` or wrong URL\n- Search-replace causes unexpected serialization issues\n  - wrong flags or changing serialized data unsafely\n\nSee:\n- `references\u002Fdebugging.md`\n\n## Escalation\n\n- If you cannot confirm environment safety, do not run write operations.\n- If the repo uses containerized tooling (Docker\u002Fwp-env) but you can’t access it, ask for the intended command runner or CI job.\n",{"data":35,"body":37},{"name":4,"description":6,"compatibility":36},"Targets WordPress 7.0+ (PHP 7.4.0+). Requires WP-CLI in the execution environment.",{"type":38,"children":39},"root",[40,49,56,62,147,153,196,202,209,214,233,238,250,256,261,273,278,284,298,303,338,342,354,360,381,385,397,403,408,412,424,430,435,463,467,479,485,490,513,517,529,535,579,585,648,653,665,671],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"wp-cli-and-ops",[46],{"type":47,"value":48},"text","WP-CLI and Ops",{"type":41,"tag":50,"props":51,"children":53},"h2",{"id":52},"when-to-use",[54],{"type":47,"value":55},"When to use",{"type":41,"tag":57,"props":58,"children":59},"p",{},[60],{"type":47,"value":61},"Use this skill when the task involves WordPress operational work via WP-CLI, including:",{"type":41,"tag":63,"props":64,"children":65},"ul",{},[66,79,92,97,102,107,134],{"type":41,"tag":67,"props":68,"children":69},"li",{},[70,77],{"type":41,"tag":71,"props":72,"children":74},"code",{"className":73},[],[75],{"type":47,"value":76},"wp search-replace",{"type":47,"value":78}," (URL changes, domain migrations, protocol switch)",{"type":41,"tag":67,"props":80,"children":81},{},[82,84,90],{"type":47,"value":83},"DB export\u002Fimport, resets, and inspections (",{"type":41,"tag":71,"props":85,"children":87},{"className":86},[],[88],{"type":47,"value":89},"wp db *",{"type":47,"value":91},")",{"type":41,"tag":67,"props":93,"children":94},{},[95],{"type":47,"value":96},"plugin\u002Ftheme install\u002Factivate\u002Fupdate, language packs",{"type":41,"tag":67,"props":98,"children":99},{},[100],{"type":47,"value":101},"cron event listing\u002Frunning",{"type":41,"tag":67,"props":103,"children":104},{},[105],{"type":47,"value":106},"cache\u002Frewrite flushing",{"type":41,"tag":67,"props":108,"children":109},{},[110,112,118,120,126,127,133],{"type":47,"value":111},"multisite operations (",{"type":41,"tag":71,"props":113,"children":115},{"className":114},[],[116],{"type":47,"value":117},"wp site *",{"type":47,"value":119},", ",{"type":41,"tag":71,"props":121,"children":123},{"className":122},[],[124],{"type":47,"value":125},"--url",{"type":47,"value":119},{"type":41,"tag":71,"props":128,"children":130},{"className":129},[],[131],{"type":47,"value":132},"--network",{"type":47,"value":91},{"type":41,"tag":67,"props":135,"children":136},{},[137,139,145],{"type":47,"value":138},"building repeatable scripts (",{"type":41,"tag":71,"props":140,"children":142},{"className":141},[],[143],{"type":47,"value":144},"wp-cli.yml",{"type":47,"value":146},", shell scripts, CI jobs)",{"type":41,"tag":50,"props":148,"children":150},{"id":149},"inputs-required",[151],{"type":47,"value":152},"Inputs required",{"type":41,"tag":63,"props":154,"children":155},{},[156,161,186,191],{"type":41,"tag":67,"props":157,"children":158},{},[159],{"type":47,"value":160},"Where WP-CLI will run (local dev, staging, production) and whether it’s safe to run.",{"type":41,"tag":67,"props":162,"children":163},{},[164,166],{"type":47,"value":165},"How to target the correct site root:\n",{"type":41,"tag":63,"props":167,"children":168},{},[169],{"type":41,"tag":67,"props":170,"children":171},{},[172,178,180],{"type":41,"tag":71,"props":173,"children":175},{"className":174},[],[176],{"type":47,"value":177},"--path=\u003Cwordpress-root>",{"type":47,"value":179}," and (multisite) ",{"type":41,"tag":71,"props":181,"children":183},{"className":182},[],[184],{"type":47,"value":185},"--url=\u003Csite-url>",{"type":41,"tag":67,"props":187,"children":188},{},[189],{"type":47,"value":190},"Whether this is multisite and whether commands should run network-wide.",{"type":41,"tag":67,"props":192,"children":193},{},[194],{"type":47,"value":195},"Any constraints (no downtime, no DB writes, maintenance window).",{"type":41,"tag":50,"props":197,"children":199},{"id":198},"procedure",[200],{"type":47,"value":201},"Procedure",{"type":41,"tag":203,"props":204,"children":206},"h3",{"id":205},"_0-guardrails-confirm-environment-and-blast-radius",[207],{"type":47,"value":208},"0) Guardrails: confirm environment and blast radius",{"type":41,"tag":57,"props":210,"children":211},{},[212],{"type":47,"value":213},"WP-CLI commands can be destructive. Before running anything that writes:",{"type":41,"tag":215,"props":216,"children":217},"ol",{},[218,223,228],{"type":41,"tag":67,"props":219,"children":220},{},[221],{"type":47,"value":222},"Confirm environment (dev\u002Fstaging\u002Fprod).",{"type":41,"tag":67,"props":224,"children":225},{},[226],{"type":47,"value":227},"Confirm targeting (path\u002Furl) so you don’t hit the wrong site.",{"type":41,"tag":67,"props":229,"children":230},{},[231],{"type":47,"value":232},"Make a backup when performing risky operations.",{"type":41,"tag":57,"props":234,"children":235},{},[236],{"type":47,"value":237},"Read:",{"type":41,"tag":63,"props":239,"children":240},{},[241],{"type":41,"tag":67,"props":242,"children":243},{},[244],{"type":41,"tag":71,"props":245,"children":247},{"className":246},[],[248],{"type":47,"value":249},"references\u002Fsafety.md",{"type":41,"tag":203,"props":251,"children":253},{"id":252},"_1-inspect-wp-cli-and-site-targeting-deterministic",[254],{"type":47,"value":255},"1) Inspect WP-CLI and site targeting (deterministic)",{"type":41,"tag":57,"props":257,"children":258},{},[259],{"type":47,"value":260},"Run the inspector:",{"type":41,"tag":63,"props":262,"children":263},{},[264],{"type":41,"tag":67,"props":265,"children":266},{},[267],{"type":41,"tag":71,"props":268,"children":270},{"className":269},[],[271],{"type":47,"value":272},"node skills\u002Fwp-wpcli-and-ops\u002Fscripts\u002Fwpcli_inspect.mjs --path=\u003Cpath> [--url=\u003Curl>]",{"type":41,"tag":57,"props":274,"children":275},{},[276],{"type":47,"value":277},"If WP-CLI isn’t available, fall back to installing it via the project’s documented tooling (Composer, container, or system package), or ask for the expected execution environment.",{"type":41,"tag":203,"props":279,"children":281},{"id":280},"_2-choose-the-right-workflow",[282],{"type":47,"value":283},"2) Choose the right workflow",{"type":41,"tag":285,"props":286,"children":288},"h4",{"id":287},"a-safe-urldomain-migration-search-replace",[289,291,297],{"type":47,"value":290},"A) Safe URL\u002Fdomain migration (",{"type":41,"tag":71,"props":292,"children":294},{"className":293},[],[295],{"type":47,"value":296},"search-replace",{"type":47,"value":91},{"type":41,"tag":57,"props":299,"children":300},{},[301],{"type":47,"value":302},"Follow a safe sequence:",{"type":41,"tag":215,"props":304,"children":305},{},[306,317,328,333],{"type":41,"tag":67,"props":307,"children":308},{},[309,315],{"type":41,"tag":71,"props":310,"children":312},{"className":311},[],[313],{"type":47,"value":314},"wp db export",{"type":47,"value":316}," (backup)",{"type":41,"tag":67,"props":318,"children":319},{},[320,326],{"type":41,"tag":71,"props":321,"children":323},{"className":322},[],[324],{"type":47,"value":325},"wp search-replace --dry-run",{"type":47,"value":327}," (review impact)",{"type":41,"tag":67,"props":329,"children":330},{},[331],{"type":47,"value":332},"Run the real replace with appropriate flags",{"type":41,"tag":67,"props":334,"children":335},{},[336],{"type":47,"value":337},"Flush caches\u002Frewrite if needed",{"type":41,"tag":57,"props":339,"children":340},{},[341],{"type":47,"value":237},{"type":41,"tag":63,"props":343,"children":344},{},[345],{"type":41,"tag":67,"props":346,"children":347},{},[348],{"type":41,"tag":71,"props":349,"children":351},{"className":350},[],[352],{"type":47,"value":353},"references\u002Fsearch-replace.md",{"type":41,"tag":285,"props":355,"children":357},{"id":356},"b-plugintheme-operations",[358],{"type":47,"value":359},"B) Plugin\u002Ftheme operations",{"type":41,"tag":57,"props":361,"children":362},{},[363,365,371,373,379],{"type":47,"value":364},"Use ",{"type":41,"tag":71,"props":366,"children":368},{"className":367},[],[369],{"type":47,"value":370},"wp plugin *",{"type":47,"value":372}," \u002F ",{"type":41,"tag":71,"props":374,"children":376},{"className":375},[],[377],{"type":47,"value":378},"wp theme *",{"type":47,"value":380}," and confirm you’re acting on the intended site (and network) first.",{"type":41,"tag":57,"props":382,"children":383},{},[384],{"type":47,"value":237},{"type":41,"tag":63,"props":386,"children":387},{},[388],{"type":41,"tag":67,"props":389,"children":390},{},[391],{"type":41,"tag":71,"props":392,"children":394},{"className":393},[],[395],{"type":47,"value":396},"references\u002Fpackages-and-updates.md",{"type":41,"tag":285,"props":398,"children":400},{"id":399},"c-cron-and-queues",[401],{"type":47,"value":402},"C) Cron and queues",{"type":41,"tag":57,"props":404,"children":405},{},[406],{"type":47,"value":407},"Inspect cron state and run individual events for debugging rather than “run everything blindly”.",{"type":41,"tag":57,"props":409,"children":410},{},[411],{"type":47,"value":237},{"type":41,"tag":63,"props":413,"children":414},{},[415],{"type":41,"tag":67,"props":416,"children":417},{},[418],{"type":41,"tag":71,"props":419,"children":421},{"className":420},[],[422],{"type":47,"value":423},"references\u002Fcron-and-cache.md",{"type":41,"tag":285,"props":425,"children":427},{"id":426},"d-multisite-operations",[428],{"type":47,"value":429},"D) Multisite operations",{"type":41,"tag":57,"props":431,"children":432},{},[433],{"type":47,"value":434},"Multisite changes can affect many sites. Always decide whether you’re operating:",{"type":41,"tag":63,"props":436,"children":437},{},[438,451],{"type":41,"tag":67,"props":439,"children":440},{},[441,443,449],{"type":47,"value":442},"on a single site (",{"type":41,"tag":71,"props":444,"children":446},{"className":445},[],[447],{"type":47,"value":448},"--url=",{"type":47,"value":450},"), or",{"type":41,"tag":67,"props":452,"children":453},{},[454,456,461],{"type":47,"value":455},"network-wide (",{"type":41,"tag":71,"props":457,"children":459},{"className":458},[],[460],{"type":47,"value":132},{"type":47,"value":462}," \u002F iterating sites)",{"type":41,"tag":57,"props":464,"children":465},{},[466],{"type":47,"value":237},{"type":41,"tag":63,"props":468,"children":469},{},[470],{"type":41,"tag":67,"props":471,"children":472},{},[473],{"type":41,"tag":71,"props":474,"children":476},{"className":475},[],[477],{"type":47,"value":478},"references\u002Fmultisite.md",{"type":41,"tag":203,"props":480,"children":482},{"id":481},"_3-automation-patterns-scripts-wp-cliyml",[483],{"type":47,"value":484},"3) Automation patterns (scripts + wp-cli.yml)",{"type":41,"tag":57,"props":486,"children":487},{},[488],{"type":47,"value":489},"For repeatable ops, prefer:",{"type":41,"tag":63,"props":491,"children":492},{},[493,503,508],{"type":41,"tag":67,"props":494,"children":495},{},[496,501],{"type":41,"tag":71,"props":497,"children":499},{"className":498},[],[500],{"type":47,"value":144},{"type":47,"value":502}," for defaults (path\u002Furl, PHP memory limits)",{"type":41,"tag":67,"props":504,"children":505},{},[506],{"type":47,"value":507},"shell scripts that log commands and stop on error",{"type":41,"tag":67,"props":509,"children":510},{},[511],{"type":47,"value":512},"CI jobs that run read-only checks by default",{"type":41,"tag":57,"props":514,"children":515},{},[516],{"type":47,"value":237},{"type":41,"tag":63,"props":518,"children":519},{},[520],{"type":41,"tag":67,"props":521,"children":522},{},[523],{"type":41,"tag":71,"props":524,"children":526},{"className":525},[],[527],{"type":47,"value":528},"references\u002Fautomation.md",{"type":41,"tag":50,"props":530,"children":532},{"id":531},"verification",[533],{"type":47,"value":534},"Verification",{"type":41,"tag":63,"props":536,"children":537},{},[538,551,574],{"type":41,"tag":67,"props":539,"children":540},{},[541,543,549],{"type":47,"value":542},"Re-run ",{"type":41,"tag":71,"props":544,"children":546},{"className":545},[],[547],{"type":47,"value":548},"wpcli_inspect",{"type":47,"value":550}," after changes that could affect targeting or config.",{"type":41,"tag":67,"props":552,"children":553},{},[554,556],{"type":47,"value":555},"Confirm intended side effects:\n",{"type":41,"tag":63,"props":557,"children":558},{},[559,564,569],{"type":41,"tag":67,"props":560,"children":561},{},[562],{"type":47,"value":563},"correct URLs updated",{"type":41,"tag":67,"props":565,"children":566},{},[567],{"type":47,"value":568},"plugins\u002Fthemes in expected state",{"type":41,"tag":67,"props":570,"children":571},{},[572],{"type":47,"value":573},"cron\u002Fcaches flushed where needed",{"type":41,"tag":67,"props":575,"children":576},{},[577],{"type":47,"value":578},"If there’s a health check endpoint or smoke test suite, run it after ops changes.",{"type":41,"tag":50,"props":580,"children":582},{"id":581},"failure-modes-debugging",[583],{"type":47,"value":584},"Failure modes \u002F debugging",{"type":41,"tag":63,"props":586,"children":587},{},[588,615,635],{"type":41,"tag":67,"props":589,"children":590},{},[591,593],{"type":47,"value":592},"“Error: This does not seem to be a WordPress installation.”\n",{"type":41,"tag":63,"props":594,"children":595},{},[596],{"type":41,"tag":67,"props":597,"children":598},{},[599,601,607,609],{"type":47,"value":600},"wrong ",{"type":41,"tag":71,"props":602,"children":604},{"className":603},[],[605],{"type":47,"value":606},"--path",{"type":47,"value":608},", wrong container, or missing ",{"type":41,"tag":71,"props":610,"children":612},{"className":611},[],[613],{"type":47,"value":614},"wp-config.php",{"type":41,"tag":67,"props":616,"children":617},{},[618,620],{"type":47,"value":619},"Multisite commands affecting the wrong site\n",{"type":41,"tag":63,"props":621,"children":622},{},[623],{"type":41,"tag":67,"props":624,"children":625},{},[626,628,633],{"type":47,"value":627},"missing ",{"type":41,"tag":71,"props":629,"children":631},{"className":630},[],[632],{"type":47,"value":125},{"type":47,"value":634}," or wrong URL",{"type":41,"tag":67,"props":636,"children":637},{},[638,640],{"type":47,"value":639},"Search-replace causes unexpected serialization issues\n",{"type":41,"tag":63,"props":641,"children":642},{},[643],{"type":41,"tag":67,"props":644,"children":645},{},[646],{"type":47,"value":647},"wrong flags or changing serialized data unsafely",{"type":41,"tag":57,"props":649,"children":650},{},[651],{"type":47,"value":652},"See:",{"type":41,"tag":63,"props":654,"children":655},{},[656],{"type":41,"tag":67,"props":657,"children":658},{},[659],{"type":41,"tag":71,"props":660,"children":662},{"className":661},[],[663],{"type":47,"value":664},"references\u002Fdebugging.md",{"type":41,"tag":50,"props":666,"children":668},{"id":667},"escalation",[669],{"type":47,"value":670},"Escalation",{"type":41,"tag":63,"props":672,"children":673},{},[674,679],{"type":41,"tag":67,"props":675,"children":676},{},[677],{"type":47,"value":678},"If you cannot confirm environment safety, do not run write operations.",{"type":41,"tag":67,"props":680,"children":681},{},[682],{"type":47,"value":683},"If the repo uses containerized tooling (Docker\u002Fwp-env) but you can’t access it, ask for the intended command runner or CI job.",{"items":685,"total":812},[686,697,712,726,755,776,796],{"slug":687,"name":687,"fn":688,"description":689,"org":690,"tags":691,"stars":23,"repoUrl":24,"updatedAt":696},"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},[692,693],{"name":9,"slug":8,"type":15},{"name":694,"slug":695,"type":15},"WordPress Playground","wordpress-playground","2026-07-27T06:08:32.306955",{"slug":698,"name":698,"fn":699,"description":700,"org":701,"tags":702,"stars":23,"repoUrl":24,"updatedAt":711},"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},[703,704,707,708],{"name":21,"slug":22,"type":15},{"name":705,"slug":706,"type":15},"Triage","triage",{"name":9,"slug":8,"type":15},{"name":709,"slug":710,"type":15},"Workflow Automation","workflow-automation","2026-04-06T18:58:21.644368",{"slug":713,"name":713,"fn":714,"description":715,"org":716,"tags":717,"stars":23,"repoUrl":24,"updatedAt":725},"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},[718,721,724],{"name":719,"slug":720,"type":15},"Access Control","access-control",{"name":722,"slug":723,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:17.857773",{"slug":727,"name":727,"fn":728,"description":729,"org":730,"tags":731,"stars":23,"repoUrl":24,"updatedAt":754},"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},[732,735,738,741,744,747,750,751],{"name":733,"slug":734,"type":15},"Abilities API","abilities-api",{"name":736,"slug":737,"type":15},"Audit","audit",{"name":739,"slug":740,"type":15},"Code Analysis","code-analysis",{"name":742,"slug":743,"type":15},"Documentation","documentation",{"name":745,"slug":746,"type":15},"Plugin Development","plugin-development",{"name":748,"slug":749,"type":15},"REST API","rest-api",{"name":9,"slug":8,"type":15},{"name":752,"slug":753,"type":15},"YAML","yaml","2026-05-28T06:48:49.361753",{"slug":756,"name":756,"fn":757,"description":758,"org":759,"tags":760,"stars":23,"repoUrl":24,"updatedAt":775},"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},[761,762,763,764,765,768,771,774],{"name":733,"slug":734,"type":15},{"name":739,"slug":740,"type":15},{"name":745,"slug":746,"type":15},{"name":748,"slug":749,"type":15},{"name":766,"slug":767,"type":15},"Security","security",{"name":769,"slug":770,"type":15},"Testing","testing",{"name":772,"slug":773,"type":15},"Validation","validation",{"name":9,"slug":8,"type":15},"2026-05-28T06:48:50.590811",{"slug":777,"name":777,"fn":778,"description":779,"org":780,"tags":781,"stars":23,"repoUrl":24,"updatedAt":795},"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},[782,785,788,791,794],{"name":783,"slug":784,"type":15},"Frontend","frontend",{"name":786,"slug":787,"type":15},"PHP","php",{"name":789,"slug":790,"type":15},"React","react",{"name":792,"slug":793,"type":15},"UI Components","ui-components",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:24.172876",{"slug":797,"name":797,"fn":798,"description":799,"org":800,"tags":801,"stars":23,"repoUrl":24,"updatedAt":811},"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},[802,805,806,809,810],{"name":803,"slug":804,"type":15},"Design","design",{"name":783,"slug":784,"type":15},{"name":807,"slug":808,"type":15},"Themes","themes",{"name":792,"slug":793,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:58:27.909889",18,{"items":814,"total":812},[815,820,827,833,844,855,863,871,884,899,919,932],{"slug":687,"name":687,"fn":688,"description":689,"org":816,"tags":817,"stars":23,"repoUrl":24,"updatedAt":696},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[818,819],{"name":9,"slug":8,"type":15},{"name":694,"slug":695,"type":15},{"slug":698,"name":698,"fn":699,"description":700,"org":821,"tags":822,"stars":23,"repoUrl":24,"updatedAt":711},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[823,824,825,826],{"name":21,"slug":22,"type":15},{"name":705,"slug":706,"type":15},{"name":9,"slug":8,"type":15},{"name":709,"slug":710,"type":15},{"slug":713,"name":713,"fn":714,"description":715,"org":828,"tags":829,"stars":23,"repoUrl":24,"updatedAt":725},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[830,831,832],{"name":719,"slug":720,"type":15},{"name":722,"slug":723,"type":15},{"name":9,"slug":8,"type":15},{"slug":727,"name":727,"fn":728,"description":729,"org":834,"tags":835,"stars":23,"repoUrl":24,"updatedAt":754},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[836,837,838,839,840,841,842,843],{"name":733,"slug":734,"type":15},{"name":736,"slug":737,"type":15},{"name":739,"slug":740,"type":15},{"name":742,"slug":743,"type":15},{"name":745,"slug":746,"type":15},{"name":748,"slug":749,"type":15},{"name":9,"slug":8,"type":15},{"name":752,"slug":753,"type":15},{"slug":756,"name":756,"fn":757,"description":758,"org":845,"tags":846,"stars":23,"repoUrl":24,"updatedAt":775},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[847,848,849,850,851,852,853,854],{"name":733,"slug":734,"type":15},{"name":739,"slug":740,"type":15},{"name":745,"slug":746,"type":15},{"name":748,"slug":749,"type":15},{"name":766,"slug":767,"type":15},{"name":769,"slug":770,"type":15},{"name":772,"slug":773,"type":15},{"name":9,"slug":8,"type":15},{"slug":777,"name":777,"fn":778,"description":779,"org":856,"tags":857,"stars":23,"repoUrl":24,"updatedAt":795},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[858,859,860,861,862],{"name":783,"slug":784,"type":15},{"name":786,"slug":787,"type":15},{"name":789,"slug":790,"type":15},{"name":792,"slug":793,"type":15},{"name":9,"slug":8,"type":15},{"slug":797,"name":797,"fn":798,"description":799,"org":864,"tags":865,"stars":23,"repoUrl":24,"updatedAt":811},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[866,867,868,869,870],{"name":803,"slug":804,"type":15},{"name":783,"slug":784,"type":15},{"name":807,"slug":808,"type":15},{"name":792,"slug":793,"type":15},{"name":9,"slug":8,"type":15},{"slug":872,"name":872,"fn":873,"description":874,"org":875,"tags":876,"stars":23,"repoUrl":24,"updatedAt":883},"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},[877,878,879,882],{"name":722,"slug":723,"type":15},{"name":783,"slug":784,"type":15},{"name":880,"slug":881,"type":15},"JavaScript","javascript",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:20.397676",{"slug":885,"name":885,"fn":886,"description":887,"org":888,"tags":889,"stars":23,"repoUrl":24,"updatedAt":898},"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},[890,893,894,897],{"name":891,"slug":892,"type":15},"Block Editor","block-editor",{"name":803,"slug":804,"type":15},{"name":895,"slug":896,"type":15},"Templates","templates",{"name":9,"slug":8,"type":15},"2026-07-24T05:38:43.101238",{"slug":900,"name":900,"fn":901,"description":902,"org":903,"tags":904,"stars":23,"repoUrl":24,"updatedAt":918},"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},[905,908,911,914,917],{"name":906,"slug":907,"type":15},"Backend","backend",{"name":909,"slug":910,"type":15},"Database","database",{"name":912,"slug":913,"type":15},"Performance","performance",{"name":915,"slug":916,"type":15},"SQL","sql",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:22.909053",{"slug":920,"name":920,"fn":921,"description":922,"org":923,"tags":924,"stars":23,"repoUrl":24,"updatedAt":931},"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},[925,926,927,930],{"name":739,"slug":740,"type":15},{"name":786,"slug":787,"type":15},{"name":928,"slug":929,"type":15},"QA","qa",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:15.318063",{"slug":933,"name":933,"fn":934,"description":935,"org":936,"tags":937,"stars":23,"repoUrl":24,"updatedAt":946},"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},[938,941,944,945],{"name":939,"slug":940,"type":15},"Local Development","local-development",{"name":942,"slug":943,"type":15},"Sandboxing","sandboxing",{"name":9,"slug":8,"type":15},{"name":694,"slug":695,"type":15},"2026-07-27T06:08:31.31025"]