Files
ericzakariasson 7067f9d340 Add displayName to all plugin manifests
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 18:24:16 -08:00

28 lines
604 B
JSON

{
"name": "learning",
"displayName": "Learning",
"version": "1.0.0",
"description": "Cursor plugin for learning workflows: skill mapping, practice plans, and feedback loops",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"keywords": [
"learning",
"study-plan",
"practice",
"feedback",
"mentorship"
],
"category": "utilities",
"tags": [
"learning",
"education",
"practice"
],
"skills": "./skills/"
}