Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,14 @@
"keywords": ["please-plugins", "discovery", "marketplace", "auto-detect", "setup"],
"tags": ["tooling", "discovery"],
"source": "./plugins/please-plugins"
},
{
"name": "wordpress",
"description": "Expert-level WordPress knowledge for AI coding assistants — blocks, themes, plugins, and best practices",
"category": "framework",
"keywords": ["wordpress", "blocks", "themes", "plugins", "gutenberg", "php"],
"tags": ["framework", "cms"],
"source": "./plugins/wordpress"
}
]
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ Write beautiful documentations with Nuxt and Markdown.

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

#### WordPress
Expert-level WordPress knowledge for AI coding assistants — blocks, themes, plugins, and best practices.

**Install:** `/plugin install wordpress@pleaseai` | **Source:** [plugins/wordpress](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/wordpress)
Comment thread
amondnet marked this conversation as resolved.

## Quick Start

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

## What Are Claude Code Plugins?
Expand Down
Loading
Loading