Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,9 +17,6 @@ Marketplace plugins for Reforma. Each plugin is a folder with `.reforma-plugin/p
| react-best-practices | [React Best Practices](marketplace/playbooks/react-best-practices) | Vercel | Playbooks | Keep the app fast — React and Next.js performance patterns |
| i18n | [i18n](marketplace/playbooks/i18n) | Reforma | Playbooks | Multiple languages — translated copy and a language switcher for the app |
| booking | [Booking](marketplace/playbooks/booking) | Reforma | Playbooks | Book a call, pick a slot, or show an event calendar — no third-party account |
| shadcn-tailwind | [shadcn / Tailwind](marketplace/system/shadcn-tailwind) | shadcn | System | Skills and MCP that help build components with shadcn and Tailwind. |
| visuals | [Visuals](marketplace/system/visuals) | Reforma | System | Type, color, marks, and icons for this product |
| nextjs | [Next.js](marketplace/system/nextjs) | Reforma | System | App Router — routes, Server Actions, caching, and proxy.ts |
| coss | [coss](marketplace/ui/coss) | coss | UI | Extra components and particle effects beyond the default shadcn set |
| flexnative | [Flexnative](marketplace/ui/flexnative) | Flexnative | UI | Ready-made page blocks and patterns — drop in a section instead of assembling it |
| magic-ui | [Magic UI](marketplace/ui/magic-ui) | Magic UI | UI | Animated marketing pieces — shine, marquee, shimmer, and that kind of polish |
Expand All@@ -33,7 +30,7 @@ Marketplace plugins for Reforma. Each plugin is a folder with `.reforma-plugin/p
| dropbox | [Dropbox](https://github.com/dropbox/dropbox-ai-plugins/tree/main/codex) | Dropbox | Files | Files in Dropbox — save, share, and pull them into the project |
| cloudinary | [Cloudinary](marketplace/files/cloudinary) | Cloudinary | Files | Images and video in the cloud — upload, transform, and deliver them |
| slack | [Slack](marketplace/workspace/slack) | Slack | Workspace | The team’s Slack — channels, threads, and posts from the project |
| github-mcp | [GitHub](marketplace/workspace/github-mcp) | GitHub | Workspace | GitHub in the project — issues, pull requests, and the repo |
| github | [GitHub](marketplace/workspace/github) | GitHub | Workspace | GitHub in the project — issues, pull requests, and the repo |
| clerk | [Clerk](marketplace/auth/clerk) | Clerk | Auth | Drop-in auth — sign-in, organizations, and user accounts for the app |
| supabase | [Supabase](https://github.com/supabase-community/supabase-plugin) | Supabase | Backend | Backend for the app — database, auth, and file storage |
| stripe | [Stripe](https://github.com/stripe/ai/tree/main/providers/cursor/plugin) | Stripe | Payments | Accept payments, manage customers, and handle subscriptions |
Expand Down
30 changes: 9 additions & 21 deletions marketplace.json
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
{
"categories": [
{
"id": "system",
"name": "System",
"plugins": [
{
"name": "shadcn-tailwind",
"source": "./marketplace/system/shadcn-tailwind"
},
{
"name": "visuals",
"source": "./marketplace/system/visuals"
},
{
"name": "nextjs",
"source": "./marketplace/system/nextjs"
}
]
},
{
"id": "moods",
"name": "Moods",
Expand DownExpand Up@@ -118,7 +100,10 @@
"source": "https://github.com/motiondivision/cursor-plugin/tree/1140efe9ad5e03c689ea6bb19d9d3850a4dae5f7/plugins/motion",
"displayName": "Motion",
"description": "Animation for the web — springs, gestures, and layout motion",
"brandColor": "#000000"
"brandColor": "#000000",
"agent": {
"mentions": []
}
},
{
"name": "remotion",
Expand DownExpand Up@@ -149,15 +134,18 @@
"source": "https://github.com/linear/cursor-plugin/tree/c2c4cb2ab23206c9219b0dd31c9571e4c922faeb",
"displayName": "Linear",
"description": "The issue tracker — bugs, projects, and docs from Linear",
"brandColor": "#000000"
"brandColor": "#000000",
"agent": {
"mentions": ["linear.app"]
}
},
{
"name": "slack",
"source": "./marketplace/workspace/slack"
},
{
"name": "github",
"source": "./marketplace/workspace/github-mcp"
"source": "./marketplace/workspace/github"
}
]
},
Expand Down
3 changes: 3 additions & 0 deletions marketplace/automation/make/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,9 @@
},
"mcpServers": "./mcp.json",
"logo": "assets/logo.svg",
"agent": {
"mentions": ["make.com"]
},
"interface": {
"displayName": "Make",
"brandColor": "#6D00CC",
Expand Down
3 changes: 3 additions & 0 deletions marketplace/backend/neon/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,9 @@
},
"mcpServers": "./mcp.json",
"logo": "assets/logo.svg",
"agent": {
"mentions": ["neon.tech"]
},
"interface": {
"displayName": "Neon",
"brandColor": "#00E599",
Expand Down
3 changes: 3 additions & 0 deletions marketplace/media/fal/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,6 +6,9 @@
"url": "https://fal.ai"
},
"mcpServers": "./mcp.json",
"agent": {
"mentions": ["fal.ai"]
},
"variables": {
"type": "object",
"properties": {
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,9 +9,6 @@
"homepage": "https://github.com/anthropics/skills/tree/main/skills/frontend-design",
"repository": "https://github.com/anthropics/skills",
"license": "Apache-2.0",
"agent": {
"discover": true
},
"interface": {
"displayName": "Frontend Design",
"brandColor": "#000000",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,6 @@
"repository": "https://github.com/vercel-labs/agent-skills",
"license": "MIT",
"agent": {
"discover": true,
"installApproval": false
},
"interface": {
Expand Down
14 changes: 0 additions & 14 deletions marketplace/system/nextjs/.reforma-plugin/plugin.json

This file was deleted.

6 changes: 0 additions & 6 deletions marketplace/system/nextjs/assets/logo-small.svg

This file was deleted.

3 changes: 0 additions & 3 deletions marketplace/system/nextjs/assets/logo.svg

This file was deleted.

109 changes: 0 additions & 109 deletions marketplace/system/nextjs/skills/nextjs/SKILL.md

This file was deleted.

19 changes: 0 additions & 19 deletions marketplace/system/shadcn-tailwind/.reforma-plugin/plugin.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading