-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmarketplace.json
More file actions
527 lines (527 loc) · 15.2 KB
/
marketplace.json
File metadata and controls
527 lines (527 loc) · 15.2 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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
{
"name": "magus",
"owner": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"metadata": {
"description": "Curated collection of Claude Code plugins for modern full-stack development with LLM performance tracking and E2E skill testing",
"version": "7.3.0",
"pluginRoot": "./plugins"
},
"plugins": [
{
"name": "code-analysis",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/code-analysis",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Deep code investigation with mnemex MCP server. v5.0.1: Renamed mnemex CLI tool.",
"version": "5.1.0",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "development",
"keywords": [
"code-analysis",
"codebase",
"investigation",
"detective",
"architecture",
"patterns",
"debugging",
"code-navigation",
"semantic-search",
"mnemex",
"mcp",
"ast",
"structural-analysis"
],
"strict": true
},
{
"name": "multimodel",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/multimodel",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Multi-model collaboration, orchestration, and workflow patterns. v3.1.2: Fix internal model leaked to claudish \u2014 filter sentinel before external dispatch.",
"version": "3.1.2",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "development",
"keywords": [
"multimodel",
"voting",
"parallel",
"consensus",
"claudish",
"grok",
"gemini",
"gpt",
"orchestration",
"multi-agent",
"workflow",
"hooks",
"routing",
"quality-gates"
],
"strict": true
},
{
"name": "agentdev",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/agentdev",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Create, implement, and review Claude Code agents and commands with multi-model validation, LLM performance tracking, and session-based artifact isolation. v1.6.1: Fix manifest schema \u2014 agents paths, hooks format.",
"version": "1.6.1",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "development",
"keywords": [
"agents",
"commands",
"development",
"multi-model",
"claudish",
"quality-review",
"xml-standards",
"orchestration",
"debug-mode",
"session-recording"
],
"strict": true
},
{
"name": "seo",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/seo",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Highly autonomous SEO toolkit (~80% autonomy) with AUTO GATEs, self-correction loops, and multi-model validation. v1.6.5: Command parameter fixes.",
"version": "1.7.0",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "content",
"keywords": [
"seo",
"content-optimization",
"keyword-research",
"serp-analysis",
"technical-seo",
"content-strategy",
"google-analytics",
"search-console",
"performance-analysis"
],
"strict": true
},
{
"name": "video-editing",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/video-editing",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Professional video editing toolkit with FFmpeg operations, Whisper transcription, and Apple Final Cut Pro project generation. v1.1.1: Marketplace rename to magus. Features intelligent video analysis, automated transcription with timing sync, FCPXML timeline creation.",
"version": "1.1.3",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "media",
"keywords": [
"video",
"ffmpeg",
"transcription",
"whisper",
"final-cut-pro",
"fcpxml",
"timeline",
"audio",
"editing",
"subtitles"
],
"strict": true
},
{
"name": "nanobanana",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/nanobanana",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "AI image generation and editing using Google Gemini 3 Pro Image API. v2.3.1: Marketplace rename to magus. Simple Node.js CLI with markdown styles and batch generation.",
"version": "2.4.0",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "media",
"keywords": [
"image-generation",
"ai-art",
"gemini",
"text-to-image",
"image-editing",
"style-transfer",
"nano-banana",
"google-ai"
],
"strict": true
},
{
"name": "conductor",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/conductor",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Context-Driven Development workflow inspired by Gemini Conductor. v2.1.3: Fix manifest schema \u2014 commands paths, add skills registration.",
"version": "2.1.3",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "workflow",
"keywords": [
"conductor",
"workflow",
"context-driven",
"tdd",
"planning",
"task-tracking",
"git-aware",
"project-management",
"phase-protocol",
"gemini-conductor"
],
"strict": true
},
{
"name": "dev",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/dev",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Universal development assistant. v2.6.0: self-learning Stop hook \u2014 automated session learning with LLM classifier, background daemon, /dev:learn --apply/--prune.",
"version": "2.7.0",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "development",
"keywords": [
"development",
"universal",
"deep-research",
"research",
"convergence",
"devops",
"infrastructure",
"kubernetes",
"aws",
"gcp",
"azure",
"firebase",
"terraform",
"interview",
"react",
"typescript",
"tanstack",
"tanstack-router",
"tanstack-query",
"golang",
"dingo",
"bun",
"python",
"rust",
"ui-design",
"ui-engineer",
"framer-motion",
"awwwards"
],
"strict": true
},
{
"name": "statusline",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/statusline",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Adaptive statusline \u2014 always-visible bars, background highlights for critical states, provider-aware model display, vim mode, diff stats, compaction count, memory usage. v2.1.0: Prominent reset countdowns when rate-limited, process memory display.",
"version": "2.1.0",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "utility",
"keywords": [
"statusline",
"worktree",
"context",
"plan-limits",
"customization",
"themes",
"reset-countdown"
],
"strict": true
},
{
"name": "browser-use",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/browser-use",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Full-platform browser automation for Claude Code. v1.1.0: Thin wrapper over built-in BrowserUseServer \u2014 63% less code. Fix TCC downloads_path, per-PID Chrome profiles, graceful shutdown. 19 MCP tools, 5 skills.",
"version": "1.1.1",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "development",
"keywords": [
"browser",
"automation",
"scraping",
"testing",
"accessibility",
"browser-use",
"cdp",
"dom",
"vision",
"cloud",
"debugging"
],
"strict": true
},
{
"name": "designer",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/designer",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "UI design validation with pixel-diff comparison engine. v0.2.0: Design review agent, visual comparison, style guide creation, browser-use optional integration. 6 skills.",
"version": "0.3.0",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "development",
"keywords": [
"design",
"ui",
"ux",
"pixel-diff",
"visual-comparison",
"accessibility",
"wcag",
"design-review",
"figma",
"style-guide",
"design-system"
],
"strict": true
},
{
"name": "terminal",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/terminal",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Interactive terminal integration for Claude Code. v4.0.0: agentic-first rewrite \u2014 single Go tmux-mcp binary replaces ht-mcp + npm tmux-mcp. New agentic tools (start-and-watch, watch-pane, run-in-repl, pane-state) eliminate all polling loops. 5 skills, 9 commands, 1 agent.",
"version": "4.0.2",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "utility",
"keywords": [
"terminal",
"tmux",
"tui",
"agentic",
"interactive",
"shell",
"headless",
"repl"
],
"strict": true
},
{
"name": "gtd",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/gtd",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "GTD (Getting Things Done) workflow integration. v2.0.0: Canonical GTD terminology (Clarify, Engage), sequential task IDs (#1, #2), boxed terminal display, reference list, Bun display tool. Real-time sync via hooks, 7 commands, 2 skills.",
"version": "2.0.1",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "productivity",
"keywords": [
"gtd",
"getting-things-done",
"productivity",
"task-management",
"inbox",
"next-actions",
"weekly-review",
"workflow",
"hooks",
"real-time-sync"
],
"strict": true
},
{
"name": "kanban",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/kanban",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Kanban board view for task management. v1.3.0: Auto-open board in tmux split pane with real TTY, smart terminal width detection chain (stdout/COLUMNS/tmux/parent-TTY/120), remove --width hack. Visual board with 5 columns, task dependencies (cycle-safe), priority indicators, WIP limits. Shares tasks.json with GTD plugin \u2014 works standalone or alongside GTD.",
"version": "1.3.0",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "productivity",
"keywords": [
"kanban",
"board",
"task-management",
"productivity",
"dependencies",
"wip-limit",
"workflow",
"gtd",
"visual"
],
"strict": true
},
{
"name": "autopilot",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/autopilot",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Autonomous task execution with Linear integration. Picks tasks from Linear, routes to agents via tag-to-command mapping, generates proof-of-work artifacts, and handles feedback loops.",
"version": "0.2.4",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "automation",
"keywords": [
"autopilot",
"autonomous",
"linear",
"task-execution",
"proof-of-work",
"webhook",
"state-machine",
"feedback-loop",
"multi-agent"
],
"strict": true
},
{
"name": "instantly",
"source": {
"source": "git-subdir",
"url": "MadAppGang/magus",
"path": "plugins/instantly",
"ref": "main",
"sha": "6053b7d375250b0e14fc968f8ef44cccbd614e9a"
},
"description": "Cold email outreach toolkit with Instantly.ai MCP integration. Campaign analytics, sequence building, A/B testing, lead management, and auto-optimization.",
"version": "1.0.6",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"category": "productivity",
"keywords": [
"instantly",
"cold-email",
"outreach",
"email-campaigns",
"lead-generation",
"ab-testing",
"email-sequences",
"deliverability",
"sales-automation"
],
"strict": true
}
]
}