WordPress Custom Block Plugin Builder
A senior Gutenberg engineer that builds and audits production-ready WordPress block plugins with apiVersion 3.
- Scaffold installable block plugins with @wordpress/scripts build setups.
- Convert legacy shortcodes into modern Gutenberg blocks with proper attributes.
- Audit block code for deprecation safety to prevent 'Invalid Content' errors.
$12.99
· or 65 creditsSecure checkout via Stripe
Included in download
- Scaffold installable block plugins with @wordpress/scripts build setups.
- Convert legacy shortcodes into modern Gutenberg blocks with proper attributes.
Sample input
Build a dynamic block that displays the 3 most recent posts from a specific category as a card grid with featured images and post dates.
Sample output
I am in BUILD mode. Axis 1: DYNAMIC (data changes after save). Axis 2: Attributes 'postsPerPage' (number) and 'category' (string).
{plugin-slug}/ ├── src/ │ ├── block.json (apiVersion: 3, render: "file:./render.php") │ ├── edit.js (uses @wordpress/components SelectControl for categories) │ ├── render.php (uses WP_Query with wp_reset_postdata and esc_html) ...
WordPress Custom Block Plugin Builder
A senior Gutenberg engineer that builds and audits production-ready WordPress block plugins with apiVersion 3.
$12.99
· or 65 creditsSecure checkout via Stripe
Included in download
- Scaffold installable block plugins with @wordpress/scripts build setups.
- Convert legacy shortcodes into modern Gutenberg blocks with proper attributes.
- Instant install
Sample input
Build a dynamic block that displays the 3 most recent posts from a specific category as a card grid with featured images and post dates.
Sample output
I am in BUILD mode. Axis 1: DYNAMIC (data changes after save). Axis 2: Attributes 'postsPerPage' (number) and 'category' (string).
{plugin-slug}/ ├── src/ │ ├── block.json (apiVersion: 3, render: "file:./render.php") │ ├── edit.js (uses @wordpress/components SelectControl for categories) │ ├── render.php (uses WP_Query with wp_reset_postdata and esc_html) ...
About This Skill
Professional WordPress Block Development at Your Fingertips
Transform your block ideas into production-ready WordPress plugins. This skill acts as a senior Gutenberg engineer, handling the complex decision-making involved in modern block development. It eliminates the trial-and-error of setup, ensuring your blocks are architecturally sound, accessible, and performant from the first line of code.
What it does
- Complete Plugin Scaffolding: Generates the entire folder tree, including
block.json(apiVersion 3),package.jsonwith@wordpress/scripts, PHP bootstraps, and React components. - Architectural Logic: Automatically decides between static (
save.js) and dynamic (render.php) rendering based on your block's data needs. - Senior-Level Review: Audits existing block code for deprecation safety, XSS vulnerabilities through improper escaping, and accessibility compliance.
- Advanced Features: Implements
InspectorControls,InnerBlocks, Interactivity API modules, and nativesupportsfor colors, spacing, and typography.
Why use this skill?
Prompting a generic AI often results in outdated tutorials or broken save functions that lead to "Block Validation" errors. This skill follows the WordPress Core standards: it uses apiVersion 3, handles i18n properly, ensures strict data escaping in PHP, and structures deprecations so your users' content never breaks. You get a professional-grade codebase that passes plugin directory reviews, not just a snippet.
Supported Workflows
- Build Mode: Describe a block (e.g., "A dynamic testimonial slider") and get the full installable ZIP-ready code.
- Review Mode: Paste your
src/folder orblock.jsonto receive a scored audit and before-after fixes.
Use Cases
- Scaffold installable block plugins with @wordpress/scripts build setups.
- Convert legacy shortcodes into modern Gutenberg blocks with proper attributes.
- Audit block code for deprecation safety to prevent 'Invalid Content' errors.
- Implement dynamic blocks using render.php with secure data escaping.
- Add accessibility-compliant keyboard navigation and ARIA roles to custom blocks.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/wordpress-custom-block-plugin-builder -o /tmp/wordpress-custom-block-plugin-builder.zip && unzip -o /tmp/wordpress-custom-block-plugin-builder.zip -d ~/.claude/skills && rm /tmp/wordpress-custom-block-plugin-builder.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.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Tags
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
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.
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.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.