-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathmarketplace.json
More file actions
367 lines (367 loc) · 15.5 KB
/
Copy pathmarketplace.json
File metadata and controls
367 lines (367 loc) · 15.5 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
{
"name": "claude-settings",
"owner": {
"name": "Fatih Akyon"
},
"metadata": {
"description": "Claude Code plugins featuring skills, slash commands, autonomous subagents, hooks, and MCP server integrations for Git workflow, code review, and plugin development.",
"version": "2.4.0"
},
"plugins": [
{
"name": "intelligent-compact",
"source": "./plugins/intelligent-compact",
"description": "PreCompact hook that injects a priority list so conversation summaries preserve unanswered questions, root causes, file paths, metrics, IDs, and subagent findings.",
"version": "1.0.0",
"author": {
"name": "Fatih Akyon"
},
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0",
"keywords": ["precompact", "compact", "summary", "context", "hooks"],
"category": "development",
"tags": ["context", "hooks"]
},
{
"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",
"keywords": ["pdf", "docx", "word", "pptx", "powerpoint", "xlsx", "excel", "documents"],
"category": "documents",
"tags": ["documents", "office"]
},
{
"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",
"keywords": ["pdf", "docx", "word", "slides", "spreadsheet", "excel", "documents"],
"category": "documents",
"tags": ["documents", "office"]
},
{
"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",
"keywords": ["python", "guidelines", "docstrings", "best-practices", "idiomatic"],
"category": "development",
"tags": ["development", "coding-style"]
},
{
"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",
"keywords": ["react", "react-native", "nextjs", "expo", "web-design", "performance"],
"category": "frontend",
"tags": ["react", "frontend", "best-practices"]
},
{
"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",
"keywords": ["browser", "automation", "testing", "web", "screenshots", "e2e"],
"category": "web-testing",
"tags": ["browser", "automation", "testing"]
},
{
"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",
"keywords": ["frontend", "design", "ui", "landing-page", "web-design"],
"category": "frontend",
"tags": ["frontend", "design", "skills"]
},
{
"name": "mongodb-skills",
"source": "./plugins/mongodb-skills",
"description": "Official MongoDB agent skills for schema design, query tuning, search, and connections.",
"version": "1.0.0",
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0",
"keywords": ["mongodb", "nosql", "database", "schema", "query"],
"category": "database",
"tags": ["database", "best-practices"]
},
{
"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",
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "MIT",
"keywords": ["supabase", "postgres", "database", "auth", "storage", "realtime", "cli", "migrations"],
"category": "database",
"tags": ["database", "backend"]
},
{
"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",
"keywords": ["stripe", "payments", "billing", "subscriptions", "connect"],
"category": "payment",
"tags": ["payments", "best-practices"]
},
{
"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",
"keywords": ["polar", "billing", "subscriptions", "local-dev"],
"category": "payment",
"tags": ["billing", "best-practices"]
},
{
"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",
"keywords": ["livekit", "voice-ai", "agents", "webrtc", "realtime"],
"category": "ai",
"tags": ["voice-ai", "best-practices"]
},
{
"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",
"keywords": ["cloudflare", "workers", "durable-objects", "r2", "d1", "kv", "wrangler", "deploy"],
"category": "deployment",
"tags": ["cloud", "deploy"]
},
{
"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",
"keywords": ["web-performance", "core-web-vitals", "lighthouse", "chrome-devtools", "accessibility"],
"category": "web-testing",
"tags": ["performance", "auditing"]
},
{
"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",
"keywords": ["hetzner", "hcloud", "server", "cloud", "deploy", "dns", "firewall"],
"category": "deployment",
"tags": ["cloud", "deploy"]
},
{
"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",
"keywords": ["dokploy", "deploy", "cloud", "docker", "compose", "dashboard", "paas"],
"category": "deployment",
"tags": ["cloud", "deploy"]
},
{
"name": "anthropic-essentials",
"source": {
"source": "url",
"url": "https://github.com/anthropics/claude-plugins-official.git"
},
"description": "Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.",
"version": "1.0.0",
"strict": false,
"skills": [
"./plugins/claude-md-management/skills/claude-md-improver",
"./plugins/skill-creator/skills/skill-creator"
],
"agents": [
"./plugins/feature-dev/agents/code-architect.md",
"./plugins/feature-dev/agents/code-explorer.md",
"./plugins/feature-dev/agents/code-reviewer.md"
],
"commands": [
"./plugins/feature-dev/commands/feature-dev.md",
"./plugins/claude-md-management/commands/revise-claude-md.md"
],
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "prompt",
"prompt": "Check if this turn made significant code changes (new features, architecture changes, discovered gotchas). If so, briefly suggest the user run /revise-claude-md to capture learnings in CLAUDE.md. Only suggest if meaningful patterns were discovered. Do not suggest for trivial changes, and do not repeat if already suggested this session."
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "prompt",
"prompt": "This session is ending. If significant codebase changes were made and CLAUDE.md was not updated, remind the user to run /revise-claude-md in their next session to capture learnings."
}
]
}
]
},
"license": "Apache-2.0",
"keywords": ["feature-dev", "claude-md", "skill-creator", "agents", "code-review", "architecture", "anthropic"],
"category": "developer-tools",
"tags": ["development", "anthropic"]
},
{
"name": "anthropic-plugin-dev",
"source": {
"source": "git-subdir",
"url": "https://github.com/anthropics/claude-plugins-official.git",
"path": "plugins/plugin-dev"
},
"description": "Plugin development toolkit with skills for hooks, MCP servers, slash commands, subagents, skill creation, and plugin structure from Anthropic.",
"version": "1.0.0",
"keywords": ["plugin", "development", "hooks", "mcp", "skills", "agents", "commands", "structure", "anthropic"],
"category": "developer-tools",
"tags": ["plugin", "development", "anthropic"]
},
{
"name": "phd-skills",
"source": {
"source": "git-subdir",
"url": "https://github.com/fcakyon/phd-skills.git",
"path": "plugin"
},
"description": "Research skills for Claude Code \u2014 paper auditing, citation verification, experiment analysis, and methodology-first skills for academic workflows.",
"version": "1.1.0",
"author": {
"name": "Fatih Cagatay Akyon"
},
"homepage": "https://github.com/fcakyon/phd-skills",
"repository": "https://github.com/fcakyon/phd-skills",
"license": "MIT",
"keywords": ["research", "academic", "phd", "paper-writing", "citations", "experiments", "latex"],
"category": "research",
"tags": ["research", "academic", "latex"]
},
{
"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.4.0",
"author": {
"name": "Fatih Akyon"
},
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0",
"keywords": ["git", "commit", "pull-request", "github", "workflow", "agents", "skills"],
"category": "developer-tools",
"tags": ["git", "workflow", "automation"]
},
{
"name": "ultralytics-dev",
"source": "./plugins/ultralytics-dev",
"description": "Auto-formatting hooks for Python, JavaScript, Markdown, and Bash with Google-style docstrings and code quality checks.",
"version": "2.1.1",
"author": {
"name": "Fatih Akyon"
},
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0",
"keywords": ["ultralytics", "formatting", "hooks", "python", "code-quality", "docstrings"],
"category": "developer-tools",
"tags": ["formatting", "development"]
},
{
"name": "azure-tools",
"source": "./plugins/azure-tools",
"description": "Azure MCP Server integration for 40+ Azure services with Azure CLI authentication.",
"version": "2.0.2",
"author": {
"name": "Fatih Akyon"
},
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0",
"keywords": ["azure", "mcp", "cloud", "storage", "keyvault", "cosmos", "aks"],
"category": "deployment",
"tags": ["azure", "mcp", "integration"]
},
{
"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",
"author": {
"name": "Fatih Akyon"
},
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0",
"keywords": ["claude", "settings", "sync", "config", "allowlist", "context"],
"category": "developer-tools",
"tags": ["settings", "sync", "config"]
},
{
"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",
"author": {
"name": "Fatih Akyon"
},
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0",
"keywords": ["gcloud", "mcp", "observability", "logging", "metrics"],
"category": "deployment",
"tags": ["gcloud", "mcp", "integration"]
},
{
"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",
"author": {
"name": "Fatih Akyon"
},
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0",
"keywords": ["paper-search", "arxiv", "pubmed", "ieee", "academic", "research", "mcp"],
"category": "research",
"tags": ["research", "mcp", "integration"]
},
{
"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",
"author": {
"name": "Fatih Akyon"
},
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0",
"keywords": ["web-search", "tavily", "search", "content-extraction", "mcp"],
"category": "search",
"tags": ["search", "mcp", "integration"]
}
]
}