[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-wordpress-wp-plugin-directory-guidelines":3,"mdc-5uf7wh-key":37,"related-org-wordpress-wp-plugin-directory-guidelines":811,"related-repo-wordpress-wp-plugin-directory-guidelines":1016},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"wp-plugin-directory-guidelines","review WordPress plugins for directory guidelines","Use when reviewing WordPress plugins for GPL compliance, checking license headers or compatibility, evaluating upsell\u002Ffreemium\u002Ftrialware patterns, validating plugin naming or trademark rules, checking plugin slugs, understanding why a plugin was rejected from WordPress.org, or answering any question about the 18 WordPress.org Plugin Directory guidelines — even if the user doesn't mention 'guidelines' explicitly.",{"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,22,23],{"name":13,"slug":14,"type":15},"Security","security","tag",{"name":17,"slug":18,"type":15},"Compliance","compliance",{"name":20,"slug":21,"type":15},"Code Review","code-review",{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},"Legal","legal",1892,"https:\u002F\u002Fgithub.com\u002FWordPress\u002Fagent-skills","2026-04-27T05:31:29.222052",null,284,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"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-plugin-directory-guidelines","---\nname: wp-plugin-directory-guidelines\ndescription: \"Use when reviewing WordPress plugins for GPL compliance, checking license headers or compatibility, evaluating upsell\u002Ffreemium\u002Ftrialware patterns, validating plugin naming or trademark rules, checking plugin slugs, understanding why a plugin was rejected from WordPress.org, or answering any question about the 18 WordPress.org Plugin Directory guidelines — even if the user doesn't mention 'guidelines' explicitly.\"\ncompatibility: \"Targets WordPress 7.0+ (PHP 7.4.0+).\"\n---\n\n## Overview\n\nAuthoritative reference for the 18 WordPress.org Plugin Directory guidelines. Covers GPL licensing, plugin naming\u002Ftrademark rules, trialware restrictions, and all other submission requirements.\n\n## When to use\n\nUse this skill when you need to:\n- Review a WordPress plugin for compliance with the WordPress.org Plugin Directory guidelines\n- Check GPL license compatibility for a plugin or its bundled libraries\n- Verify license headers in plugin files\n- Identify common guideline violations before submission\n- Answer questions about what is or is not allowed on WordPress.org\n- Evaluate premium\u002Fupsell flows, license checks, or freemium positioning\n- Review \"teaser\" or \"preview\" UI for trialware violations\n\n## Inputs required\n\n- Plugin source code (or specific files to review)\n- Optional: plugin readme and plugin header metadata for naming and license checks\n\n## Procedure\n\n1. Check the plugin's license header against the **Valid License Headers** section below.\n2. Walk through the **18 Guidelines** checklist, paying special attention to Guidelines 1, 4, 5, 7, 8, and 17.\n3. Confirm trialware\u002Ffreemium compliance using the checklist in [guideline-review-checklist.md](references\u002Fguideline-review-checklist.md) (Guideline 5 section).\n4. For bundled third-party code, verify license compatibility against **GPL-Compatible Licenses (Quick)** below.\n5. Flag matches from **Common GPL Violations (Quick)** below.\n6. For edge cases, consult the detailed references and the [GNU GPL FAQ](https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-faq.html).\n\n## 18-Guideline Review Checklist\n\nUse the detailed, per-guideline checklist in [guideline-review-checklist.md](references\u002Fguideline-review-checklist.md). Load this reference file only when a full guideline audit is requested.\n\n## GPL Compliance (Guideline 1 in Detail)\n\nUse [gpl-compliance.md](references\u002Fgpl-compliance.md) for full license tables, compatibility nuances, and examples. Keep this inline section as a quick decision aid.\n\n### Verification (Licensing)\n\n- Every licensing-related issue must cite **Guideline 1** and include the file path and exact license string.\n- Confirm compatibility claims against **GPL-Compatible Licenses (Quick)** and escalate ambiguous licenses.\n\n### Failure modes (Licensing)\n\n- If a license is not clearly GPL-compatible, do not guess. Check the [GNU license list](https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Flicense-list.html).\n- For dual-license packages, verify both licenses and redistribution terms.\n\n### Quick Reference: WordPress GPL Requirements\n\n- WordPress is **GPLv2 or later**.\n- Plugins distributed on WordPress.org must be 100% GPL-compatible (code and assets).\n- Include a valid `License:` header and `License URI:` in the main plugin file.\n- Do not add restrictions that conflict with GPL freedoms.\n\n### Valid License Headers\n\n## GPL Versions Summary\n\n| Version | Year | Key Addition |\n|---------|------|--------------|\n| GPLv1 | 1989 | Base copyleft: share-alike for modifications |\n| GPLv2 | 1991 | \"Liberty or death\" clause (Section 7), clearer distribution terms |\n| GPLv3 | 2007 | Anti-tivoization, explicit patent grants, compatibility provisions |\n\nWordPress uses **GPLv2 or later**, meaning plugins can use GPLv2, GPLv3, or \"GPLv2 or later\".\n\nFor full license texts, see:\n- [GNU General Public License v1](https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-1.0.html)\n- [GNU General Public License v2](https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html)\n- [GNU General Public License v3](https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-3.0.html)\n\n## License Compliance Checklist\n\nWhen reviewing a plugin, verify:\n\n- [ ] Main plugin file has a valid `License:` header (e.g., `GPL-2.0-or-later`, `GPL-2.0+`, `GPLv2 or later`)\n- [ ] Main plugin file has a `License URI:` header pointing to the GPL text\n- [ ] If bundled libraries exist, each has a GPL-compatible license\n- [ ] No \"split licensing\" (e.g., code GPL but premium features proprietary)\n- [ ] No additional restrictions beyond what GPL allows\n- [ ] No clauses restricting commercial use, modification, or redistribution\n- [ ] No obfuscated code (violates the spirit of source code availability)\n\n## Valid License Headers for WordPress Plugins\n\n```\nLicense: GPL-2.0-or-later\nLicense URI: https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\n```\n\n```text\nLicense: GPL-3.0-or-later\nLicense URI: https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-3.0.html\n```\n\n```text\nLicense: GPLv2 or later\nLicense URI: https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\n```\n\n### GPL-Compatible Licenses (Quick)\n\n- Safe defaults: GPL-2.0-or-later, GPL-3.0-or-later.\n- Commonly accepted permissive families: MIT\u002FExpat, BSD, ISC, zlib, Boost.\n- Conditional compatibility requires care: Apache-2.0 and MPL-2.0 (verify usage context).\n- For full accepted and rejected identifiers, use [gpl-compliance.md](references\u002Fgpl-compliance.md).\n\n### Common GPL Violations (Quick)\n\n- Split licensing that restricts distributed code.\n- Obfuscated or non-corresponding source distribution.\n- Restrictive clauses (non-commercial, no-resale, forced backlink).\n- Bundling GPL-incompatible libraries or assets.\n\n## Plugin Naming Rules (Guideline 17)\n\nUse [naming-rules.md](references\u002Fnaming-rules.md) for full trademark lists, slug blocks, and naming examples. Keep this inline checklist for quick screening.\n\n### Naming Checklist (Quick)\n\n- Name is not a placeholder and has at least 5 alphanumeric characters.\n- Header name and readme name match.\n- Name is specific and function-related; avoid keyword stuffing.\n- Trademark\u002Fproject names appear only after connectors like `for`, `with`, `using`, `and`.\n- No banned\u002Fdiscouraged terms or trademark portmanteaus.\n- Slug is lowercase, hyphenated, \u003C= 50 chars, and avoids blocked terms.\n",{"data":38,"body":40},{"name":4,"description":6,"compatibility":39},"Targets WordPress 7.0+ (PHP 7.4.0+).",{"type":41,"children":42},"root",[43,52,58,64,69,109,115,128,134,215,221,232,238,251,258,284,290,311,317,363,368,374,461,472,477,510,516,521,629,635,647,656,665,670,698,703,726,732,744,750],{"type":44,"tag":45,"props":46,"children":48},"element","h2",{"id":47},"overview",[49],{"type":50,"value":51},"text","Overview",{"type":44,"tag":53,"props":54,"children":55},"p",{},[56],{"type":50,"value":57},"Authoritative reference for the 18 WordPress.org Plugin Directory guidelines. Covers GPL licensing, plugin naming\u002Ftrademark rules, trialware restrictions, and all other submission requirements.",{"type":44,"tag":45,"props":59,"children":61},{"id":60},"when-to-use",[62],{"type":50,"value":63},"When to use",{"type":44,"tag":53,"props":65,"children":66},{},[67],{"type":50,"value":68},"Use this skill when you need to:",{"type":44,"tag":70,"props":71,"children":72},"ul",{},[73,79,84,89,94,99,104],{"type":44,"tag":74,"props":75,"children":76},"li",{},[77],{"type":50,"value":78},"Review a WordPress plugin for compliance with the WordPress.org Plugin Directory guidelines",{"type":44,"tag":74,"props":80,"children":81},{},[82],{"type":50,"value":83},"Check GPL license compatibility for a plugin or its bundled libraries",{"type":44,"tag":74,"props":85,"children":86},{},[87],{"type":50,"value":88},"Verify license headers in plugin files",{"type":44,"tag":74,"props":90,"children":91},{},[92],{"type":50,"value":93},"Identify common guideline violations before submission",{"type":44,"tag":74,"props":95,"children":96},{},[97],{"type":50,"value":98},"Answer questions about what is or is not allowed on WordPress.org",{"type":44,"tag":74,"props":100,"children":101},{},[102],{"type":50,"value":103},"Evaluate premium\u002Fupsell flows, license checks, or freemium positioning",{"type":44,"tag":74,"props":105,"children":106},{},[107],{"type":50,"value":108},"Review \"teaser\" or \"preview\" UI for trialware violations",{"type":44,"tag":45,"props":110,"children":112},{"id":111},"inputs-required",[113],{"type":50,"value":114},"Inputs required",{"type":44,"tag":70,"props":116,"children":117},{},[118,123],{"type":44,"tag":74,"props":119,"children":120},{},[121],{"type":50,"value":122},"Plugin source code (or specific files to review)",{"type":44,"tag":74,"props":124,"children":125},{},[126],{"type":50,"value":127},"Optional: plugin readme and plugin header metadata for naming and license checks",{"type":44,"tag":45,"props":129,"children":131},{"id":130},"procedure",[132],{"type":50,"value":133},"Procedure",{"type":44,"tag":135,"props":136,"children":137},"ol",{},[138,151,163,177,189,200],{"type":44,"tag":74,"props":139,"children":140},{},[141,143,149],{"type":50,"value":142},"Check the plugin's license header against the ",{"type":44,"tag":144,"props":145,"children":146},"strong",{},[147],{"type":50,"value":148},"Valid License Headers",{"type":50,"value":150}," section below.",{"type":44,"tag":74,"props":152,"children":153},{},[154,156,161],{"type":50,"value":155},"Walk through the ",{"type":44,"tag":144,"props":157,"children":158},{},[159],{"type":50,"value":160},"18 Guidelines",{"type":50,"value":162}," checklist, paying special attention to Guidelines 1, 4, 5, 7, 8, and 17.",{"type":44,"tag":74,"props":164,"children":165},{},[166,168,175],{"type":50,"value":167},"Confirm trialware\u002Ffreemium compliance using the checklist in ",{"type":44,"tag":169,"props":170,"children":172},"a",{"href":171},"references\u002Fguideline-review-checklist.md",[173],{"type":50,"value":174},"guideline-review-checklist.md",{"type":50,"value":176}," (Guideline 5 section).",{"type":44,"tag":74,"props":178,"children":179},{},[180,182,187],{"type":50,"value":181},"For bundled third-party code, verify license compatibility against ",{"type":44,"tag":144,"props":183,"children":184},{},[185],{"type":50,"value":186},"GPL-Compatible Licenses (Quick)",{"type":50,"value":188}," below.",{"type":44,"tag":74,"props":190,"children":191},{},[192,194,199],{"type":50,"value":193},"Flag matches from ",{"type":44,"tag":144,"props":195,"children":196},{},[197],{"type":50,"value":198},"Common GPL Violations (Quick)",{"type":50,"value":188},{"type":44,"tag":74,"props":201,"children":202},{},[203,205,213],{"type":50,"value":204},"For edge cases, consult the detailed references and the ",{"type":44,"tag":169,"props":206,"children":210},{"href":207,"rel":208},"https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-faq.html",[209],"nofollow",[211],{"type":50,"value":212},"GNU GPL FAQ",{"type":50,"value":214},".",{"type":44,"tag":45,"props":216,"children":218},{"id":217},"_18-guideline-review-checklist",[219],{"type":50,"value":220},"18-Guideline Review Checklist",{"type":44,"tag":53,"props":222,"children":223},{},[224,226,230],{"type":50,"value":225},"Use the detailed, per-guideline checklist in ",{"type":44,"tag":169,"props":227,"children":228},{"href":171},[229],{"type":50,"value":174},{"type":50,"value":231},". Load this reference file only when a full guideline audit is requested.",{"type":44,"tag":45,"props":233,"children":235},{"id":234},"gpl-compliance-guideline-1-in-detail",[236],{"type":50,"value":237},"GPL Compliance (Guideline 1 in Detail)",{"type":44,"tag":53,"props":239,"children":240},{},[241,243,249],{"type":50,"value":242},"Use ",{"type":44,"tag":169,"props":244,"children":246},{"href":245},"references\u002Fgpl-compliance.md",[247],{"type":50,"value":248},"gpl-compliance.md",{"type":50,"value":250}," for full license tables, compatibility nuances, and examples. Keep this inline section as a quick decision aid.",{"type":44,"tag":252,"props":253,"children":255},"h3",{"id":254},"verification-licensing",[256],{"type":50,"value":257},"Verification (Licensing)",{"type":44,"tag":70,"props":259,"children":260},{},[261,273],{"type":44,"tag":74,"props":262,"children":263},{},[264,266,271],{"type":50,"value":265},"Every licensing-related issue must cite ",{"type":44,"tag":144,"props":267,"children":268},{},[269],{"type":50,"value":270},"Guideline 1",{"type":50,"value":272}," and include the file path and exact license string.",{"type":44,"tag":74,"props":274,"children":275},{},[276,278,282],{"type":50,"value":277},"Confirm compatibility claims against ",{"type":44,"tag":144,"props":279,"children":280},{},[281],{"type":50,"value":186},{"type":50,"value":283}," and escalate ambiguous licenses.",{"type":44,"tag":252,"props":285,"children":287},{"id":286},"failure-modes-licensing",[288],{"type":50,"value":289},"Failure modes (Licensing)",{"type":44,"tag":70,"props":291,"children":292},{},[293,306],{"type":44,"tag":74,"props":294,"children":295},{},[296,298,305],{"type":50,"value":297},"If a license is not clearly GPL-compatible, do not guess. Check the ",{"type":44,"tag":169,"props":299,"children":302},{"href":300,"rel":301},"https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Flicense-list.html",[209],[303],{"type":50,"value":304},"GNU license list",{"type":50,"value":214},{"type":44,"tag":74,"props":307,"children":308},{},[309],{"type":50,"value":310},"For dual-license packages, verify both licenses and redistribution terms.",{"type":44,"tag":252,"props":312,"children":314},{"id":313},"quick-reference-wordpress-gpl-requirements",[315],{"type":50,"value":316},"Quick Reference: WordPress GPL Requirements",{"type":44,"tag":70,"props":318,"children":319},{},[320,331,336,358],{"type":44,"tag":74,"props":321,"children":322},{},[323,325,330],{"type":50,"value":324},"WordPress is ",{"type":44,"tag":144,"props":326,"children":327},{},[328],{"type":50,"value":329},"GPLv2 or later",{"type":50,"value":214},{"type":44,"tag":74,"props":332,"children":333},{},[334],{"type":50,"value":335},"Plugins distributed on WordPress.org must be 100% GPL-compatible (code and assets).",{"type":44,"tag":74,"props":337,"children":338},{},[339,341,348,350,356],{"type":50,"value":340},"Include a valid ",{"type":44,"tag":342,"props":343,"children":345},"code",{"className":344},[],[346],{"type":50,"value":347},"License:",{"type":50,"value":349}," header and ",{"type":44,"tag":342,"props":351,"children":353},{"className":352},[],[354],{"type":50,"value":355},"License URI:",{"type":50,"value":357}," in the main plugin file.",{"type":44,"tag":74,"props":359,"children":360},{},[361],{"type":50,"value":362},"Do not add restrictions that conflict with GPL freedoms.",{"type":44,"tag":252,"props":364,"children":366},{"id":365},"valid-license-headers",[367],{"type":50,"value":148},{"type":44,"tag":45,"props":369,"children":371},{"id":370},"gpl-versions-summary",[372],{"type":50,"value":373},"GPL Versions Summary",{"type":44,"tag":375,"props":376,"children":377},"table",{},[378,402],{"type":44,"tag":379,"props":380,"children":381},"thead",{},[382],{"type":44,"tag":383,"props":384,"children":385},"tr",{},[386,392,397],{"type":44,"tag":387,"props":388,"children":389},"th",{},[390],{"type":50,"value":391},"Version",{"type":44,"tag":387,"props":393,"children":394},{},[395],{"type":50,"value":396},"Year",{"type":44,"tag":387,"props":398,"children":399},{},[400],{"type":50,"value":401},"Key Addition",{"type":44,"tag":403,"props":404,"children":405},"tbody",{},[406,425,443],{"type":44,"tag":383,"props":407,"children":408},{},[409,415,420],{"type":44,"tag":410,"props":411,"children":412},"td",{},[413],{"type":50,"value":414},"GPLv1",{"type":44,"tag":410,"props":416,"children":417},{},[418],{"type":50,"value":419},"1989",{"type":44,"tag":410,"props":421,"children":422},{},[423],{"type":50,"value":424},"Base copyleft: share-alike for modifications",{"type":44,"tag":383,"props":426,"children":427},{},[428,433,438],{"type":44,"tag":410,"props":429,"children":430},{},[431],{"type":50,"value":432},"GPLv2",{"type":44,"tag":410,"props":434,"children":435},{},[436],{"type":50,"value":437},"1991",{"type":44,"tag":410,"props":439,"children":440},{},[441],{"type":50,"value":442},"\"Liberty or death\" clause (Section 7), clearer distribution terms",{"type":44,"tag":383,"props":444,"children":445},{},[446,451,456],{"type":44,"tag":410,"props":447,"children":448},{},[449],{"type":50,"value":450},"GPLv3",{"type":44,"tag":410,"props":452,"children":453},{},[454],{"type":50,"value":455},"2007",{"type":44,"tag":410,"props":457,"children":458},{},[459],{"type":50,"value":460},"Anti-tivoization, explicit patent grants, compatibility provisions",{"type":44,"tag":53,"props":462,"children":463},{},[464,466,470],{"type":50,"value":465},"WordPress uses ",{"type":44,"tag":144,"props":467,"children":468},{},[469],{"type":50,"value":329},{"type":50,"value":471},", meaning plugins can use GPLv2, GPLv3, or \"GPLv2 or later\".",{"type":44,"tag":53,"props":473,"children":474},{},[475],{"type":50,"value":476},"For full license texts, see:",{"type":44,"tag":70,"props":478,"children":479},{},[480,490,500],{"type":44,"tag":74,"props":481,"children":482},{},[483],{"type":44,"tag":169,"props":484,"children":487},{"href":485,"rel":486},"https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-1.0.html",[209],[488],{"type":50,"value":489},"GNU General Public License v1",{"type":44,"tag":74,"props":491,"children":492},{},[493],{"type":44,"tag":169,"props":494,"children":497},{"href":495,"rel":496},"https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html",[209],[498],{"type":50,"value":499},"GNU General Public License v2",{"type":44,"tag":74,"props":501,"children":502},{},[503],{"type":44,"tag":169,"props":504,"children":507},{"href":505,"rel":506},"https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-3.0.html",[209],[508],{"type":50,"value":509},"GNU General Public License v3",{"type":44,"tag":45,"props":511,"children":513},{"id":512},"license-compliance-checklist",[514],{"type":50,"value":515},"License Compliance Checklist",{"type":44,"tag":53,"props":517,"children":518},{},[519],{"type":50,"value":520},"When reviewing a plugin, verify:",{"type":44,"tag":70,"props":522,"children":525},{"className":523},[524],"contains-task-list",[526,568,584,593,602,611,620],{"type":44,"tag":74,"props":527,"children":530},{"className":528},[529],"task-list-item",[531,537,539,544,546,552,554,560,561,566],{"type":44,"tag":532,"props":533,"children":536},"input",{"disabled":534,"type":535},true,"checkbox",[],{"type":50,"value":538}," Main plugin file has a valid ",{"type":44,"tag":342,"props":540,"children":542},{"className":541},[],[543],{"type":50,"value":347},{"type":50,"value":545}," header (e.g., ",{"type":44,"tag":342,"props":547,"children":549},{"className":548},[],[550],{"type":50,"value":551},"GPL-2.0-or-later",{"type":50,"value":553},", ",{"type":44,"tag":342,"props":555,"children":557},{"className":556},[],[558],{"type":50,"value":559},"GPL-2.0+",{"type":50,"value":553},{"type":44,"tag":342,"props":562,"children":564},{"className":563},[],[565],{"type":50,"value":329},{"type":50,"value":567},")",{"type":44,"tag":74,"props":569,"children":571},{"className":570},[529],[572,575,577,582],{"type":44,"tag":532,"props":573,"children":574},{"disabled":534,"type":535},[],{"type":50,"value":576}," Main plugin file has a ",{"type":44,"tag":342,"props":578,"children":580},{"className":579},[],[581],{"type":50,"value":355},{"type":50,"value":583}," header pointing to the GPL text",{"type":44,"tag":74,"props":585,"children":587},{"className":586},[529],[588,591],{"type":44,"tag":532,"props":589,"children":590},{"disabled":534,"type":535},[],{"type":50,"value":592}," If bundled libraries exist, each has a GPL-compatible license",{"type":44,"tag":74,"props":594,"children":596},{"className":595},[529],[597,600],{"type":44,"tag":532,"props":598,"children":599},{"disabled":534,"type":535},[],{"type":50,"value":601}," No \"split licensing\" (e.g., code GPL but premium features proprietary)",{"type":44,"tag":74,"props":603,"children":605},{"className":604},[529],[606,609],{"type":44,"tag":532,"props":607,"children":608},{"disabled":534,"type":535},[],{"type":50,"value":610}," No additional restrictions beyond what GPL allows",{"type":44,"tag":74,"props":612,"children":614},{"className":613},[529],[615,618],{"type":44,"tag":532,"props":616,"children":617},{"disabled":534,"type":535},[],{"type":50,"value":619}," No clauses restricting commercial use, modification, or redistribution",{"type":44,"tag":74,"props":621,"children":623},{"className":622},[529],[624,627],{"type":44,"tag":532,"props":625,"children":626},{"disabled":534,"type":535},[],{"type":50,"value":628}," No obfuscated code (violates the spirit of source code availability)",{"type":44,"tag":45,"props":630,"children":632},{"id":631},"valid-license-headers-for-wordpress-plugins",[633],{"type":50,"value":634},"Valid License Headers for WordPress Plugins",{"type":44,"tag":636,"props":637,"children":641},"pre",{"className":638,"code":640,"language":50},[639],"language-text","License: GPL-2.0-or-later\nLicense URI: https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\n",[642],{"type":44,"tag":342,"props":643,"children":645},{"__ignoreMap":644},"",[646],{"type":50,"value":640},{"type":44,"tag":636,"props":648,"children":651},{"className":649,"code":650,"language":50,"meta":644},[639],"License: GPL-3.0-or-later\nLicense URI: https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-3.0.html\n",[652],{"type":44,"tag":342,"props":653,"children":654},{"__ignoreMap":644},[655],{"type":50,"value":650},{"type":44,"tag":636,"props":657,"children":660},{"className":658,"code":659,"language":50,"meta":644},[639],"License: GPLv2 or later\nLicense URI: https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\n",[661],{"type":44,"tag":342,"props":662,"children":663},{"__ignoreMap":644},[664],{"type":50,"value":659},{"type":44,"tag":252,"props":666,"children":668},{"id":667},"gpl-compatible-licenses-quick",[669],{"type":50,"value":186},{"type":44,"tag":70,"props":671,"children":672},{},[673,678,683,688],{"type":44,"tag":74,"props":674,"children":675},{},[676],{"type":50,"value":677},"Safe defaults: GPL-2.0-or-later, GPL-3.0-or-later.",{"type":44,"tag":74,"props":679,"children":680},{},[681],{"type":50,"value":682},"Commonly accepted permissive families: MIT\u002FExpat, BSD, ISC, zlib, Boost.",{"type":44,"tag":74,"props":684,"children":685},{},[686],{"type":50,"value":687},"Conditional compatibility requires care: Apache-2.0 and MPL-2.0 (verify usage context).",{"type":44,"tag":74,"props":689,"children":690},{},[691,693,697],{"type":50,"value":692},"For full accepted and rejected identifiers, use ",{"type":44,"tag":169,"props":694,"children":695},{"href":245},[696],{"type":50,"value":248},{"type":50,"value":214},{"type":44,"tag":252,"props":699,"children":701},{"id":700},"common-gpl-violations-quick",[702],{"type":50,"value":198},{"type":44,"tag":70,"props":704,"children":705},{},[706,711,716,721],{"type":44,"tag":74,"props":707,"children":708},{},[709],{"type":50,"value":710},"Split licensing that restricts distributed code.",{"type":44,"tag":74,"props":712,"children":713},{},[714],{"type":50,"value":715},"Obfuscated or non-corresponding source distribution.",{"type":44,"tag":74,"props":717,"children":718},{},[719],{"type":50,"value":720},"Restrictive clauses (non-commercial, no-resale, forced backlink).",{"type":44,"tag":74,"props":722,"children":723},{},[724],{"type":50,"value":725},"Bundling GPL-incompatible libraries or assets.",{"type":44,"tag":45,"props":727,"children":729},{"id":728},"plugin-naming-rules-guideline-17",[730],{"type":50,"value":731},"Plugin Naming Rules (Guideline 17)",{"type":44,"tag":53,"props":733,"children":734},{},[735,736,742],{"type":50,"value":242},{"type":44,"tag":169,"props":737,"children":739},{"href":738},"references\u002Fnaming-rules.md",[740],{"type":50,"value":741},"naming-rules.md",{"type":50,"value":743}," for full trademark lists, slug blocks, and naming examples. Keep this inline checklist for quick screening.",{"type":44,"tag":252,"props":745,"children":747},{"id":746},"naming-checklist-quick",[748],{"type":50,"value":749},"Naming Checklist (Quick)",{"type":44,"tag":70,"props":751,"children":752},{},[753,758,763,768,801,806],{"type":44,"tag":74,"props":754,"children":755},{},[756],{"type":50,"value":757},"Name is not a placeholder and has at least 5 alphanumeric characters.",{"type":44,"tag":74,"props":759,"children":760},{},[761],{"type":50,"value":762},"Header name and readme name match.",{"type":44,"tag":74,"props":764,"children":765},{},[766],{"type":50,"value":767},"Name is specific and function-related; avoid keyword stuffing.",{"type":44,"tag":74,"props":769,"children":770},{},[771,773,779,780,786,787,793,794,800],{"type":50,"value":772},"Trademark\u002Fproject names appear only after connectors like ",{"type":44,"tag":342,"props":774,"children":776},{"className":775},[],[777],{"type":50,"value":778},"for",{"type":50,"value":553},{"type":44,"tag":342,"props":781,"children":783},{"className":782},[],[784],{"type":50,"value":785},"with",{"type":50,"value":553},{"type":44,"tag":342,"props":788,"children":790},{"className":789},[],[791],{"type":50,"value":792},"using",{"type":50,"value":553},{"type":44,"tag":342,"props":795,"children":797},{"className":796},[],[798],{"type":50,"value":799},"and",{"type":50,"value":214},{"type":44,"tag":74,"props":802,"children":803},{},[804],{"type":50,"value":805},"No banned\u002Fdiscouraged terms or trademark portmanteaus.",{"type":44,"tag":74,"props":807,"children":808},{},[809],{"type":50,"value":810},"Slug is lowercase, hyphenated, \u003C= 50 chars, and avoids blocked terms.",{"items":812,"total":1015},[813,824,841,855,884,903,923,939,952,967,987,1000],{"slug":814,"name":814,"fn":815,"description":816,"org":817,"tags":818,"stars":26,"repoUrl":27,"updatedAt":823},"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},[819,820],{"name":9,"slug":8,"type":15},{"name":821,"slug":822,"type":15},"WordPress Playground","wordpress-playground","2026-07-27T06:08:32.306955",{"slug":825,"name":825,"fn":826,"description":827,"org":828,"tags":829,"stars":26,"repoUrl":27,"updatedAt":840},"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},[830,833,836,837],{"name":831,"slug":832,"type":15},"Engineering","engineering",{"name":834,"slug":835,"type":15},"Triage","triage",{"name":9,"slug":8,"type":15},{"name":838,"slug":839,"type":15},"Workflow Automation","workflow-automation","2026-04-06T18:58:21.644368",{"slug":842,"name":842,"fn":843,"description":844,"org":845,"tags":846,"stars":26,"repoUrl":27,"updatedAt":854},"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},[847,850,853],{"name":848,"slug":849,"type":15},"Access Control","access-control",{"name":851,"slug":852,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:17.857773",{"slug":856,"name":856,"fn":857,"description":858,"org":859,"tags":860,"stars":26,"repoUrl":27,"updatedAt":883},"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},[861,864,867,870,873,876,879,880],{"name":862,"slug":863,"type":15},"Abilities API","abilities-api",{"name":865,"slug":866,"type":15},"Audit","audit",{"name":868,"slug":869,"type":15},"Code Analysis","code-analysis",{"name":871,"slug":872,"type":15},"Documentation","documentation",{"name":874,"slug":875,"type":15},"Plugin Development","plugin-development",{"name":877,"slug":878,"type":15},"REST API","rest-api",{"name":9,"slug":8,"type":15},{"name":881,"slug":882,"type":15},"YAML","yaml","2026-05-28T06:48:49.361753",{"slug":885,"name":885,"fn":886,"description":887,"org":888,"tags":889,"stars":26,"repoUrl":27,"updatedAt":902},"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},[890,891,892,893,894,895,898,901],{"name":862,"slug":863,"type":15},{"name":868,"slug":869,"type":15},{"name":874,"slug":875,"type":15},{"name":877,"slug":878,"type":15},{"name":13,"slug":14,"type":15},{"name":896,"slug":897,"type":15},"Testing","testing",{"name":899,"slug":900,"type":15},"Validation","validation",{"name":9,"slug":8,"type":15},"2026-05-28T06:48:50.590811",{"slug":904,"name":904,"fn":905,"description":906,"org":907,"tags":908,"stars":26,"repoUrl":27,"updatedAt":922},"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},[909,912,915,918,921],{"name":910,"slug":911,"type":15},"Frontend","frontend",{"name":913,"slug":914,"type":15},"PHP","php",{"name":916,"slug":917,"type":15},"React","react",{"name":919,"slug":920,"type":15},"UI Components","ui-components",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:24.172876",{"slug":924,"name":924,"fn":925,"description":926,"org":927,"tags":928,"stars":26,"repoUrl":27,"updatedAt":938},"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},[929,932,933,936,937],{"name":930,"slug":931,"type":15},"Design","design",{"name":910,"slug":911,"type":15},{"name":934,"slug":935,"type":15},"Themes","themes",{"name":919,"slug":920,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:58:27.909889",{"slug":940,"name":940,"fn":941,"description":942,"org":943,"tags":944,"stars":26,"repoUrl":27,"updatedAt":951},"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},[945,946,947,950],{"name":851,"slug":852,"type":15},{"name":910,"slug":911,"type":15},{"name":948,"slug":949,"type":15},"JavaScript","javascript",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:20.397676",{"slug":953,"name":953,"fn":954,"description":955,"org":956,"tags":957,"stars":26,"repoUrl":27,"updatedAt":966},"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},[958,961,962,965],{"name":959,"slug":960,"type":15},"Block Editor","block-editor",{"name":930,"slug":931,"type":15},{"name":963,"slug":964,"type":15},"Templates","templates",{"name":9,"slug":8,"type":15},"2026-07-24T05:38:43.101238",{"slug":968,"name":968,"fn":969,"description":970,"org":971,"tags":972,"stars":26,"repoUrl":27,"updatedAt":986},"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},[973,976,979,982,985],{"name":974,"slug":975,"type":15},"Backend","backend",{"name":977,"slug":978,"type":15},"Database","database",{"name":980,"slug":981,"type":15},"Performance","performance",{"name":983,"slug":984,"type":15},"SQL","sql",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:22.909053",{"slug":988,"name":988,"fn":989,"description":990,"org":991,"tags":992,"stars":26,"repoUrl":27,"updatedAt":999},"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},[993,994,995,998],{"name":868,"slug":869,"type":15},{"name":913,"slug":914,"type":15},{"name":996,"slug":997,"type":15},"QA","qa",{"name":9,"slug":8,"type":15},"2026-04-06T18:58:15.318063",{"slug":1001,"name":1001,"fn":1002,"description":1003,"org":1004,"tags":1005,"stars":26,"repoUrl":27,"updatedAt":1014},"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},[1006,1009,1012,1013],{"name":1007,"slug":1008,"type":15},"Local Development","local-development",{"name":1010,"slug":1011,"type":15},"Sandboxing","sandboxing",{"name":9,"slug":8,"type":15},{"name":821,"slug":822,"type":15},"2026-07-27T06:08:31.31025",18,{"items":1017,"total":1015},[1018,1023,1030,1036,1047,1058,1066],{"slug":814,"name":814,"fn":815,"description":816,"org":1019,"tags":1020,"stars":26,"repoUrl":27,"updatedAt":823},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1021,1022],{"name":9,"slug":8,"type":15},{"name":821,"slug":822,"type":15},{"slug":825,"name":825,"fn":826,"description":827,"org":1024,"tags":1025,"stars":26,"repoUrl":27,"updatedAt":840},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1026,1027,1028,1029],{"name":831,"slug":832,"type":15},{"name":834,"slug":835,"type":15},{"name":9,"slug":8,"type":15},{"name":838,"slug":839,"type":15},{"slug":842,"name":842,"fn":843,"description":844,"org":1031,"tags":1032,"stars":26,"repoUrl":27,"updatedAt":854},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1033,1034,1035],{"name":848,"slug":849,"type":15},{"name":851,"slug":852,"type":15},{"name":9,"slug":8,"type":15},{"slug":856,"name":856,"fn":857,"description":858,"org":1037,"tags":1038,"stars":26,"repoUrl":27,"updatedAt":883},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1039,1040,1041,1042,1043,1044,1045,1046],{"name":862,"slug":863,"type":15},{"name":865,"slug":866,"type":15},{"name":868,"slug":869,"type":15},{"name":871,"slug":872,"type":15},{"name":874,"slug":875,"type":15},{"name":877,"slug":878,"type":15},{"name":9,"slug":8,"type":15},{"name":881,"slug":882,"type":15},{"slug":885,"name":885,"fn":886,"description":887,"org":1048,"tags":1049,"stars":26,"repoUrl":27,"updatedAt":902},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1050,1051,1052,1053,1054,1055,1056,1057],{"name":862,"slug":863,"type":15},{"name":868,"slug":869,"type":15},{"name":874,"slug":875,"type":15},{"name":877,"slug":878,"type":15},{"name":13,"slug":14,"type":15},{"name":896,"slug":897,"type":15},{"name":899,"slug":900,"type":15},{"name":9,"slug":8,"type":15},{"slug":904,"name":904,"fn":905,"description":906,"org":1059,"tags":1060,"stars":26,"repoUrl":27,"updatedAt":922},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1061,1062,1063,1064,1065],{"name":910,"slug":911,"type":15},{"name":913,"slug":914,"type":15},{"name":916,"slug":917,"type":15},{"name":919,"slug":920,"type":15},{"name":9,"slug":8,"type":15},{"slug":924,"name":924,"fn":925,"description":926,"org":1067,"tags":1068,"stars":26,"repoUrl":27,"updatedAt":938},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1069,1070,1071,1072,1073],{"name":930,"slug":931,"type":15},{"name":910,"slug":911,"type":15},{"name":934,"slug":935,"type":15},{"name":919,"slug":920,"type":15},{"name":9,"slug":8,"type":15}]