Files
cursor__plugins/create-plugin/.cursor-plugin/plugin.json
Cursor Agent c5b04a5445 Make plugin descriptions client-agnostic
Drop 'Cursor' from plugin descriptions in the marketplace manifest and
per-plugin manifests so they read correctly in any agent client, and
resync the README table that mirrors them.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-11 17:37:00 +00:00

30 lines
751 B
JSON

{
"name": "create-plugin",
"displayName": "Create Plugin",
"version": "1.0.0",
"description": "Scaffold and validate new agent plugins. Handles directory setup, manifest generation, and pre-submission quality checks for the marketplace.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/avatar.png",
"keywords": [
"create-plugin",
"cursor-plugin",
"marketplace",
"plugin-authoring"
],
"category": "developer-tools",
"tags": [
"meta",
"authoring",
"templates"
],
"skills": "./skills/",
"rules": "./rules/",
"agents": "./agents/"
}