wordpress-plugin-development

Featured

WordPress plugin development workflow covering plugin architecture, hooks, admin interfaces, REST API, security best practices, and WordPress 7.0 features: Real-Time Collaboration, AI Connectors, Abilities API, DataViews, and PHP-only blocks.

Data & Documents 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# WordPress Plugin Development Workflow ## Overview Specialized workflow for creating WordPress plugins with proper architecture, hooks system, admin interfaces, REST API endpoints, and security practices. Now includes WordPress 7.0 features for modern plugin development. ## WordPress 7.0 Plugin Development ### Key Features for Plugin Developers 1. **Real-Time Collaboration (RTC) Compatibility** - Yjs-based CRDT for simultaneous editing - Custom transport via `sync.providers` filter - **Requirement**: Register post meta with `show_in_rest => true` 2. **AI Connector Integration** - Provider-agnostic AI via `wp_ai_client_prompt()` - Settings > Connectors admin screen - Works with OpenAI, Claude, Gemini, Ollama 3. **Abilities API** - Declare plugin capabilities for AI agents - REST API: `/wp-json/abilities/v1/manifest` - MCP adapter support 4. **DataViews & DataForm** - Modern admin interfaces - Replaces WP_List_Table patterns - Built-in validation 5. **PHP-Only Blocks** - Register blocks without JavaScript - Auto-generated Inspector controls ## When to Use This Workflow Use this workflow when: - Creating custom WordPress plugins - Extending WordPress functionality - Building admin interfaces - Adding REST API endpoints - Integrating third-party services - Implementing WordPress 7.0 AI/Collaboration features ## Workflow Phases ### Phase 1: Plugin Setup #### Skills to Invoke - `app-builder` - Project scaffolding - `backend-d...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category