-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathmarketplace.json
More file actions
223 lines (223 loc) · 8.3 KB
/
Copy pathmarketplace.json
File metadata and controls
223 lines (223 loc) · 8.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
{
"name": "claude-settings",
"displayName": "Claude & Cursor Settings",
"plugins": [
{
"name": "simplify",
"source": "./plugins/simplify",
"description": "Review your changed code for reuse, redundancy, wasted work, and over-engineering, then apply the cleanups.",
"version": "1.1.4",
"license": "Apache-2.0"
},
{
"name": "humanize",
"source": "./plugins/humanize",
"description": "Block a curated list of AI buzzwords on every write with a hook.",
"version": "1.1.2",
"license": "Apache-2.0"
},
{
"name": "fable-advisor",
"source": "./plugins/fable-advisor",
"description": "Get a second opinion from Claude Fable 5 before big decisions.",
"version": "1.2.0",
"license": "Apache-2.0"
},
{
"name": "codex-advisor",
"source": "./plugins/codex-advisor",
"description": "Get a second opinion from GPT via Codex CLI before big decisions.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "adhd-output-style",
"source": "./plugins/adhd-output-style",
"description": "Use fewer output tokens with short steps, quick insights, and clear next actions.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "intelligent-compact",
"source": "./plugins/intelligent-compact",
"description": "Stop Claude Code from forgetting file paths, root causes, and open questions when it auto-summarizes long sessions.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "claude-telemetry-hooks",
"source": "./plugins/claude-telemetry-hooks",
"description": "Track per-device Claude Code usage, rejection reasons, and per-session stats from a single dashboard.",
"version": "1.0.2",
"license": "Apache-2.0"
},
{
"name": "anthropic-office-skills",
"source": "./plugins/anthropic-office-skills",
"description": "Official Anthropic skills for PDF, Word, PowerPoint, and Excel document processing.",
"version": "1.0.0",
"license": "MIT"
},
{
"name": "openai-office-skills",
"source": "./plugins/openai-office-skills",
"description": "Official OpenAI skills for PDF, Word, PowerPoint, and Excel document processing.",
"version": "1.0.0",
"license": "MIT"
},
{
"name": "python-skills",
"source": "./plugins/python-skills",
"description": "Python best practices grounded in PEP 8, PEP 20 (Zen of Python), Google Python Style Guide, and Effective Python by Brett Slatkin.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "react-skills",
"source": "./plugins/react-skills",
"description": "React, Next.js, and React Native best practices with web design guidelines.",
"version": "1.0.0",
"license": "MIT"
},
{
"name": "agent-browser",
"source": "./plugins/agent-browser",
"description": "Browser automation CLI for AI agents. Navigate pages, fill forms, click buttons, take screenshots, and test web apps.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "frontend-design-skills",
"source": "./plugins/frontend-design-skills",
"description": "Frontend design skills from Anthropic and OpenAI for building visually strong landing pages, websites, and apps.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "mongodb-skills",
"source": "./plugins/mongodb-skills",
"description": "Official MongoDB agent skills for schema design, query tuning, search, and connections.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "supabase-skills",
"source": "./plugins/supabase-skills",
"description": "Supabase skills for Postgres best practices, JavaScript SDK (auth, database, storage, realtime), and CLI (migrations, edge functions, local dev).",
"version": "1.0.0",
"license": "MIT"
},
{
"name": "stripe-skills",
"source": "./plugins/stripe-skills",
"description": "Official Stripe payment platform skills for checkout, billing, Connect, and API upgrades.",
"version": "1.0.0",
"license": "MIT"
},
{
"name": "polar-skills",
"source": "./plugins/polar-skills",
"description": "Official Polar payment processor skills for billing, subscriptions, and local development.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "livekit-skills",
"source": "./plugins/livekit-skills",
"description": "LiveKit Agents SDK skills for building voice AI agents with CLI-based workflow, supporting both Cloud and self-hosted deployments.",
"version": "1.0.0",
"license": "MIT"
},
{
"name": "cloudflare-skills",
"source": "./plugins/cloudflare-skills",
"description": "Official Cloudflare developer platform skill for Workers, Durable Objects, R2, D1, KV, AI, and 50+ services.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "web-performance-skills",
"source": "./plugins/web-performance-skills",
"description": "Web performance auditing skill for Core Web Vitals, Lighthouse scores, render-blocking resources, and accessibility.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "openobserve-skills",
"source": "./plugins/openobserve-skills",
"description": "OpenObserve REST API skill for AI agents. Search logs/metrics/traces, manage streams, and create/edit/inspect dashboards via curl.",
"version": "1.0.0",
"license": "Apache-2.0"
},
{
"name": "hetzner-skills",
"source": "./plugins/hetzner-skills",
"description": "Hetzner Cloud CLI skill for servers, networks, firewalls, load balancers, DNS, volumes, and storage.",
"version": "1.0.0",
"license": "MIT"
},
{
"name": "dokploy-skills",
"source": "./plugins/dokploy-skills",
"description": "Dokploy deployment skill for Dokploy Cloud, self-hosted dashboard, Docker Compose, databases, domains, remote servers, and Dokploy CLI workflows.",
"version": "1.0.0",
"license": "MIT"
},
{
"name": "github-dev",
"source": "./plugins/github-dev",
"description": "GitHub and Git workflow skills and agents for commits, PRs, code review, and PR comment resolution.",
"version": "2.5.0",
"license": "Apache-2.0"
},
{
"name": "ultralytics-dev",
"source": "./plugins/ultralytics-dev",
"description": "Auto-formatting hooks for Python, JavaScript, Markdown, and Bash, plus a guard that blocks force-push and rebase.",
"version": "2.2.2",
"license": "Apache-2.0"
},
{
"name": "azure-tools",
"source": "./plugins/azure-tools",
"description": "Azure MCP Server integration for 40+ Azure services with Azure CLI authentication.",
"version": "2.0.2",
"license": "Apache-2.0"
},
{
"name": "claude-tools",
"source": "./plugins/claude-tools",
"description": "Commands for syncing CLAUDE.md, permissions allowlist, and refreshing context. Hooks for marketplace-to-plugin sync.",
"version": "2.1.0",
"license": "Apache-2.0"
},
{
"name": "gcloud-tools",
"source": "./plugins/gcloud-tools",
"description": "Google Cloud Observability MCP for logs, metrics, and traces with best practices skill.",
"version": "2.0.2",
"license": "Apache-2.0"
},
{
"name": "paper-search-tools",
"source": "./plugins/paper-search-tools",
"description": "Academic paper search MCP for arXiv, PubMed, IEEE, Scopus, ACM, and more. Requires Docker.",
"version": "2.0.2",
"license": "Apache-2.0"
},
{
"name": "tavily-tools",
"source": "./plugins/tavily-tools",
"description": "Tavily web search and content extraction MCP with hooks and skills for optimal tool selection.",
"version": "2.0.2",
"license": "Apache-2.0"
},
{
"name": "overleaf-skills",
"source": "./plugins/overleaf-skills",
"description": "Pull review comments from an Overleaf project, map them to local .tex files, and apply edits in your git-tracked repo.",
"version": "1.0.0",
"license": "Apache-2.0"
}
]
}