Skip to content

Commit ac47654

Browse files
authored
feat(marketplace): add Vercel plugin to marketplace (#101)
Add the Vercel deployment platform plugin sourced from github.com/vercel/vercel-plugin. Update marketplace.json with the plugin entry (category: deployment) and document it in README.md with install instructions.
1 parent c46242b commit ac47654

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,16 @@
404404
"keywords": ["tosspayments", "payment", "checkout", "korea"],
405405
"tags": ["mcp", "payment"],
406406
"source": "./plugins/tosspayments"
407+
},
408+
{
409+
"name": "vercel",
410+
"description": "Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.",
411+
"category": "deployment",
412+
"source": {
413+
"source": "url",
414+
"url": "https://github.com/vercel/vercel-plugin.git"
415+
},
416+
"homepage": "https://github.com/vercel/vercel-plugin"
407417
}
408418
]
409419
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ Token-efficient browser automation CLI for coding agents — navigate, interact,
6363

6464
**Install:** `/plugin install playwright-cli@pleaseai` | **Repository:** [pleaseai/playwright-cli](https://github.com/pleaseai/playwright-cli)
6565

66+
#### Vercel
67+
Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.
68+
69+
**Install:** `/plugin install vercel@pleaseai` | **Repository:** [vercel/vercel-plugin](https://github.com/vercel/vercel-plugin)
70+
6671
---
6772

6873
### Built-in Plugins
@@ -250,6 +255,7 @@ Once the marketplace is added, install any plugin with:
250255
/plugin install grafana@pleaseai
251256
/plugin install chrome-devtools-mcp@pleaseai
252257
/plugin install playwright-cli@pleaseai
258+
/plugin install vercel@pleaseai
253259

254260
# Built-in plugins
255261
/plugin install plugin-dev@pleaseai

0 commit comments

Comments
 (0)