Files
cursor__plugins/design/.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

29 lines
707 B
JSON

{
"name": "design",
"displayName": "Design",
"version": "1.0.0",
"description": "UX specs, design systems, and developer handoff. Translates product requirements into design specs with handoff checklists, and reviews solutions for usability and implementation readiness.",
"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": [
"design",
"ux",
"ui",
"figma",
"design-system"
],
"category": "utilities",
"tags": [
"design",
"ux",
"handoff"
],
"skills": "./skills/"
}