Skip to content

Commit a2bffb3

Browse files
authored
docs(readme): add please-plugins entry and Quick Start section (#125)
- Add please-plugins (Plugin Recommender) to the Built-in Plugins list - Rename Installation section to Quick Start with guided setup flow - Add Manual Installation section for individual plugin installs - Add please-plugins to the manual install command examples
1 parent 5be65da commit a2bffb3

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ Vercel deployment platform integration. Manage deployments, check build status,
7272

7373
### Built-in Plugins
7474

75+
#### Please Plugins (Plugin Recommender)
76+
Auto-detect project dependencies and recommend matching Claude Code plugins from the pleaseai marketplace.
77+
78+
**Install:** `/plugin install please-plugins@pleaseai` | **Source:** [plugins/please-plugins](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/please-plugins)
79+
7580
#### Plugin Dev
7681
Best practices, guidelines, and validation tools for Claude Code plugin development.
7782

@@ -232,7 +237,26 @@ Write beautiful documentations with Nuxt and Markdown.
232237

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

235-
## Installation
240+
## Quick Start
241+
242+
The fastest way to get started — install the marketplace and let the plugin recommender auto-detect what you need:
243+
244+
```bash
245+
# 1. Add the marketplace
246+
/plugin marketplace add pleaseai/claude-code-plugins
247+
248+
# 2. Install the plugin recommender
249+
/plugin install please-plugins@pleaseai
250+
251+
# 3. Scan your project and install recommended plugins
252+
/please-plugins:setup
253+
```
254+
255+
The `please-plugins` plugin automatically detects your project's dependencies (`package.json`, lock files, `turbo.json`, etc.) and recommends matching plugins. It also watches for new package installs (`bun add`, `npm install`, `pnpm add`) and suggests plugins on the fly.
256+
257+
**Supported ecosystems:** Nuxt, Vue, Vite, Vitest, Pinia, VueUse, Prisma, Supabase, Firebase, Playwright, Sentry, Stripe, Mastra, AI SDK, Turborepo, pnpm, and more.
258+
259+
## Manual Installation
236260

237261
### Add This Marketplace
238262

@@ -242,7 +266,7 @@ Write beautiful documentations with Nuxt and Markdown.
242266

243267
### Install a Plugin
244268

245-
Once the marketplace is added, install any plugin with:
269+
Once the marketplace is added, install any plugin individually:
246270

247271
```bash
248272
# External plugins
@@ -258,6 +282,7 @@ Once the marketplace is added, install any plugin with:
258282
/plugin install vercel@pleaseai
259283

260284
# Built-in plugins
285+
/plugin install please-plugins@pleaseai
261286
/plugin install plugin-dev@pleaseai
262287
/plugin install gatekeeper@pleaseai
263288
/plugin install cubic@pleaseai

0 commit comments

Comments
 (0)