WP Manifestindependent plugin directory
manifest / ai / block-design-abilities

Block Design Abilities

Create or modify block templates, pages, posts or patterns using AI

by Arkenon · github.com/arkenon/block-design-abilities

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/arkenon/block-design-abilities/archive/refs/heads/main.zip

Declares an update source (https://github.com/Arkenon/block-design-abilities), so updates arrive through the plugin's own updater.

From the readme

Block Design Abilities A WordPress Abilities API plugin for creating and modifying block templates, pages, posts, and patterns using AI. - Author: Arkenon - Version: 1.0.2 - License: GPL v2 or later - GitHub: https://github.com/Arkenon/block-design-abilities Requirements | Requirement | Minimum Version | |---|---| | WordPress | 6.9+ | | PHP | 7.4+ | | Block Theme | Required | Multisite network compatible. Dependencies wp-blockmarkup-mcp is a local MCP server that extracts, validates, and indexes every Gutenberg block from WordPress core, WooCommerce, or any block-based plugin you work with. It gives AI tools like Claude Code a verified database of block schemas, attributes, and validated markup examples to query — instead of relying on training data that hallucinates block structures, invents attributes, and produces markup that triggers "Attempt Block Recovery" in the editor. mcp-adapter-wordpress-remote bridges WordPress's Abilities API with the MCP specification, providing a standardized way for AI agents to interact with WordPress functionality. It includes HTTP and STDIO transport support, comprehensive error handling, and an extensible architecture for custom integrat

Read the full README on GitHub →