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: 3 additions & 2 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -78,7 +78,7 @@ Author is `plugin.json` `author.name` when present, else Reforma. Shelf is the p

Root `marketplace.json` lists plugins under `categories[].plugins`. `source` is a path in this repo or a GitHub `tree/…` URL. `"disabled": true` skips pack (folder stays) when the hosted MCP only accepts catalog clients (Figma waitlist). OAuth apps you register yourself (Drive, Dropbox, Slack, GitHub) stay enabled — credentials go in IN → OAuth clients, not here.

Local plugins live under `marketplace/<category>/<name>/`. Origin (first-party vs vendored) is `plugin.json` `author`, not the folder tree. Remote pins stay as GitHub URLs. Optional `displayName` / `description` on the listing, plus `marketplace/_brand/<name>/logo.*`, overlay the packed manifest — upstream Cursor plugins often ship repo-slug names and “plugin for Cursor” blurbs.
Local plugins live under `marketplace/<category>/<name>/`. Origin (first-party vs vendored) is `plugin.json` `author`, not the folder tree. Remote pins stay as GitHub URLs. Optional `displayName` / `description` on the listing, plus `marketplace/_brand/<name>/logo.*` (and `logo-small.*`), overlay the packed manifest — upstream Cursor plugins often ship repo-slug names and “plugin for Cursor” blurbs.

```
plugins/
Expand All@@ -94,10 +94,11 @@ A plugin folder:
marketplace/<category>/<name>/
├── .reforma-plugin/plugin.json
├── assets/logo.svg
├── assets/logo-small.svg # optional 12–14px glyph
└── …convention folders (skills/, rules/, hooks/, …)
```

`interface.brandColor` is the hex plate behind the logo. Optional `interface.brandColorDark` is the same plate in dark theme.
`interface.brandColor` is the hex plate behind the market `logo`. Optional `interface.brandColorDark` is the same plate in dark theme. Optional `logoSmall` is the chip / chat-chrome mark — not the plated card art.

```sh
bun install
Expand Down
6 changes: 6 additions & 0 deletions marketplace/_brand/appwrite/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/convex/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedmarketplace/_brand/firebase/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedmarketplace/_brand/gsap/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/linear/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/mapbox/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedmarketplace/_brand/motion/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/notion-workspace/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/notion/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/prisma/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions marketplace/_brand/quiver/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedmarketplace/_brand/remotion/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/resend/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/sentry/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/stripe/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions marketplace/_brand/supabase/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/analytics/posthog/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"interface": {
"displayName": "PostHog",
"brandColor": "#000000",
"logo": "assets/logo.svg"
}
"logo": "assets/logo.svg",
"logoSmall": "assets/logo-small.svg"
},
"logoSmall": "assets/logo-small.svg"
}
6 changes: 6 additions & 0 deletions marketplace/analytics/posthog/assets/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/auth/clerk/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"mcpServers": "./mcp.json",
"interface": {
"displayName": "Clerk",
"brandColor": "#131316"
}
"brandColor": "#131316",
"logoSmall": "assets/logo-small.svg"
},
"logoSmall": "assets/logo-small.svg"
}
6 changes: 6 additions & 0 deletions marketplace/auth/clerk/assets/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/automation/composio/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"interface": {
"displayName": "Composio",
"brandColor": "#000000",
"logo": "assets/logo.png"
}
"logo": "assets/logo.png",
"logoSmall": "assets/logo-small.png"
},
"logoSmall": "assets/logo-small.png"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/cms/sanity/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"interface": {
"displayName": "Sanity",
"brandColor": "#0D0E12",
"logo": "assets/logo.svg"
}
"logo": "assets/logo.svg",
"logoSmall": "assets/logo-small.svg"
},
"logoSmall": "assets/logo-small.svg"
}
6 changes: 6 additions & 0 deletions marketplace/cms/sanity/assets/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/design/figma/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"interface": {
"displayName": "Figma",
"brandColor": "#000000",
"logo": "assets/logo.png"
}
"logo": "assets/logo.png",
"logoSmall": "assets/logo-small.png"
},
"logoSmall": "assets/logo-small.png"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/media/elevenlabs/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"interface": {
"displayName": "ElevenLabs",
"brandColor": "#000000",
"logo": "assets/logo.svg"
}
"logo": "assets/logo.svg",
"logoSmall": "assets/logo-small.svg"
},
"logoSmall": "assets/logo-small.svg"
}
6 changes: 6 additions & 0 deletions marketplace/media/elevenlabs/assets/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/media/heygen/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"interface": {
"displayName": "HeyGen",
"brandColor": "#000000",
"logo": "assets/logo.png"
}
"logo": "assets/logo.png",
"logoSmall": "assets/logo-small.png"
},
"logoSmall": "assets/logo-small.png"
}
Binary file addedmarketplace/media/heygen/assets/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/media/recraft/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"interface": {
"displayName": "Recraft",
"brandColor": "#000000",
"logo": "assets/logo.png"
}
"logo": "assets/logo.png",
"logoSmall": "assets/logo-small.png"
},
"logoSmall": "assets/logo-small.png"
}
Binary file addedmarketplace/media/recraft/assets/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/media/replicate/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"interface": {
"displayName": "Replicate",
"brandColor": "#000000",
"logo": "assets/logo.svg"
}
"logo": "assets/logo.svg",
"logoSmall": "assets/logo-small.svg"
},
"logoSmall": "assets/logo-small.svg"
}
6 changes: 6 additions & 0 deletions marketplace/media/replicate/assets/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions marketplace/media/svgator/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@
"interface": {
"displayName": "SVGator",
"brandColor": "#000000",
"logo": "assets/logo.png"
}
"logo": "assets/logo.png",
"logoSmall": "assets/logo-small.png"
},
"logoSmall": "assets/logo-small.png"
}
20 changes: 11 additions & 9 deletions marketplace/moods/bro-mode/assets/logo.svg
Loading