diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json new file mode 100644 index 000000000..f8564c9f4 --- /dev/null +++ b/.cursor-plugin/plugin.json @@ -0,0 +1,41 @@ +{ + "name": "shadcn", + "displayName": "shadcn/ui", + "version": "1.0.0", + "description": "Official shadcn/ui Cursor plugin. Loads the shadcn agent skill (skills/shadcn/SKILL.md) and registers the shadcn MCP server (npx shadcn@latest mcp) so Cursor agents can browse registries, search, view, install, and audit components.", + "author": { + "name": "shadcn" + }, + "homepage": "https://ui.shadcn.com", + "repository": "https://github.com/shadcn-ui/ui", + "license": "MIT", + "logo": "skills/shadcn/assets/shadcn.png", + "keywords": [ + "shadcn", + "shadcn-ui", + "ui", + "components", + "tailwind", + "tailwindcss", + "radix", + "react", + "design-system", + "registry", + "mcp" + ], + "category": "developer-tools", + "tags": [ + "ui", + "components", + "design-system", + "react", + "tailwind" + ], + "skills": "./skills/", + "mcpServers": { + "shadcn": { + "command": "npx", + "args": ["shadcn@latest", "mcp"] + } + } +}