Agent skills for building WordPress themes and sites with AI
npx claudepluginhub automattic/wordpress-agent-skillsCreate WordPress block themes from simple descriptions and deploy them to a local WordPress Studio site, or, generate professional themes through an interactive workflow: describe your site, choose from design options, and preview on a real WordPress installation.
Create WordPress block themes from simple descriptions and deploy them to a local WordPress Studio site. Generate professional themes through an interactive workflow: describe your site, choose from design options, and preview on a real WordPress installation.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
This repository contains early prototypes of Agent Skills for building WordPress themes/sites and easily sharing them with the world. These are currently released as beta software and recommended for developers and AI enthusiasts to test and provide feedback on. The code is not production-ready and may contain bugs, security issues, and other problems. Use at your own risk.
As with all things AI, don't believe everything the model tells you.
Install WordPress Studio and enable the CLI if you haven't already.
Install the Claude Code plugin using one of the options below:
Option A — via HTTPS:
claude plugin marketplace add https://github.com/Automattic/wordpress-agent-skills.git
claude plugin install create-wp-site@wordpress-agent-skills
Option B — updating an existing plugin: If you already have the plugin installed and want to get the latest changes, you can run:
claude plugin marketplace update wordpress-agent-skills
claude plugin update create-wp-site@wordpress-agent-skills
Open Claude Code in your WordPress Studio home folder (Usually ~/Studio) and run either:
/quick-build command to start the quick interactive workflow for generating a WordPress block theme with an index.html landing page template and deploying it to your local Studio site.
Or/design-site command for a more in-depth interactive workflow that starts with defining a design direction and style tokens, then generating initial page layouts, followed by a full custom theme build with content pages deployed to your local Studio site.Important - If you have images, logos, other documents related to the site design then drag the folder containing these into the Claude Code terminal window and it will use these assets as part of the theme generation process.
studio-mcp/README.md for details)Open the plugins menu in Cowork at bottom of the left sidebar

Add to marketplace from Github

Add link to https://github.com/Automattic/wordpress-agent-skills

Install Create WP Site plugin

/create-site command to start or select it from the plugins menuThe workflow: describe your site, review specs, pick a design direction from 3 previews, then the plugin generates a full WordPress block theme and deploys it to a local Studio site.
See claude-cowork/wp-site-creator/README.md for commands, skills, and details about how to manually install the plugin from your local repo.
The MCP server gives AI assistants (Claude Desktop, Cursor, Cowork) the ability to manage local WordPress sites — create sites, write files, run WP-CLI commands, and create shareable preview links.
See studio-mcp/README.md for setup and available tools.
This is early-stage experimentation. The plugins are not polished and the generated themes are not production-ready. The goal is to explore the possibilities and gather feedback on what works and what doesn't.
| Directory | What it is |
|---|---|
claude-code/wp-site-creator/ | Claude Code plugin — generates WordPress block themes from a description and deploys them to a local Studio site |
claude-cowork/wp-site-creator/ | Claude Cowork plugin — generates WordPress block themes from a description and deploys them to a local Studio site |
studio-mcp/ | WordPress Studio MCP server — connects Studio to AI tools via the Model Context Protocol |