enigma-cli 1.21.0 → 1.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/autoskills/skills-map.json +2039 -0
- package/assets/skills/anti-overengineering-policy/skill.json +1 -1
- package/assets/skills/anti-overengineering-review/skill.json +1 -1
- package/assets/skills/backend-policy/skill.json +1 -1
- package/assets/skills/ciphera-style-policy/SKILL.md +6 -0
- package/assets/skills/ciphera-style-policy/skill.json +4 -4
- package/assets/skills/code-review-policy/skill.json +1 -1
- package/assets/skills/core-engineering-policy/skill.json +1 -1
- package/assets/skills/database-expert/skill.json +1 -1
- package/assets/skills/debugging-policy/skill.json +1 -1
- package/assets/skills/dependency-policy/skill.json +1 -1
- package/assets/skills/frontend-design/skill.json +1 -1
- package/assets/skills/frontend-policy/SKILL.md +6 -0
- package/assets/skills/frontend-policy/skill.json +4 -4
- package/assets/skills/git-policy/skill.json +1 -1
- package/assets/skills/security-policy/skill.json +1 -1
- package/assets/skills/skill-creator/skill.json +1 -1
- package/assets/skills/task-completion-policy/skill.json +1 -1
- package/assets/skills/technical-writing-policy/skill.json +1 -1
- package/assets/skills/testing-policy/skill.json +1 -1
- package/assets/skills/validation-policy/skill.json +2 -2
- package/bin/checksums.json +4 -4
- package/package.json +1 -1
|
@@ -0,0 +1,2039 @@
|
|
|
1
|
+
{
|
|
2
|
+
"technologies": [
|
|
3
|
+
{
|
|
4
|
+
"id": "react",
|
|
5
|
+
"name": "React",
|
|
6
|
+
"detect": {
|
|
7
|
+
"packages": [
|
|
8
|
+
"react",
|
|
9
|
+
"react-dom"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"skills": [
|
|
13
|
+
"vercel-labs/agent-skills/react-best-practices",
|
|
14
|
+
"vercel-labs/agent-skills/composition-patterns"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "nextjs",
|
|
19
|
+
"name": "Next.js",
|
|
20
|
+
"detect": {
|
|
21
|
+
"packages": [
|
|
22
|
+
"next"
|
|
23
|
+
],
|
|
24
|
+
"configFiles": [
|
|
25
|
+
"next.config.js",
|
|
26
|
+
"next.config.mjs",
|
|
27
|
+
"next.config.ts"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"skills": [
|
|
31
|
+
"vercel-labs/next-skills/next-best-practices",
|
|
32
|
+
"vercel-labs/next-skills/next-cache-components",
|
|
33
|
+
"vercel-labs/next-skills/next-upgrade"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "vue",
|
|
38
|
+
"name": "Vue",
|
|
39
|
+
"detect": {
|
|
40
|
+
"packages": [
|
|
41
|
+
"vue"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"skills": [
|
|
45
|
+
"hyf0/vue-skills/vue-debug-guides",
|
|
46
|
+
"antfu/skills/vue",
|
|
47
|
+
"antfu/skills/vue-best-practices"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "nuxt",
|
|
52
|
+
"name": "Nuxt",
|
|
53
|
+
"detect": {
|
|
54
|
+
"packages": [
|
|
55
|
+
"nuxt"
|
|
56
|
+
],
|
|
57
|
+
"configFiles": [
|
|
58
|
+
"nuxt.config.js",
|
|
59
|
+
"nuxt.config.ts"
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"skills": [
|
|
63
|
+
"antfu/skills/nuxt"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "pinia",
|
|
68
|
+
"name": "Pinia",
|
|
69
|
+
"detect": {
|
|
70
|
+
"packages": [
|
|
71
|
+
"pinia"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"skills": [
|
|
75
|
+
"vuejs-ai/skills/vue-pinia-best-practices"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": "svelte",
|
|
80
|
+
"name": "Svelte",
|
|
81
|
+
"detect": {
|
|
82
|
+
"packages": [
|
|
83
|
+
"svelte",
|
|
84
|
+
"@sveltejs/kit"
|
|
85
|
+
],
|
|
86
|
+
"configFiles": [
|
|
87
|
+
"svelte.config.js"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"skills": [
|
|
91
|
+
"ejirocodes/agent-skills/svelte5-best-practices",
|
|
92
|
+
"sveltejs/ai-tools/svelte-code-writer"
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": "angular",
|
|
97
|
+
"name": "Angular",
|
|
98
|
+
"detect": {
|
|
99
|
+
"packages": [
|
|
100
|
+
"@angular/core"
|
|
101
|
+
],
|
|
102
|
+
"configFiles": [
|
|
103
|
+
"angular.json"
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
"skills": [
|
|
107
|
+
"angular/skills/angular-developer",
|
|
108
|
+
"angular/angular/reference-core",
|
|
109
|
+
"angular/angular/reference-signal-forms",
|
|
110
|
+
"angular/angular/reference-compiler-cli",
|
|
111
|
+
"angular/angular/adev-writing-guide",
|
|
112
|
+
"angular/angular/pr_review"
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "astro",
|
|
117
|
+
"name": "Astro",
|
|
118
|
+
"detect": {
|
|
119
|
+
"packages": [
|
|
120
|
+
"astro"
|
|
121
|
+
],
|
|
122
|
+
"configFiles": [
|
|
123
|
+
"astro.config.mjs",
|
|
124
|
+
"astro.config.js",
|
|
125
|
+
"astro.config.ts"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"skills": [
|
|
129
|
+
"astrolicious/agent-skills/astro"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "tailwind",
|
|
134
|
+
"name": "Tailwind CSS",
|
|
135
|
+
"detect": {
|
|
136
|
+
"packages": [
|
|
137
|
+
"tailwindcss",
|
|
138
|
+
"@tailwindcss/vite"
|
|
139
|
+
],
|
|
140
|
+
"configFiles": [
|
|
141
|
+
"tailwind.config.js",
|
|
142
|
+
"tailwind.config.ts",
|
|
143
|
+
"tailwind.config.cjs"
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
"skills": [
|
|
147
|
+
"giuseppe-trisciuoglio/developer-kit/tailwind-css-patterns"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "shadcn",
|
|
152
|
+
"name": "shadcn/ui",
|
|
153
|
+
"detect": {
|
|
154
|
+
"configFiles": [
|
|
155
|
+
"components.json"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"skills": [
|
|
159
|
+
"shadcn/ui/shadcn"
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "typescript",
|
|
164
|
+
"name": "TypeScript",
|
|
165
|
+
"detect": {
|
|
166
|
+
"packages": [
|
|
167
|
+
"typescript"
|
|
168
|
+
],
|
|
169
|
+
"configFiles": [
|
|
170
|
+
"tsconfig.json"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
"skills": [
|
|
174
|
+
"wshobson/agents/typescript-advanced-types"
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"id": "react-hook-form",
|
|
179
|
+
"name": "React Hook Form",
|
|
180
|
+
"detect": {
|
|
181
|
+
"packages": [
|
|
182
|
+
"react-hook-form"
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
"skills": [
|
|
186
|
+
"pproenca/dot-skills/react-hook-form"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "zod",
|
|
191
|
+
"name": "Zod",
|
|
192
|
+
"detect": {
|
|
193
|
+
"packages": [
|
|
194
|
+
"zod"
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
"skills": [
|
|
198
|
+
"pproenca/dot-skills/zod"
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"id": "supabase",
|
|
203
|
+
"name": "Supabase",
|
|
204
|
+
"detect": {
|
|
205
|
+
"packages": [
|
|
206
|
+
"@supabase/supabase-js",
|
|
207
|
+
"@supabase/ssr"
|
|
208
|
+
]
|
|
209
|
+
},
|
|
210
|
+
"skills": [
|
|
211
|
+
"supabase/agent-skills/supabase-postgres-best-practices"
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "neon",
|
|
216
|
+
"name": "Neon Postgres",
|
|
217
|
+
"detect": {
|
|
218
|
+
"packages": [
|
|
219
|
+
"@neondatabase/serverless"
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
"skills": [
|
|
223
|
+
"neondatabase/agent-skills/neon-postgres"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "instantdb",
|
|
228
|
+
"name": "InstantDB",
|
|
229
|
+
"detect": {
|
|
230
|
+
"packages": [
|
|
231
|
+
"@instantdb/core",
|
|
232
|
+
"@instantdb/react",
|
|
233
|
+
"@instantdb/react-native",
|
|
234
|
+
"@instantdb/react-native-mmkv",
|
|
235
|
+
"@instantdb/admin"
|
|
236
|
+
],
|
|
237
|
+
"configFiles": [
|
|
238
|
+
"instant.schema.ts",
|
|
239
|
+
"instant.perms.ts"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
"skills": [
|
|
243
|
+
"instantdb/skills/instantdb"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"id": "playwright",
|
|
248
|
+
"name": "Playwright",
|
|
249
|
+
"detect": {
|
|
250
|
+
"packages": [
|
|
251
|
+
"@playwright/test",
|
|
252
|
+
"playwright"
|
|
253
|
+
],
|
|
254
|
+
"configFiles": [
|
|
255
|
+
"playwright.config.ts",
|
|
256
|
+
"playwright.config.js"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
"skills": [
|
|
260
|
+
"currents-dev/playwright-best-practices-skill/playwright-best-practices"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"id": "expo",
|
|
265
|
+
"name": "Expo",
|
|
266
|
+
"detect": {
|
|
267
|
+
"packages": [
|
|
268
|
+
"expo"
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
"skills": [
|
|
272
|
+
"expo/skills/building-native-ui",
|
|
273
|
+
"expo/skills/native-data-fetching",
|
|
274
|
+
"expo/skills/upgrading-expo",
|
|
275
|
+
"expo/skills/expo-tailwind-setup",
|
|
276
|
+
"expo/skills/expo-dev-client",
|
|
277
|
+
"expo/skills/expo-deployment",
|
|
278
|
+
"expo/skills/expo-cicd-workflows",
|
|
279
|
+
"expo/skills/expo-api-routes",
|
|
280
|
+
"expo/skills/use-dom"
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"id": "react-native",
|
|
285
|
+
"name": "React Native",
|
|
286
|
+
"detect": {
|
|
287
|
+
"packages": [
|
|
288
|
+
"react-native"
|
|
289
|
+
]
|
|
290
|
+
},
|
|
291
|
+
"skills": [
|
|
292
|
+
"sleekdotdesign/agent-skills/design-mobile-apps"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"id": "dart",
|
|
297
|
+
"name": "Dart",
|
|
298
|
+
"detect": {
|
|
299
|
+
"configFiles": [
|
|
300
|
+
"pubspec.yaml"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
"skills": [
|
|
304
|
+
"kevmoo/dash_skills/dart-best-practices"
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"id": "flutter",
|
|
309
|
+
"name": "Flutter",
|
|
310
|
+
"detect": {
|
|
311
|
+
"configFileContent": {
|
|
312
|
+
"patterns": [
|
|
313
|
+
"flutter:"
|
|
314
|
+
],
|
|
315
|
+
"files": [
|
|
316
|
+
"pubspec.yaml"
|
|
317
|
+
]
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"skills": [
|
|
321
|
+
"jeffallan/claude-skills/flutter-expert",
|
|
322
|
+
"madteacher/mad-agents-skills/flutter-animations",
|
|
323
|
+
"madteacher/mad-agents-skills/flutter-testing"
|
|
324
|
+
]
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": "kotlin-multiplatform",
|
|
328
|
+
"name": "Kotlin Multiplatform",
|
|
329
|
+
"detect": {
|
|
330
|
+
"configFileContent": {
|
|
331
|
+
"scanGradleLayout": true,
|
|
332
|
+
"patterns": [
|
|
333
|
+
"kotlin(\"multiplatform\")",
|
|
334
|
+
"org.jetbrains.kotlin.multiplatform",
|
|
335
|
+
"id(\"org.jetbrains.kotlin.multiplatform\")",
|
|
336
|
+
"kotlin-multiplatform"
|
|
337
|
+
]
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"skills": [
|
|
341
|
+
"Kotlin/kotlin-agent-skills/kotlin-tooling-cocoapods-spm-migration",
|
|
342
|
+
"Kotlin/kotlin-agent-skills/kotlin-tooling-agp9-migration"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"id": "android",
|
|
347
|
+
"name": "Android",
|
|
348
|
+
"detect": {
|
|
349
|
+
"configFileContent": {
|
|
350
|
+
"scanGradleLayout": true,
|
|
351
|
+
"patterns": [
|
|
352
|
+
"com.android.application",
|
|
353
|
+
"com.android.library",
|
|
354
|
+
"id(\"com.android.application\")",
|
|
355
|
+
"id(\"com.android.library\")",
|
|
356
|
+
"com.android.kotlin.multiplatform.library"
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"skills": [
|
|
361
|
+
"krutikJain/android-agent-skills/android-kotlin-core",
|
|
362
|
+
"krutikJain/android-agent-skills/android-compose-foundations",
|
|
363
|
+
"krutikJain/android-agent-skills/android-architecture-clean",
|
|
364
|
+
"krutikJain/android-agent-skills/android-di-hilt",
|
|
365
|
+
"krutikJain/android-agent-skills/android-gradle-build-logic",
|
|
366
|
+
"krutikJain/android-agent-skills/android-coroutines-flow",
|
|
367
|
+
"krutikJain/android-agent-skills/android-networking-retrofit-okhttp",
|
|
368
|
+
"krutikJain/android-agent-skills/android-testing-unit"
|
|
369
|
+
]
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"id": "remotion",
|
|
373
|
+
"name": "Remotion",
|
|
374
|
+
"detect": {
|
|
375
|
+
"packages": [
|
|
376
|
+
"remotion",
|
|
377
|
+
"@remotion/cli"
|
|
378
|
+
]
|
|
379
|
+
},
|
|
380
|
+
"skills": [
|
|
381
|
+
"remotion-dev/skills/remotion"
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"id": "react-router",
|
|
386
|
+
"name": "React Router",
|
|
387
|
+
"detect": {
|
|
388
|
+
"packages": [
|
|
389
|
+
"react-router",
|
|
390
|
+
"@react-router/node",
|
|
391
|
+
"@react-router/dev",
|
|
392
|
+
"@react-router/serve"
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
"skills": []
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"id": "tanstack-start",
|
|
399
|
+
"name": "TanStack Start",
|
|
400
|
+
"detect": {
|
|
401
|
+
"packages": [
|
|
402
|
+
"@tanstack/react-start",
|
|
403
|
+
"@tanstack/start"
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"skills": [
|
|
407
|
+
"tanstack-skills/tanstack-skills/tanstack-start"
|
|
408
|
+
]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"id": "chrome-extension",
|
|
412
|
+
"name": "Chrome Extension",
|
|
413
|
+
"detect": {
|
|
414
|
+
"configFileContent": {
|
|
415
|
+
"files": [
|
|
416
|
+
"manifest.json"
|
|
417
|
+
],
|
|
418
|
+
"patterns": [
|
|
419
|
+
"manifest_version"
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"skills": [
|
|
424
|
+
"mindrally/skills/chrome-extension-development"
|
|
425
|
+
]
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"id": "clerk",
|
|
429
|
+
"name": "Clerk",
|
|
430
|
+
"detect": {
|
|
431
|
+
"packages": [
|
|
432
|
+
"@clerk/nextjs",
|
|
433
|
+
"@clerk/remix",
|
|
434
|
+
"@clerk/astro",
|
|
435
|
+
"@clerk/express",
|
|
436
|
+
"@clerk/fastify",
|
|
437
|
+
"@clerk/nuxt",
|
|
438
|
+
"@clerk/vue",
|
|
439
|
+
"@clerk/react",
|
|
440
|
+
"@clerk/expo",
|
|
441
|
+
"@clerk/tanstack-react-start",
|
|
442
|
+
"@clerk/react-router",
|
|
443
|
+
"@clerk/chrome-extension",
|
|
444
|
+
"@clerk/backend"
|
|
445
|
+
],
|
|
446
|
+
"packagePatterns": [
|
|
447
|
+
"^@clerk\\/"
|
|
448
|
+
],
|
|
449
|
+
"configFileContent": [
|
|
450
|
+
{
|
|
451
|
+
"files": [
|
|
452
|
+
"Package.swift"
|
|
453
|
+
],
|
|
454
|
+
"patterns": [
|
|
455
|
+
"clerk/clerk-ios",
|
|
456
|
+
"ClerkSDK"
|
|
457
|
+
]
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"scanGradleLayout": true,
|
|
461
|
+
"patterns": [
|
|
462
|
+
"com.clerk"
|
|
463
|
+
]
|
|
464
|
+
}
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
"skills": [
|
|
468
|
+
"clerk/skills/clerk",
|
|
469
|
+
"clerk/skills/clerk-setup",
|
|
470
|
+
"clerk/skills/clerk-custom-ui",
|
|
471
|
+
"clerk/skills/clerk-backend-api",
|
|
472
|
+
"clerk/skills/clerk-orgs",
|
|
473
|
+
"clerk/skills/clerk-webhooks",
|
|
474
|
+
"clerk/skills/clerk-testing"
|
|
475
|
+
]
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"id": "better-auth",
|
|
479
|
+
"name": "Better Auth",
|
|
480
|
+
"detect": {
|
|
481
|
+
"packages": [
|
|
482
|
+
"better-auth"
|
|
483
|
+
]
|
|
484
|
+
},
|
|
485
|
+
"skills": [
|
|
486
|
+
"better-auth/skills/best-practices",
|
|
487
|
+
"better-auth/skills/emailAndPassword",
|
|
488
|
+
"better-auth/skills/organization",
|
|
489
|
+
"better-auth/skills/twoFactor"
|
|
490
|
+
]
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"id": "turborepo",
|
|
494
|
+
"name": "Turborepo",
|
|
495
|
+
"detect": {
|
|
496
|
+
"packages": [
|
|
497
|
+
"turbo"
|
|
498
|
+
],
|
|
499
|
+
"configFiles": [
|
|
500
|
+
"turbo.json"
|
|
501
|
+
]
|
|
502
|
+
},
|
|
503
|
+
"skills": [
|
|
504
|
+
"vercel/turborepo/turborepo"
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"id": "vite",
|
|
509
|
+
"name": "Vite",
|
|
510
|
+
"detect": {
|
|
511
|
+
"packages": [
|
|
512
|
+
"vite"
|
|
513
|
+
],
|
|
514
|
+
"configFiles": [
|
|
515
|
+
"vite.config.js",
|
|
516
|
+
"vite.config.ts",
|
|
517
|
+
"vite.config.mjs"
|
|
518
|
+
]
|
|
519
|
+
},
|
|
520
|
+
"skills": [
|
|
521
|
+
"antfu/skills/vite"
|
|
522
|
+
]
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"id": "azure",
|
|
526
|
+
"name": "Azure",
|
|
527
|
+
"detect": {
|
|
528
|
+
"packagePatterns": [
|
|
529
|
+
"^@azure\\/"
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
"skills": [
|
|
533
|
+
"microsoft/github-copilot-for-azure/azure-deploy",
|
|
534
|
+
"microsoft/github-copilot-for-azure/azure-ai",
|
|
535
|
+
"microsoft/github-copilot-for-azure/azure-cost",
|
|
536
|
+
"microsoft/github-copilot-for-azure/azure-diagnostics"
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "vercel-ai",
|
|
541
|
+
"name": "Vercel AI SDK",
|
|
542
|
+
"detect": {
|
|
543
|
+
"packages": [
|
|
544
|
+
"ai",
|
|
545
|
+
"@ai-sdk/openai",
|
|
546
|
+
"@ai-sdk/anthropic",
|
|
547
|
+
"@ai-sdk/google"
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
"skills": [
|
|
551
|
+
"vercel/ai/use-ai-sdk"
|
|
552
|
+
]
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"id": "elevenlabs",
|
|
556
|
+
"name": "ElevenLabs",
|
|
557
|
+
"detect": {
|
|
558
|
+
"packages": [
|
|
559
|
+
"elevenlabs"
|
|
560
|
+
]
|
|
561
|
+
},
|
|
562
|
+
"skills": [
|
|
563
|
+
"inferen-sh/skills/elevenlabs-tts",
|
|
564
|
+
"inferen-sh/skills/elevenlabs-music"
|
|
565
|
+
]
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"id": "vercel-deploy",
|
|
569
|
+
"name": "Vercel",
|
|
570
|
+
"detect": {
|
|
571
|
+
"configFiles": [
|
|
572
|
+
"vercel.json",
|
|
573
|
+
".vercel"
|
|
574
|
+
],
|
|
575
|
+
"packages": [
|
|
576
|
+
"vercel",
|
|
577
|
+
"@astrojs/vercel"
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
"skills": [
|
|
581
|
+
"vercel-labs/agent-skills/deploy-to-vercel"
|
|
582
|
+
]
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"id": "cloudflare",
|
|
586
|
+
"name": "Cloudflare",
|
|
587
|
+
"detect": {
|
|
588
|
+
"packages": [
|
|
589
|
+
"wrangler",
|
|
590
|
+
"@cloudflare/workers-types",
|
|
591
|
+
"@astrojs/cloudflare"
|
|
592
|
+
],
|
|
593
|
+
"configFiles": [
|
|
594
|
+
"wrangler.toml",
|
|
595
|
+
"wrangler.json",
|
|
596
|
+
"wrangler.jsonc"
|
|
597
|
+
]
|
|
598
|
+
},
|
|
599
|
+
"skills": [
|
|
600
|
+
"cloudflare/skills/cloudflare",
|
|
601
|
+
"cloudflare/skills/wrangler",
|
|
602
|
+
"cloudflare/skills/workers-best-practices",
|
|
603
|
+
"cloudflare/skills/web-perf",
|
|
604
|
+
"openai/skills/cloudflare-deploy"
|
|
605
|
+
]
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"id": "cloudflare-durable-objects",
|
|
609
|
+
"name": "Durable Objects",
|
|
610
|
+
"detect": {
|
|
611
|
+
"configFileContent": {
|
|
612
|
+
"files": [
|
|
613
|
+
"wrangler.json",
|
|
614
|
+
"wrangler.jsonc",
|
|
615
|
+
"wrangler.toml"
|
|
616
|
+
],
|
|
617
|
+
"patterns": [
|
|
618
|
+
"durable_objects"
|
|
619
|
+
]
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
"skills": [
|
|
623
|
+
"cloudflare/skills/durable-objects"
|
|
624
|
+
]
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "cloudflare-agents",
|
|
628
|
+
"name": "Cloudflare Agents",
|
|
629
|
+
"detect": {
|
|
630
|
+
"packages": [
|
|
631
|
+
"agents"
|
|
632
|
+
]
|
|
633
|
+
},
|
|
634
|
+
"skills": [
|
|
635
|
+
"cloudflare/skills/agents-sdk",
|
|
636
|
+
"cloudflare/skills/sandbox-sdk"
|
|
637
|
+
]
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"id": "cloudflare-ai",
|
|
641
|
+
"name": "Cloudflare AI",
|
|
642
|
+
"detect": {
|
|
643
|
+
"packages": [
|
|
644
|
+
"@cloudflare/ai"
|
|
645
|
+
],
|
|
646
|
+
"configFileContent": {
|
|
647
|
+
"files": [
|
|
648
|
+
"wrangler.json",
|
|
649
|
+
"wrangler.jsonc"
|
|
650
|
+
],
|
|
651
|
+
"patterns": [
|
|
652
|
+
"\"ai\""
|
|
653
|
+
]
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"skills": [
|
|
657
|
+
"cloudflare/skills/agents-sdk"
|
|
658
|
+
]
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"id": "terraform",
|
|
662
|
+
"name": "Terraform",
|
|
663
|
+
"detect": {
|
|
664
|
+
"configFiles": [
|
|
665
|
+
".terraform.lock.hcl",
|
|
666
|
+
"terraform.tfvars",
|
|
667
|
+
"main.tf",
|
|
668
|
+
"variables.tf",
|
|
669
|
+
"outputs.tf"
|
|
670
|
+
]
|
|
671
|
+
},
|
|
672
|
+
"skills": [
|
|
673
|
+
"hashicorp/agent-skills/terraform-style-guide",
|
|
674
|
+
"hashicorp/agent-skills/refactor-module",
|
|
675
|
+
"hashicorp/agent-skills/terraform-stacks",
|
|
676
|
+
"wshobson/agents/terraform-module-library"
|
|
677
|
+
]
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"id": "aws",
|
|
681
|
+
"name": "AWS",
|
|
682
|
+
"detect": {
|
|
683
|
+
"packagePatterns": [
|
|
684
|
+
"^@aws-sdk\\/",
|
|
685
|
+
"^aws-cdk"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
"skills": []
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"id": "swiftui",
|
|
692
|
+
"name": "SwiftUI",
|
|
693
|
+
"detect": {
|
|
694
|
+
"configFiles": [
|
|
695
|
+
"Package.swift",
|
|
696
|
+
"Podfile"
|
|
697
|
+
]
|
|
698
|
+
},
|
|
699
|
+
"skills": [
|
|
700
|
+
"avdlee/swiftui-agent-skill/swiftui-expert-skill",
|
|
701
|
+
"avdlee/swift-concurrency-agent-skill/swift-concurrency",
|
|
702
|
+
"avdlee/xcode-build-optimization-agent-skill/xcode-build-orchestrator",
|
|
703
|
+
"avdlee/swift-testing-agent-skill/swift-testing-expert",
|
|
704
|
+
"avdlee/core-data-agent-skill/core-data-expert"
|
|
705
|
+
]
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"id": "oxlint",
|
|
709
|
+
"name": "oxlint",
|
|
710
|
+
"detect": {
|
|
711
|
+
"packages": [
|
|
712
|
+
"oxlint"
|
|
713
|
+
],
|
|
714
|
+
"configFiles": [
|
|
715
|
+
".oxlintrc.json",
|
|
716
|
+
"oxlint.config.ts"
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
|
+
"skills": [
|
|
720
|
+
"delexw/claude-code-misc/oxlint"
|
|
721
|
+
]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"id": "gsap",
|
|
725
|
+
"name": "GSAP",
|
|
726
|
+
"detect": {
|
|
727
|
+
"packages": [
|
|
728
|
+
"gsap"
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
"skills": [
|
|
732
|
+
"greensock/gsap-skills/gsap-core",
|
|
733
|
+
"greensock/gsap-skills/gsap-scrolltrigger",
|
|
734
|
+
"greensock/gsap-skills/gsap-performance",
|
|
735
|
+
"greensock/gsap-skills/gsap-plugins",
|
|
736
|
+
"greensock/gsap-skills/gsap-timeline",
|
|
737
|
+
"greensock/gsap-skills/gsap-utils",
|
|
738
|
+
"greensock/gsap-skills/gsap-frameworks"
|
|
739
|
+
]
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"id": "threejs",
|
|
743
|
+
"name": "Three.js",
|
|
744
|
+
"detect": {
|
|
745
|
+
"packages": [
|
|
746
|
+
"three"
|
|
747
|
+
]
|
|
748
|
+
},
|
|
749
|
+
"skills": [
|
|
750
|
+
"cloudai-x/threejs-skills/threejs-animation",
|
|
751
|
+
"cloudai-x/threejs-skills/threejs-fundamentals",
|
|
752
|
+
"cloudai-x/threejs-skills/threejs-shaders",
|
|
753
|
+
"cloudai-x/threejs-skills/threejs-geometry",
|
|
754
|
+
"cloudai-x/threejs-skills/threejs-interaction",
|
|
755
|
+
"cloudai-x/threejs-skills/threejs-materials",
|
|
756
|
+
"cloudai-x/threejs-skills/threejs-postprocessing",
|
|
757
|
+
"cloudai-x/threejs-skills/threejs-lighting",
|
|
758
|
+
"cloudai-x/threejs-skills/threejs-textures",
|
|
759
|
+
"cloudai-x/threejs-skills/threejs-loaders"
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"id": "@react-three/fiber",
|
|
764
|
+
"name": "React Three Fiber",
|
|
765
|
+
"detect": {
|
|
766
|
+
"packages": [
|
|
767
|
+
"@react-three/fiber"
|
|
768
|
+
]
|
|
769
|
+
},
|
|
770
|
+
"skills": []
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": "bun",
|
|
774
|
+
"name": "Bun",
|
|
775
|
+
"detect": {
|
|
776
|
+
"configFiles": [
|
|
777
|
+
"bun.lockb",
|
|
778
|
+
"bun.lock",
|
|
779
|
+
"bunfig.toml"
|
|
780
|
+
]
|
|
781
|
+
},
|
|
782
|
+
"skills": [
|
|
783
|
+
"midudev/autoskills/bun"
|
|
784
|
+
]
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"id": "elysia",
|
|
788
|
+
"name": "Elysia",
|
|
789
|
+
"detect": {
|
|
790
|
+
"packages": [
|
|
791
|
+
"elysia"
|
|
792
|
+
]
|
|
793
|
+
},
|
|
794
|
+
"skills": [
|
|
795
|
+
"elysiajs/skills/elysiajs"
|
|
796
|
+
]
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"id": "node",
|
|
800
|
+
"name": "Node.js",
|
|
801
|
+
"detect": {
|
|
802
|
+
"configFiles": [
|
|
803
|
+
"package-lock.json",
|
|
804
|
+
"yarn.lock",
|
|
805
|
+
"pnpm-lock.yaml",
|
|
806
|
+
".nvmrc",
|
|
807
|
+
".node-version"
|
|
808
|
+
]
|
|
809
|
+
},
|
|
810
|
+
"skills": [
|
|
811
|
+
"wshobson/agents/nodejs-backend-patterns",
|
|
812
|
+
"sickn33/antigravity-awesome-skills/nodejs-best-practices"
|
|
813
|
+
]
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"id": "bash",
|
|
817
|
+
"name": "Bash",
|
|
818
|
+
"detect": {
|
|
819
|
+
"fileExtensions": [
|
|
820
|
+
".sh",
|
|
821
|
+
".bash"
|
|
822
|
+
]
|
|
823
|
+
},
|
|
824
|
+
"skills": [
|
|
825
|
+
"wshobson/agents/bash-defensive-patterns"
|
|
826
|
+
]
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"id": "express",
|
|
830
|
+
"name": "Express",
|
|
831
|
+
"detect": {
|
|
832
|
+
"packages": [
|
|
833
|
+
"express"
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
"skills": []
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"id": "go",
|
|
840
|
+
"name": "Go",
|
|
841
|
+
"detect": {
|
|
842
|
+
"configFiles": [
|
|
843
|
+
"go.mod",
|
|
844
|
+
"go.work"
|
|
845
|
+
]
|
|
846
|
+
},
|
|
847
|
+
"skills": [
|
|
848
|
+
"affaan-m/everything-claude-code/golang-patterns",
|
|
849
|
+
"affaan-m/everything-claude-code/golang-testing"
|
|
850
|
+
]
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"id": "deno",
|
|
854
|
+
"name": "Deno",
|
|
855
|
+
"detect": {
|
|
856
|
+
"configFiles": [
|
|
857
|
+
"deno.json",
|
|
858
|
+
"deno.jsonc",
|
|
859
|
+
"deno.lock"
|
|
860
|
+
]
|
|
861
|
+
},
|
|
862
|
+
"skills": [
|
|
863
|
+
"denoland/skills/deno-expert",
|
|
864
|
+
"denoland/skills/deno-guidance",
|
|
865
|
+
"denoland/skills/deno-frontend",
|
|
866
|
+
"denoland/skills/deno-deploy",
|
|
867
|
+
"denoland/skills/deno-sandbox",
|
|
868
|
+
"mindrally/skills/deno-typescript"
|
|
869
|
+
]
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"id": "wordpress",
|
|
873
|
+
"name": "WordPress",
|
|
874
|
+
"detect": {
|
|
875
|
+
"configFiles": [
|
|
876
|
+
"wp-config.php",
|
|
877
|
+
"wp-login.php"
|
|
878
|
+
],
|
|
879
|
+
"packagePatterns": [
|
|
880
|
+
"^@wordpress\\/"
|
|
881
|
+
],
|
|
882
|
+
"configFileContent": {
|
|
883
|
+
"files": [
|
|
884
|
+
"composer.json",
|
|
885
|
+
"style.css"
|
|
886
|
+
],
|
|
887
|
+
"patterns": [
|
|
888
|
+
"johnpbloch/wordpress",
|
|
889
|
+
"wpackagist",
|
|
890
|
+
"Theme Name:"
|
|
891
|
+
]
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"skills": [
|
|
895
|
+
"wordpress/agent-skills/wp-plugin-development",
|
|
896
|
+
"wordpress/agent-skills/wp-rest-api",
|
|
897
|
+
"wordpress/agent-skills/wp-block-themes",
|
|
898
|
+
"wordpress/agent-skills/wp-block-development",
|
|
899
|
+
"wordpress/agent-skills/wp-performance",
|
|
900
|
+
"wordpress/agent-skills/wordpress-router",
|
|
901
|
+
"wordpress/agent-skills/wp-project-triage",
|
|
902
|
+
"wordpress/agent-skills/wp-wpcli-and-ops"
|
|
903
|
+
]
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"id": "java",
|
|
907
|
+
"name": "Java",
|
|
908
|
+
"detect": {
|
|
909
|
+
"configFiles": [
|
|
910
|
+
"pom.xml"
|
|
911
|
+
],
|
|
912
|
+
"configFileContent": {
|
|
913
|
+
"scanGradleLayout": true,
|
|
914
|
+
"patterns": [
|
|
915
|
+
"sourceCompatibility",
|
|
916
|
+
"targetCompatibility",
|
|
917
|
+
"JavaVersion",
|
|
918
|
+
"id(\"java\")",
|
|
919
|
+
"id 'java'",
|
|
920
|
+
"id(\"java-library\")",
|
|
921
|
+
"id 'java-library'"
|
|
922
|
+
]
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
"skills": [
|
|
926
|
+
"github/awesome-copilot/java-docs",
|
|
927
|
+
"affaan-m/everything-claude-code/java-coding-standards"
|
|
928
|
+
]
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"id": "springboot",
|
|
932
|
+
"name": "Spring Boot",
|
|
933
|
+
"detect": {
|
|
934
|
+
"configFiles": [
|
|
935
|
+
"src/main/resources/application.properties",
|
|
936
|
+
"src/main/resources/application.yml",
|
|
937
|
+
"src/main/resources/application.yaml"
|
|
938
|
+
],
|
|
939
|
+
"configFileContent": {
|
|
940
|
+
"files": [
|
|
941
|
+
"pom.xml"
|
|
942
|
+
],
|
|
943
|
+
"patterns": [
|
|
944
|
+
"spring-boot-starter",
|
|
945
|
+
"org.springframework.boot"
|
|
946
|
+
]
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
"skills": [
|
|
950
|
+
"github/awesome-copilot/java-springboot"
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"id": "prisma",
|
|
955
|
+
"name": "Prisma",
|
|
956
|
+
"detect": {
|
|
957
|
+
"packages": [
|
|
958
|
+
"prisma",
|
|
959
|
+
"@prisma/client"
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
"skills": [
|
|
963
|
+
"prisma/skills/prisma-database-setup",
|
|
964
|
+
"prisma/skills/prisma-client-api",
|
|
965
|
+
"prisma/skills/prisma-cli",
|
|
966
|
+
"prisma/skills/prisma-postgres"
|
|
967
|
+
]
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"id": "stripe",
|
|
971
|
+
"name": "Stripe",
|
|
972
|
+
"detect": {
|
|
973
|
+
"packages": [
|
|
974
|
+
"stripe",
|
|
975
|
+
"@stripe/stripe-js",
|
|
976
|
+
"@stripe/react-stripe-js"
|
|
977
|
+
]
|
|
978
|
+
},
|
|
979
|
+
"skills": [
|
|
980
|
+
"stripe/ai/stripe-best-practices",
|
|
981
|
+
"stripe/ai/upgrade-stripe"
|
|
982
|
+
]
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": "hono",
|
|
986
|
+
"name": "Hono",
|
|
987
|
+
"detect": {
|
|
988
|
+
"packages": [
|
|
989
|
+
"hono"
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
|
+
"skills": [
|
|
993
|
+
"yusukebe/hono-skill/hono"
|
|
994
|
+
]
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"id": "vitest",
|
|
998
|
+
"name": "Vitest",
|
|
999
|
+
"detect": {
|
|
1000
|
+
"packages": [
|
|
1001
|
+
"vitest"
|
|
1002
|
+
],
|
|
1003
|
+
"configFiles": [
|
|
1004
|
+
"vitest.config.ts",
|
|
1005
|
+
"vitest.config.js",
|
|
1006
|
+
"vitest.config.mts"
|
|
1007
|
+
]
|
|
1008
|
+
},
|
|
1009
|
+
"skills": [
|
|
1010
|
+
"antfu/skills/vitest"
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"id": "drizzle",
|
|
1015
|
+
"name": "Drizzle ORM",
|
|
1016
|
+
"detect": {
|
|
1017
|
+
"packages": [
|
|
1018
|
+
"drizzle-orm",
|
|
1019
|
+
"drizzle-kit"
|
|
1020
|
+
]
|
|
1021
|
+
},
|
|
1022
|
+
"skills": [
|
|
1023
|
+
"bobmatnyc/claude-mpm-skills/drizzle"
|
|
1024
|
+
]
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"id": "nestjs",
|
|
1028
|
+
"name": "NestJS",
|
|
1029
|
+
"detect": {
|
|
1030
|
+
"packages": [
|
|
1031
|
+
"@nestjs/core"
|
|
1032
|
+
]
|
|
1033
|
+
},
|
|
1034
|
+
"skills": [
|
|
1035
|
+
"kadajett/agent-nestjs-skills/nestjs-best-practices"
|
|
1036
|
+
]
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"id": "tauri",
|
|
1040
|
+
"name": "Tauri",
|
|
1041
|
+
"detect": {
|
|
1042
|
+
"packages": [
|
|
1043
|
+
"@tauri-apps/api",
|
|
1044
|
+
"@tauri-apps/cli"
|
|
1045
|
+
],
|
|
1046
|
+
"configFiles": [
|
|
1047
|
+
"src-tauri/tauri.conf.json"
|
|
1048
|
+
]
|
|
1049
|
+
},
|
|
1050
|
+
"skills": [
|
|
1051
|
+
"nodnarbnitram/claude-code-extensions/tauri-v2"
|
|
1052
|
+
]
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"id": "electron",
|
|
1056
|
+
"name": "Electron",
|
|
1057
|
+
"detect": {
|
|
1058
|
+
"packages": [
|
|
1059
|
+
"electron"
|
|
1060
|
+
],
|
|
1061
|
+
"configFiles": [
|
|
1062
|
+
"electron-builder.yml",
|
|
1063
|
+
"electron-builder.json",
|
|
1064
|
+
"electron-builder.js",
|
|
1065
|
+
"forge.config.js",
|
|
1066
|
+
"forge.config.cjs",
|
|
1067
|
+
"forge.config.mjs",
|
|
1068
|
+
"forge.config.ts",
|
|
1069
|
+
"electron-vite.config.ts",
|
|
1070
|
+
"electron-vite.config.js",
|
|
1071
|
+
"electron-vite.config.mjs",
|
|
1072
|
+
"electron-vite.config.cjs"
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
"skills": []
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"id": "dotnet",
|
|
1079
|
+
"name": ".NET",
|
|
1080
|
+
"detect": {
|
|
1081
|
+
"configFiles": [
|
|
1082
|
+
"global.json",
|
|
1083
|
+
"NuGet.Config",
|
|
1084
|
+
"Directory.Build.props",
|
|
1085
|
+
"Directory.Packages.props"
|
|
1086
|
+
],
|
|
1087
|
+
"configFileContent": {
|
|
1088
|
+
"scanDotNetLayout": true,
|
|
1089
|
+
"patterns": [
|
|
1090
|
+
"<Project Sdk=\"Microsoft.NET.Sdk"
|
|
1091
|
+
]
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
"skills": [
|
|
1095
|
+
"github/awesome-copilot/dotnet-best-practices",
|
|
1096
|
+
"github/awesome-copilot/dotnet-design-pattern-review",
|
|
1097
|
+
"github/awesome-copilot/dotnet-upgrade"
|
|
1098
|
+
]
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"id": "csharp",
|
|
1102
|
+
"name": "C#",
|
|
1103
|
+
"detect": {
|
|
1104
|
+
"configFileContent": {
|
|
1105
|
+
"scanDotNetLayout": true,
|
|
1106
|
+
"patterns": [
|
|
1107
|
+
"<Project",
|
|
1108
|
+
"Microsoft.NET.Sdk"
|
|
1109
|
+
]
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
"skills": [
|
|
1113
|
+
"github/awesome-copilot/csharp-xunit",
|
|
1114
|
+
"github/awesome-copilot/csharp-async",
|
|
1115
|
+
"github/awesome-copilot/csharp-docs",
|
|
1116
|
+
"github/awesome-copilot/csharp-nunit",
|
|
1117
|
+
"github/awesome-copilot/csharp-mstest",
|
|
1118
|
+
"github/awesome-copilot/csharp-tunit"
|
|
1119
|
+
]
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"id": "aspnetcore",
|
|
1123
|
+
"name": "ASP.NET Core",
|
|
1124
|
+
"detect": {
|
|
1125
|
+
"configFiles": [
|
|
1126
|
+
"appsettings.json",
|
|
1127
|
+
"appsettings.Development.json"
|
|
1128
|
+
],
|
|
1129
|
+
"configFileContent": {
|
|
1130
|
+
"scanDotNetLayout": true,
|
|
1131
|
+
"patterns": [
|
|
1132
|
+
"Microsoft.NET.Sdk.Web"
|
|
1133
|
+
]
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"skills": [
|
|
1137
|
+
"github/awesome-copilot/containerize-aspnetcore",
|
|
1138
|
+
"openai/skills/aspnet-core"
|
|
1139
|
+
]
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"id": "aspnet-blazor",
|
|
1143
|
+
"name": "Blazor",
|
|
1144
|
+
"detect": {
|
|
1145
|
+
"configFileContent": {
|
|
1146
|
+
"scanDotNetLayout": true,
|
|
1147
|
+
"patterns": [
|
|
1148
|
+
"Microsoft.NET.Sdk.BlazorWebAssembly",
|
|
1149
|
+
"Microsoft.AspNetCore.Components"
|
|
1150
|
+
]
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
"skills": [
|
|
1154
|
+
"github/awesome-copilot/fluentui-blazor"
|
|
1155
|
+
]
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"id": "aspnet-minimal-api",
|
|
1159
|
+
"name": "ASP.NET Minimal API",
|
|
1160
|
+
"detect": {
|
|
1161
|
+
"configFiles": [
|
|
1162
|
+
"appsettings.json"
|
|
1163
|
+
],
|
|
1164
|
+
"configFileContent": {
|
|
1165
|
+
"scanDotNetLayout": true,
|
|
1166
|
+
"patterns": [
|
|
1167
|
+
"Microsoft.AspNetCore.OpenApi",
|
|
1168
|
+
"Swashbuckle.AspNetCore"
|
|
1169
|
+
]
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"skills": [
|
|
1173
|
+
"github/awesome-copilot/aspnet-minimal-api-openapi",
|
|
1174
|
+
"dotnet/skills/minimal-api-file-upload"
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"id": "rust",
|
|
1179
|
+
"name": "Rust",
|
|
1180
|
+
"detect": {
|
|
1181
|
+
"configFiles": [
|
|
1182
|
+
"Cargo.toml"
|
|
1183
|
+
]
|
|
1184
|
+
},
|
|
1185
|
+
"skills": [
|
|
1186
|
+
"apollographql/skills/rust-best-practices"
|
|
1187
|
+
]
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"id": "ruby",
|
|
1191
|
+
"name": "Ruby",
|
|
1192
|
+
"detect": {
|
|
1193
|
+
"configFiles": [
|
|
1194
|
+
"Gemfile",
|
|
1195
|
+
"Gemfile.lock",
|
|
1196
|
+
".ruby-version",
|
|
1197
|
+
".ruby-gemset"
|
|
1198
|
+
]
|
|
1199
|
+
},
|
|
1200
|
+
"skills": [
|
|
1201
|
+
"lucianghinda/superpowers-ruby/ruby"
|
|
1202
|
+
]
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"id": "rails",
|
|
1206
|
+
"name": "Ruby on Rails",
|
|
1207
|
+
"detect": {
|
|
1208
|
+
"gems": [
|
|
1209
|
+
"rails"
|
|
1210
|
+
],
|
|
1211
|
+
"configFiles": [
|
|
1212
|
+
"config/routes.rb",
|
|
1213
|
+
"config/application.rb",
|
|
1214
|
+
"bin/rails"
|
|
1215
|
+
]
|
|
1216
|
+
},
|
|
1217
|
+
"skills": [
|
|
1218
|
+
"sergiodxa/agent-skills/ruby-on-rails-best-practices",
|
|
1219
|
+
"lucianghinda/superpowers-ruby/rails-guides",
|
|
1220
|
+
"igmarin/rails-agent-skills/rails-stack-conventions",
|
|
1221
|
+
"igmarin/rails-agent-skills/rails-code-review",
|
|
1222
|
+
"igmarin/rails-agent-skills/rails-migration-safety",
|
|
1223
|
+
"igmarin/rails-agent-skills/rails-security-review",
|
|
1224
|
+
"ombulabs/claude-code_rails-upgrade-skill/rails-upgrade"
|
|
1225
|
+
]
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"id": "redis-ruby",
|
|
1229
|
+
"name": "Redis (Ruby)",
|
|
1230
|
+
"detect": {
|
|
1231
|
+
"gems": [
|
|
1232
|
+
"redis",
|
|
1233
|
+
"sidekiq",
|
|
1234
|
+
"resque",
|
|
1235
|
+
"redis-rails"
|
|
1236
|
+
]
|
|
1237
|
+
},
|
|
1238
|
+
"skills": [
|
|
1239
|
+
"redis/agent-skills/redis-development"
|
|
1240
|
+
]
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"id": "postgres-ruby",
|
|
1244
|
+
"name": "PostgreSQL",
|
|
1245
|
+
"detect": {
|
|
1246
|
+
"gems": [
|
|
1247
|
+
"pg"
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
1250
|
+
"skills": []
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"id": "python",
|
|
1254
|
+
"name": "Python",
|
|
1255
|
+
"detect": {
|
|
1256
|
+
"configFiles": [
|
|
1257
|
+
"pyproject.toml",
|
|
1258
|
+
"requirements.txt",
|
|
1259
|
+
"setup.py",
|
|
1260
|
+
"setup.cfg",
|
|
1261
|
+
"Pipfile"
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
"skills": []
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"id": "sorbet",
|
|
1268
|
+
"name": "Sorbet",
|
|
1269
|
+
"detect": {
|
|
1270
|
+
"gems": [
|
|
1271
|
+
"sorbet",
|
|
1272
|
+
"sorbet-runtime"
|
|
1273
|
+
],
|
|
1274
|
+
"configFiles": [
|
|
1275
|
+
"sorbet/config"
|
|
1276
|
+
]
|
|
1277
|
+
},
|
|
1278
|
+
"skills": [
|
|
1279
|
+
"DmitryPogrebnoy/ruby-agent-skills/generating-sorbet",
|
|
1280
|
+
"DmitryPogrebnoy/ruby-agent-skills/generating-sorbet-inline"
|
|
1281
|
+
]
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"id": "activeadmin",
|
|
1285
|
+
"name": "ActiveAdmin",
|
|
1286
|
+
"detect": {
|
|
1287
|
+
"gems": [
|
|
1288
|
+
"activeadmin"
|
|
1289
|
+
]
|
|
1290
|
+
},
|
|
1291
|
+
"skills": []
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"id": "django",
|
|
1295
|
+
"name": "Django",
|
|
1296
|
+
"detect": {
|
|
1297
|
+
"configFiles": [
|
|
1298
|
+
"manage.py"
|
|
1299
|
+
],
|
|
1300
|
+
"configFileContent": {
|
|
1301
|
+
"files": [
|
|
1302
|
+
"pyproject.toml",
|
|
1303
|
+
"requirements.txt",
|
|
1304
|
+
"setup.py",
|
|
1305
|
+
"setup.cfg",
|
|
1306
|
+
"Pipfile"
|
|
1307
|
+
],
|
|
1308
|
+
"patterns": [
|
|
1309
|
+
"django",
|
|
1310
|
+
"Django"
|
|
1311
|
+
]
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"skills": []
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"id": "devise",
|
|
1318
|
+
"name": "Devise",
|
|
1319
|
+
"detect": {
|
|
1320
|
+
"gems": [
|
|
1321
|
+
"devise"
|
|
1322
|
+
]
|
|
1323
|
+
},
|
|
1324
|
+
"skills": []
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"id": "fastapi",
|
|
1328
|
+
"name": "FastAPI",
|
|
1329
|
+
"detect": {
|
|
1330
|
+
"configFileContent": {
|
|
1331
|
+
"files": [
|
|
1332
|
+
"pyproject.toml",
|
|
1333
|
+
"requirements.txt",
|
|
1334
|
+
"setup.py",
|
|
1335
|
+
"setup.cfg",
|
|
1336
|
+
"Pipfile"
|
|
1337
|
+
],
|
|
1338
|
+
"patterns": [
|
|
1339
|
+
"fastapi",
|
|
1340
|
+
"FastAPI"
|
|
1341
|
+
]
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"skills": []
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"id": "sidekiq",
|
|
1348
|
+
"name": "Sidekiq",
|
|
1349
|
+
"detect": {
|
|
1350
|
+
"gems": [
|
|
1351
|
+
"sidekiq"
|
|
1352
|
+
]
|
|
1353
|
+
},
|
|
1354
|
+
"skills": [
|
|
1355
|
+
"igmarin/rails-agent-skills/rails-background-jobs"
|
|
1356
|
+
]
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"id": "rspec",
|
|
1360
|
+
"name": "RSpec",
|
|
1361
|
+
"detect": {
|
|
1362
|
+
"gems": [
|
|
1363
|
+
"rspec",
|
|
1364
|
+
"rspec-rails"
|
|
1365
|
+
],
|
|
1366
|
+
"configFiles": [
|
|
1367
|
+
".rspec"
|
|
1368
|
+
]
|
|
1369
|
+
},
|
|
1370
|
+
"skills": [
|
|
1371
|
+
"igmarin/rails-agent-skills/rspec-best-practices",
|
|
1372
|
+
"igmarin/rails-agent-skills/rspec-service-testing",
|
|
1373
|
+
"lucianghinda/superpowers-ruby/test-driven-development"
|
|
1374
|
+
]
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"id": "rubocop",
|
|
1378
|
+
"name": "RuboCop",
|
|
1379
|
+
"detect": {
|
|
1380
|
+
"gems": [
|
|
1381
|
+
"rubocop",
|
|
1382
|
+
"rubocop-rails"
|
|
1383
|
+
],
|
|
1384
|
+
"configFiles": [
|
|
1385
|
+
".rubocop.yml"
|
|
1386
|
+
]
|
|
1387
|
+
},
|
|
1388
|
+
"skills": []
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"id": "php",
|
|
1392
|
+
"name": "PHP",
|
|
1393
|
+
"detect": {
|
|
1394
|
+
"configFiles": [
|
|
1395
|
+
"composer.json",
|
|
1396
|
+
"composer.lock"
|
|
1397
|
+
]
|
|
1398
|
+
},
|
|
1399
|
+
"skills": [
|
|
1400
|
+
"jeffallan/claude-skills/php-pro"
|
|
1401
|
+
]
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"id": "laravel",
|
|
1405
|
+
"name": "Laravel",
|
|
1406
|
+
"detect": {
|
|
1407
|
+
"configFiles": [
|
|
1408
|
+
"artisan",
|
|
1409
|
+
"bootstrap/app.php"
|
|
1410
|
+
],
|
|
1411
|
+
"configFileContent": {
|
|
1412
|
+
"files": [
|
|
1413
|
+
"composer.json"
|
|
1414
|
+
],
|
|
1415
|
+
"patterns": [
|
|
1416
|
+
"\"laravel/framework\"",
|
|
1417
|
+
"\"illuminate/"
|
|
1418
|
+
]
|
|
1419
|
+
}
|
|
1420
|
+
},
|
|
1421
|
+
"skills": [
|
|
1422
|
+
"jeffallan/claude-skills/laravel-specialist",
|
|
1423
|
+
"affaan-m/everything-claude-code/laravel-patterns"
|
|
1424
|
+
]
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"id": "python",
|
|
1428
|
+
"name": "Python",
|
|
1429
|
+
"detect": {
|
|
1430
|
+
"configFiles": [
|
|
1431
|
+
"pyproject.toml",
|
|
1432
|
+
"requirements.txt",
|
|
1433
|
+
"setup.py",
|
|
1434
|
+
"Pipfile"
|
|
1435
|
+
]
|
|
1436
|
+
},
|
|
1437
|
+
"skills": [
|
|
1438
|
+
"inferen-sh/skills/python-executor",
|
|
1439
|
+
"wshobson/agents/python-testing-patterns"
|
|
1440
|
+
]
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"id": "fastapi",
|
|
1444
|
+
"name": "FastAPI",
|
|
1445
|
+
"detect": {
|
|
1446
|
+
"configFileContent": {
|
|
1447
|
+
"files": [
|
|
1448
|
+
"pyproject.toml",
|
|
1449
|
+
"requirements.txt",
|
|
1450
|
+
"setup.py",
|
|
1451
|
+
"Pipfile"
|
|
1452
|
+
],
|
|
1453
|
+
"patterns": [
|
|
1454
|
+
"fastapi",
|
|
1455
|
+
"FastAPI"
|
|
1456
|
+
]
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
"skills": [
|
|
1460
|
+
"wshobson/agents/fastapi-templates",
|
|
1461
|
+
"mindrally/skills/fastapi-python"
|
|
1462
|
+
]
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"id": "fastmcp",
|
|
1466
|
+
"name": "FastMCP",
|
|
1467
|
+
"detect": {
|
|
1468
|
+
"configFileContent": {
|
|
1469
|
+
"files": [
|
|
1470
|
+
"pyproject.toml",
|
|
1471
|
+
"requirements.txt",
|
|
1472
|
+
"setup.py",
|
|
1473
|
+
"Pipfile"
|
|
1474
|
+
],
|
|
1475
|
+
"patterns": [
|
|
1476
|
+
"fastmcp",
|
|
1477
|
+
"FastMCP"
|
|
1478
|
+
]
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
"skills": [
|
|
1482
|
+
"sharanharsoor/skills/fastmcp"
|
|
1483
|
+
]
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"id": "django",
|
|
1487
|
+
"name": "Django",
|
|
1488
|
+
"detect": {
|
|
1489
|
+
"configFileContent": {
|
|
1490
|
+
"files": [
|
|
1491
|
+
"pyproject.toml",
|
|
1492
|
+
"requirements.txt",
|
|
1493
|
+
"setup.py",
|
|
1494
|
+
"Pipfile"
|
|
1495
|
+
],
|
|
1496
|
+
"patterns": [
|
|
1497
|
+
"django",
|
|
1498
|
+
"Django"
|
|
1499
|
+
]
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1502
|
+
"skills": [
|
|
1503
|
+
"vintasoftware/django-ai-plugins/django-expert",
|
|
1504
|
+
"affaan-m/everything-claude-code/django-patterns",
|
|
1505
|
+
"affaan-m/everything-claude-code/django-security"
|
|
1506
|
+
]
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"id": "flask",
|
|
1510
|
+
"name": "Flask",
|
|
1511
|
+
"detect": {
|
|
1512
|
+
"configFileContent": {
|
|
1513
|
+
"files": [
|
|
1514
|
+
"pyproject.toml",
|
|
1515
|
+
"requirements.txt",
|
|
1516
|
+
"setup.py",
|
|
1517
|
+
"setup.cfg",
|
|
1518
|
+
"Pipfile"
|
|
1519
|
+
],
|
|
1520
|
+
"patterns": [
|
|
1521
|
+
"flask",
|
|
1522
|
+
"Flask"
|
|
1523
|
+
]
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"skills": [
|
|
1527
|
+
"aj-geddes/useful-ai-prompts/flask-api-development"
|
|
1528
|
+
]
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"id": "pydantic",
|
|
1532
|
+
"name": "Pydantic",
|
|
1533
|
+
"detect": {
|
|
1534
|
+
"configFileContent": {
|
|
1535
|
+
"files": [
|
|
1536
|
+
"pyproject.toml",
|
|
1537
|
+
"requirements.txt",
|
|
1538
|
+
"setup.py",
|
|
1539
|
+
"Pipfile"
|
|
1540
|
+
],
|
|
1541
|
+
"patterns": [
|
|
1542
|
+
"pydantic",
|
|
1543
|
+
"Pydantic"
|
|
1544
|
+
]
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
"skills": [
|
|
1548
|
+
"bobmatnyc/claude-mpm-skills/pydantic"
|
|
1549
|
+
]
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"id": "sqlalchemy",
|
|
1553
|
+
"name": "SQLAlchemy",
|
|
1554
|
+
"detect": {
|
|
1555
|
+
"configFileContent": {
|
|
1556
|
+
"files": [
|
|
1557
|
+
"pyproject.toml",
|
|
1558
|
+
"requirements.txt",
|
|
1559
|
+
"setup.py",
|
|
1560
|
+
"Pipfile"
|
|
1561
|
+
],
|
|
1562
|
+
"patterns": [
|
|
1563
|
+
"sqlalchemy",
|
|
1564
|
+
"SQLAlchemy"
|
|
1565
|
+
]
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"skills": [
|
|
1569
|
+
"bobmatnyc/claude-mpm-skills/sqlalchemy",
|
|
1570
|
+
"wispbit-ai/skills/sqlalchemy-alembic-expert-best-practices-code-review"
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"id": "pytest",
|
|
1575
|
+
"name": "Pytest",
|
|
1576
|
+
"detect": {
|
|
1577
|
+
"configFileContent": {
|
|
1578
|
+
"files": [
|
|
1579
|
+
"pyproject.toml",
|
|
1580
|
+
"requirements.txt",
|
|
1581
|
+
"setup.py",
|
|
1582
|
+
"Pipfile"
|
|
1583
|
+
],
|
|
1584
|
+
"patterns": [
|
|
1585
|
+
"pytest",
|
|
1586
|
+
"Pytest"
|
|
1587
|
+
]
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"skills": [
|
|
1591
|
+
"wshobson/agents/python-testing-patterns"
|
|
1592
|
+
]
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"id": "pandas",
|
|
1596
|
+
"name": "Pandas",
|
|
1597
|
+
"detect": {
|
|
1598
|
+
"configFileContent": {
|
|
1599
|
+
"files": [
|
|
1600
|
+
"pyproject.toml",
|
|
1601
|
+
"requirements.txt",
|
|
1602
|
+
"setup.py",
|
|
1603
|
+
"Pipfile"
|
|
1604
|
+
],
|
|
1605
|
+
"patterns": [
|
|
1606
|
+
"pandas",
|
|
1607
|
+
"Pandas"
|
|
1608
|
+
]
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
"skills": [
|
|
1612
|
+
"jeffallan/claude-skills/pandas-pro",
|
|
1613
|
+
"pluginagentmarketplace/custom-plugin-python/pandas-data-analysis"
|
|
1614
|
+
]
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"id": "numpy",
|
|
1618
|
+
"name": "NumPy",
|
|
1619
|
+
"detect": {
|
|
1620
|
+
"configFileContent": {
|
|
1621
|
+
"files": [
|
|
1622
|
+
"pyproject.toml",
|
|
1623
|
+
"requirements.txt",
|
|
1624
|
+
"setup.py",
|
|
1625
|
+
"Pipfile"
|
|
1626
|
+
],
|
|
1627
|
+
"patterns": [
|
|
1628
|
+
"numpy",
|
|
1629
|
+
"NumPy",
|
|
1630
|
+
"numpy"
|
|
1631
|
+
]
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
"skills": [
|
|
1635
|
+
"pluginagentmarketplace/custom-plugin-python/machine-learning",
|
|
1636
|
+
"pluginagentmarketplace/custom-plugin-python/pandas-data-analysis"
|
|
1637
|
+
]
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"id": "scikit-learn",
|
|
1641
|
+
"name": "Scikit-Learn",
|
|
1642
|
+
"detect": {
|
|
1643
|
+
"configFileContent": {
|
|
1644
|
+
"files": [
|
|
1645
|
+
"pyproject.toml",
|
|
1646
|
+
"requirements.txt",
|
|
1647
|
+
"setup.py",
|
|
1648
|
+
"Pipfile"
|
|
1649
|
+
],
|
|
1650
|
+
"patterns": [
|
|
1651
|
+
"scikit-learn",
|
|
1652
|
+
"scikit_learn",
|
|
1653
|
+
"sklearn"
|
|
1654
|
+
]
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
"skills": [
|
|
1658
|
+
"davila7/claude-code-templates/scikit-learn",
|
|
1659
|
+
"davila7/claude-code-templates/senior-data-scientist"
|
|
1660
|
+
]
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "celery",
|
|
1664
|
+
"name": "Celery",
|
|
1665
|
+
"detect": {
|
|
1666
|
+
"configFileContent": {
|
|
1667
|
+
"files": [
|
|
1668
|
+
"pyproject.toml",
|
|
1669
|
+
"requirements.txt",
|
|
1670
|
+
"setup.py",
|
|
1671
|
+
"Pipfile"
|
|
1672
|
+
],
|
|
1673
|
+
"patterns": [
|
|
1674
|
+
"celery",
|
|
1675
|
+
"Celery"
|
|
1676
|
+
]
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
"skills": [
|
|
1680
|
+
"wshobson/agents/python-background-jobs"
|
|
1681
|
+
]
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"id": "requests",
|
|
1685
|
+
"name": "Requests",
|
|
1686
|
+
"detect": {
|
|
1687
|
+
"configFileContent": {
|
|
1688
|
+
"files": [
|
|
1689
|
+
"pyproject.toml",
|
|
1690
|
+
"requirements.txt",
|
|
1691
|
+
"setup.py",
|
|
1692
|
+
"Pipfile"
|
|
1693
|
+
],
|
|
1694
|
+
"patterns": [
|
|
1695
|
+
"requests",
|
|
1696
|
+
"Requests"
|
|
1697
|
+
]
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1700
|
+
"skills": [
|
|
1701
|
+
"affaan-m/everything-claude-code/python-patterns"
|
|
1702
|
+
]
|
|
1703
|
+
}
|
|
1704
|
+
],
|
|
1705
|
+
"combos": [
|
|
1706
|
+
{
|
|
1707
|
+
"id": "expo-tailwind",
|
|
1708
|
+
"name": "Expo + Tailwind CSS",
|
|
1709
|
+
"requires": [
|
|
1710
|
+
"expo",
|
|
1711
|
+
"tailwind"
|
|
1712
|
+
],
|
|
1713
|
+
"skills": [
|
|
1714
|
+
"expo/skills/expo-tailwind-setup"
|
|
1715
|
+
]
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"id": "react-hook-form-zod",
|
|
1719
|
+
"name": "React Hook Form + Zod",
|
|
1720
|
+
"requires": [
|
|
1721
|
+
"react-hook-form",
|
|
1722
|
+
"zod"
|
|
1723
|
+
],
|
|
1724
|
+
"skills": [
|
|
1725
|
+
"pproenca/dot-skills/zod"
|
|
1726
|
+
]
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"id": "nextjs-supabase",
|
|
1730
|
+
"name": "Next.js + Supabase",
|
|
1731
|
+
"requires": [
|
|
1732
|
+
"nextjs",
|
|
1733
|
+
"supabase"
|
|
1734
|
+
],
|
|
1735
|
+
"skills": [
|
|
1736
|
+
"supabase/agent-skills/supabase-postgres-best-practices"
|
|
1737
|
+
]
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"id": "react-native-expo",
|
|
1741
|
+
"name": "React Native + Expo",
|
|
1742
|
+
"requires": [
|
|
1743
|
+
"react-native",
|
|
1744
|
+
"expo"
|
|
1745
|
+
],
|
|
1746
|
+
"skills": [
|
|
1747
|
+
"expo/skills/building-native-ui",
|
|
1748
|
+
"sleekdotdesign/agent-skills/design-mobile-apps"
|
|
1749
|
+
]
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"id": "nextjs-vercel-ai",
|
|
1753
|
+
"name": "Next.js + Vercel AI SDK",
|
|
1754
|
+
"requires": [
|
|
1755
|
+
"nextjs",
|
|
1756
|
+
"vercel-ai"
|
|
1757
|
+
],
|
|
1758
|
+
"skills": [
|
|
1759
|
+
"vercel/ai/use-ai-sdk",
|
|
1760
|
+
"vercel-labs/next-skills/next-best-practices"
|
|
1761
|
+
]
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"id": "nextjs-playwright",
|
|
1765
|
+
"name": "Next.js + Playwright",
|
|
1766
|
+
"requires": [
|
|
1767
|
+
"nextjs",
|
|
1768
|
+
"playwright"
|
|
1769
|
+
],
|
|
1770
|
+
"skills": [
|
|
1771
|
+
"currents-dev/playwright-best-practices-skill/playwright-best-practices"
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"id": "react-shadcn",
|
|
1776
|
+
"name": "React + shadcn/ui",
|
|
1777
|
+
"requires": [
|
|
1778
|
+
"react",
|
|
1779
|
+
"shadcn"
|
|
1780
|
+
],
|
|
1781
|
+
"skills": [
|
|
1782
|
+
"shadcn/ui/shadcn",
|
|
1783
|
+
"vercel-labs/agent-skills/react-best-practices"
|
|
1784
|
+
]
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"id": "tailwind-shadcn",
|
|
1788
|
+
"name": "Tailwind CSS + shadcn/ui",
|
|
1789
|
+
"requires": [
|
|
1790
|
+
"tailwind",
|
|
1791
|
+
"shadcn"
|
|
1792
|
+
],
|
|
1793
|
+
"skills": [
|
|
1794
|
+
"secondsky/claude-skills/tailwind-v4-shadcn"
|
|
1795
|
+
]
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"id": "gsap-react",
|
|
1799
|
+
"name": "GSAP + React",
|
|
1800
|
+
"requires": [
|
|
1801
|
+
"gsap",
|
|
1802
|
+
"react"
|
|
1803
|
+
],
|
|
1804
|
+
"skills": [
|
|
1805
|
+
"greensock/gsap-skills/gsap-react"
|
|
1806
|
+
]
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"id": "cloudflare-vite",
|
|
1810
|
+
"name": "Cloudflare + Vite",
|
|
1811
|
+
"requires": [
|
|
1812
|
+
"cloudflare",
|
|
1813
|
+
"vite"
|
|
1814
|
+
],
|
|
1815
|
+
"skills": [
|
|
1816
|
+
"cloudflare/vinext/migrate-to-vinext"
|
|
1817
|
+
]
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"id": "node-express",
|
|
1821
|
+
"name": "Node.js + Express",
|
|
1822
|
+
"requires": [
|
|
1823
|
+
"node",
|
|
1824
|
+
"express"
|
|
1825
|
+
],
|
|
1826
|
+
"skills": [
|
|
1827
|
+
"aj-geddes/useful-ai-prompts/nodejs-express-server"
|
|
1828
|
+
]
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"id": "nextjs-clerk",
|
|
1832
|
+
"name": "Next.js + Clerk",
|
|
1833
|
+
"requires": [
|
|
1834
|
+
"nextjs",
|
|
1835
|
+
"clerk"
|
|
1836
|
+
],
|
|
1837
|
+
"skills": [
|
|
1838
|
+
"clerk/skills/clerk-nextjs-patterns"
|
|
1839
|
+
]
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"id": "nuxt-clerk",
|
|
1843
|
+
"name": "Nuxt + Clerk",
|
|
1844
|
+
"requires": [
|
|
1845
|
+
"nuxt",
|
|
1846
|
+
"clerk"
|
|
1847
|
+
],
|
|
1848
|
+
"skills": [
|
|
1849
|
+
"clerk/skills/clerk-nuxt-patterns"
|
|
1850
|
+
]
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"id": "vue-clerk",
|
|
1854
|
+
"name": "Vue + Clerk",
|
|
1855
|
+
"requires": [
|
|
1856
|
+
"vue",
|
|
1857
|
+
"clerk"
|
|
1858
|
+
],
|
|
1859
|
+
"skills": [
|
|
1860
|
+
"clerk/skills/clerk-vue-patterns"
|
|
1861
|
+
]
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"id": "react-clerk",
|
|
1865
|
+
"name": "React + Clerk",
|
|
1866
|
+
"requires": [
|
|
1867
|
+
"react",
|
|
1868
|
+
"clerk"
|
|
1869
|
+
],
|
|
1870
|
+
"skills": [
|
|
1871
|
+
"clerk/skills/clerk-react-patterns"
|
|
1872
|
+
]
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"id": "astro-clerk",
|
|
1876
|
+
"name": "Astro + Clerk",
|
|
1877
|
+
"requires": [
|
|
1878
|
+
"astro",
|
|
1879
|
+
"clerk"
|
|
1880
|
+
],
|
|
1881
|
+
"skills": [
|
|
1882
|
+
"clerk/skills/clerk-astro-patterns"
|
|
1883
|
+
]
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"id": "expo-clerk",
|
|
1887
|
+
"name": "Expo + Clerk",
|
|
1888
|
+
"requires": [
|
|
1889
|
+
"expo",
|
|
1890
|
+
"clerk"
|
|
1891
|
+
],
|
|
1892
|
+
"skills": [
|
|
1893
|
+
"clerk/skills/clerk-expo-patterns"
|
|
1894
|
+
]
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"id": "react-react-three-fiber",
|
|
1898
|
+
"name": "React + React Three Fiber",
|
|
1899
|
+
"requires": [
|
|
1900
|
+
"threejs",
|
|
1901
|
+
"react",
|
|
1902
|
+
"@react-three/fiber"
|
|
1903
|
+
],
|
|
1904
|
+
"skills": [
|
|
1905
|
+
"vercel-labs/json-render/react-three-fiber"
|
|
1906
|
+
]
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"id": "react-router-clerk",
|
|
1910
|
+
"name": "React Router + Clerk",
|
|
1911
|
+
"requires": [
|
|
1912
|
+
"react-router",
|
|
1913
|
+
"clerk"
|
|
1914
|
+
],
|
|
1915
|
+
"skills": [
|
|
1916
|
+
"clerk/skills/clerk-react-router-patterns",
|
|
1917
|
+
"clerk/skills/clerk-setup",
|
|
1918
|
+
"clerk/skills/clerk"
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"id": "tanstack-clerk",
|
|
1923
|
+
"name": "TanStack Start + Clerk",
|
|
1924
|
+
"requires": [
|
|
1925
|
+
"tanstack-start",
|
|
1926
|
+
"clerk"
|
|
1927
|
+
],
|
|
1928
|
+
"skills": [
|
|
1929
|
+
"clerk/skills/clerk-tanstack-patterns",
|
|
1930
|
+
"clerk/skills/clerk-setup",
|
|
1931
|
+
"clerk/skills/clerk"
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"id": "chrome-extension-clerk",
|
|
1936
|
+
"name": "Chrome Extension + Clerk",
|
|
1937
|
+
"requires": [
|
|
1938
|
+
"chrome-extension",
|
|
1939
|
+
"clerk"
|
|
1940
|
+
],
|
|
1941
|
+
"skills": [
|
|
1942
|
+
"clerk/skills/clerk-chrome-extension-patterns",
|
|
1943
|
+
"clerk/skills/clerk-setup",
|
|
1944
|
+
"clerk/skills/clerk"
|
|
1945
|
+
]
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"id": "swiftui-clerk",
|
|
1949
|
+
"name": "SwiftUI + Clerk",
|
|
1950
|
+
"requires": [
|
|
1951
|
+
"swiftui",
|
|
1952
|
+
"clerk"
|
|
1953
|
+
],
|
|
1954
|
+
"skills": [
|
|
1955
|
+
"clerk/skills/clerk-swift",
|
|
1956
|
+
"clerk/skills/clerk-setup",
|
|
1957
|
+
"clerk/skills/clerk"
|
|
1958
|
+
]
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"id": "android-clerk",
|
|
1962
|
+
"name": "Android + Clerk",
|
|
1963
|
+
"requires": [
|
|
1964
|
+
"android",
|
|
1965
|
+
"clerk"
|
|
1966
|
+
],
|
|
1967
|
+
"skills": [
|
|
1968
|
+
"clerk/skills/clerk-android",
|
|
1969
|
+
"clerk/skills/clerk-setup",
|
|
1970
|
+
"clerk/skills/clerk"
|
|
1971
|
+
]
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"id": "rails-rspec",
|
|
1975
|
+
"name": "Ruby on Rails + RSpec",
|
|
1976
|
+
"requires": [
|
|
1977
|
+
"rails",
|
|
1978
|
+
"rspec"
|
|
1979
|
+
],
|
|
1980
|
+
"skills": [
|
|
1981
|
+
"igmarin/rails-agent-skills/rails-tdd-slices",
|
|
1982
|
+
"igmarin/rails-agent-skills/rails-bug-triage"
|
|
1983
|
+
]
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"id": "rails-sidekiq",
|
|
1987
|
+
"name": "Ruby on Rails + Sidekiq",
|
|
1988
|
+
"requires": [
|
|
1989
|
+
"rails",
|
|
1990
|
+
"sidekiq"
|
|
1991
|
+
],
|
|
1992
|
+
"skills": []
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1995
|
+
"frontendPackages": [
|
|
1996
|
+
"react",
|
|
1997
|
+
"vue",
|
|
1998
|
+
"svelte",
|
|
1999
|
+
"astro",
|
|
2000
|
+
"next",
|
|
2001
|
+
"@angular/core",
|
|
2002
|
+
"solid-js",
|
|
2003
|
+
"lit",
|
|
2004
|
+
"preact",
|
|
2005
|
+
"nuxt",
|
|
2006
|
+
"@sveltejs/kit"
|
|
2007
|
+
],
|
|
2008
|
+
"frontendBonusSkills": [
|
|
2009
|
+
"anthropics/skills/frontend-design",
|
|
2010
|
+
"addyosmani/web-quality-skills/accessibility",
|
|
2011
|
+
"addyosmani/web-quality-skills/seo"
|
|
2012
|
+
],
|
|
2013
|
+
"webFrontendExtensions": [
|
|
2014
|
+
".html",
|
|
2015
|
+
".htm",
|
|
2016
|
+
".css",
|
|
2017
|
+
".scss",
|
|
2018
|
+
".sass",
|
|
2019
|
+
".less",
|
|
2020
|
+
".vue",
|
|
2021
|
+
".svelte",
|
|
2022
|
+
".jsx",
|
|
2023
|
+
".tsx",
|
|
2024
|
+
".twig",
|
|
2025
|
+
".tpl",
|
|
2026
|
+
".ejs",
|
|
2027
|
+
".hbs",
|
|
2028
|
+
".pug",
|
|
2029
|
+
".njk"
|
|
2030
|
+
],
|
|
2031
|
+
"agentFolders": {
|
|
2032
|
+
".claude": "claude-code",
|
|
2033
|
+
".cline": "cline",
|
|
2034
|
+
".junie": "junie",
|
|
2035
|
+
".codebuddy": "codebuddy",
|
|
2036
|
+
".continue": "continue",
|
|
2037
|
+
".kiro": "kiro-cli"
|
|
2038
|
+
}
|
|
2039
|
+
}
|