Files
cursor__plugins/create-plugin/.cursor-plugin/plugin.json
eriknson 2ea22ffa0b Expand plugin descriptions for better marketplace context
Adds a second sentence to each plugin description that summarizes
what the plugin actually provides, verified against skill, rule,
and agent content. First sentence preserved for truncated display.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 12:51:56 +01:00

30 lines
752 B
JSON

{
"name": "create-plugin",
"displayName": "Create Plugin",
"version": "1.0.0",
"description": "Scaffold and validate new Cursor 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/"
}