Skip to content

Commit 733303b

Browse files
authored
feat(wordpress): add WordPress plugin to marketplace (#137)
* feat(wordpress): add WordPress plugin to marketplace Add WordPress plugin with expert-level knowledge for blocks, themes, plugins, and best practices. Includes marketplace registration, README documentation, and release-please configuration. * docs: add wordpress plugin to manual installation list The Available Plugins section added the WordPress plugin but the manual installation code block was not updated to include it, making the bulk install guidance inconsistent.
1 parent 6f502e2 commit 733303b

84 files changed

Lines changed: 5521 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,14 @@
487487
"keywords": ["please-plugins", "discovery", "marketplace", "auto-detect", "setup"],
488488
"tags": ["tooling", "discovery"],
489489
"source": "./plugins/please-plugins"
490+
},
491+
{
492+
"name": "wordpress",
493+
"description": "Expert-level WordPress knowledge for AI coding assistants — blocks, themes, plugins, and best practices",
494+
"category": "framework",
495+
"keywords": ["wordpress", "blocks", "themes", "plugins", "gutenberg", "php"],
496+
"tags": ["framework", "cms"],
497+
"source": "./plugins/wordpress"
490498
}
491499
]
492500
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@ Write beautiful documentations with Nuxt and Markdown.
237237

238238
**Install:** `/plugin install docus@pleaseai` | **Source:** [plugins/docus](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/docus)
239239

240+
#### WordPress
241+
Expert-level WordPress knowledge for AI coding assistants — blocks, themes, plugins, and best practices.
242+
243+
**Install:** `/plugin install wordpress@pleaseai` | **Source:** [plugins/wordpress](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/wordpress)
244+
240245
## Quick Start
241246

242247
The fastest way to get started — install the marketplace and let the plugin recommender auto-detect what you need:
@@ -314,6 +319,7 @@ Once the marketplace is added, install any plugin individually:
314319
/plugin install markitdown@pleaseai
315320
/plugin install chat-sdk@pleaseai
316321
/plugin install docus@pleaseai
322+
/plugin install wordpress@pleaseai
317323
```
318324

319325
## What Are Claude Code Plugins?

0 commit comments

Comments
 (0)