-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugins.json
More file actions
746 lines (746 loc) · 23.4 KB
/
Copy pathplugins.json
File metadata and controls
746 lines (746 loc) · 23.4 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
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
{
"version": 1,
"lastUpdated": "2026-07-22T00:00:00Z",
"registryUrl": "https://raw.githubusercontent.com/praveen-hari/agent-plugin-marketplace/main/plugins.json",
"plugins": [
{
"id": "syncfusion-react",
"name": "Syncfusion React",
"description": "60+ React UI component skills — grids, charts, editors, schedulers, and more",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "react.svg",
"repository": "https://github.com/syncfusion/react-ui-components-skills",
"keywords": [
"react",
"ui",
"components",
"syncfusion",
"grid",
"chart",
"editor"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/react-ui-components-skills"
},
"mcpServers": [
{
"id": "syncfusion-react-assistant",
"name": "Syncfusion React Assistant",
"description": "MCP server that provides efficient access to Syncfusion documentation, implementation guidelines, and code generation for React",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/react-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "syncfusion-angular",
"name": "Syncfusion Angular",
"description": "60+ Angular UI component skills — grids, charts, editors, schedulers, and more",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "angular.svg",
"repository": "https://github.com/syncfusion/angular-ui-components-skills",
"keywords": [
"angular",
"ui",
"components",
"syncfusion",
"grid",
"chart",
"editor"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/angular-ui-components-skills"
},
"mcpServers": [
{
"id": "syncfusion-angular-assistant",
"name": "Syncfusion Angular Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion Angular components.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/angular-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "syncfusion-blazor",
"name": "Syncfusion Blazor",
"description": "60+ Blazor UI component skills — grids, charts, editors, schedulers, and more",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "blazor.svg",
"repository": "https://github.com/syncfusion/blazor-ui-components-skills",
"keywords": [
"blazor",
"dotnet",
"csharp",
"ui",
"components",
"syncfusion"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/blazor-ui-components-skills"
},
"mcpServers": [
{
"id": "syncfusion-blazor-assistant",
"name": "Syncfusion Blazor Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion Blazor components.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/blazor-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "syncfusion-vue",
"name": "Syncfusion Vue",
"description": "60+ Vue UI component skills — grids, charts, editors, schedulers, and more",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "vue.svg",
"repository": "https://github.com/syncfusion/vue-ui-components-skills",
"keywords": [
"vue",
"ui",
"components",
"syncfusion",
"grid",
"chart",
"editor"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/vue-ui-components-skills"
},
"mcpServers": [
{
"id": "syncfusion-vue-assistant",
"name": "Syncfusion Vue Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion Vue components.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/vue-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "syncfusion-javascript",
"name": "Syncfusion JavaScript",
"description": "60+ JavaScript UI control skills — grids, charts, editors, schedulers, and more",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "javascript.svg",
"repository": "https://github.com/syncfusion/javascript-ui-controls-skills",
"keywords": [
"javascript",
"js",
"ui",
"components",
"syncfusion"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/javascript-ui-controls-skills"
},
"mcpServers": [
{
"id": "syncfusion-javascript-assistant",
"name": "Syncfusion JavaScript Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion JavaScript controls.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/javascript-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "syncfusion-aspnet-core",
"name": "Syncfusion ASP.NET Core",
"description": "60+ ASP.NET Core UI component skills — grids, charts, editors, and more",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "dotnet.svg",
"repository": "https://github.com/syncfusion/aspnetcore-ui-components-skills",
"keywords": [
"aspnet",
"aspnetcore",
"dotnet",
"csharp",
"ui",
"components",
"syncfusion"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/aspnetcore-ui-components-skills"
},
"mcpServers": [
{
"id": "syncfusion-aspnetcore-assistant",
"name": "Syncfusion ASP.NET Core Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion ASP.NET Core controls.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/aspnetcore-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "syncfusion-dotnet-maui",
"name": "Syncfusion .NET MAUI",
"description": "50+ .NET MAUI component skills — cross-platform mobile and desktop UI",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "maui.svg",
"repository": "https://github.com/syncfusion/maui-ui-components-skills",
"keywords": [
"maui",
"dotnet",
"mobile",
"desktop",
"ui",
"syncfusion"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/maui-ui-components-skills"
},
"mcpServers": [
{
"id": "syncfusion-maui-assistant",
"name": "Syncfusion MAUI Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion MAUI components.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/maui-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "syncfusion-wpf",
"name": "Syncfusion WPF",
"description": "60+ WPF component skills — grids, charts, docking, ribbon, and more",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "wpf.svg",
"repository": "https://github.com/syncfusion/wpf-ui-components-skills",
"keywords": [
"wpf",
"dotnet",
"desktop",
"windows",
"ui",
"syncfusion"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/wpf-ui-components-skills"
},
"mcpServers": [
{
"id": "syncfusion-wpf-assistant",
"name": "Syncfusion WPF Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion WPF components.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/wpf-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "syncfusion-winui",
"name": "Syncfusion WinUI",
"description": "50+ WinUI component skills — modern Windows desktop UI",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "winui.svg",
"repository": "https://github.com/syncfusion/winui-ui-components-skills",
"keywords": [
"winui",
"dotnet",
"desktop",
"windows",
"ui",
"syncfusion"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/winui-ui-components-skills"
},
"mcpServers": [
{
"id": "syncfusion-winui-assistant",
"name": "Syncfusion WinUI Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion WinUI components.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/winui-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "syncfusion-winforms",
"name": "Syncfusion WinForms",
"description": "60+ WinForms component skills — grids, charts, docking, and more",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "wpf.svg",
"repository": "https://github.com/syncfusion/winforms-ui-components-skills",
"keywords": [
"winforms",
"dotnet",
"desktop",
"windows",
"ui",
"syncfusion"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/winforms-ui-components-skills"
},
"mcpServers": [
{
"id": "syncfusion-winforms-assistant",
"name": "Syncfusion WinForms Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion WinForms components.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/winforms-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "docx-editor-sdk-skills",
"name": "DOCX Editor SDK Skills",
"description": "DOCX Editor SDK Skills are specialized instruction sets that teach AI assistants how to perform specific tasks",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "docx.svg",
"repository": "https://github.com/syncfusion/docx-editor-sdk-skills",
"keywords": [
"document",
"syncfusion",
"word",
"pdf",
"excel"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/docx-editor-sdk-skills"
},
"mcpServers": [
{
"id": "docxeditorsdk-assistant",
"name": "Syncfusion DOCX Editor SDK Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion Document Editor SDK Compontent.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/docxeditorsdk-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "document-sdk-skills",
"name": "Dcoument SDK Skills",
"description": "Document SDK Skills are specialized instruction sets that teach AI assistants how to perform specific tasks",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "sdk.svg",
"repository": "https://github.com/syncfusion/document-sdk-skills",
"keywords": [
"document",
"syncfusion",
"word",
"pdf",
"excel"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/document-sdk-skills"
},
"mcpServers": [
{
"id": "syncfusion-documentsdk-assistant",
"name": "Syncfusion Document SDK Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion Document Processing Libraries.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/documentsdk-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "pdf-viewer-sdk-skills",
"name": "PDF Viewer SDK Skills",
"description": "PDF Viwer SDK Skills are specialized instruction sets that teach AI assistants how to perform specific tasks",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "pdf.svg",
"repository": "https://github.com/syncfusion/pdf-viewer-sdk-skills",
"keywords": [
"document",
"syncfusion",
"word",
"pdf",
"excel"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/pdf-viewer-sdk-skills"
},
"mcpServers": [
{
"id": "pdfviewersdk-assistant",
"name": "Syncfusion PDF Viewer SDK Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion PDF Viewer SDK component.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/pdfviewersdk-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "spreadsheet-editor-sdk-skills",
"name": "SpreadSheet Editor SDK Skills",
"description": "SpreadSheet Editor Skills are specialized instruction sets that teach AI assistants how to perform specific tasks",
"author": "Syncfusion",
"version": "1.0.0",
"icon": "xlsx.svg",
"repository": "https://github.com/syncfusion/spreadsheet-editor-sdk-skills",
"keywords": [
"document",
"syncfusion",
"word",
"pdf",
"excel"
],
"category": "syncfusion",
"installSource": {
"type": "git",
"repo": "syncfusion/spreadsheet-editor-sdk-skills"
},
"mcpServers": [
{
"id": "spreadsheeteditorsdk-assistant",
"name": "Syncfusion Spreadsheet Editor SDK Assistant",
"description": "This MCP server provides intelligent, context-aware assistance for developing applications with Syncfusion SpreadsheetEditorSDK control.",
"transport": "stdio",
"command": "npx",
"args": [
"-y",
"@syncfusion/spreadsheeteditorsdk-assistant@latest"
],
"env": {
"Syncfusion_API_Key": "${input:syncfusion-api-key}"
},
"required": true
}
]
},
{
"id": "agent-engineering-skills",
"name": "Agent Engineering Skills",
"description": "Production-grade engineering skills — spec, plan, build, test, review, ship",
"author": "Addy Osmani",
"version": "1.0.0",
"icon": "engineering.svg",
"repository": "https://github.com/addyosmani/agent-skills",
"keywords": [
"engineering",
"sdlc",
"testing",
"code-review",
"planning",
"security"
],
"category": "community",
"installSource": {
"type": "git",
"repo": "addyosmani/agent-skills"
}
},
{
"id": "redis-agent-skills",
"name": "Redis Agent Skills",
"description": "Redis-specific skills for working with Redis clients, commands, and integrations",
"author": "Redis",
"version": "1.0.0",
"icon": "redis.svg",
"repository": "https://github.com/redis/agent-skills",
"keywords": [
"redis",
"cache",
"database",
"client",
"integration"
],
"category": "community",
"featured": false,
"installSource": {
"type": "git",
"repo": "redis/agent-skills"
}
},
{
"id": "azure-skills",
"name": "Azure Skills",
"description": "Azure-specific skills for cloud integration, services, and deployment",
"author": "Microsoft",
"version": "1.0.0",
"icon": "azure.svg",
"repository": "https://github.com/microsoft/azure-skills",
"keywords": [
"azure",
"cloud",
"microsoft",
"deployment",
"integration"
],
"category": "community",
"featured": false,
"installSource": {
"type": "git",
"repo": "microsoft/azure-skills"
}
},
{
"id": "gitbook-skills",
"name": "GitBook Skills",
"description": "GitBook integration skills for documentation and knowledge management",
"author": "GitBook",
"version": "1.0.0",
"icon": "gitbook.svg",
"repository": "https://github.com/GitbookIO/gitbook-skills",
"keywords": [
"gitbook",
"documentation",
"knowledge-base",
"integration",
"api"
],
"category": "community",
"featured": false,
"installSource": {
"type": "git",
"repo": "GitbookIO/gitbook-skills"
}
},
{
"id": "notion-plugin",
"name": "Notion Plugin",
"description": "Notion integration skills for collaborative documentation and workspace management",
"author": "Notion",
"version": "1.0.0",
"icon": "notion.svg",
"repository": "https://github.com/makenotion/cursor-notion-plugin",
"keywords": [
"notion",
"workspace",
"integration",
"documentation",
"collaboration"
],
"category": "community",
"featured": false,
"installSource": {
"type": "git",
"repo": "makenotion/cursor-notion-plugin"
}
},
{
"id": "testing-automation",
"name": "Testing Automation",
"description": "Automated testing skills — unit tests, integration tests, E2E, coverage",
"author": "GitHub",
"version": "1.0.0",
"icon": "testing.svg",
"repository": "https://github.com/github/awesome-copilot",
"keywords": [
"testing",
"unit-test",
"integration",
"e2e",
"coverage",
"automation"
],
"category": "community",
"installSource": {
"type": "git",
"repo": "github/awesome-copilot",
"pluginRoot": "/plugins/testing-automation"
}
},
{
"id": "superpowers",
"name": "Super Powers",
"description": "A complete software development methodology for coding agents — spec, plan, implement, and review with subagent-driven TDD. Enforces RED-GREEN-REFACTOR, YAGNI, and DRY through composable, auto-triggered skills.",
"author": "Prime Radiant",
"version": "1.0.0",
"icon": "superpowers.svg",
"repository": "https://github.com/obra/superpowers",
"keywords": ["agent", "tdd", "workflow", "methodology", "planning", "code-review", "debugging", "subagent"],
"category": "community",
"installSource": {
"type": "git",
"repo": "obra/superpowers"
}
},
{
"id": "firebase",
"name": "Firebase",
"description": "A collection of skills for AI coding agents, to help them understand and work with Firebase more effectively. Follows the Agent Skills format and supports Claude, Gemini CLI, Codex, Kimi, Cursor, and Windsurf.",
"author": "Firebase",
"version": "1.0.0",
"icon": "firebase.svg",
"repository": "https://github.com/firebase/agent-skills",
"keywords": ["firebase", "google", "database", "cloud", "firestore", "authentication", "agent-skills"],
"category": "community",
"installSource": {
"type": "git",
"repo": "firebase/agent-skills"
}
},
{
"id": "verecel",
"name": "Vercel",
"description": "Gives AI agents a relational knowledge graph of the Vercel ecosystem plus 30 skills covering Next.js, AI SDK, deployments, serverless functions, storage, CDN caching, middleware, and more. Includes 3 specialist agents and 4 slash commands.",
"author": "Vercel",
"version": "1.0.0",
"icon": "vercel.svg",
"repository": "https://github.com/vercel/vercel-plugin",
"keywords": ["vercel", "nextjs", "deployment", "serverless", "cloud", "ai-sdk", "edge", "cdn"],
"category": "community",
"installSource": {
"type": "git",
"repo": "vercel/vercel-plugin"
}
},
{
"id": "railwayapp",
"name": "Railway Skills",
"description": "Agent skills for Railway, following the Agent Skills format. Includes plugin packaging for Claude Code, OpenAI Codex, Grok Build, and Cursor with the use-railway skill and local MCP server configuration.",
"author": "Railway",
"version": "1.0.0",
"icon": "railway.svg",
"repository": "https://github.com/railwayapp/railway-skills",
"keywords": ["railway", "deployment", "cloud", "infrastructure", "hosting", "mcp", "agent-skills"],
"category": "community",
"installSource": {
"type": "git",
"repo": "railwayapp/railway-skills",
"pluginRoot":"/plugins/railway"
}
}
]
}