@cubis/foundry 0.3.69 → 0.3.70
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/dist/cli/core.js +95 -2
- package/dist/cli/core.js.map +1 -1
- package/dist/cli/init/execute.js +6 -4
- package/dist/cli/init/execute.js.map +1 -1
- package/dist/cli/init/prompts.js +5 -0
- package/dist/cli/init/prompts.js.map +1 -1
- package/mcp/src/cbxConfig/index.ts +6 -1
- package/mcp/src/cbxConfig/serviceConfig.ts +38 -3
- package/mcp/src/cbxConfig/types.ts +6 -0
- package/mcp/src/gateway/config.ts +69 -8
- package/mcp/src/gateway/manager.ts +17 -6
- package/mcp/src/gateway/types.ts +1 -1
- package/mcp/src/server.ts +7 -3
- package/mcp/src/tools/playwrightGetStatus.ts +60 -0
- package/mcp/src/tools/registry.test.ts +26 -8
- package/mcp/src/tools/registry.ts +27 -1
- package/mcp/src/upstream/passthrough.ts +29 -5
- package/package.json +1 -1
- package/src/cli/core.ts +100 -5
- package/src/cli/init/execute.ts +14 -5
- package/src/cli/init/prompts.ts +5 -0
- package/src/cli/init/types.ts +1 -1
- package/workflows/skills/generated/skill-catalog.json +806 -103
- package/workflows/skills/playwright-e2e/SKILL.md +21 -5
- package/workflows/skills/playwright-e2e/references/locator-trace-flake-checklist.md +28 -0
- package/workflows/skills/skills_index.json +802 -99
- package/workflows/workflows/agent-environment-setup/manifest.json +65 -9
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/backend-specialist.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/code-archaeologist.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/database-architect.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/debugger.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/devops-engineer.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/documentation-writer.md +4 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/frontend-specialist.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/game-developer.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/mobile-developer.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/orchestrator.md +8 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/penetration-tester.md +4 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/performance-optimizer.md +4 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/product-manager.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/project-planner.md +8 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/qa-automation-engineer.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/researcher.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/security-auditor.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/seo-specialist.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/sre-engineer.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/test-engineer.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/validator.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/vercel-expert.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/rules/GEMINI.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/backend-specialist.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/code-archaeologist.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/database-architect.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/debugger.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/devops-engineer.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/documentation-writer.md +4 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/frontend-specialist.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/game-developer.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/mobile-developer.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/orchestrator.md +8 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/penetration-tester.md +4 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/performance-optimizer.md +4 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/product-manager.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/project-planner.md +8 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/qa-automation-engineer.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/researcher.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/security-auditor.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/seo-specialist.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/sre-engineer.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/test-engineer.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/validator.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/agents/vercel-expert.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/rules/CLAUDE.md +77 -63
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/playwright-e2e/SKILL.md +21 -5
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/playwright-e2e/references/locator-trace-flake-checklist.md +28 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/skills_index.json +802 -99
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/backend-specialist.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/code-archaeologist.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/database-architect.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/debugger.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/devops-engineer.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/documentation-writer.md +4 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/frontend-specialist.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/game-developer.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/mobile-developer.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/orchestrator.md +8 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/penetration-tester.md +4 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/performance-optimizer.md +4 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/product-manager.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/project-planner.md +8 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/qa-automation-engineer.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/researcher.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/security-auditor.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/seo-specialist.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/sre-engineer.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/test-engineer.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/validator.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/vercel-expert.md +1 -0
- package/workflows/workflows/agent-environment-setup/platforms/codex/rules/AGENTS.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/backend-specialist.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/code-archaeologist.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/database-architect.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/debugger.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/devops-engineer.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/documentation-writer.md +3 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/frontend-specialist.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/mobile-developer.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/orchestrator.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/penetration-tester.md +3 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/performance-optimizer.md +3 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/project-planner.md +6 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/researcher.md +3 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/security-auditor.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/sre-engineer.md +5 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/test-engineer.md +3 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/rules/copilot-instructions.md +87 -82
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/playwright-e2e/SKILL.md +21 -5
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/playwright-e2e/references/locator-trace-flake-checklist.md +28 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/skills_index.json +802 -99
- package/workflows/workflows/agent-environment-setup/shared/agents/backend-specialist.md +6 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/code-archaeologist.md +7 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/database-architect.md +6 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/debugger.md +7 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/devops-engineer.md +6 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/documentation-writer.md +4 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/frontend-specialist.md +6 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/game-developer.md +1 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/mobile-developer.md +6 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/orchestrator.md +8 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/penetration-tester.md +4 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/performance-optimizer.md +4 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/product-manager.md +1 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/project-planner.md +8 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/qa-automation-engineer.md +1 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/researcher.md +5 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/security-auditor.md +6 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/seo-specialist.md +1 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/sre-engineer.md +6 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/test-engineer.md +5 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/validator.md +1 -0
- package/workflows/workflows/agent-environment-setup/shared/agents/vercel-expert.md +1 -0
- package/workflows/workflows/agent-environment-setup/shared/rules/STEERING.md +27 -4
- package/workflows/workflows/agent-environment-setup/shared/rules/overrides/antigravity.md +18 -3
- package/workflows/workflows/agent-environment-setup/shared/rules/overrides/claude.md +12 -4
- package/workflows/workflows/agent-environment-setup/shared/rules/overrides/codex.md +12 -2
- package/workflows/workflows/agent-environment-setup/shared/rules/overrides/copilot.md +13 -3
- package/workflows/skills/react-best-practices/docs/AGENTS.md +0 -2934
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/react-best-practices/docs/AGENTS.md +0 -2934
- package/workflows/workflows/agent-environment-setup/platforms/copilot/rules/AGENTS.md +0 -25
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react-best-practices/docs/AGENTS.md +0 -2934
|
@@ -51,7 +51,10 @@
|
|
|
51
51
|
"accessibility",
|
|
52
52
|
"workflow-specialists"
|
|
53
53
|
],
|
|
54
|
-
"triggers": [
|
|
54
|
+
"triggers": [
|
|
55
|
+
"accessibility",
|
|
56
|
+
"workflow-specialists"
|
|
57
|
+
]
|
|
55
58
|
},
|
|
56
59
|
{
|
|
57
60
|
"id": "agentic-eval",
|
|
@@ -71,10 +74,19 @@
|
|
|
71
74
|
"maturity": "stable",
|
|
72
75
|
"tier": "system",
|
|
73
76
|
"tags": [
|
|
77
|
+
"agentic",
|
|
78
|
+
"agentic eval",
|
|
74
79
|
"agentic-eval",
|
|
75
|
-
"core-operating"
|
|
80
|
+
"core-operating",
|
|
81
|
+
"eval"
|
|
76
82
|
],
|
|
77
|
-
"triggers": [
|
|
83
|
+
"triggers": [
|
|
84
|
+
"agentic-eval",
|
|
85
|
+
"agentic eval",
|
|
86
|
+
"agentic",
|
|
87
|
+
"eval",
|
|
88
|
+
"core-operating"
|
|
89
|
+
]
|
|
78
90
|
},
|
|
79
91
|
{
|
|
80
92
|
"id": "api-designer",
|
|
@@ -94,10 +106,19 @@
|
|
|
94
106
|
"maturity": "stable",
|
|
95
107
|
"tier": "system",
|
|
96
108
|
"tags": [
|
|
109
|
+
"api",
|
|
110
|
+
"api designer",
|
|
97
111
|
"api-designer",
|
|
98
|
-
"core-operating"
|
|
112
|
+
"core-operating",
|
|
113
|
+
"designer"
|
|
99
114
|
],
|
|
100
|
-
"triggers": [
|
|
115
|
+
"triggers": [
|
|
116
|
+
"api-designer",
|
|
117
|
+
"api designer",
|
|
118
|
+
"api",
|
|
119
|
+
"designer",
|
|
120
|
+
"core-operating"
|
|
121
|
+
]
|
|
101
122
|
},
|
|
102
123
|
{
|
|
103
124
|
"id": "api-patterns",
|
|
@@ -117,10 +138,19 @@
|
|
|
117
138
|
"maturity": "stable",
|
|
118
139
|
"tier": "system",
|
|
119
140
|
"tags": [
|
|
141
|
+
"api",
|
|
142
|
+
"api patterns",
|
|
120
143
|
"api-patterns",
|
|
121
|
-
"core-operating"
|
|
144
|
+
"core-operating",
|
|
145
|
+
"patterns"
|
|
122
146
|
],
|
|
123
|
-
"triggers": [
|
|
147
|
+
"triggers": [
|
|
148
|
+
"api-patterns",
|
|
149
|
+
"api patterns",
|
|
150
|
+
"api",
|
|
151
|
+
"patterns",
|
|
152
|
+
"core-operating"
|
|
153
|
+
]
|
|
124
154
|
},
|
|
125
155
|
{
|
|
126
156
|
"id": "architecture-designer",
|
|
@@ -140,10 +170,19 @@
|
|
|
140
170
|
"maturity": "stable",
|
|
141
171
|
"tier": "system",
|
|
142
172
|
"tags": [
|
|
173
|
+
"architecture",
|
|
174
|
+
"architecture designer",
|
|
143
175
|
"architecture-designer",
|
|
144
|
-
"core-operating"
|
|
176
|
+
"core-operating",
|
|
177
|
+
"designer"
|
|
145
178
|
],
|
|
146
|
-
"triggers": [
|
|
179
|
+
"triggers": [
|
|
180
|
+
"architecture-designer",
|
|
181
|
+
"architecture designer",
|
|
182
|
+
"architecture",
|
|
183
|
+
"designer",
|
|
184
|
+
"core-operating"
|
|
185
|
+
]
|
|
147
186
|
},
|
|
148
187
|
{
|
|
149
188
|
"id": "auth-architect",
|
|
@@ -163,10 +202,19 @@
|
|
|
163
202
|
"maturity": "stable",
|
|
164
203
|
"tier": "curated",
|
|
165
204
|
"tags": [
|
|
205
|
+
"architect",
|
|
206
|
+
"auth",
|
|
207
|
+
"auth architect",
|
|
166
208
|
"auth-architect",
|
|
167
209
|
"workflow-specialists"
|
|
168
210
|
],
|
|
169
|
-
"triggers": [
|
|
211
|
+
"triggers": [
|
|
212
|
+
"auth-architect",
|
|
213
|
+
"auth architect",
|
|
214
|
+
"auth",
|
|
215
|
+
"architect",
|
|
216
|
+
"workflow-specialists"
|
|
217
|
+
]
|
|
170
218
|
},
|
|
171
219
|
{
|
|
172
220
|
"id": "c-pro",
|
|
@@ -186,10 +234,15 @@
|
|
|
186
234
|
"maturity": "stable",
|
|
187
235
|
"tier": "system",
|
|
188
236
|
"tags": [
|
|
237
|
+
"c pro",
|
|
189
238
|
"c-pro",
|
|
190
239
|
"languages"
|
|
191
240
|
],
|
|
192
|
-
"triggers": [
|
|
241
|
+
"triggers": [
|
|
242
|
+
"c-pro",
|
|
243
|
+
"c pro",
|
|
244
|
+
"languages"
|
|
245
|
+
]
|
|
193
246
|
},
|
|
194
247
|
{
|
|
195
248
|
"id": "changelog-generator",
|
|
@@ -209,10 +262,19 @@
|
|
|
209
262
|
"maturity": "incubating",
|
|
210
263
|
"tier": "experimental",
|
|
211
264
|
"tags": [
|
|
265
|
+
"changelog",
|
|
266
|
+
"changelog generator",
|
|
212
267
|
"changelog-generator",
|
|
268
|
+
"generator",
|
|
213
269
|
"workflow-specialists"
|
|
214
270
|
],
|
|
215
|
-
"triggers": [
|
|
271
|
+
"triggers": [
|
|
272
|
+
"changelog-generator",
|
|
273
|
+
"changelog generator",
|
|
274
|
+
"changelog",
|
|
275
|
+
"generator",
|
|
276
|
+
"workflow-specialists"
|
|
277
|
+
]
|
|
216
278
|
},
|
|
217
279
|
{
|
|
218
280
|
"id": "ci-cd-pipelines",
|
|
@@ -232,10 +294,21 @@
|
|
|
232
294
|
"maturity": "incubating",
|
|
233
295
|
"tier": "experimental",
|
|
234
296
|
"tags": [
|
|
297
|
+
"cd",
|
|
298
|
+
"ci",
|
|
299
|
+
"ci cd pipelines",
|
|
235
300
|
"ci-cd-pipelines",
|
|
301
|
+
"pipelines",
|
|
236
302
|
"workflow-specialists"
|
|
237
303
|
],
|
|
238
|
-
"triggers": [
|
|
304
|
+
"triggers": [
|
|
305
|
+
"ci-cd-pipelines",
|
|
306
|
+
"ci cd pipelines",
|
|
307
|
+
"ci",
|
|
308
|
+
"cd",
|
|
309
|
+
"pipelines",
|
|
310
|
+
"workflow-specialists"
|
|
311
|
+
]
|
|
239
312
|
},
|
|
240
313
|
{
|
|
241
314
|
"id": "cli-developer",
|
|
@@ -255,10 +328,19 @@
|
|
|
255
328
|
"maturity": "incubating",
|
|
256
329
|
"tier": "experimental",
|
|
257
330
|
"tags": [
|
|
331
|
+
"cli",
|
|
332
|
+
"cli developer",
|
|
258
333
|
"cli-developer",
|
|
334
|
+
"developer",
|
|
259
335
|
"workflow-specialists"
|
|
260
336
|
],
|
|
261
|
-
"triggers": [
|
|
337
|
+
"triggers": [
|
|
338
|
+
"cli-developer",
|
|
339
|
+
"cli developer",
|
|
340
|
+
"cli",
|
|
341
|
+
"developer",
|
|
342
|
+
"workflow-specialists"
|
|
343
|
+
]
|
|
262
344
|
},
|
|
263
345
|
{
|
|
264
346
|
"id": "cpp-pro",
|
|
@@ -278,10 +360,17 @@
|
|
|
278
360
|
"maturity": "stable",
|
|
279
361
|
"tier": "system",
|
|
280
362
|
"tags": [
|
|
363
|
+
"cpp",
|
|
364
|
+
"cpp pro",
|
|
281
365
|
"cpp-pro",
|
|
282
366
|
"languages"
|
|
283
367
|
],
|
|
284
|
-
"triggers": [
|
|
368
|
+
"triggers": [
|
|
369
|
+
"cpp-pro",
|
|
370
|
+
"cpp pro",
|
|
371
|
+
"cpp",
|
|
372
|
+
"languages"
|
|
373
|
+
]
|
|
285
374
|
},
|
|
286
375
|
{
|
|
287
376
|
"id": "csharp-pro",
|
|
@@ -301,10 +390,17 @@
|
|
|
301
390
|
"maturity": "stable",
|
|
302
391
|
"tier": "system",
|
|
303
392
|
"tags": [
|
|
393
|
+
"csharp",
|
|
394
|
+
"csharp pro",
|
|
304
395
|
"csharp-pro",
|
|
305
396
|
"languages"
|
|
306
397
|
],
|
|
307
|
-
"triggers": [
|
|
398
|
+
"triggers": [
|
|
399
|
+
"csharp-pro",
|
|
400
|
+
"csharp pro",
|
|
401
|
+
"csharp",
|
|
402
|
+
"languages"
|
|
403
|
+
]
|
|
308
404
|
},
|
|
309
405
|
{
|
|
310
406
|
"id": "dart-pro",
|
|
@@ -324,10 +420,17 @@
|
|
|
324
420
|
"maturity": "stable",
|
|
325
421
|
"tier": "system",
|
|
326
422
|
"tags": [
|
|
423
|
+
"dart",
|
|
424
|
+
"dart pro",
|
|
327
425
|
"dart-pro",
|
|
328
426
|
"languages"
|
|
329
427
|
],
|
|
330
|
-
"triggers": [
|
|
428
|
+
"triggers": [
|
|
429
|
+
"dart-pro",
|
|
430
|
+
"dart pro",
|
|
431
|
+
"dart",
|
|
432
|
+
"languages"
|
|
433
|
+
]
|
|
331
434
|
},
|
|
332
435
|
{
|
|
333
436
|
"id": "database-design",
|
|
@@ -347,10 +450,19 @@
|
|
|
347
450
|
"maturity": "stable",
|
|
348
451
|
"tier": "curated",
|
|
349
452
|
"tags": [
|
|
453
|
+
"database",
|
|
454
|
+
"database design",
|
|
350
455
|
"database-design",
|
|
351
|
-
"databases"
|
|
456
|
+
"databases",
|
|
457
|
+
"design"
|
|
352
458
|
],
|
|
353
|
-
"triggers": [
|
|
459
|
+
"triggers": [
|
|
460
|
+
"database-design",
|
|
461
|
+
"database design",
|
|
462
|
+
"database",
|
|
463
|
+
"design",
|
|
464
|
+
"databases"
|
|
465
|
+
]
|
|
354
466
|
},
|
|
355
467
|
{
|
|
356
468
|
"id": "database-optimizer",
|
|
@@ -370,10 +482,19 @@
|
|
|
370
482
|
"maturity": "stable",
|
|
371
483
|
"tier": "curated",
|
|
372
484
|
"tags": [
|
|
485
|
+
"database",
|
|
486
|
+
"database optimizer",
|
|
373
487
|
"database-optimizer",
|
|
374
|
-
"databases"
|
|
488
|
+
"databases",
|
|
489
|
+
"optimizer"
|
|
375
490
|
],
|
|
376
|
-
"triggers": [
|
|
491
|
+
"triggers": [
|
|
492
|
+
"database-optimizer",
|
|
493
|
+
"database optimizer",
|
|
494
|
+
"database",
|
|
495
|
+
"optimizer",
|
|
496
|
+
"databases"
|
|
497
|
+
]
|
|
377
498
|
},
|
|
378
499
|
{
|
|
379
500
|
"id": "database-skills",
|
|
@@ -393,10 +514,19 @@
|
|
|
393
514
|
"maturity": "stable",
|
|
394
515
|
"tier": "system",
|
|
395
516
|
"tags": [
|
|
517
|
+
"database",
|
|
518
|
+
"database skills",
|
|
396
519
|
"database-skills",
|
|
397
|
-
"databases"
|
|
520
|
+
"databases",
|
|
521
|
+
"skills"
|
|
398
522
|
],
|
|
399
|
-
"triggers": [
|
|
523
|
+
"triggers": [
|
|
524
|
+
"database-skills",
|
|
525
|
+
"database skills",
|
|
526
|
+
"database",
|
|
527
|
+
"skills",
|
|
528
|
+
"databases"
|
|
529
|
+
]
|
|
400
530
|
},
|
|
401
531
|
{
|
|
402
532
|
"id": "debugging-strategies",
|
|
@@ -416,10 +546,19 @@
|
|
|
416
546
|
"maturity": "stable",
|
|
417
547
|
"tier": "system",
|
|
418
548
|
"tags": [
|
|
549
|
+
"debugging",
|
|
550
|
+
"debugging strategies",
|
|
419
551
|
"debugging-strategies",
|
|
552
|
+
"strategies",
|
|
420
553
|
"workflow-specialists"
|
|
421
554
|
],
|
|
422
|
-
"triggers": [
|
|
555
|
+
"triggers": [
|
|
556
|
+
"debugging-strategies",
|
|
557
|
+
"debugging strategies",
|
|
558
|
+
"debugging",
|
|
559
|
+
"strategies",
|
|
560
|
+
"workflow-specialists"
|
|
561
|
+
]
|
|
423
562
|
},
|
|
424
563
|
{
|
|
425
564
|
"id": "deep-research",
|
|
@@ -440,9 +579,18 @@
|
|
|
440
579
|
"tier": "system",
|
|
441
580
|
"tags": [
|
|
442
581
|
"core-operating",
|
|
443
|
-
"deep
|
|
444
|
-
|
|
445
|
-
|
|
582
|
+
"deep",
|
|
583
|
+
"deep research",
|
|
584
|
+
"deep-research",
|
|
585
|
+
"research"
|
|
586
|
+
],
|
|
587
|
+
"triggers": [
|
|
588
|
+
"deep-research",
|
|
589
|
+
"deep research",
|
|
590
|
+
"deep",
|
|
591
|
+
"research",
|
|
592
|
+
"core-operating"
|
|
593
|
+
]
|
|
446
594
|
},
|
|
447
595
|
{
|
|
448
596
|
"id": "design-system-builder",
|
|
@@ -462,10 +610,21 @@
|
|
|
462
610
|
"maturity": "stable",
|
|
463
611
|
"tier": "curated",
|
|
464
612
|
"tags": [
|
|
613
|
+
"builder",
|
|
614
|
+
"design",
|
|
615
|
+
"design system builder",
|
|
465
616
|
"design-system-builder",
|
|
466
|
-
"frameworks-runtimes"
|
|
617
|
+
"frameworks-runtimes",
|
|
618
|
+
"system"
|
|
467
619
|
],
|
|
468
|
-
"triggers": [
|
|
620
|
+
"triggers": [
|
|
621
|
+
"design-system-builder",
|
|
622
|
+
"design system builder",
|
|
623
|
+
"design",
|
|
624
|
+
"system",
|
|
625
|
+
"builder",
|
|
626
|
+
"frameworks-runtimes"
|
|
627
|
+
]
|
|
469
628
|
},
|
|
470
629
|
{
|
|
471
630
|
"id": "devops-engineer",
|
|
@@ -485,10 +644,19 @@
|
|
|
485
644
|
"maturity": "incubating",
|
|
486
645
|
"tier": "experimental",
|
|
487
646
|
"tags": [
|
|
647
|
+
"devops",
|
|
648
|
+
"devops engineer",
|
|
488
649
|
"devops-engineer",
|
|
650
|
+
"engineer",
|
|
489
651
|
"workflow-specialists"
|
|
490
652
|
],
|
|
491
|
-
"triggers": [
|
|
653
|
+
"triggers": [
|
|
654
|
+
"devops-engineer",
|
|
655
|
+
"devops engineer",
|
|
656
|
+
"devops",
|
|
657
|
+
"engineer",
|
|
658
|
+
"workflow-specialists"
|
|
659
|
+
]
|
|
492
660
|
},
|
|
493
661
|
{
|
|
494
662
|
"id": "docker-kubernetes",
|
|
@@ -508,10 +676,19 @@
|
|
|
508
676
|
"maturity": "incubating",
|
|
509
677
|
"tier": "experimental",
|
|
510
678
|
"tags": [
|
|
679
|
+
"docker",
|
|
680
|
+
"docker kubernetes",
|
|
511
681
|
"docker-kubernetes",
|
|
682
|
+
"kubernetes",
|
|
512
683
|
"workflow-specialists"
|
|
513
684
|
],
|
|
514
|
-
"triggers": [
|
|
685
|
+
"triggers": [
|
|
686
|
+
"docker-kubernetes",
|
|
687
|
+
"docker kubernetes",
|
|
688
|
+
"docker",
|
|
689
|
+
"kubernetes",
|
|
690
|
+
"workflow-specialists"
|
|
691
|
+
]
|
|
515
692
|
},
|
|
516
693
|
{
|
|
517
694
|
"id": "documentation-templates",
|
|
@@ -531,10 +708,19 @@
|
|
|
531
708
|
"maturity": "incubating",
|
|
532
709
|
"tier": "experimental",
|
|
533
710
|
"tags": [
|
|
711
|
+
"documentation",
|
|
712
|
+
"documentation templates",
|
|
534
713
|
"documentation-templates",
|
|
714
|
+
"templates",
|
|
535
715
|
"workflow-specialists"
|
|
536
716
|
],
|
|
537
|
-
"triggers": [
|
|
717
|
+
"triggers": [
|
|
718
|
+
"documentation-templates",
|
|
719
|
+
"documentation templates",
|
|
720
|
+
"documentation",
|
|
721
|
+
"templates",
|
|
722
|
+
"workflow-specialists"
|
|
723
|
+
]
|
|
538
724
|
},
|
|
539
725
|
{
|
|
540
726
|
"id": "drizzle-expert",
|
|
@@ -555,9 +741,18 @@
|
|
|
555
741
|
"tier": "curated",
|
|
556
742
|
"tags": [
|
|
557
743
|
"databases",
|
|
558
|
-
"drizzle
|
|
559
|
-
|
|
560
|
-
|
|
744
|
+
"drizzle",
|
|
745
|
+
"drizzle expert",
|
|
746
|
+
"drizzle-expert",
|
|
747
|
+
"expert"
|
|
748
|
+
],
|
|
749
|
+
"triggers": [
|
|
750
|
+
"drizzle-expert",
|
|
751
|
+
"drizzle expert",
|
|
752
|
+
"drizzle",
|
|
753
|
+
"expert",
|
|
754
|
+
"databases"
|
|
755
|
+
]
|
|
561
756
|
},
|
|
562
757
|
{
|
|
563
758
|
"id": "error-ux-observability",
|
|
@@ -577,10 +772,21 @@
|
|
|
577
772
|
"maturity": "incubating",
|
|
578
773
|
"tier": "experimental",
|
|
579
774
|
"tags": [
|
|
775
|
+
"error",
|
|
776
|
+
"error ux observability",
|
|
580
777
|
"error-ux-observability",
|
|
778
|
+
"observability",
|
|
779
|
+
"ux",
|
|
581
780
|
"workflow-specialists"
|
|
582
781
|
],
|
|
583
|
-
"triggers": [
|
|
782
|
+
"triggers": [
|
|
783
|
+
"error-ux-observability",
|
|
784
|
+
"error ux observability",
|
|
785
|
+
"error",
|
|
786
|
+
"ux",
|
|
787
|
+
"observability",
|
|
788
|
+
"workflow-specialists"
|
|
789
|
+
]
|
|
584
790
|
},
|
|
585
791
|
{
|
|
586
792
|
"id": "fastapi-expert",
|
|
@@ -600,10 +806,19 @@
|
|
|
600
806
|
"maturity": "stable",
|
|
601
807
|
"tier": "curated",
|
|
602
808
|
"tags": [
|
|
809
|
+
"expert",
|
|
810
|
+
"fastapi",
|
|
811
|
+
"fastapi expert",
|
|
603
812
|
"fastapi-expert",
|
|
604
813
|
"frameworks-runtimes"
|
|
605
814
|
],
|
|
606
|
-
"triggers": [
|
|
815
|
+
"triggers": [
|
|
816
|
+
"fastapi-expert",
|
|
817
|
+
"fastapi expert",
|
|
818
|
+
"fastapi",
|
|
819
|
+
"expert",
|
|
820
|
+
"frameworks-runtimes"
|
|
821
|
+
]
|
|
607
822
|
},
|
|
608
823
|
{
|
|
609
824
|
"id": "firebase",
|
|
@@ -626,7 +841,10 @@
|
|
|
626
841
|
"databases",
|
|
627
842
|
"firebase"
|
|
628
843
|
],
|
|
629
|
-
"triggers": [
|
|
844
|
+
"triggers": [
|
|
845
|
+
"firebase",
|
|
846
|
+
"databases"
|
|
847
|
+
]
|
|
630
848
|
},
|
|
631
849
|
{
|
|
632
850
|
"id": "flutter-design-system",
|
|
@@ -646,10 +864,21 @@
|
|
|
646
864
|
"maturity": "incubating",
|
|
647
865
|
"tier": "experimental",
|
|
648
866
|
"tags": [
|
|
867
|
+
"design",
|
|
868
|
+
"flutter",
|
|
869
|
+
"flutter design system",
|
|
649
870
|
"flutter-design-system",
|
|
871
|
+
"system",
|
|
650
872
|
"workflow-specialists"
|
|
651
873
|
],
|
|
652
|
-
"triggers": [
|
|
874
|
+
"triggers": [
|
|
875
|
+
"flutter-design-system",
|
|
876
|
+
"flutter design system",
|
|
877
|
+
"flutter",
|
|
878
|
+
"design",
|
|
879
|
+
"system",
|
|
880
|
+
"workflow-specialists"
|
|
881
|
+
]
|
|
653
882
|
},
|
|
654
883
|
{
|
|
655
884
|
"id": "flutter-drift",
|
|
@@ -669,10 +898,19 @@
|
|
|
669
898
|
"maturity": "incubating",
|
|
670
899
|
"tier": "experimental",
|
|
671
900
|
"tags": [
|
|
901
|
+
"drift",
|
|
902
|
+
"flutter",
|
|
903
|
+
"flutter drift",
|
|
672
904
|
"flutter-drift",
|
|
673
905
|
"workflow-specialists"
|
|
674
906
|
],
|
|
675
|
-
"triggers": [
|
|
907
|
+
"triggers": [
|
|
908
|
+
"flutter-drift",
|
|
909
|
+
"flutter drift",
|
|
910
|
+
"flutter",
|
|
911
|
+
"drift",
|
|
912
|
+
"workflow-specialists"
|
|
913
|
+
]
|
|
676
914
|
},
|
|
677
915
|
{
|
|
678
916
|
"id": "flutter-feature",
|
|
@@ -692,10 +930,19 @@
|
|
|
692
930
|
"maturity": "incubating",
|
|
693
931
|
"tier": "experimental",
|
|
694
932
|
"tags": [
|
|
933
|
+
"feature",
|
|
934
|
+
"flutter",
|
|
935
|
+
"flutter feature",
|
|
695
936
|
"flutter-feature",
|
|
696
937
|
"workflow-specialists"
|
|
697
938
|
],
|
|
698
|
-
"triggers": [
|
|
939
|
+
"triggers": [
|
|
940
|
+
"flutter-feature",
|
|
941
|
+
"flutter feature",
|
|
942
|
+
"flutter",
|
|
943
|
+
"feature",
|
|
944
|
+
"workflow-specialists"
|
|
945
|
+
]
|
|
699
946
|
},
|
|
700
947
|
{
|
|
701
948
|
"id": "flutter-go-router",
|
|
@@ -715,10 +962,21 @@
|
|
|
715
962
|
"maturity": "incubating",
|
|
716
963
|
"tier": "experimental",
|
|
717
964
|
"tags": [
|
|
965
|
+
"flutter",
|
|
966
|
+
"flutter go router",
|
|
718
967
|
"flutter-go-router",
|
|
968
|
+
"go",
|
|
969
|
+
"router",
|
|
719
970
|
"workflow-specialists"
|
|
720
971
|
],
|
|
721
|
-
"triggers": [
|
|
972
|
+
"triggers": [
|
|
973
|
+
"flutter-go-router",
|
|
974
|
+
"flutter go router",
|
|
975
|
+
"flutter",
|
|
976
|
+
"go",
|
|
977
|
+
"router",
|
|
978
|
+
"workflow-specialists"
|
|
979
|
+
]
|
|
722
980
|
},
|
|
723
981
|
{
|
|
724
982
|
"id": "flutter-offline-sync",
|
|
@@ -738,10 +996,21 @@
|
|
|
738
996
|
"maturity": "incubating",
|
|
739
997
|
"tier": "experimental",
|
|
740
998
|
"tags": [
|
|
999
|
+
"flutter",
|
|
1000
|
+
"flutter offline sync",
|
|
741
1001
|
"flutter-offline-sync",
|
|
1002
|
+
"offline",
|
|
1003
|
+
"sync",
|
|
742
1004
|
"workflow-specialists"
|
|
743
1005
|
],
|
|
744
|
-
"triggers": [
|
|
1006
|
+
"triggers": [
|
|
1007
|
+
"flutter-offline-sync",
|
|
1008
|
+
"flutter offline sync",
|
|
1009
|
+
"flutter",
|
|
1010
|
+
"offline",
|
|
1011
|
+
"sync",
|
|
1012
|
+
"workflow-specialists"
|
|
1013
|
+
]
|
|
745
1014
|
},
|
|
746
1015
|
{
|
|
747
1016
|
"id": "flutter-repository",
|
|
@@ -761,10 +1030,19 @@
|
|
|
761
1030
|
"maturity": "incubating",
|
|
762
1031
|
"tier": "experimental",
|
|
763
1032
|
"tags": [
|
|
1033
|
+
"flutter",
|
|
1034
|
+
"flutter repository",
|
|
764
1035
|
"flutter-repository",
|
|
1036
|
+
"repository",
|
|
765
1037
|
"workflow-specialists"
|
|
766
1038
|
],
|
|
767
|
-
"triggers": [
|
|
1039
|
+
"triggers": [
|
|
1040
|
+
"flutter-repository",
|
|
1041
|
+
"flutter repository",
|
|
1042
|
+
"flutter",
|
|
1043
|
+
"repository",
|
|
1044
|
+
"workflow-specialists"
|
|
1045
|
+
]
|
|
768
1046
|
},
|
|
769
1047
|
{
|
|
770
1048
|
"id": "flutter-riverpod",
|
|
@@ -784,10 +1062,19 @@
|
|
|
784
1062
|
"maturity": "incubating",
|
|
785
1063
|
"tier": "experimental",
|
|
786
1064
|
"tags": [
|
|
1065
|
+
"flutter",
|
|
1066
|
+
"flutter riverpod",
|
|
787
1067
|
"flutter-riverpod",
|
|
788
|
-
"frameworks-runtimes"
|
|
1068
|
+
"frameworks-runtimes",
|
|
1069
|
+
"riverpod"
|
|
789
1070
|
],
|
|
790
|
-
"triggers": [
|
|
1071
|
+
"triggers": [
|
|
1072
|
+
"flutter-riverpod",
|
|
1073
|
+
"flutter riverpod",
|
|
1074
|
+
"flutter",
|
|
1075
|
+
"riverpod",
|
|
1076
|
+
"frameworks-runtimes"
|
|
1077
|
+
]
|
|
791
1078
|
},
|
|
792
1079
|
{
|
|
793
1080
|
"id": "flutter-state-machine",
|
|
@@ -807,10 +1094,21 @@
|
|
|
807
1094
|
"maturity": "incubating",
|
|
808
1095
|
"tier": "experimental",
|
|
809
1096
|
"tags": [
|
|
1097
|
+
"flutter",
|
|
1098
|
+
"flutter state machine",
|
|
810
1099
|
"flutter-state-machine",
|
|
1100
|
+
"machine",
|
|
1101
|
+
"state",
|
|
811
1102
|
"workflow-specialists"
|
|
812
1103
|
],
|
|
813
|
-
"triggers": [
|
|
1104
|
+
"triggers": [
|
|
1105
|
+
"flutter-state-machine",
|
|
1106
|
+
"flutter state machine",
|
|
1107
|
+
"flutter",
|
|
1108
|
+
"state",
|
|
1109
|
+
"machine",
|
|
1110
|
+
"workflow-specialists"
|
|
1111
|
+
]
|
|
814
1112
|
},
|
|
815
1113
|
{
|
|
816
1114
|
"id": "flutter-testing",
|
|
@@ -830,10 +1128,19 @@
|
|
|
830
1128
|
"maturity": "incubating",
|
|
831
1129
|
"tier": "experimental",
|
|
832
1130
|
"tags": [
|
|
1131
|
+
"flutter",
|
|
1132
|
+
"flutter testing",
|
|
833
1133
|
"flutter-testing",
|
|
1134
|
+
"testing",
|
|
834
1135
|
"workflow-specialists"
|
|
835
1136
|
],
|
|
836
|
-
"triggers": [
|
|
1137
|
+
"triggers": [
|
|
1138
|
+
"flutter-testing",
|
|
1139
|
+
"flutter testing",
|
|
1140
|
+
"flutter",
|
|
1141
|
+
"testing",
|
|
1142
|
+
"workflow-specialists"
|
|
1143
|
+
]
|
|
837
1144
|
},
|
|
838
1145
|
{
|
|
839
1146
|
"id": "frontend-code-review",
|
|
@@ -853,10 +1160,21 @@
|
|
|
853
1160
|
"maturity": "stable",
|
|
854
1161
|
"tier": "curated",
|
|
855
1162
|
"tags": [
|
|
1163
|
+
"code",
|
|
1164
|
+
"frontend",
|
|
1165
|
+
"frontend code review",
|
|
856
1166
|
"frontend-code-review",
|
|
1167
|
+
"review",
|
|
857
1168
|
"workflow-specialists"
|
|
858
1169
|
],
|
|
859
|
-
"triggers": [
|
|
1170
|
+
"triggers": [
|
|
1171
|
+
"frontend-code-review",
|
|
1172
|
+
"frontend code review",
|
|
1173
|
+
"frontend",
|
|
1174
|
+
"code",
|
|
1175
|
+
"review",
|
|
1176
|
+
"workflow-specialists"
|
|
1177
|
+
]
|
|
860
1178
|
},
|
|
861
1179
|
{
|
|
862
1180
|
"id": "frontend-design",
|
|
@@ -876,10 +1194,19 @@
|
|
|
876
1194
|
"maturity": "stable",
|
|
877
1195
|
"tier": "curated",
|
|
878
1196
|
"tags": [
|
|
1197
|
+
"design",
|
|
879
1198
|
"frameworks-runtimes",
|
|
1199
|
+
"frontend",
|
|
1200
|
+
"frontend design",
|
|
880
1201
|
"frontend-design"
|
|
881
1202
|
],
|
|
882
|
-
"triggers": [
|
|
1203
|
+
"triggers": [
|
|
1204
|
+
"frontend-design",
|
|
1205
|
+
"frontend design",
|
|
1206
|
+
"frontend",
|
|
1207
|
+
"design",
|
|
1208
|
+
"frameworks-runtimes"
|
|
1209
|
+
]
|
|
883
1210
|
},
|
|
884
1211
|
{
|
|
885
1212
|
"id": "game-development",
|
|
@@ -899,10 +1226,19 @@
|
|
|
899
1226
|
"maturity": "incubating",
|
|
900
1227
|
"tier": "experimental",
|
|
901
1228
|
"tags": [
|
|
1229
|
+
"development",
|
|
1230
|
+
"game",
|
|
1231
|
+
"game development",
|
|
902
1232
|
"game-development",
|
|
903
1233
|
"vertical-composed"
|
|
904
1234
|
],
|
|
905
|
-
"triggers": [
|
|
1235
|
+
"triggers": [
|
|
1236
|
+
"game-development",
|
|
1237
|
+
"game development",
|
|
1238
|
+
"game",
|
|
1239
|
+
"development",
|
|
1240
|
+
"vertical-composed"
|
|
1241
|
+
]
|
|
906
1242
|
},
|
|
907
1243
|
{
|
|
908
1244
|
"id": "geo-fundamentals",
|
|
@@ -922,10 +1258,19 @@
|
|
|
922
1258
|
"maturity": "incubating",
|
|
923
1259
|
"tier": "experimental",
|
|
924
1260
|
"tags": [
|
|
1261
|
+
"fundamentals",
|
|
1262
|
+
"geo",
|
|
1263
|
+
"geo fundamentals",
|
|
925
1264
|
"geo-fundamentals",
|
|
926
1265
|
"vertical-composed"
|
|
927
1266
|
],
|
|
928
|
-
"triggers": [
|
|
1267
|
+
"triggers": [
|
|
1268
|
+
"geo-fundamentals",
|
|
1269
|
+
"geo fundamentals",
|
|
1270
|
+
"geo",
|
|
1271
|
+
"fundamentals",
|
|
1272
|
+
"vertical-composed"
|
|
1273
|
+
]
|
|
929
1274
|
},
|
|
930
1275
|
{
|
|
931
1276
|
"id": "git-workflow",
|
|
@@ -945,10 +1290,19 @@
|
|
|
945
1290
|
"maturity": "incubating",
|
|
946
1291
|
"tier": "experimental",
|
|
947
1292
|
"tags": [
|
|
1293
|
+
"git",
|
|
1294
|
+
"git workflow",
|
|
948
1295
|
"git-workflow",
|
|
1296
|
+
"workflow",
|
|
949
1297
|
"workflow-specialists"
|
|
950
1298
|
],
|
|
951
|
-
"triggers": [
|
|
1299
|
+
"triggers": [
|
|
1300
|
+
"git-workflow",
|
|
1301
|
+
"git workflow",
|
|
1302
|
+
"git",
|
|
1303
|
+
"workflow",
|
|
1304
|
+
"workflow-specialists"
|
|
1305
|
+
]
|
|
952
1306
|
},
|
|
953
1307
|
{
|
|
954
1308
|
"id": "golang-pro",
|
|
@@ -968,10 +1322,17 @@
|
|
|
968
1322
|
"maturity": "stable",
|
|
969
1323
|
"tier": "system",
|
|
970
1324
|
"tags": [
|
|
1325
|
+
"golang",
|
|
1326
|
+
"golang pro",
|
|
971
1327
|
"golang-pro",
|
|
972
1328
|
"languages"
|
|
973
1329
|
],
|
|
974
|
-
"triggers": [
|
|
1330
|
+
"triggers": [
|
|
1331
|
+
"golang-pro",
|
|
1332
|
+
"golang pro",
|
|
1333
|
+
"golang",
|
|
1334
|
+
"languages"
|
|
1335
|
+
]
|
|
975
1336
|
},
|
|
976
1337
|
{
|
|
977
1338
|
"id": "graphql-architect",
|
|
@@ -991,10 +1352,19 @@
|
|
|
991
1352
|
"maturity": "stable",
|
|
992
1353
|
"tier": "curated",
|
|
993
1354
|
"tags": [
|
|
1355
|
+
"architect",
|
|
994
1356
|
"frameworks-runtimes",
|
|
1357
|
+
"graphql",
|
|
1358
|
+
"graphql architect",
|
|
995
1359
|
"graphql-architect"
|
|
996
1360
|
],
|
|
997
|
-
"triggers": [
|
|
1361
|
+
"triggers": [
|
|
1362
|
+
"graphql-architect",
|
|
1363
|
+
"graphql architect",
|
|
1364
|
+
"graphql",
|
|
1365
|
+
"architect",
|
|
1366
|
+
"frameworks-runtimes"
|
|
1367
|
+
]
|
|
998
1368
|
},
|
|
999
1369
|
{
|
|
1000
1370
|
"id": "i18n-localization",
|
|
@@ -1014,10 +1384,19 @@
|
|
|
1014
1384
|
"maturity": "incubating",
|
|
1015
1385
|
"tier": "experimental",
|
|
1016
1386
|
"tags": [
|
|
1387
|
+
"i18n",
|
|
1388
|
+
"i18n localization",
|
|
1017
1389
|
"i18n-localization",
|
|
1390
|
+
"localization",
|
|
1018
1391
|
"workflow-specialists"
|
|
1019
1392
|
],
|
|
1020
|
-
"triggers": [
|
|
1393
|
+
"triggers": [
|
|
1394
|
+
"i18n-localization",
|
|
1395
|
+
"i18n localization",
|
|
1396
|
+
"i18n",
|
|
1397
|
+
"localization",
|
|
1398
|
+
"workflow-specialists"
|
|
1399
|
+
]
|
|
1021
1400
|
},
|
|
1022
1401
|
{
|
|
1023
1402
|
"id": "java-pro",
|
|
@@ -1037,10 +1416,17 @@
|
|
|
1037
1416
|
"maturity": "stable",
|
|
1038
1417
|
"tier": "system",
|
|
1039
1418
|
"tags": [
|
|
1419
|
+
"java",
|
|
1420
|
+
"java pro",
|
|
1040
1421
|
"java-pro",
|
|
1041
1422
|
"languages"
|
|
1042
1423
|
],
|
|
1043
|
-
"triggers": [
|
|
1424
|
+
"triggers": [
|
|
1425
|
+
"java-pro",
|
|
1426
|
+
"java pro",
|
|
1427
|
+
"java",
|
|
1428
|
+
"languages"
|
|
1429
|
+
]
|
|
1044
1430
|
},
|
|
1045
1431
|
{
|
|
1046
1432
|
"id": "javascript-pro",
|
|
@@ -1060,10 +1446,17 @@
|
|
|
1060
1446
|
"maturity": "stable",
|
|
1061
1447
|
"tier": "system",
|
|
1062
1448
|
"tags": [
|
|
1449
|
+
"javascript",
|
|
1450
|
+
"javascript pro",
|
|
1063
1451
|
"javascript-pro",
|
|
1064
1452
|
"languages"
|
|
1065
1453
|
],
|
|
1066
|
-
"triggers": [
|
|
1454
|
+
"triggers": [
|
|
1455
|
+
"javascript-pro",
|
|
1456
|
+
"javascript pro",
|
|
1457
|
+
"javascript",
|
|
1458
|
+
"languages"
|
|
1459
|
+
]
|
|
1067
1460
|
},
|
|
1068
1461
|
{
|
|
1069
1462
|
"id": "kotlin-pro",
|
|
@@ -1083,10 +1476,17 @@
|
|
|
1083
1476
|
"maturity": "stable",
|
|
1084
1477
|
"tier": "system",
|
|
1085
1478
|
"tags": [
|
|
1479
|
+
"kotlin",
|
|
1480
|
+
"kotlin pro",
|
|
1086
1481
|
"kotlin-pro",
|
|
1087
1482
|
"languages"
|
|
1088
1483
|
],
|
|
1089
|
-
"triggers": [
|
|
1484
|
+
"triggers": [
|
|
1485
|
+
"kotlin-pro",
|
|
1486
|
+
"kotlin pro",
|
|
1487
|
+
"kotlin",
|
|
1488
|
+
"languages"
|
|
1489
|
+
]
|
|
1090
1490
|
},
|
|
1091
1491
|
{
|
|
1092
1492
|
"id": "legacy-modernizer",
|
|
@@ -1106,10 +1506,19 @@
|
|
|
1106
1506
|
"maturity": "incubating",
|
|
1107
1507
|
"tier": "experimental",
|
|
1108
1508
|
"tags": [
|
|
1509
|
+
"legacy",
|
|
1510
|
+
"legacy modernizer",
|
|
1109
1511
|
"legacy-modernizer",
|
|
1512
|
+
"modernizer",
|
|
1110
1513
|
"workflow-specialists"
|
|
1111
1514
|
],
|
|
1112
|
-
"triggers": [
|
|
1515
|
+
"triggers": [
|
|
1516
|
+
"legacy-modernizer",
|
|
1517
|
+
"legacy modernizer",
|
|
1518
|
+
"legacy",
|
|
1519
|
+
"modernizer",
|
|
1520
|
+
"workflow-specialists"
|
|
1521
|
+
]
|
|
1113
1522
|
},
|
|
1114
1523
|
{
|
|
1115
1524
|
"id": "mcp-builder",
|
|
@@ -1129,10 +1538,19 @@
|
|
|
1129
1538
|
"maturity": "stable",
|
|
1130
1539
|
"tier": "system",
|
|
1131
1540
|
"tags": [
|
|
1541
|
+
"builder",
|
|
1132
1542
|
"core-operating",
|
|
1543
|
+
"mcp",
|
|
1544
|
+
"mcp builder",
|
|
1133
1545
|
"mcp-builder"
|
|
1134
1546
|
],
|
|
1135
|
-
"triggers": [
|
|
1547
|
+
"triggers": [
|
|
1548
|
+
"mcp-builder",
|
|
1549
|
+
"mcp builder",
|
|
1550
|
+
"mcp",
|
|
1551
|
+
"builder",
|
|
1552
|
+
"core-operating"
|
|
1553
|
+
]
|
|
1136
1554
|
},
|
|
1137
1555
|
{
|
|
1138
1556
|
"id": "microservices-architect",
|
|
@@ -1152,10 +1570,19 @@
|
|
|
1152
1570
|
"maturity": "stable",
|
|
1153
1571
|
"tier": "curated",
|
|
1154
1572
|
"tags": [
|
|
1573
|
+
"architect",
|
|
1574
|
+
"microservices",
|
|
1575
|
+
"microservices architect",
|
|
1155
1576
|
"microservices-architect",
|
|
1156
1577
|
"workflow-specialists"
|
|
1157
1578
|
],
|
|
1158
|
-
"triggers": [
|
|
1579
|
+
"triggers": [
|
|
1580
|
+
"microservices-architect",
|
|
1581
|
+
"microservices architect",
|
|
1582
|
+
"microservices",
|
|
1583
|
+
"architect",
|
|
1584
|
+
"workflow-specialists"
|
|
1585
|
+
]
|
|
1159
1586
|
},
|
|
1160
1587
|
{
|
|
1161
1588
|
"id": "mobile-design",
|
|
@@ -1175,10 +1602,19 @@
|
|
|
1175
1602
|
"maturity": "incubating",
|
|
1176
1603
|
"tier": "experimental",
|
|
1177
1604
|
"tags": [
|
|
1605
|
+
"design",
|
|
1606
|
+
"mobile",
|
|
1607
|
+
"mobile design",
|
|
1178
1608
|
"mobile-design",
|
|
1179
1609
|
"vertical-composed"
|
|
1180
1610
|
],
|
|
1181
|
-
"triggers": [
|
|
1611
|
+
"triggers": [
|
|
1612
|
+
"mobile-design",
|
|
1613
|
+
"mobile design",
|
|
1614
|
+
"mobile",
|
|
1615
|
+
"design",
|
|
1616
|
+
"vertical-composed"
|
|
1617
|
+
]
|
|
1182
1618
|
},
|
|
1183
1619
|
{
|
|
1184
1620
|
"id": "mongodb",
|
|
@@ -1201,7 +1637,10 @@
|
|
|
1201
1637
|
"databases",
|
|
1202
1638
|
"mongodb"
|
|
1203
1639
|
],
|
|
1204
|
-
"triggers": [
|
|
1640
|
+
"triggers": [
|
|
1641
|
+
"mongodb",
|
|
1642
|
+
"databases"
|
|
1643
|
+
]
|
|
1205
1644
|
},
|
|
1206
1645
|
{
|
|
1207
1646
|
"id": "mysql",
|
|
@@ -1224,7 +1663,10 @@
|
|
|
1224
1663
|
"databases",
|
|
1225
1664
|
"mysql"
|
|
1226
1665
|
],
|
|
1227
|
-
"triggers": [
|
|
1666
|
+
"triggers": [
|
|
1667
|
+
"mysql",
|
|
1668
|
+
"databases"
|
|
1669
|
+
]
|
|
1228
1670
|
},
|
|
1229
1671
|
{
|
|
1230
1672
|
"id": "neki",
|
|
@@ -1247,7 +1689,10 @@
|
|
|
1247
1689
|
"databases",
|
|
1248
1690
|
"neki"
|
|
1249
1691
|
],
|
|
1250
|
-
"triggers": [
|
|
1692
|
+
"triggers": [
|
|
1693
|
+
"neki",
|
|
1694
|
+
"databases"
|
|
1695
|
+
]
|
|
1251
1696
|
},
|
|
1252
1697
|
{
|
|
1253
1698
|
"id": "nestjs-expert",
|
|
@@ -1267,10 +1712,19 @@
|
|
|
1267
1712
|
"maturity": "stable",
|
|
1268
1713
|
"tier": "curated",
|
|
1269
1714
|
"tags": [
|
|
1715
|
+
"expert",
|
|
1270
1716
|
"frameworks-runtimes",
|
|
1717
|
+
"nestjs",
|
|
1718
|
+
"nestjs expert",
|
|
1271
1719
|
"nestjs-expert"
|
|
1272
1720
|
],
|
|
1273
|
-
"triggers": [
|
|
1721
|
+
"triggers": [
|
|
1722
|
+
"nestjs-expert",
|
|
1723
|
+
"nestjs expert",
|
|
1724
|
+
"nestjs",
|
|
1725
|
+
"expert",
|
|
1726
|
+
"frameworks-runtimes"
|
|
1727
|
+
]
|
|
1274
1728
|
},
|
|
1275
1729
|
{
|
|
1276
1730
|
"id": "nextjs-developer",
|
|
@@ -1290,10 +1744,19 @@
|
|
|
1290
1744
|
"maturity": "stable",
|
|
1291
1745
|
"tier": "system",
|
|
1292
1746
|
"tags": [
|
|
1747
|
+
"developer",
|
|
1293
1748
|
"frameworks-runtimes",
|
|
1749
|
+
"nextjs",
|
|
1750
|
+
"nextjs developer",
|
|
1294
1751
|
"nextjs-developer"
|
|
1295
1752
|
],
|
|
1296
|
-
"triggers": [
|
|
1753
|
+
"triggers": [
|
|
1754
|
+
"nextjs-developer",
|
|
1755
|
+
"nextjs developer",
|
|
1756
|
+
"nextjs",
|
|
1757
|
+
"developer",
|
|
1758
|
+
"frameworks-runtimes"
|
|
1759
|
+
]
|
|
1297
1760
|
},
|
|
1298
1761
|
{
|
|
1299
1762
|
"id": "nodejs-best-practices",
|
|
@@ -1314,9 +1777,18 @@
|
|
|
1314
1777
|
"tier": "system",
|
|
1315
1778
|
"tags": [
|
|
1316
1779
|
"frameworks-runtimes",
|
|
1317
|
-
"nodejs
|
|
1318
|
-
|
|
1319
|
-
|
|
1780
|
+
"nodejs",
|
|
1781
|
+
"nodejs best practices",
|
|
1782
|
+
"nodejs-best-practices",
|
|
1783
|
+
"practices"
|
|
1784
|
+
],
|
|
1785
|
+
"triggers": [
|
|
1786
|
+
"nodejs-best-practices",
|
|
1787
|
+
"nodejs best practices",
|
|
1788
|
+
"nodejs",
|
|
1789
|
+
"practices",
|
|
1790
|
+
"frameworks-runtimes"
|
|
1791
|
+
]
|
|
1320
1792
|
},
|
|
1321
1793
|
{
|
|
1322
1794
|
"id": "observability",
|
|
@@ -1339,7 +1811,10 @@
|
|
|
1339
1811
|
"observability",
|
|
1340
1812
|
"workflow-specialists"
|
|
1341
1813
|
],
|
|
1342
|
-
"triggers": [
|
|
1814
|
+
"triggers": [
|
|
1815
|
+
"observability",
|
|
1816
|
+
"workflow-specialists"
|
|
1817
|
+
]
|
|
1343
1818
|
},
|
|
1344
1819
|
{
|
|
1345
1820
|
"id": "openai-docs",
|
|
@@ -1360,9 +1835,18 @@
|
|
|
1360
1835
|
"tier": "system",
|
|
1361
1836
|
"tags": [
|
|
1362
1837
|
"core-operating",
|
|
1838
|
+
"docs",
|
|
1839
|
+
"openai",
|
|
1840
|
+
"openai docs",
|
|
1363
1841
|
"openai-docs"
|
|
1364
1842
|
],
|
|
1365
|
-
"triggers": [
|
|
1843
|
+
"triggers": [
|
|
1844
|
+
"openai-docs",
|
|
1845
|
+
"openai docs",
|
|
1846
|
+
"openai",
|
|
1847
|
+
"docs",
|
|
1848
|
+
"core-operating"
|
|
1849
|
+
]
|
|
1366
1850
|
},
|
|
1367
1851
|
{
|
|
1368
1852
|
"id": "performance-profiling",
|
|
@@ -1382,10 +1866,19 @@
|
|
|
1382
1866
|
"maturity": "incubating",
|
|
1383
1867
|
"tier": "experimental",
|
|
1384
1868
|
"tags": [
|
|
1869
|
+
"performance",
|
|
1870
|
+
"performance profiling",
|
|
1385
1871
|
"performance-profiling",
|
|
1872
|
+
"profiling",
|
|
1386
1873
|
"workflow-specialists"
|
|
1387
1874
|
],
|
|
1388
|
-
"triggers": [
|
|
1875
|
+
"triggers": [
|
|
1876
|
+
"performance-profiling",
|
|
1877
|
+
"performance profiling",
|
|
1878
|
+
"performance",
|
|
1879
|
+
"profiling",
|
|
1880
|
+
"workflow-specialists"
|
|
1881
|
+
]
|
|
1389
1882
|
},
|
|
1390
1883
|
{
|
|
1391
1884
|
"id": "php-pro",
|
|
@@ -1406,9 +1899,16 @@
|
|
|
1406
1899
|
"tier": "system",
|
|
1407
1900
|
"tags": [
|
|
1408
1901
|
"languages",
|
|
1902
|
+
"php",
|
|
1903
|
+
"php pro",
|
|
1409
1904
|
"php-pro"
|
|
1410
1905
|
],
|
|
1411
|
-
"triggers": [
|
|
1906
|
+
"triggers": [
|
|
1907
|
+
"php-pro",
|
|
1908
|
+
"php pro",
|
|
1909
|
+
"php",
|
|
1910
|
+
"languages"
|
|
1911
|
+
]
|
|
1412
1912
|
},
|
|
1413
1913
|
{
|
|
1414
1914
|
"id": "playwright-e2e",
|
|
@@ -1428,10 +1928,19 @@
|
|
|
1428
1928
|
"maturity": "stable",
|
|
1429
1929
|
"tier": "curated",
|
|
1430
1930
|
"tags": [
|
|
1931
|
+
"e2e",
|
|
1932
|
+
"playwright",
|
|
1933
|
+
"playwright e2e",
|
|
1431
1934
|
"playwright-e2e",
|
|
1432
1935
|
"workflow-specialists"
|
|
1433
1936
|
],
|
|
1434
|
-
"triggers": [
|
|
1937
|
+
"triggers": [
|
|
1938
|
+
"playwright-e2e",
|
|
1939
|
+
"playwright e2e",
|
|
1940
|
+
"playwright",
|
|
1941
|
+
"e2e",
|
|
1942
|
+
"workflow-specialists"
|
|
1943
|
+
]
|
|
1435
1944
|
},
|
|
1436
1945
|
{
|
|
1437
1946
|
"id": "postgres",
|
|
@@ -1454,7 +1963,10 @@
|
|
|
1454
1963
|
"databases",
|
|
1455
1964
|
"postgres"
|
|
1456
1965
|
],
|
|
1457
|
-
"triggers": [
|
|
1966
|
+
"triggers": [
|
|
1967
|
+
"postgres",
|
|
1968
|
+
"databases"
|
|
1969
|
+
]
|
|
1458
1970
|
},
|
|
1459
1971
|
{
|
|
1460
1972
|
"id": "prompt-engineer",
|
|
@@ -1475,9 +1987,18 @@
|
|
|
1475
1987
|
"tier": "system",
|
|
1476
1988
|
"tags": [
|
|
1477
1989
|
"core-operating",
|
|
1990
|
+
"engineer",
|
|
1991
|
+
"prompt",
|
|
1992
|
+
"prompt engineer",
|
|
1478
1993
|
"prompt-engineer"
|
|
1479
1994
|
],
|
|
1480
|
-
"triggers": [
|
|
1995
|
+
"triggers": [
|
|
1996
|
+
"prompt-engineer",
|
|
1997
|
+
"prompt engineer",
|
|
1998
|
+
"prompt",
|
|
1999
|
+
"engineer",
|
|
2000
|
+
"core-operating"
|
|
2001
|
+
]
|
|
1481
2002
|
},
|
|
1482
2003
|
{
|
|
1483
2004
|
"id": "python-pro",
|
|
@@ -1498,9 +2019,16 @@
|
|
|
1498
2019
|
"tier": "system",
|
|
1499
2020
|
"tags": [
|
|
1500
2021
|
"languages",
|
|
2022
|
+
"python",
|
|
2023
|
+
"python pro",
|
|
1501
2024
|
"python-pro"
|
|
1502
2025
|
],
|
|
1503
|
-
"triggers": [
|
|
2026
|
+
"triggers": [
|
|
2027
|
+
"python-pro",
|
|
2028
|
+
"python pro",
|
|
2029
|
+
"python",
|
|
2030
|
+
"languages"
|
|
2031
|
+
]
|
|
1504
2032
|
},
|
|
1505
2033
|
{
|
|
1506
2034
|
"id": "react-best-practices",
|
|
@@ -1521,9 +2049,18 @@
|
|
|
1521
2049
|
"tier": "experimental",
|
|
1522
2050
|
"tags": [
|
|
1523
2051
|
"frameworks-runtimes",
|
|
2052
|
+
"practices",
|
|
2053
|
+
"react",
|
|
2054
|
+
"react best practices",
|
|
1524
2055
|
"react-best-practices"
|
|
1525
2056
|
],
|
|
1526
|
-
"triggers": [
|
|
2057
|
+
"triggers": [
|
|
2058
|
+
"react-best-practices",
|
|
2059
|
+
"react best practices",
|
|
2060
|
+
"react",
|
|
2061
|
+
"practices",
|
|
2062
|
+
"frameworks-runtimes"
|
|
2063
|
+
]
|
|
1527
2064
|
},
|
|
1528
2065
|
{
|
|
1529
2066
|
"id": "react-expert",
|
|
@@ -1543,10 +2080,19 @@
|
|
|
1543
2080
|
"maturity": "stable",
|
|
1544
2081
|
"tier": "system",
|
|
1545
2082
|
"tags": [
|
|
2083
|
+
"expert",
|
|
1546
2084
|
"frameworks-runtimes",
|
|
2085
|
+
"react",
|
|
2086
|
+
"react expert",
|
|
1547
2087
|
"react-expert"
|
|
1548
2088
|
],
|
|
1549
|
-
"triggers": [
|
|
2089
|
+
"triggers": [
|
|
2090
|
+
"react-expert",
|
|
2091
|
+
"react expert",
|
|
2092
|
+
"react",
|
|
2093
|
+
"expert",
|
|
2094
|
+
"frameworks-runtimes"
|
|
2095
|
+
]
|
|
1550
2096
|
},
|
|
1551
2097
|
{
|
|
1552
2098
|
"id": "redis",
|
|
@@ -1569,7 +2115,10 @@
|
|
|
1569
2115
|
"databases",
|
|
1570
2116
|
"redis"
|
|
1571
2117
|
],
|
|
1572
|
-
"triggers": [
|
|
2118
|
+
"triggers": [
|
|
2119
|
+
"redis",
|
|
2120
|
+
"databases"
|
|
2121
|
+
]
|
|
1573
2122
|
},
|
|
1574
2123
|
{
|
|
1575
2124
|
"id": "ruby-pro",
|
|
@@ -1590,9 +2139,16 @@
|
|
|
1590
2139
|
"tier": "system",
|
|
1591
2140
|
"tags": [
|
|
1592
2141
|
"languages",
|
|
2142
|
+
"ruby",
|
|
2143
|
+
"ruby pro",
|
|
1593
2144
|
"ruby-pro"
|
|
1594
2145
|
],
|
|
1595
|
-
"triggers": [
|
|
2146
|
+
"triggers": [
|
|
2147
|
+
"ruby-pro",
|
|
2148
|
+
"ruby pro",
|
|
2149
|
+
"ruby",
|
|
2150
|
+
"languages"
|
|
2151
|
+
]
|
|
1596
2152
|
},
|
|
1597
2153
|
{
|
|
1598
2154
|
"id": "rust-pro",
|
|
@@ -1613,9 +2169,16 @@
|
|
|
1613
2169
|
"tier": "system",
|
|
1614
2170
|
"tags": [
|
|
1615
2171
|
"languages",
|
|
2172
|
+
"rust",
|
|
2173
|
+
"rust pro",
|
|
1616
2174
|
"rust-pro"
|
|
1617
2175
|
],
|
|
1618
|
-
"triggers": [
|
|
2176
|
+
"triggers": [
|
|
2177
|
+
"rust-pro",
|
|
2178
|
+
"rust pro",
|
|
2179
|
+
"rust",
|
|
2180
|
+
"languages"
|
|
2181
|
+
]
|
|
1619
2182
|
},
|
|
1620
2183
|
{
|
|
1621
2184
|
"id": "security-engineer",
|
|
@@ -1635,10 +2198,19 @@
|
|
|
1635
2198
|
"maturity": "incubating",
|
|
1636
2199
|
"tier": "experimental",
|
|
1637
2200
|
"tags": [
|
|
2201
|
+
"engineer",
|
|
2202
|
+
"security",
|
|
2203
|
+
"security engineer",
|
|
1638
2204
|
"security-engineer",
|
|
1639
2205
|
"workflow-specialists"
|
|
1640
2206
|
],
|
|
1641
|
-
"triggers": [
|
|
2207
|
+
"triggers": [
|
|
2208
|
+
"security-engineer",
|
|
2209
|
+
"security engineer",
|
|
2210
|
+
"security",
|
|
2211
|
+
"engineer",
|
|
2212
|
+
"workflow-specialists"
|
|
2213
|
+
]
|
|
1642
2214
|
},
|
|
1643
2215
|
{
|
|
1644
2216
|
"id": "seo-fundamentals",
|
|
@@ -1658,10 +2230,19 @@
|
|
|
1658
2230
|
"maturity": "incubating",
|
|
1659
2231
|
"tier": "experimental",
|
|
1660
2232
|
"tags": [
|
|
2233
|
+
"fundamentals",
|
|
2234
|
+
"seo",
|
|
2235
|
+
"seo fundamentals",
|
|
1661
2236
|
"seo-fundamentals",
|
|
1662
2237
|
"vertical-composed"
|
|
1663
2238
|
],
|
|
1664
|
-
"triggers": [
|
|
2239
|
+
"triggers": [
|
|
2240
|
+
"seo-fundamentals",
|
|
2241
|
+
"seo fundamentals",
|
|
2242
|
+
"seo",
|
|
2243
|
+
"fundamentals",
|
|
2244
|
+
"vertical-composed"
|
|
2245
|
+
]
|
|
1665
2246
|
},
|
|
1666
2247
|
{
|
|
1667
2248
|
"id": "serverless-patterns",
|
|
@@ -1681,10 +2262,19 @@
|
|
|
1681
2262
|
"maturity": "incubating",
|
|
1682
2263
|
"tier": "experimental",
|
|
1683
2264
|
"tags": [
|
|
2265
|
+
"patterns",
|
|
2266
|
+
"serverless",
|
|
2267
|
+
"serverless patterns",
|
|
1684
2268
|
"serverless-patterns",
|
|
1685
2269
|
"workflow-specialists"
|
|
1686
2270
|
],
|
|
1687
|
-
"triggers": [
|
|
2271
|
+
"triggers": [
|
|
2272
|
+
"serverless-patterns",
|
|
2273
|
+
"serverless patterns",
|
|
2274
|
+
"serverless",
|
|
2275
|
+
"patterns",
|
|
2276
|
+
"workflow-specialists"
|
|
2277
|
+
]
|
|
1688
2278
|
},
|
|
1689
2279
|
{
|
|
1690
2280
|
"id": "skill-creator",
|
|
@@ -1705,9 +2295,18 @@
|
|
|
1705
2295
|
"tier": "system",
|
|
1706
2296
|
"tags": [
|
|
1707
2297
|
"core-operating",
|
|
2298
|
+
"creator",
|
|
2299
|
+
"skill",
|
|
2300
|
+
"skill creator",
|
|
1708
2301
|
"skill-creator"
|
|
1709
2302
|
],
|
|
1710
|
-
"triggers": [
|
|
2303
|
+
"triggers": [
|
|
2304
|
+
"skill-creator",
|
|
2305
|
+
"skill creator",
|
|
2306
|
+
"skill",
|
|
2307
|
+
"creator",
|
|
2308
|
+
"core-operating"
|
|
2309
|
+
]
|
|
1711
2310
|
},
|
|
1712
2311
|
{
|
|
1713
2312
|
"id": "spec-miner",
|
|
@@ -1727,10 +2326,19 @@
|
|
|
1727
2326
|
"maturity": "incubating",
|
|
1728
2327
|
"tier": "experimental",
|
|
1729
2328
|
"tags": [
|
|
2329
|
+
"miner",
|
|
2330
|
+
"spec",
|
|
2331
|
+
"spec miner",
|
|
1730
2332
|
"spec-miner",
|
|
1731
2333
|
"workflow-specialists"
|
|
1732
2334
|
],
|
|
1733
|
-
"triggers": [
|
|
2335
|
+
"triggers": [
|
|
2336
|
+
"spec-miner",
|
|
2337
|
+
"spec miner",
|
|
2338
|
+
"spec",
|
|
2339
|
+
"miner",
|
|
2340
|
+
"workflow-specialists"
|
|
2341
|
+
]
|
|
1734
2342
|
},
|
|
1735
2343
|
{
|
|
1736
2344
|
"id": "sqlite",
|
|
@@ -1753,7 +2361,10 @@
|
|
|
1753
2361
|
"databases",
|
|
1754
2362
|
"sqlite"
|
|
1755
2363
|
],
|
|
1756
|
-
"triggers": [
|
|
2364
|
+
"triggers": [
|
|
2365
|
+
"sqlite",
|
|
2366
|
+
"databases"
|
|
2367
|
+
]
|
|
1757
2368
|
},
|
|
1758
2369
|
{
|
|
1759
2370
|
"id": "sre-engineer",
|
|
@@ -1773,10 +2384,19 @@
|
|
|
1773
2384
|
"maturity": "incubating",
|
|
1774
2385
|
"tier": "experimental",
|
|
1775
2386
|
"tags": [
|
|
2387
|
+
"engineer",
|
|
2388
|
+
"sre",
|
|
2389
|
+
"sre engineer",
|
|
1776
2390
|
"sre-engineer",
|
|
1777
2391
|
"workflow-specialists"
|
|
1778
2392
|
],
|
|
1779
|
-
"triggers": [
|
|
2393
|
+
"triggers": [
|
|
2394
|
+
"sre-engineer",
|
|
2395
|
+
"sre engineer",
|
|
2396
|
+
"sre",
|
|
2397
|
+
"engineer",
|
|
2398
|
+
"workflow-specialists"
|
|
2399
|
+
]
|
|
1780
2400
|
},
|
|
1781
2401
|
{
|
|
1782
2402
|
"id": "static-analysis",
|
|
@@ -1796,10 +2416,19 @@
|
|
|
1796
2416
|
"maturity": "incubating",
|
|
1797
2417
|
"tier": "experimental",
|
|
1798
2418
|
"tags": [
|
|
2419
|
+
"analysis",
|
|
2420
|
+
"static",
|
|
2421
|
+
"static analysis",
|
|
1799
2422
|
"static-analysis",
|
|
1800
2423
|
"workflow-specialists"
|
|
1801
2424
|
],
|
|
1802
|
-
"triggers": [
|
|
2425
|
+
"triggers": [
|
|
2426
|
+
"static-analysis",
|
|
2427
|
+
"static analysis",
|
|
2428
|
+
"static",
|
|
2429
|
+
"analysis",
|
|
2430
|
+
"workflow-specialists"
|
|
2431
|
+
]
|
|
1803
2432
|
},
|
|
1804
2433
|
{
|
|
1805
2434
|
"id": "stripe-best-practices",
|
|
@@ -1819,10 +2448,19 @@
|
|
|
1819
2448
|
"maturity": "incubating",
|
|
1820
2449
|
"tier": "experimental",
|
|
1821
2450
|
"tags": [
|
|
2451
|
+
"practices",
|
|
2452
|
+
"stripe",
|
|
2453
|
+
"stripe best practices",
|
|
1822
2454
|
"stripe-best-practices",
|
|
1823
2455
|
"workflow-specialists"
|
|
1824
2456
|
],
|
|
1825
|
-
"triggers": [
|
|
2457
|
+
"triggers": [
|
|
2458
|
+
"stripe-best-practices",
|
|
2459
|
+
"stripe best practices",
|
|
2460
|
+
"stripe",
|
|
2461
|
+
"practices",
|
|
2462
|
+
"workflow-specialists"
|
|
2463
|
+
]
|
|
1826
2464
|
},
|
|
1827
2465
|
{
|
|
1828
2466
|
"id": "supabase",
|
|
@@ -1845,7 +2483,10 @@
|
|
|
1845
2483
|
"databases",
|
|
1846
2484
|
"supabase"
|
|
1847
2485
|
],
|
|
1848
|
-
"triggers": [
|
|
2486
|
+
"triggers": [
|
|
2487
|
+
"supabase",
|
|
2488
|
+
"databases"
|
|
2489
|
+
]
|
|
1849
2490
|
},
|
|
1850
2491
|
{
|
|
1851
2492
|
"id": "swift-pro",
|
|
@@ -1866,9 +2507,16 @@
|
|
|
1866
2507
|
"tier": "system",
|
|
1867
2508
|
"tags": [
|
|
1868
2509
|
"languages",
|
|
2510
|
+
"swift",
|
|
2511
|
+
"swift pro",
|
|
1869
2512
|
"swift-pro"
|
|
1870
2513
|
],
|
|
1871
|
-
"triggers": [
|
|
2514
|
+
"triggers": [
|
|
2515
|
+
"swift-pro",
|
|
2516
|
+
"swift pro",
|
|
2517
|
+
"swift",
|
|
2518
|
+
"languages"
|
|
2519
|
+
]
|
|
1872
2520
|
},
|
|
1873
2521
|
{
|
|
1874
2522
|
"id": "tailwind-patterns",
|
|
@@ -1889,9 +2537,18 @@
|
|
|
1889
2537
|
"tier": "curated",
|
|
1890
2538
|
"tags": [
|
|
1891
2539
|
"frameworks-runtimes",
|
|
2540
|
+
"patterns",
|
|
2541
|
+
"tailwind",
|
|
2542
|
+
"tailwind patterns",
|
|
1892
2543
|
"tailwind-patterns"
|
|
1893
2544
|
],
|
|
1894
|
-
"triggers": [
|
|
2545
|
+
"triggers": [
|
|
2546
|
+
"tailwind-patterns",
|
|
2547
|
+
"tailwind patterns",
|
|
2548
|
+
"tailwind",
|
|
2549
|
+
"patterns",
|
|
2550
|
+
"frameworks-runtimes"
|
|
2551
|
+
]
|
|
1895
2552
|
},
|
|
1896
2553
|
{
|
|
1897
2554
|
"id": "testing-patterns",
|
|
@@ -1911,10 +2568,19 @@
|
|
|
1911
2568
|
"maturity": "incubating",
|
|
1912
2569
|
"tier": "experimental",
|
|
1913
2570
|
"tags": [
|
|
2571
|
+
"patterns",
|
|
2572
|
+
"testing",
|
|
2573
|
+
"testing patterns",
|
|
1914
2574
|
"testing-patterns",
|
|
1915
2575
|
"workflow-specialists"
|
|
1916
2576
|
],
|
|
1917
|
-
"triggers": [
|
|
2577
|
+
"triggers": [
|
|
2578
|
+
"testing-patterns",
|
|
2579
|
+
"testing patterns",
|
|
2580
|
+
"testing",
|
|
2581
|
+
"patterns",
|
|
2582
|
+
"workflow-specialists"
|
|
2583
|
+
]
|
|
1918
2584
|
},
|
|
1919
2585
|
{
|
|
1920
2586
|
"id": "typescript-pro",
|
|
@@ -1935,9 +2601,16 @@
|
|
|
1935
2601
|
"tier": "system",
|
|
1936
2602
|
"tags": [
|
|
1937
2603
|
"languages",
|
|
2604
|
+
"typescript",
|
|
2605
|
+
"typescript pro",
|
|
1938
2606
|
"typescript-pro"
|
|
1939
2607
|
],
|
|
1940
|
-
"triggers": [
|
|
2608
|
+
"triggers": [
|
|
2609
|
+
"typescript-pro",
|
|
2610
|
+
"typescript pro",
|
|
2611
|
+
"typescript",
|
|
2612
|
+
"languages"
|
|
2613
|
+
]
|
|
1941
2614
|
},
|
|
1942
2615
|
{
|
|
1943
2616
|
"id": "vitess",
|
|
@@ -1960,7 +2633,10 @@
|
|
|
1960
2633
|
"databases",
|
|
1961
2634
|
"vitess"
|
|
1962
2635
|
],
|
|
1963
|
-
"triggers": [
|
|
2636
|
+
"triggers": [
|
|
2637
|
+
"vitess",
|
|
2638
|
+
"databases"
|
|
2639
|
+
]
|
|
1964
2640
|
},
|
|
1965
2641
|
{
|
|
1966
2642
|
"id": "vulnerability-scanner",
|
|
@@ -1980,10 +2656,19 @@
|
|
|
1980
2656
|
"maturity": "incubating",
|
|
1981
2657
|
"tier": "experimental",
|
|
1982
2658
|
"tags": [
|
|
2659
|
+
"scanner",
|
|
2660
|
+
"vulnerability",
|
|
2661
|
+
"vulnerability scanner",
|
|
1983
2662
|
"vulnerability-scanner",
|
|
1984
2663
|
"workflow-specialists"
|
|
1985
2664
|
],
|
|
1986
|
-
"triggers": [
|
|
2665
|
+
"triggers": [
|
|
2666
|
+
"vulnerability-scanner",
|
|
2667
|
+
"vulnerability scanner",
|
|
2668
|
+
"vulnerability",
|
|
2669
|
+
"scanner",
|
|
2670
|
+
"workflow-specialists"
|
|
2671
|
+
]
|
|
1987
2672
|
},
|
|
1988
2673
|
{
|
|
1989
2674
|
"id": "web-perf",
|
|
@@ -2004,9 +2689,18 @@
|
|
|
2004
2689
|
"tier": "curated",
|
|
2005
2690
|
"tags": [
|
|
2006
2691
|
"frameworks-runtimes",
|
|
2692
|
+
"perf",
|
|
2693
|
+
"web",
|
|
2694
|
+
"web perf",
|
|
2007
2695
|
"web-perf"
|
|
2008
2696
|
],
|
|
2009
|
-
"triggers": [
|
|
2697
|
+
"triggers": [
|
|
2698
|
+
"web-perf",
|
|
2699
|
+
"web perf",
|
|
2700
|
+
"web",
|
|
2701
|
+
"perf",
|
|
2702
|
+
"frameworks-runtimes"
|
|
2703
|
+
]
|
|
2010
2704
|
},
|
|
2011
2705
|
{
|
|
2012
2706
|
"id": "webapp-testing",
|
|
@@ -2027,10 +2721,19 @@
|
|
|
2027
2721
|
"tier": "curated",
|
|
2028
2722
|
"tags": [
|
|
2029
2723
|
"frameworks-runtimes",
|
|
2724
|
+
"testing",
|
|
2725
|
+
"webapp",
|
|
2726
|
+
"webapp testing",
|
|
2030
2727
|
"webapp-testing"
|
|
2031
2728
|
],
|
|
2032
|
-
"triggers": [
|
|
2729
|
+
"triggers": [
|
|
2730
|
+
"webapp-testing",
|
|
2731
|
+
"webapp testing",
|
|
2732
|
+
"webapp",
|
|
2733
|
+
"testing",
|
|
2734
|
+
"frameworks-runtimes"
|
|
2735
|
+
]
|
|
2033
2736
|
}
|
|
2034
2737
|
],
|
|
2035
|
-
"contentHash": "
|
|
2738
|
+
"contentHash": "b905038bd1d0765e"
|
|
2036
2739
|
}
|