[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-automattic-testing-php":3,"mdc--kofbe3-key":36,"related-repo-automattic-testing-php":371,"related-org-automattic-testing-php":486},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"testing-php","run PHP linting to catch syntax errors","Guidelines for running PHP linting to catch syntax errors",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"automattic","Automattic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fautomattic.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"PHP","php","tag",{"name":17,"slug":18,"type":15},"QA","qa",{"name":20,"slug":21,"type":15},"Code Analysis","code-analysis",{"name":23,"slug":24,"type":15},"Testing","testing",31,"https:\u002F\u002Fgithub.com\u002FAutomattic\u002Fdata-liberation-agent","2026-06-08T08:17:32.942311",null,1,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"Extract content from closed web platforms into WordPress-compatible WXR files.","https:\u002F\u002Fgithub.com\u002FAutomattic\u002Fdata-liberation-agent\u002Ftree\u002FHEAD\u002Fskills\u002Ftesting-php","---\nname: testing-php\ndescription: Guidelines for running PHP linting to catch syntax errors\ndisable-model-invocation: true\n---\n\n## When to use me\n\nUse this skill when validating PHP files for syntax errors.\nDo not use this skill for JavaScript or CSS validation.\n\n## Step 1: Identify PHP files\n\nFind all PHP files in the project, excluding `vendor\u002F`, `node_modules\u002F`, and `build\u002F` directories:\n\n```bash\nfind . -name \"*.php\" -not -path \"*\u002Fvendor\u002F*\" -not -path \"*\u002Fnode_modules\u002F*\" -not -path \"*\u002Fbuild\u002F*\"\n```\n\n## Step 2: Run PHP syntax check\n\nCheck each PHP file for syntax errors using `php -l`:\n\n```bash\nphp -l \u003Cfile>\n```\n\n- A file with valid syntax prints `No syntax errors detected in \u003Cfile>` and exits 0.\n- A file with syntax errors prints the error message with line number and exits non-zero.\n- Fix any syntax errors found by editing the file, then re-run `php -l` to confirm.\n\n## Rules\n\n- **Syntax only**: This skill checks for PHP syntax errors. Do not run PHPCS or other coding standard tools.\n- **Max 3 cycles**: Run at most 3 fix-then-retest cycles per file. If issues remain after 3 cycles, report them as unresolved.\n- **Never modify business logic**: Only fix syntax errors. Do not change how the code works.\n- **Report format**: After testing, report results as:\n  - PASS: No syntax errors\n  - FAIL: List remaining errors with file, line, and message\n",{"data":37,"body":39},{"name":4,"description":6,"disable-model-invocation":38},true,{"type":40,"children":41},"root",[42,51,57,63,93,208,214,227,267,302,308,365],{"type":43,"tag":44,"props":45,"children":47},"element","h2",{"id":46},"when-to-use-me",[48],{"type":49,"value":50},"text","When to use me",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Use this skill when validating PHP files for syntax errors.\nDo not use this skill for JavaScript or CSS validation.",{"type":43,"tag":44,"props":58,"children":60},{"id":59},"step-1-identify-php-files",[61],{"type":49,"value":62},"Step 1: Identify PHP files",{"type":43,"tag":52,"props":64,"children":65},{},[66,68,75,77,83,85,91],{"type":49,"value":67},"Find all PHP files in the project, excluding ",{"type":43,"tag":69,"props":70,"children":72},"code",{"className":71},[],[73],{"type":49,"value":74},"vendor\u002F",{"type":49,"value":76},", ",{"type":43,"tag":69,"props":78,"children":80},{"className":79},[],[81],{"type":49,"value":82},"node_modules\u002F",{"type":49,"value":84},", and ",{"type":43,"tag":69,"props":86,"children":88},{"className":87},[],[89],{"type":49,"value":90},"build\u002F",{"type":49,"value":92}," directories:",{"type":43,"tag":94,"props":95,"children":100},"pre",{"className":96,"code":97,"language":98,"meta":99,"style":99},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","find . -name \"*.php\" -not -path \"*\u002Fvendor\u002F*\" -not -path \"*\u002Fnode_modules\u002F*\" -not -path \"*\u002Fbuild\u002F*\"\n","bash","",[101],{"type":43,"tag":69,"props":102,"children":103},{"__ignoreMap":99},[104],{"type":43,"tag":105,"props":106,"children":108},"span",{"class":107,"line":29},"line",[109,115,121,126,132,137,142,147,152,156,161,165,169,173,177,182,186,190,194,198,203],{"type":43,"tag":105,"props":110,"children":112},{"style":111},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[113],{"type":49,"value":114},"find",{"type":43,"tag":105,"props":116,"children":118},{"style":117},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[119],{"type":49,"value":120}," .",{"type":43,"tag":105,"props":122,"children":123},{"style":117},[124],{"type":49,"value":125}," -name",{"type":43,"tag":105,"props":127,"children":129},{"style":128},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[130],{"type":49,"value":131}," \"",{"type":43,"tag":105,"props":133,"children":134},{"style":117},[135],{"type":49,"value":136},"*.php",{"type":43,"tag":105,"props":138,"children":139},{"style":128},[140],{"type":49,"value":141},"\"",{"type":43,"tag":105,"props":143,"children":144},{"style":117},[145],{"type":49,"value":146}," -not",{"type":43,"tag":105,"props":148,"children":149},{"style":117},[150],{"type":49,"value":151}," -path",{"type":43,"tag":105,"props":153,"children":154},{"style":128},[155],{"type":49,"value":131},{"type":43,"tag":105,"props":157,"children":158},{"style":117},[159],{"type":49,"value":160},"*\u002Fvendor\u002F*",{"type":43,"tag":105,"props":162,"children":163},{"style":128},[164],{"type":49,"value":141},{"type":43,"tag":105,"props":166,"children":167},{"style":117},[168],{"type":49,"value":146},{"type":43,"tag":105,"props":170,"children":171},{"style":117},[172],{"type":49,"value":151},{"type":43,"tag":105,"props":174,"children":175},{"style":128},[176],{"type":49,"value":131},{"type":43,"tag":105,"props":178,"children":179},{"style":117},[180],{"type":49,"value":181},"*\u002Fnode_modules\u002F*",{"type":43,"tag":105,"props":183,"children":184},{"style":128},[185],{"type":49,"value":141},{"type":43,"tag":105,"props":187,"children":188},{"style":117},[189],{"type":49,"value":146},{"type":43,"tag":105,"props":191,"children":192},{"style":117},[193],{"type":49,"value":151},{"type":43,"tag":105,"props":195,"children":196},{"style":128},[197],{"type":49,"value":131},{"type":43,"tag":105,"props":199,"children":200},{"style":117},[201],{"type":49,"value":202},"*\u002Fbuild\u002F*",{"type":43,"tag":105,"props":204,"children":205},{"style":128},[206],{"type":49,"value":207},"\"\n",{"type":43,"tag":44,"props":209,"children":211},{"id":210},"step-2-run-php-syntax-check",[212],{"type":49,"value":213},"Step 2: Run PHP syntax check",{"type":43,"tag":52,"props":215,"children":216},{},[217,219,225],{"type":49,"value":218},"Check each PHP file for syntax errors using ",{"type":43,"tag":69,"props":220,"children":222},{"className":221},[],[223],{"type":49,"value":224},"php -l",{"type":49,"value":226},":",{"type":43,"tag":94,"props":228,"children":230},{"className":96,"code":229,"language":98,"meta":99,"style":99},"php -l \u003Cfile>\n",[231],{"type":43,"tag":69,"props":232,"children":233},{"__ignoreMap":99},[234],{"type":43,"tag":105,"props":235,"children":236},{"class":107,"line":29},[237,241,246,251,256,262],{"type":43,"tag":105,"props":238,"children":239},{"style":111},[240],{"type":49,"value":14},{"type":43,"tag":105,"props":242,"children":243},{"style":117},[244],{"type":49,"value":245}," -l",{"type":43,"tag":105,"props":247,"children":248},{"style":128},[249],{"type":49,"value":250}," \u003C",{"type":43,"tag":105,"props":252,"children":253},{"style":117},[254],{"type":49,"value":255},"fil",{"type":43,"tag":105,"props":257,"children":259},{"style":258},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[260],{"type":49,"value":261},"e",{"type":43,"tag":105,"props":263,"children":264},{"style":128},[265],{"type":49,"value":266},">\n",{"type":43,"tag":268,"props":269,"children":270},"ul",{},[271,285,290],{"type":43,"tag":272,"props":273,"children":274},"li",{},[275,277,283],{"type":49,"value":276},"A file with valid syntax prints ",{"type":43,"tag":69,"props":278,"children":280},{"className":279},[],[281],{"type":49,"value":282},"No syntax errors detected in \u003Cfile>",{"type":49,"value":284}," and exits 0.",{"type":43,"tag":272,"props":286,"children":287},{},[288],{"type":49,"value":289},"A file with syntax errors prints the error message with line number and exits non-zero.",{"type":43,"tag":272,"props":291,"children":292},{},[293,295,300],{"type":49,"value":294},"Fix any syntax errors found by editing the file, then re-run ",{"type":43,"tag":69,"props":296,"children":298},{"className":297},[],[299],{"type":49,"value":224},{"type":49,"value":301}," to confirm.",{"type":43,"tag":44,"props":303,"children":305},{"id":304},"rules",[306],{"type":49,"value":307},"Rules",{"type":43,"tag":268,"props":309,"children":310},{},[311,322,332,342],{"type":43,"tag":272,"props":312,"children":313},{},[314,320],{"type":43,"tag":315,"props":316,"children":317},"strong",{},[318],{"type":49,"value":319},"Syntax only",{"type":49,"value":321},": This skill checks for PHP syntax errors. Do not run PHPCS or other coding standard tools.",{"type":43,"tag":272,"props":323,"children":324},{},[325,330],{"type":43,"tag":315,"props":326,"children":327},{},[328],{"type":49,"value":329},"Max 3 cycles",{"type":49,"value":331},": Run at most 3 fix-then-retest cycles per file. If issues remain after 3 cycles, report them as unresolved.",{"type":43,"tag":272,"props":333,"children":334},{},[335,340],{"type":43,"tag":315,"props":336,"children":337},{},[338],{"type":49,"value":339},"Never modify business logic",{"type":49,"value":341},": Only fix syntax errors. Do not change how the code works.",{"type":43,"tag":272,"props":343,"children":344},{},[345,350,352],{"type":43,"tag":315,"props":346,"children":347},{},[348],{"type":49,"value":349},"Report format",{"type":49,"value":351},": After testing, report results as:\n",{"type":43,"tag":268,"props":353,"children":354},{},[355,360],{"type":43,"tag":272,"props":356,"children":357},{},[358],{"type":49,"value":359},"PASS: No syntax errors",{"type":43,"tag":272,"props":361,"children":362},{},[363],{"type":49,"value":364},"FAIL: List remaining errors with file, line, and message",{"type":43,"tag":366,"props":367,"children":368},"style",{},[369],{"type":49,"value":370},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":372,"total":485},[373,392,409,424,437,456,470],{"slug":374,"name":374,"fn":375,"description":376,"org":377,"tags":378,"stars":25,"repoUrl":26,"updatedAt":391},"adapt","build platform adapters for content extraction","Build a new platform adapter to extract content from an unsupported platform (Blogger, Ghost, Tumblr, etc.)",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[379,382,385,388],{"name":380,"slug":381,"type":15},"Automation","automation",{"name":383,"slug":384,"type":15},"Data Cleaning","data-cleaning",{"name":386,"slug":387,"type":15},"Data Engineering","data-engineering",{"name":389,"slug":390,"type":15},"WordPress","wordpress","2026-05-09T05:32:13.987972",{"slug":393,"name":393,"fn":394,"description":395,"org":396,"tags":397,"stars":25,"repoUrl":26,"updatedAt":408},"compose-page-blocks","compose WordPress block markup from HTML","Compose a single liberated page's WordPress block-editor markup from its rendered HTML and screenshot. Inputs are a sanitized HTML file, a desktop screenshot, the design-foundation tokens, the URL's archetype (page\u002Fpost\u002Fproduct\u002Fetc.), and the source URL. Output is a string of valid block markup that round-trips through parse_blocks, uses theme tokens (no inlined hex colors), and contains only text drawn from the source HTML. Call per-page during the streaming watch loop after extraction has produced HTML+screenshot for that URL. Use when a freshly-imported page needs `post_content` upgraded from raw HTML into block-editor markup so the replica theme's tokens, gradients, and patterns actually render.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[398,401,404,407],{"name":399,"slug":400,"type":15},"Block Editor","block-editor",{"name":402,"slug":403,"type":15},"Content Creation","content-creation",{"name":405,"slug":406,"type":15},"HTML","html",{"name":389,"slug":390,"type":15},"2026-06-08T08:17:34.212397",{"slug":410,"name":410,"fn":411,"description":412,"org":413,"tags":414,"stars":25,"repoUrl":26,"updatedAt":423},"creating-blocks","create new WordPress blocks","Templates and guidelines for creating new WordPress blocks from scratch — load this before generating block files",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[415,416,419,422],{"name":399,"slug":400,"type":15},{"name":417,"slug":418,"type":15},"Full Site Editing","full-site-editing",{"name":420,"slug":421,"type":15},"Plugin Development","plugin-development",{"name":389,"slug":390,"type":15},"2026-06-08T08:17:49.413995",{"slug":425,"name":425,"fn":426,"description":427,"org":428,"tags":429,"stars":25,"repoUrl":26,"updatedAt":436},"creating-themes","create WordPress block themes","Guidelines for creating new WordPress block themes from scratch — load this before generating theme files",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[430,431,432,435],{"name":399,"slug":400,"type":15},{"name":417,"slug":418,"type":15},{"name":433,"slug":434,"type":15},"Themes","themes",{"name":389,"slug":390,"type":15},"2026-06-08T08:17:50.666611",{"slug":438,"name":438,"fn":439,"description":440,"org":441,"tags":442,"stars":25,"repoUrl":26,"updatedAt":455},"design-foundations","build design foundation JSON from sites","Build a coherent design-foundation JSON from a liberated site — semantic color\u002Ftypography\u002Fspacing roles with evidence trails. Consumes the partial scaffold produced by liberate_design_foundation_scaffold plus aggregate HTML\u002FCSS analysis and representative rendered HTML; produces a complete design-foundation matching the schema. Call after liberation, before theme generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[443,446,449,452],{"name":444,"slug":445,"type":15},"Data Modeling","data-modeling",{"name":447,"slug":448,"type":15},"Design","design",{"name":450,"slug":451,"type":15},"Design System","design-system",{"name":453,"slug":454,"type":15},"Frontend","frontend","2026-06-08T08:17:44.457834",{"slug":457,"name":457,"fn":458,"description":459,"org":460,"tags":461,"stars":25,"repoUrl":26,"updatedAt":469},"design-qa","run visual QA on WordPress themes","Visual-QA loop run after replica theme install and content import. Captures replica screenshots, applies a hard responsiveness gate at 390px AND a hard per-section visual-parity gate (measured SectionParity records, verdict computed by buildRunReport), runs qualitative vision review of source\u002Freplica pairs, checks accessibility, and drives a per-section escalation ladder of fixes via editing-themes\u002Fediting-blocks\u002Frebuild-section (R1 CSS → R2 spec-rebuild → R3 re-extract → R4a AI canonical-block rebuild → R4b deterministic styled-island floor) — escalating unresolved divergences to the operator rather than shipping them. Orchestration-internal — invoked by the replicate-with-blocks\u002Fliberate orchestrators, not directly by users.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[462,463,466,467,468],{"name":17,"slug":18,"type":15},{"name":464,"slug":465,"type":15},"Screenshots","screenshots",{"name":23,"slug":24,"type":15},{"name":433,"slug":434,"type":15},{"name":389,"slug":390,"type":15},"2026-06-08T08:17:45.698278",{"slug":471,"name":471,"fn":472,"description":473,"org":474,"tags":475,"stars":25,"repoUrl":26,"updatedAt":484},"diagnose","debug failed data extraction processes","Debug failed or low-quality extractions by analyzing logs, probing the source site, and identifying root causes",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[476,477,480,483],{"name":386,"slug":387,"type":15},{"name":478,"slug":479,"type":15},"Debugging","debugging",{"name":481,"slug":482,"type":15},"Logs","logs",{"name":17,"slug":18,"type":15},"2026-05-10T05:48:11.267642",21,{"items":487,"total":657},[488,507,520,534,551,566,576,591,606,617,630,646],{"slug":489,"name":489,"fn":490,"description":491,"org":492,"tags":493,"stars":504,"repoUrl":505,"updatedAt":506},"annotate","collect visual feedback with browser annotation tools","Open a browser with visual annotation tools. The user clicks elements on their site and leaves feedback — the agent reads annotations and makes changes. Use this when the user wants to point at specific elements to fix, tweak, or redesign.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[494,495,498,501],{"name":453,"slug":454,"type":15},{"name":496,"slug":497,"type":15},"Productivity","productivity",{"name":499,"slug":500,"type":15},"UX Copy","ux-copy",{"name":502,"slug":503,"type":15},"UX Design","ux-design",484,"https:\u002F\u002Fgithub.com\u002FAutomattic\u002Fstudio","2026-05-06T05:40:01.516544",{"slug":508,"name":508,"fn":509,"description":510,"org":511,"tags":512,"stars":504,"repoUrl":505,"updatedAt":519},"block-content","write editable WordPress block markup","Write editable WordPress block markup for local Studio sites, including core\u002Fhtml limits, block-theme layout rules, full-width sections, validation, and skeleton-first page\u002FCSS recipes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[513,514,517,518],{"name":399,"slug":400,"type":15},{"name":515,"slug":516,"type":15},"CSS","css",{"name":405,"slug":406,"type":15},{"name":389,"slug":390,"type":15},"2026-05-27T07:01:55.629681",{"slug":521,"name":521,"fn":522,"description":523,"org":524,"tags":525,"stars":504,"repoUrl":505,"updatedAt":533},"hosting-plans-helper","provide WordPress.com hosting plan information","Answer WordPress.com plan, pricing, upgrade, and feature-tier questions (plan names, what each tier unlocks — plugins, themes, custom code, SSH, hosting — and current prices) from authoritative live data. Load before answering ANY plan, pricing, or feature-gating question; never answer these from memory.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[526,529,532],{"name":527,"slug":528,"type":15},"Pricing","pricing",{"name":530,"slug":531,"type":15},"Reference","reference",{"name":389,"slug":390,"type":15},"2026-07-02T07:42:33.654791",{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":504,"repoUrl":505,"updatedAt":550},"liberate","migrate websites to WordPress","Import and rebuild a website from a closed platform (Wix, Squarespace, Webflow, Shopify, GoDaddy, Hostinger, HubSpot, Weebly) into a Studio WordPress site. Extracts pages\u002Fposts\u002Fproducts + media, then reconstructs the design as editable blocks + WooCommerce OR as a high-fidelity replica theme. Invoke when the user wants to migrate, import, liberate, or rebuild a site from one of these platforms.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[540,543,546,549],{"name":541,"slug":542,"type":15},"CMS","cms",{"name":544,"slug":545,"type":15},"Migration","migration",{"name":547,"slug":548,"type":15},"Web Development","web-development",{"name":389,"slug":390,"type":15},"2026-07-09T06:47:33.454311",{"slug":552,"name":552,"fn":553,"description":554,"org":555,"tags":556,"stars":504,"repoUrl":505,"updatedAt":565},"need-for-speed","run frontend performance audits for WordPress sites","Run a frontend performance audit on a WordPress site and get actionable optimization recommendations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[557,560,561,564],{"name":558,"slug":559,"type":15},"Audit","audit",{"name":453,"slug":454,"type":15},{"name":562,"slug":563,"type":15},"Performance","performance",{"name":389,"slug":390,"type":15},"2026-05-06T05:40:06.433267",{"slug":567,"name":567,"fn":568,"description":569,"org":570,"tags":571,"stars":504,"repoUrl":505,"updatedAt":575},"plugin-recommendations","recommend WordPress plugins for site features","Choose recommended plugins and plugin-provided blocks for features core WordPress blocks do not cover - ecommerce (WooCommerce), forms and newsletters (Jetpack), online courses and quizzes (Sensei LMS), polls, surveys and ratings (Crowdsignal), spam protection (Akismet) - while keeping generated content editable and avoiding raw HTML fallbacks. Any request to sell products or build a shop, store, or storefront requires WooCommerce with products.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[572,573,574],{"name":402,"slug":403,"type":15},{"name":420,"slug":421,"type":15},{"name":389,"slug":390,"type":15},"2026-05-27T07:01:58.249105",{"slug":577,"name":577,"fn":578,"description":579,"org":580,"tags":581,"stars":504,"repoUrl":505,"updatedAt":590},"rank-me-up","run on-page SEO audits for WordPress sites","Run an on-page SEO audit on a WordPress site and get actionable recommendations to improve search visibility.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[582,583,586,589],{"name":558,"slug":559,"type":15},{"name":584,"slug":585,"type":15},"Marketing","marketing",{"name":587,"slug":588,"type":15},"SEO","seo",{"name":389,"slug":390,"type":15},"2026-05-06T05:40:05.196367",{"slug":592,"name":592,"fn":593,"description":594,"org":595,"tags":596,"stars":504,"repoUrl":505,"updatedAt":605},"site-spec","gather specifications for new WordPress sites","Gather the site name and layout preference before building a WordPress site. Run this before creating any new site.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[597,598,601,604],{"name":447,"slug":448,"type":15},{"name":599,"slug":600,"type":15},"Product Management","product-management",{"name":602,"slug":603,"type":15},"Specs","specs",{"name":389,"slug":390,"type":15},"2026-05-06T05:40:02.739409",{"slug":607,"name":607,"fn":608,"description":609,"org":610,"tags":611,"stars":504,"repoUrl":505,"updatedAt":616},"studio-cli","manage local WordPress sites with Studio CLI","Use the Studio CLI to manage local WordPress sites, authentication, and preview sites. Invoke this skill when you need to run Studio CLI commands, manage sites, or troubleshoot site issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[612,615],{"name":613,"slug":614,"type":15},"CLI","cli",{"name":389,"slug":390,"type":15},"2026-04-06T18:02:57.150231",{"slug":618,"name":618,"fn":619,"description":620,"org":621,"tags":622,"stars":504,"repoUrl":505,"updatedAt":629},"taxonomist","optimize WordPress category taxonomy","Analyze and optimize a WordPress site's category taxonomy. Exports all posts, uses AI to suggest an improved category structure — merging duplicates, retiring dead categories, creating missing ones, writing descriptions, and re-categorizing posts. Run this when the user wants to clean up or improve their categories.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[623,626,627,628],{"name":624,"slug":625,"type":15},"Content Strategy","content-strategy",{"name":383,"slug":384,"type":15},{"name":587,"slug":588,"type":15},{"name":389,"slug":390,"type":15},"2026-05-06T05:40:03.966799",{"slug":631,"name":631,"fn":632,"description":633,"org":634,"tags":635,"stars":504,"repoUrl":505,"updatedAt":645},"visual-design","plan and execute visual design direction","Plan and execute high-quality visual direction for site creation, redesign, layout, typography, color, motion, and visual polish.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[636,639,640,643],{"name":637,"slug":638,"type":15},"Animation","animation",{"name":447,"slug":448,"type":15},{"name":641,"slug":642,"type":15},"Typography","typography",{"name":644,"slug":631,"type":15},"Visual Design","2026-07-24T05:40:57.887452",{"slug":647,"name":647,"fn":648,"description":649,"org":650,"tags":651,"stars":504,"repoUrl":505,"updatedAt":656},"visual-polish","verify and polish website visual design","Verify and polish a built or redesigned site by diagnosing rendered-DOM issues against intent and fixing them in a planned, batched screenshot-and-fix loop.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[652,653,654,655],{"name":478,"slug":479,"type":15},{"name":453,"slug":454,"type":15},{"name":464,"slug":465,"type":15},{"name":644,"slug":631,"type":15},"2026-06-06T07:09:59.809812",81]