mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
d2354423ae
Follow-up to #17 — adds the missing avatar for the create-plugin plugin. Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
651 B
JSON
30 lines
651 B
JSON
{
|
|
"name": "create-plugin",
|
|
"displayName": "Create Plugin",
|
|
"version": "1.0.0",
|
|
"description": "Scaffold and validate new Cursor plugins.",
|
|
"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/"
|
|
}
|