By sejas
WordPress development skills for Claude Code — local site management with Studio CLI, WordPress core contributions via Trac and Gutenberg, and Studio site debugging.
This skill should be used when the user asks to "create a WordPress site", "start a local WordPress site", "develop a WordPress plugin", "develop a WordPress theme", "share a preview site", "preview my site", "send a site to a client", "publish to WordPress.com", "run WP-CLI", "configure WordPress site", "set up custom domain", "enable HTTPS", "change PHP version", "create site with blueprint", "manage local WordPress sites", "list my sites", "stop a site", "delete a site", "debug WordPress with Xdebug", "set up WooCommerce locally", "export or import WordPress content", "run a database query", or mentions Studio CLI, local WordPress development, or WordPress Playground. Covers site lifecycle, preview sharing, WP-CLI integration, blueprints, and debugging.
Debug WordPress Studio local sites — inspect SQLite database, check logs, troubleshoot plugins/themes, and diagnose common issues in the Studio local environment.
This skill should be used when the user asks to "contribute to WordPress core", "fix a WordPress bug", "create a Trac patch", "contribute to Gutenberg", "find a good first bug", "submit a WordPress patch", "work on WordPress core", "set up a core development environment", "WordPress core development", "fix a Gutenberg issue", "create a PR for Gutenberg", "find good first issues", "work on a Trac ticket", "test a WordPress patch", "review a WordPress patch", or mentions WordPress core contributions, Trac patches, or Gutenberg PRs. Covers both Trac (core) and GitHub (Gutenberg) contribution workflows using Studio CLI.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
WordPress development skills for Claude Code — local site management with Studio CLI, WordPress core contributions via Trac and Gutenberg, and Studio site debugging.
| Skill | Description |
|---|---|
| studio-cli | Create and manage local WordPress sites powered by WordPress Playground. Covers site lifecycle, preview sharing, WP-CLI integration, blueprints, custom domains, and debugging with Xdebug. |
| wp-core-contributing | Contribute to WordPress core via Trac patches or Gutenberg GitHub PRs. Includes decision tree for choosing the right path, environment setup, and full contribution workflows. |
| studio-debug | Debug WordPress Studio local sites — inspect SQLite database, check logs, troubleshoot plugins/themes, and diagnose common issues including a plugin bisect script. |
npx skills add sejas/wp-skills
claude plugin add sejas/wp-skills
git clone https://github.com/sejas/wp-skills.git ~/.claude/plugins/wp-skills
Then add to your Claude Code configuration:
{
"plugins": ["~/.claude/plugins/wp-skills"]
}
Copy the skills/ directory into your project's .claude/skills/ directory for project-scoped skills.
These skills use a three-level loading system to keep Claude's context window lean:
This means a typical conversation loads only the content it needs — saving thousands of tokens compared to loading everything upfront.
For a detailed explanation, see skills/wp-core-contributing/PROGRESSIVE-DISCLOSURE.md.
Version is tracked in three locations and must stay in sync:
.claude-plugin/plugin.json — version fieldpackage.json — version fieldskills/*/SKILL.md — version in YAML frontmatterMIT
npx claudepluginhub sejas/wp-skillsSpec-driven development skills that leverage AI to optimize daily coding workflows and improve productivity.
WordPress skills and commands for Claude Code
Build custom WordPress blocks and editor components with modern JavaScript. For developers extending WordPress with interactive content.
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.
WordPress plugin development with hooks, security, REST API, custom post types. Use for plugin creation, $wpdb queries, Settings API, or encountering SQL injection, XSS, CSRF, nonce errors.
Professional WordPress engineering skills for Claude Code — performance optimization, security auditing, Gutenberg block development, and theme/plugin best practices
Authoring toolkit and quality gate for Claude Code plugins. Scaffolds and audits every component — skills, commands, agents, hooks, MCP servers, themes, dependencies, userConfig, and Routines — with a deterministic `validate` command (opt-in auto-fix), a pre-publish containment scan that catches leaked home paths and secrets, and the `plugin-creation` authoring skill. Tracks the current plugin spec: hook handler types and pre-spawn filters, exec-form args, JSON output controls, subfolder agent scoping, single-skill auto-discovery, and cross-marketplace dependencies.