WordPress Production Build Kit
Ship production-grade, block-first WordPress themes and plugins with CI/CD and accessibility baked in.
- Scaffold accessible FSE block themes from a design spec or Figma tokens.
- Audit legacy themes for modern block-editor compatibility and security.
- Automate WPCS-compliant code linting and GitHub Actions deployment workflows.
$19
/moSubscription · cancel anytime
Secure checkout via Stripe
- Always the latest version
- Delivered live to your agent via MCP
- Cancel anytime, access ends at period end
Sample input
Audit my current theme code and help me move the custom post types out of functions.php into a proper plugin structure.
Sample output
MODE: HARDEN-BUILD
| # | Gap | Standard | Priority | Fix | |---|---|---|---|---| | 1 | Post types in functions.php | 3 | P1 | Extract to namespaced plugin | | 2 | No PHPCS gate | 2 | P0 | Add phpcs.xml.dist + CI gate |
Patch 1: New Plugin src/plugins/my-cpt-logic.php
(Namespaced code follows...)
WordPress Production Build Kit
Ship production-grade, block-first WordPress themes and plugins with CI/CD and accessibility baked in.
$19
/moSubscription · cancel anytime
Secure checkout via Stripe
- Always the latest version
- Delivered live to your agent via MCP
- Cancel anytime, access ends at period end
Included in download
- Downloadable skill package
- Works with Cursor, Codex CLI
- Instant install
Sample input
Audit my current theme code and help me move the custom post types out of functions.php into a proper plugin structure.
Sample output
MODE: HARDEN-BUILD
| # | Gap | Standard | Priority | Fix | |---|---|---|---|---| | 1 | Post types in functions.php | 3 | P1 | Extract to namespaced plugin | | 2 | No PHPCS gate | 2 | P0 | Add phpcs.xml.dist + CI gate |
Patch 1: New Plugin src/plugins/my-cpt-logic.php
(Namespaced code follows...)
Screenshots
About This Skill
What it does
The WordPress Production Build Kit is a specialized engineering skill that transforms an AI agent into a senior WordPress developer. It eliminates the "fragile build" problem by enforcing modern, production-grade standards: Full Site Editing (FSE), block-first architecture, and CI/CD-driven deployments.
Why use this skill
Most AI-generated WordPress code is "spaghetti" — logic mixed into themes, hard-coded HTML, and ignored security standards. This skill "holds the line" on professional engineering. It ensures functionality is abstracted into plugins, design tokens are centralized in theme.json, and every line of code is WPCS-compliant and accessible (WCAG 2.1 AA) by default.
Supported tools & frameworks
- WordPress Core: Full Site Editing (FSE), Block API, and Block Bindings.
- Standards: WPCS (WordPress Coding Standards) via PHPCS.
- DevOps: GitHub Actions/CI workflows for automated deployment and linting.
- Frontend:
theme.jsondesign tokens and semantic HTML5.
The Output
The skill operates in two modes: BUILD (producing a full scaffold including a block theme, feature-specific plugins, and CI configuration) or HARDEN-BUILD (an audit of existing code with a prioritized, scored upgrade plan and ready-to-merge patches).
Use Cases
- Scaffold accessible FSE block themes from a design spec or Figma tokens.
- Audit legacy themes for modern block-editor compatibility and security.
- Automate WPCS-compliant code linting and GitHub Actions deployment workflows.
- Extract theme spaghetti into reusable, namespaced WordPress plugins.
- Modernize existing templates into reusable block patterns and block.json components.
Known Limitations
- Not for security hardening of live sites.
- Not for non-WordPress PHP projects.
- Focuses on engineering standards, not visual UI design or SEO content optimization.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/wordpress-production-build-kit -o /tmp/wordpress-production-build-kit.zip && unzip -o /tmp/wordpress-production-build-kit.zip -d ~/.claude/skills && rm /tmp/wordpress-production-build-kit.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Works with any SKILL.md-compatible agent (Claude Code, Cursor, Codex CLI, Gemini CLI, OpenCode). Targets current stable WordPress + supported PHP and states assumptions for older targets. Best with repo access so it can scaffold files and wire CI.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
World-Class Site & App Design
Every AI-built UI looks generic and templated. This skill teaches your agent to actually match the design to the project, the industry, and the audience.

Legacy Code Modernization Planner for AI Coding Agents
Creates safe modernization roadmaps for old, messy, undocumented, or fragile codebases, including risk audits, refactor phases, dependency reviews, testing plans, migration steps, and AI coding prompts.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.