open-multi-agent-kit 0.90.4 → 0.90.6
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/CHANGELOG.md +54 -0
- package/README.md +9 -9
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +1 -0
- package/dist/cli/args.js.map +1 -1
- package/dist/codexbar-cli.d.ts +39 -0
- package/dist/codexbar-cli.d.ts.map +1 -0
- package/dist/codexbar-cli.js +230 -0
- package/dist/codexbar-cli.js.map +1 -0
- package/dist/commands/doctor-provider.d.ts.map +1 -1
- package/dist/commands/doctor-provider.js +16 -3
- package/dist/commands/doctor-provider.js.map +1 -1
- package/dist/core/adaptorch-bridge.d.ts +14 -21
- package/dist/core/adaptorch-bridge.d.ts.map +1 -1
- package/dist/core/adaptorch-bridge.js +11 -18
- package/dist/core/adaptorch-bridge.js.map +1 -1
- package/dist/core/agent-session.d.ts +6 -39
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +37 -107
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/codexbar-adapter.d.ts +44 -0
- package/dist/core/codexbar-adapter.d.ts.map +1 -0
- package/dist/core/codexbar-adapter.js +211 -0
- package/dist/core/codexbar-adapter.js.map +1 -0
- package/dist/core/compaction/index.d.ts +2 -0
- package/dist/core/compaction/index.d.ts.map +1 -1
- package/dist/core/compaction/index.js +2 -0
- package/dist/core/compaction/index.js.map +1 -1
- package/dist/core/compaction/model-policy.d.ts +9 -0
- package/dist/core/compaction/model-policy.d.ts.map +1 -0
- package/dist/core/compaction/model-policy.js +37 -0
- package/dist/core/compaction/model-policy.js.map +1 -0
- package/dist/core/compaction/resume-policy.d.ts +6 -0
- package/dist/core/compaction/resume-policy.d.ts.map +1 -0
- package/dist/core/compaction/resume-policy.js +8 -0
- package/dist/core/compaction/resume-policy.js.map +1 -0
- package/dist/core/context-budget-v2-planner.d.ts.map +1 -1
- package/dist/core/context-budget-v2-planner.js +10 -2
- package/dist/core/context-budget-v2-planner.js.map +1 -1
- package/dist/core/context-budget-v2-types.d.ts +7 -1
- package/dist/core/context-budget-v2-types.d.ts.map +1 -1
- package/dist/core/context-budget-v2-types.js.map +1 -1
- package/dist/core/domain-loadouts.d.ts.map +1 -1
- package/dist/core/domain-loadouts.js +68 -1
- package/dist/core/domain-loadouts.js.map +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +12 -0
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +3 -0
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +15 -0
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/grok-harness-dispatch.d.ts +22 -0
- package/dist/core/grok-harness-dispatch.d.ts.map +1 -0
- package/dist/core/grok-harness-dispatch.js +44 -0
- package/dist/core/grok-harness-dispatch.js.map +1 -0
- package/dist/core/grok-harness.d.ts +25 -0
- package/dist/core/grok-harness.d.ts.map +1 -0
- package/dist/core/grok-harness.js +61 -0
- package/dist/core/grok-harness.js.map +1 -0
- package/dist/core/grok-playbook.d.ts +7 -0
- package/dist/core/grok-playbook.d.ts.map +1 -0
- package/dist/core/grok-playbook.js +34 -0
- package/dist/core/grok-playbook.js.map +1 -0
- package/dist/core/reasoning-router-bias.d.ts +11 -23
- package/dist/core/reasoning-router-bias.d.ts.map +1 -1
- package/dist/core/reasoning-router-bias.js +9 -18
- package/dist/core/reasoning-router-bias.js.map +1 -1
- package/dist/core/reasoning-router-resolver.d.ts +44 -0
- package/dist/core/reasoning-router-resolver.d.ts.map +1 -0
- package/dist/core/reasoning-router-resolver.js +79 -0
- package/dist/core/reasoning-router-resolver.js.map +1 -0
- package/dist/core/reasoning-router-v4-weights.d.ts +28 -72
- package/dist/core/reasoning-router-v4-weights.d.ts.map +1 -1
- package/dist/core/reasoning-router-v4-weights.js +16 -60
- package/dist/core/reasoning-router-v4-weights.js.map +1 -1
- package/dist/core/reasoning-router-v4.d.ts +25 -70
- package/dist/core/reasoning-router-v4.d.ts.map +1 -1
- package/dist/core/reasoning-router-v4.js +46 -144
- package/dist/core/reasoning-router-v4.js.map +1 -1
- package/dist/core/router-feedback-collector.d.ts +13 -16
- package/dist/core/router-feedback-collector.d.ts.map +1 -1
- package/dist/core/router-feedback-collector.js +5 -8
- package/dist/core/router-feedback-collector.js.map +1 -1
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +31 -12
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/slash-commands.d.ts.map +1 -1
- package/dist/core/slash-commands.js +1 -1
- package/dist/core/slash-commands.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +4 -0
- package/dist/main.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +16 -98
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/utils/tools-manager.d.ts +3 -2
- package/dist/utils/tools-manager.d.ts.map +1 -1
- package/dist/utils/tools-manager.js +42 -17
- package/dist/utils/tools-manager.js.map +1 -1
- package/docs/correctness-wall.md +117 -0
- package/docs/grok-harness.md +63 -0
- package/docs/loadout-domains/README.md +2 -1
- package/docs/loadout-domains/ai-agent-ops.md +8 -1
- package/docs/loadout-domains/grok-harness.md +74 -0
- package/docs/providers.md +4 -0
- package/docs/usage.md +11 -12
- package/examples/extensions/correctness-wall/LOADOUT.md +87 -0
- package/examples/extensions/correctness-wall/README.md +111 -0
- package/examples/extensions/correctness-wall/adjudication-fixture.ts +151 -0
- package/examples/extensions/correctness-wall/index.ts +470 -0
- package/examples/extensions/correctness-wall/repair-state.ts +77 -0
- package/examples/extensions/correctness-wall/wall-cache.ts +81 -0
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/subagent/agent-capability-router.test.ts +123 -0
- package/examples/extensions/subagent/agent-capability-router.ts +274 -0
- package/examples/extensions/subagent/agents/planner.md +3 -0
- package/examples/extensions/subagent/agents/reviewer.md +3 -0
- package/examples/extensions/subagent/agents/scout.md +3 -0
- package/examples/extensions/subagent/agents/worker.md +2 -0
- package/examples/extensions/subagent/agents.ts +14 -0
- package/examples/extensions/subagent/capabilities.ts +368 -0
- package/examples/extensions/subagent/domain-profiles.ts +1089 -0
- package/examples/extensions/subagent/index.ts +71 -3
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/examples/sdk/12-full-control.ts +1 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +5 -5
- package/dist/core/compactor.d.ts +0 -42
- package/dist/core/compactor.d.ts.map +0 -1
- package/dist/core/compactor.js +0 -128
- package/dist/core/compactor.js.map +0 -1
- package/dist/core/reasoning-router-v2.d.ts +0 -94
- package/dist/core/reasoning-router-v2.d.ts.map +0 -1
- package/dist/core/reasoning-router-v2.js +0 -288
- package/dist/core/reasoning-router-v2.js.map +0 -1
- package/dist/core/reasoning-router-v3.d.ts +0 -15
- package/dist/core/reasoning-router-v3.d.ts.map +0 -1
- package/dist/core/reasoning-router-v3.js +0 -193
- package/dist/core/reasoning-router-v3.js.map +0 -1
- package/dist/core/reasoning-router-weights.d.ts +0 -155
- package/dist/core/reasoning-router-weights.d.ts.map +0 -1
- package/dist/core/reasoning-router-weights.js +0 -204
- package/dist/core/reasoning-router-weights.js.map +0 -1
- package/dist/core/reasoning-router.d.ts +0 -44
- package/dist/core/reasoning-router.d.ts.map +0 -1
- package/dist/core/reasoning-router.js +0 -138
- package/dist/core/reasoning-router.js.map +0 -1
- package/dist/core/token-optimizer.d.ts +0 -58
- package/dist/core/token-optimizer.d.ts.map +0 -1
- package/dist/core/token-optimizer.js +0 -179
- package/dist/core/token-optimizer.js.map +0 -1
|
@@ -0,0 +1,1089 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Domain profiles for the deterministic capability router. Each profile classifies
|
|
3
|
+
* an agent by name+description keywords and offers a catalog-verified skill pool
|
|
4
|
+
* plus typical MCP/hook defaults. Generated from the domain analysis (19 domains,
|
|
5
|
+
* 491 verified skills).
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** A capability-routing domain profile. Keywords classify an agent by name+description. */
|
|
9
|
+
export interface DomainProfile {
|
|
10
|
+
/** Stable lowercase id, e.g. "security". */
|
|
11
|
+
readonly id: string;
|
|
12
|
+
/** Human-readable label, e.g. "Security & Compliance". */
|
|
13
|
+
readonly label: string;
|
|
14
|
+
/** Classification patterns, tested against `${name} ${description}` lowercased. First match wins. */
|
|
15
|
+
readonly keywords: readonly RegExp[];
|
|
16
|
+
/** Candidate skill names (lowercase, already catalog-verified). */
|
|
17
|
+
readonly skillPool: readonly string[];
|
|
18
|
+
/** Typical MCP servers for this domain. */
|
|
19
|
+
readonly defaultMcp: readonly string[];
|
|
20
|
+
/** Typical hooks for this domain. */
|
|
21
|
+
readonly defaultHooks: readonly string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/** All domain profiles, ordered so that more specific domains precede general ones. */
|
|
25
|
+
export const DOMAIN_PROFILES: readonly DomainProfile[] = [
|
|
26
|
+
{
|
|
27
|
+
id: "frontend-web",
|
|
28
|
+
label: "Frontend & Web",
|
|
29
|
+
keywords: [
|
|
30
|
+
/react/i,
|
|
31
|
+
/vue/i,
|
|
32
|
+
/angular/i,
|
|
33
|
+
/svelte/i,
|
|
34
|
+
/next.?js/i,
|
|
35
|
+
/nextjs/i,
|
|
36
|
+
/frontend/i,
|
|
37
|
+
/css/i,
|
|
38
|
+
/tailwind/i,
|
|
39
|
+
/ui-?design/i,
|
|
40
|
+
/web-?component/i,
|
|
41
|
+
/html/i,
|
|
42
|
+
/jamstack/i,
|
|
43
|
+
/gatsby/i,
|
|
44
|
+
/remix/i,
|
|
45
|
+
/astro/i,
|
|
46
|
+
/solid-?js/i,
|
|
47
|
+
/qwik/i,
|
|
48
|
+
/visual-?storyteller/i,
|
|
49
|
+
/inclusive-?visual/i,
|
|
50
|
+
],
|
|
51
|
+
skillPool: [
|
|
52
|
+
"react-patterns",
|
|
53
|
+
"react-performance",
|
|
54
|
+
"react-testing",
|
|
55
|
+
"vercel-react-best-practices",
|
|
56
|
+
"vercel-composition-patterns",
|
|
57
|
+
"next-best-practices",
|
|
58
|
+
"next-cache-components",
|
|
59
|
+
"next-upgrade",
|
|
60
|
+
"nextjs-turbopack",
|
|
61
|
+
"frontend-patterns",
|
|
62
|
+
"frontend-a11y",
|
|
63
|
+
"frontend-design",
|
|
64
|
+
"frontend-design-direction",
|
|
65
|
+
"frontend-ui-engineering",
|
|
66
|
+
"vite-patterns",
|
|
67
|
+
"vue-patterns",
|
|
68
|
+
"vue-best-practices",
|
|
69
|
+
"vue-jsx-best-practices",
|
|
70
|
+
"vue-pinia-best-practices",
|
|
71
|
+
"vue-router-best-practices",
|
|
72
|
+
"vue-testing-best-practices",
|
|
73
|
+
"vueuse-functions",
|
|
74
|
+
"vue-debug-guides",
|
|
75
|
+
"vue-options-api-best-practices",
|
|
76
|
+
"angular-developer",
|
|
77
|
+
"svelte-code-writer",
|
|
78
|
+
"design-system",
|
|
79
|
+
"interface-design",
|
|
80
|
+
"canvas-design",
|
|
81
|
+
"accessibility",
|
|
82
|
+
"seo-audit",
|
|
83
|
+
"page-cro",
|
|
84
|
+
"copywriting",
|
|
85
|
+
"content-strategy",
|
|
86
|
+
],
|
|
87
|
+
defaultMcp: ["filesystem", "context7", "playwright"],
|
|
88
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets", "typecheck-after-edit", "eslint-after-edit"],
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
id: "backend-api",
|
|
92
|
+
label: "Backend & API",
|
|
93
|
+
keywords: [
|
|
94
|
+
/backend/i,
|
|
95
|
+
/api-?design/i,
|
|
96
|
+
/graphql/i,
|
|
97
|
+
/grpc/i,
|
|
98
|
+
/microservice/i,
|
|
99
|
+
/rest-?api/i,
|
|
100
|
+
/nodejs/i,
|
|
101
|
+
/nest.?js/i,
|
|
102
|
+
/express/i,
|
|
103
|
+
/django/i,
|
|
104
|
+
/flask/i,
|
|
105
|
+
/fastapi/i,
|
|
106
|
+
/spring.?boot/i,
|
|
107
|
+
/rails/i,
|
|
108
|
+
/laravel/i,
|
|
109
|
+
/gin/i,
|
|
110
|
+
/fiber/i,
|
|
111
|
+
/api-?tester/i,
|
|
112
|
+
/mcp-?build/i,
|
|
113
|
+
/mcp-?server/i,
|
|
114
|
+
/agents-?orchestrat/i,
|
|
115
|
+
/multi-?agent-?system/i,
|
|
116
|
+
/autonomous-?optim/i,
|
|
117
|
+
/identity-?graph/i,
|
|
118
|
+
/aeo-?foundations/i,
|
|
119
|
+
/workflow-?architect/i,
|
|
120
|
+
/workflow-?optim/i,
|
|
121
|
+
/automation-?govern/i,
|
|
122
|
+
/database-?opt/i,
|
|
123
|
+
/solution-?engineer/i,
|
|
124
|
+
/rest/i,
|
|
125
|
+
/openapi/i,
|
|
126
|
+
],
|
|
127
|
+
skillPool: [
|
|
128
|
+
"backend-patterns",
|
|
129
|
+
"api-design",
|
|
130
|
+
"api-connector-builder",
|
|
131
|
+
"database-migrations",
|
|
132
|
+
"nestjs-patterns",
|
|
133
|
+
"springboot-patterns",
|
|
134
|
+
"springboot-tdd",
|
|
135
|
+
"springboot-security",
|
|
136
|
+
"springboot-verification",
|
|
137
|
+
"django-patterns",
|
|
138
|
+
"django-tdd",
|
|
139
|
+
"django-security",
|
|
140
|
+
"django-verification",
|
|
141
|
+
"django-celery",
|
|
142
|
+
"fastapi-patterns",
|
|
143
|
+
"laravel-patterns",
|
|
144
|
+
"laravel-security",
|
|
145
|
+
"laravel-tdd",
|
|
146
|
+
"laravel-verification",
|
|
147
|
+
"golang-patterns",
|
|
148
|
+
"nestjs-patterns",
|
|
149
|
+
"error-handling",
|
|
150
|
+
"hexagonal-architecture",
|
|
151
|
+
"architecture-decision-records",
|
|
152
|
+
"mcp-builder",
|
|
153
|
+
"mcp-server-patterns",
|
|
154
|
+
"documentation-lookup",
|
|
155
|
+
"security-review",
|
|
156
|
+
],
|
|
157
|
+
defaultMcp: ["filesystem", "context7", "serena"],
|
|
158
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets", "typecheck-after-edit"],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
id: "mobile",
|
|
162
|
+
label: "Mobile",
|
|
163
|
+
keywords: [
|
|
164
|
+
/mobile/i,
|
|
165
|
+
/ios/i,
|
|
166
|
+
/android/i,
|
|
167
|
+
/flutter/i,
|
|
168
|
+
/react-?native/i,
|
|
169
|
+
/kotlin-?mobile/i,
|
|
170
|
+
/swift-?mobile/i,
|
|
171
|
+
/expo/i,
|
|
172
|
+
/app-?store/i,
|
|
173
|
+
],
|
|
174
|
+
skillPool: [
|
|
175
|
+
"react-native-best-practices",
|
|
176
|
+
"dart-flutter-patterns",
|
|
177
|
+
"swiftui-patterns",
|
|
178
|
+
"swiftui-ui-patterns",
|
|
179
|
+
"swift-concurrency-6-2",
|
|
180
|
+
"swift-protocol-di-testing",
|
|
181
|
+
"swift-actor-persistence",
|
|
182
|
+
"android-clean-architecture",
|
|
183
|
+
"compose-multiplatform-patterns",
|
|
184
|
+
"ios-design-review",
|
|
185
|
+
"ios-icon-gen",
|
|
186
|
+
"foundation-models-on-device",
|
|
187
|
+
"liquid-glass-design",
|
|
188
|
+
"kotlin-patterns",
|
|
189
|
+
"kotlin-coroutines-flows",
|
|
190
|
+
"kotlin-ktor-patterns",
|
|
191
|
+
"kotlin-exposed-patterns",
|
|
192
|
+
"kotlin-testing",
|
|
193
|
+
],
|
|
194
|
+
defaultMcp: ["filesystem", "context7"],
|
|
195
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets", "typecheck-after-edit"],
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
id: "systems",
|
|
199
|
+
label: "Systems & Low-level",
|
|
200
|
+
keywords: [
|
|
201
|
+
/rust/i,
|
|
202
|
+
/golang/i,
|
|
203
|
+
/go-?developer/i,
|
|
204
|
+
/c-?developer/i,
|
|
205
|
+
/cpp/i,
|
|
206
|
+
/c\+\+/i,
|
|
207
|
+
/zig/i,
|
|
208
|
+
/systems-?program/i,
|
|
209
|
+
/embedded/i,
|
|
210
|
+
/kernel/i,
|
|
211
|
+
/wasm/i,
|
|
212
|
+
/assembly/i,
|
|
213
|
+
/concurrency/i,
|
|
214
|
+
/senior-?develop/i,
|
|
215
|
+
/software-?architect/i,
|
|
216
|
+
/technical-?consultant/i,
|
|
217
|
+
/rapid-?prototyp/i,
|
|
218
|
+
/code-?reviewer/i,
|
|
219
|
+
/git-?workflow/i,
|
|
220
|
+
/filament-?optim/i,
|
|
221
|
+
/lsp-?index/i,
|
|
222
|
+
/minimal-?change/i,
|
|
223
|
+
],
|
|
224
|
+
skillPool: [
|
|
225
|
+
"rust-patterns",
|
|
226
|
+
"rust-testing",
|
|
227
|
+
"golang-patterns",
|
|
228
|
+
"golang-testing",
|
|
229
|
+
"cpp-coding-standards",
|
|
230
|
+
"cpp-testing",
|
|
231
|
+
"property-based-testing",
|
|
232
|
+
"git-workflow",
|
|
233
|
+
"git-master",
|
|
234
|
+
"git-commit",
|
|
235
|
+
"git-create-pr",
|
|
236
|
+
"git-worktrees",
|
|
237
|
+
"ast-grep",
|
|
238
|
+
"lsp",
|
|
239
|
+
"lsp-setup",
|
|
240
|
+
"coding-standards",
|
|
241
|
+
"hexagonal-architecture",
|
|
242
|
+
"review-work",
|
|
243
|
+
"differential-review",
|
|
244
|
+
"understand-anything",
|
|
245
|
+
"packages",
|
|
246
|
+
],
|
|
247
|
+
defaultMcp: ["filesystem", "context7", "serena", "github"],
|
|
248
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets", "typecheck-after-edit"],
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
id: "devops-infra",
|
|
252
|
+
label: "DevOps & Infrastructure",
|
|
253
|
+
keywords: [
|
|
254
|
+
/devops/i,
|
|
255
|
+
/sre/i,
|
|
256
|
+
/kubernetes/i,
|
|
257
|
+
/docker/i,
|
|
258
|
+
/terraform/i,
|
|
259
|
+
/ansible/i,
|
|
260
|
+
/ci-?cd/i,
|
|
261
|
+
/jenkins/i,
|
|
262
|
+
/gitlab/i,
|
|
263
|
+
/platform-?eng/i,
|
|
264
|
+
/cloud-?arch/i,
|
|
265
|
+
/aws/i,
|
|
266
|
+
/azure/i,
|
|
267
|
+
/gcp/i,
|
|
268
|
+
/infra/i,
|
|
269
|
+
/reliab/i,
|
|
270
|
+
/terminal-?integ/i,
|
|
271
|
+
/salesforce-?arch/i,
|
|
272
|
+
/feishu/i,
|
|
273
|
+
/it-?service/i,
|
|
274
|
+
/network-?engineer/i,
|
|
275
|
+
/site-?reliab/i,
|
|
276
|
+
],
|
|
277
|
+
skillPool: [
|
|
278
|
+
"docker-patterns",
|
|
279
|
+
"kubernetes-patterns",
|
|
280
|
+
"deployment-patterns",
|
|
281
|
+
"github-ops",
|
|
282
|
+
"database-migrations",
|
|
283
|
+
"production-audit",
|
|
284
|
+
"production-scheduling",
|
|
285
|
+
"workspace-surface-audit",
|
|
286
|
+
"benchmark",
|
|
287
|
+
"canary-watch",
|
|
288
|
+
"dashboard-builder",
|
|
289
|
+
"latency-critical-systems",
|
|
290
|
+
"redis-patterns",
|
|
291
|
+
"postgres-patterns",
|
|
292
|
+
"network-config-validation",
|
|
293
|
+
"network-interface-health",
|
|
294
|
+
"network-bgp-diagnostics",
|
|
295
|
+
"cisco-ios-patterns",
|
|
296
|
+
"netmiko-ssh-automation",
|
|
297
|
+
"homelab-network-setup",
|
|
298
|
+
],
|
|
299
|
+
defaultMcp: ["filesystem", "github", "context7"],
|
|
300
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets", "release-check-before-stop", "npm-audit-summary"],
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
id: "security",
|
|
304
|
+
label: "Security & Compliance",
|
|
305
|
+
keywords: [
|
|
306
|
+
/security/i,
|
|
307
|
+
/pentest/i,
|
|
308
|
+
/vulnerab/i,
|
|
309
|
+
/threat/i,
|
|
310
|
+
/forensic/i,
|
|
311
|
+
/bounty/i,
|
|
312
|
+
/reverse/i,
|
|
313
|
+
/malware/i,
|
|
314
|
+
/siem/i,
|
|
315
|
+
/zeroiz/i,
|
|
316
|
+
/defi/i,
|
|
317
|
+
/evm/i,
|
|
318
|
+
/solana/i,
|
|
319
|
+
/cosmos/i,
|
|
320
|
+
/substrate/i,
|
|
321
|
+
/cairo/i,
|
|
322
|
+
/algorand/i,
|
|
323
|
+
/ton-/i,
|
|
324
|
+
/smart-?contract/i,
|
|
325
|
+
/blockchain/i,
|
|
326
|
+
/incident/i,
|
|
327
|
+
/breach/i,
|
|
328
|
+
/red-?team/i,
|
|
329
|
+
/secops/i,
|
|
330
|
+
/identity-?trust/i,
|
|
331
|
+
/zk-?steward/i,
|
|
332
|
+
/penetration/i,
|
|
333
|
+
],
|
|
334
|
+
skillPool: [
|
|
335
|
+
"security-review",
|
|
336
|
+
"security-scan",
|
|
337
|
+
"security-bounty-hunter",
|
|
338
|
+
"differential-review",
|
|
339
|
+
"audit",
|
|
340
|
+
"audit-context-building",
|
|
341
|
+
"audit-prep-assistant",
|
|
342
|
+
"audit-website",
|
|
343
|
+
"codeql",
|
|
344
|
+
"semgrep",
|
|
345
|
+
"semgrep-rule-creator",
|
|
346
|
+
"sarif-parsing",
|
|
347
|
+
"supply-chain-risk-auditor",
|
|
348
|
+
"zeroize-audit",
|
|
349
|
+
"defi-amm-security",
|
|
350
|
+
"evm-token-decimals",
|
|
351
|
+
"nodejs-keccak256",
|
|
352
|
+
"llm-trading-agent-security",
|
|
353
|
+
"yara-rule-authoring",
|
|
354
|
+
"agentic-actions-auditor",
|
|
355
|
+
"variant-analysis",
|
|
356
|
+
"safety-guard",
|
|
357
|
+
"sharp-edges",
|
|
358
|
+
"hipaa-compliance",
|
|
359
|
+
"insecure-defaults",
|
|
360
|
+
"fp-check",
|
|
361
|
+
"dwarf-expert",
|
|
362
|
+
"entry-point-analyzer",
|
|
363
|
+
],
|
|
364
|
+
defaultMcp: ["filesystem", "github", "context7"],
|
|
365
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets", "release-check-before-stop"],
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
id: "legal-compliance",
|
|
369
|
+
label: "Legal & Compliance",
|
|
370
|
+
keywords: [
|
|
371
|
+
/legal/i,
|
|
372
|
+
/compliance/i,
|
|
373
|
+
/gdpr/i,
|
|
374
|
+
/privacy/i,
|
|
375
|
+
/contract/i,
|
|
376
|
+
/regulatory/i,
|
|
377
|
+
/hipaa/i,
|
|
378
|
+
/pci/i,
|
|
379
|
+
/soc2/i,
|
|
380
|
+
/grant-?writ/i,
|
|
381
|
+
/esg/i,
|
|
382
|
+
/sustainab/i,
|
|
383
|
+
],
|
|
384
|
+
skillPool: [
|
|
385
|
+
"hipaa-compliance",
|
|
386
|
+
"audit",
|
|
387
|
+
"audit-prep-assistant",
|
|
388
|
+
"sarif-parsing",
|
|
389
|
+
"differential-review",
|
|
390
|
+
"doc-coauthoring",
|
|
391
|
+
"docx",
|
|
392
|
+
"pdf",
|
|
393
|
+
"xlsx",
|
|
394
|
+
"pptx",
|
|
395
|
+
"research-grants",
|
|
396
|
+
"literature-review",
|
|
397
|
+
"brand-voice",
|
|
398
|
+
],
|
|
399
|
+
defaultMcp: ["filesystem", "context7", "memory"],
|
|
400
|
+
defaultHooks: ["protect-secrets", "release-check-before-stop"],
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
id: "data-ml",
|
|
404
|
+
label: "Data & ML",
|
|
405
|
+
keywords: [
|
|
406
|
+
/data-?sci/i,
|
|
407
|
+
/data-?eng/i,
|
|
408
|
+
/machine-?learning/i,
|
|
409
|
+
/ai-?engineer/i,
|
|
410
|
+
/deep-?learning/i,
|
|
411
|
+
/pytorch/i,
|
|
412
|
+
/tensorflow/i,
|
|
413
|
+
/nlp/i,
|
|
414
|
+
/computer-?vision/i,
|
|
415
|
+
/mlops/i,
|
|
416
|
+
/etl/i,
|
|
417
|
+
/spark/i,
|
|
418
|
+
/airflow/i,
|
|
419
|
+
/llm/i,
|
|
420
|
+
/model-?qa/i,
|
|
421
|
+
/performance-?bench/i,
|
|
422
|
+
/experiment-?track/i,
|
|
423
|
+
/tool-?evaluator/i,
|
|
424
|
+
/reality-?checker/i,
|
|
425
|
+
/feedback-?synth/i,
|
|
426
|
+
/ai-?data-?remediation/i,
|
|
427
|
+
/data-?consolidation/i,
|
|
428
|
+
/image-?prompt/i,
|
|
429
|
+
/prompt-?engineer/i,
|
|
430
|
+
/test-?results/i,
|
|
431
|
+
/voice-?ai/i,
|
|
432
|
+
/data-?throughput/i,
|
|
433
|
+
],
|
|
434
|
+
skillPool: [
|
|
435
|
+
"pytorch-patterns",
|
|
436
|
+
"pytorch-lightning",
|
|
437
|
+
"scikit-learn",
|
|
438
|
+
"transformers",
|
|
439
|
+
"mle-workflow",
|
|
440
|
+
"ml-adoption-playbook",
|
|
441
|
+
"shap",
|
|
442
|
+
"dask",
|
|
443
|
+
"polars",
|
|
444
|
+
"networkx",
|
|
445
|
+
"statsmodels",
|
|
446
|
+
"pymc",
|
|
447
|
+
"sympy",
|
|
448
|
+
"matplotlib",
|
|
449
|
+
"seaborn",
|
|
450
|
+
"plotly",
|
|
451
|
+
"scientific-visualization",
|
|
452
|
+
"statistical-analysis",
|
|
453
|
+
"data-visualization",
|
|
454
|
+
"property-based-testing",
|
|
455
|
+
"python-patterns",
|
|
456
|
+
"python-testing",
|
|
457
|
+
"cost-aware-llm-pipeline",
|
|
458
|
+
"recsys-pipeline-architect",
|
|
459
|
+
"agent-architecture-audit",
|
|
460
|
+
],
|
|
461
|
+
defaultMcp: ["filesystem", "context7", "serena"],
|
|
462
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets", "typecheck-after-edit"],
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
id: "data-finance",
|
|
466
|
+
label: "Finance & Quant",
|
|
467
|
+
keywords: [
|
|
468
|
+
/finance/i,
|
|
469
|
+
/fintech/i,
|
|
470
|
+
/accounting/i,
|
|
471
|
+
/trading/i,
|
|
472
|
+
/quant/i,
|
|
473
|
+
/risk-?analy/i,
|
|
474
|
+
/payment/i,
|
|
475
|
+
/stripe/i,
|
|
476
|
+
/billing/i,
|
|
477
|
+
/tax/i,
|
|
478
|
+
/investment/i,
|
|
479
|
+
/portfolio/i,
|
|
480
|
+
/accounts-?payable/i,
|
|
481
|
+
/bookkeeper/i,
|
|
482
|
+
/cfo/i,
|
|
483
|
+
/financial-?analy/i,
|
|
484
|
+
/fp-?a/i,
|
|
485
|
+
/pricing-?analy/i,
|
|
486
|
+
/loan-?officer/i,
|
|
487
|
+
/pipeline-?analy/i,
|
|
488
|
+
/m-?a-?integration/i,
|
|
489
|
+
],
|
|
490
|
+
skillPool: [
|
|
491
|
+
"finance-billing-ops",
|
|
492
|
+
"customer-billing-ops",
|
|
493
|
+
"postgres-patterns",
|
|
494
|
+
"mysql-patterns",
|
|
495
|
+
"database-migrations",
|
|
496
|
+
"redis-patterns",
|
|
497
|
+
"statsmodels",
|
|
498
|
+
"statistical-analysis",
|
|
499
|
+
"pymc",
|
|
500
|
+
"polars",
|
|
501
|
+
"plotly",
|
|
502
|
+
"seaborn",
|
|
503
|
+
"investor-materials",
|
|
504
|
+
"investor-outreach",
|
|
505
|
+
"supabase",
|
|
506
|
+
"supabase-postgres-best-practices",
|
|
507
|
+
"xlsx",
|
|
508
|
+
"docx",
|
|
509
|
+
"pdf",
|
|
510
|
+
"pptx",
|
|
511
|
+
],
|
|
512
|
+
defaultMcp: ["filesystem", "context7"],
|
|
513
|
+
defaultHooks: ["protect-secrets", "release-check-before-stop"],
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
id: "scientific-research",
|
|
517
|
+
label: "Scientific & Academic",
|
|
518
|
+
keywords: [
|
|
519
|
+
/research/i,
|
|
520
|
+
/scien/i,
|
|
521
|
+
/bioinform/i,
|
|
522
|
+
/genom/i,
|
|
523
|
+
/chem/i,
|
|
524
|
+
/physics/i,
|
|
525
|
+
/statistic/i,
|
|
526
|
+
/academic/i,
|
|
527
|
+
/paper/i,
|
|
528
|
+
/citation/i,
|
|
529
|
+
/lab-/i,
|
|
530
|
+
/clinical/i,
|
|
531
|
+
/medical/i,
|
|
532
|
+
/healthcare/i,
|
|
533
|
+
/pubmed/i,
|
|
534
|
+
/patent/i,
|
|
535
|
+
/scholar/i,
|
|
536
|
+
],
|
|
537
|
+
skillPool: [
|
|
538
|
+
"literature-review",
|
|
539
|
+
"scholar-evaluation",
|
|
540
|
+
"scientific-writing",
|
|
541
|
+
"scientific-visualization",
|
|
542
|
+
"scientific-brainstorming",
|
|
543
|
+
"scientific-critical-thinking",
|
|
544
|
+
"hypothesis-generation",
|
|
545
|
+
"research-grants",
|
|
546
|
+
"research-ops",
|
|
547
|
+
"academic-pptx",
|
|
548
|
+
"pubmed-database",
|
|
549
|
+
"arxiv-database",
|
|
550
|
+
"uspto-database",
|
|
551
|
+
"biopython",
|
|
552
|
+
"gget",
|
|
553
|
+
"rdkit",
|
|
554
|
+
"scanpy",
|
|
555
|
+
"clinical-decision-support",
|
|
556
|
+
"healthcare-cdss-patterns",
|
|
557
|
+
"healthcare-emr-patterns",
|
|
558
|
+
"exploratory-data-analysis",
|
|
559
|
+
"deepchem",
|
|
560
|
+
"molecular-dynamics",
|
|
561
|
+
],
|
|
562
|
+
defaultMcp: ["filesystem", "context7", "fetch", "firecrawl"],
|
|
563
|
+
defaultHooks: ["protect-secrets", "session-context"],
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
id: "marketing-content",
|
|
567
|
+
label: "Marketing & Content",
|
|
568
|
+
keywords: [
|
|
569
|
+
/marketing/i,
|
|
570
|
+
/content/i,
|
|
571
|
+
/copywrit/i,
|
|
572
|
+
/seo/i,
|
|
573
|
+
/brand/i,
|
|
574
|
+
/growth/i,
|
|
575
|
+
/social/i,
|
|
576
|
+
/email-?sequence/i,
|
|
577
|
+
/email-?intel/i,
|
|
578
|
+
/ad-/i,
|
|
579
|
+
/campaign/i,
|
|
580
|
+
/funnel/i,
|
|
581
|
+
/cro/i,
|
|
582
|
+
/conversion/i,
|
|
583
|
+
/landing/i,
|
|
584
|
+
/newsletter/i,
|
|
585
|
+
/podcast/i,
|
|
586
|
+
/pr-/i,
|
|
587
|
+
/communic/i,
|
|
588
|
+
/instagram/i,
|
|
589
|
+
/twitter/i,
|
|
590
|
+
/tiktok/i,
|
|
591
|
+
/multi-?platform-?publish/i,
|
|
592
|
+
/programmatic-?display/i,
|
|
593
|
+
/sales-?outreach/i,
|
|
594
|
+
/sales-?data/i,
|
|
595
|
+
/sales-?engineer/i,
|
|
596
|
+
/developer-?advocate/i,
|
|
597
|
+
/search-?query/i,
|
|
598
|
+
/tracking-?measure/i,
|
|
599
|
+
/private-?domain/i,
|
|
600
|
+
/x-?twitter/i,
|
|
601
|
+
/analytics-?report/i,
|
|
602
|
+
/behavioral-?nudge/i,
|
|
603
|
+
/paid-?media/i,
|
|
604
|
+
/whimsy/i,
|
|
605
|
+
],
|
|
606
|
+
skillPool: [
|
|
607
|
+
"copywriting",
|
|
608
|
+
"copy-editing",
|
|
609
|
+
"content-strategy",
|
|
610
|
+
"content-engine",
|
|
611
|
+
"seo",
|
|
612
|
+
"seo-audit",
|
|
613
|
+
"schema-markup",
|
|
614
|
+
"programmatic-seo",
|
|
615
|
+
"competitor-alternatives",
|
|
616
|
+
"marketing-ideas",
|
|
617
|
+
"marketing-psychology",
|
|
618
|
+
"marketing-campaign",
|
|
619
|
+
"brand-voice",
|
|
620
|
+
"brand-guidelines",
|
|
621
|
+
"brand-discovery",
|
|
622
|
+
"brandkit",
|
|
623
|
+
"social-content",
|
|
624
|
+
"email-sequence",
|
|
625
|
+
"ab-test-setup",
|
|
626
|
+
"analytics-tracking",
|
|
627
|
+
"launch-strategy",
|
|
628
|
+
"page-cro",
|
|
629
|
+
"popup-cro",
|
|
630
|
+
"form-cro",
|
|
631
|
+
"signup-flow-cro",
|
|
632
|
+
"onboarding-cro",
|
|
633
|
+
"paywall-upgrade-cro",
|
|
634
|
+
"pricing-strategy",
|
|
635
|
+
"referral-program",
|
|
636
|
+
"free-tool-strategy",
|
|
637
|
+
"paid-ads",
|
|
638
|
+
"crosspost",
|
|
639
|
+
"x-api",
|
|
640
|
+
"image-generation",
|
|
641
|
+
"infographics",
|
|
642
|
+
"omnigen-vault",
|
|
643
|
+
"canvas-design",
|
|
644
|
+
],
|
|
645
|
+
defaultMcp: ["fetch", "firecrawl", "memory"],
|
|
646
|
+
defaultHooks: ["protect-secrets", "session-context"],
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
id: "design-ux",
|
|
650
|
+
label: "Design & UX",
|
|
651
|
+
keywords: [
|
|
652
|
+
/design-?system/i,
|
|
653
|
+
/ux-/i,
|
|
654
|
+
/ui-/i,
|
|
655
|
+
/figma/i,
|
|
656
|
+
/product-?design/i,
|
|
657
|
+
/accessibility/i,
|
|
658
|
+
/a11y/i,
|
|
659
|
+
/animation/i,
|
|
660
|
+
/motion/i,
|
|
661
|
+
/typography/i,
|
|
662
|
+
/color-/i,
|
|
663
|
+
/persona-?walkthrough/i,
|
|
664
|
+
],
|
|
665
|
+
skillPool: [
|
|
666
|
+
"design-system",
|
|
667
|
+
"interface-design",
|
|
668
|
+
"frontend-design",
|
|
669
|
+
"frontend-design-direction",
|
|
670
|
+
"color-system",
|
|
671
|
+
"typography-scale",
|
|
672
|
+
"visual-hierarchy",
|
|
673
|
+
"spacing-system",
|
|
674
|
+
"layout-grid",
|
|
675
|
+
"dark-mode-design",
|
|
676
|
+
"responsive-design",
|
|
677
|
+
"motion-system",
|
|
678
|
+
"motion-foundations",
|
|
679
|
+
"motion-patterns",
|
|
680
|
+
"motion-advanced",
|
|
681
|
+
"motion-ui",
|
|
682
|
+
"animation-principles",
|
|
683
|
+
"interaction-design",
|
|
684
|
+
"accessibility",
|
|
685
|
+
"accessibility-audit",
|
|
686
|
+
"accessibility-test-plan",
|
|
687
|
+
"wcag-audit-patterns",
|
|
688
|
+
"audit-and-fix",
|
|
689
|
+
"contrast-checker",
|
|
690
|
+
"link-purpose",
|
|
691
|
+
"use-of-color",
|
|
692
|
+
"user-persona",
|
|
693
|
+
"empathy-map",
|
|
694
|
+
"journey-map",
|
|
695
|
+
"wireframe-spec",
|
|
696
|
+
"design-token",
|
|
697
|
+
"design-brief",
|
|
698
|
+
"design-principles",
|
|
699
|
+
"design-critique",
|
|
700
|
+
"design-taste-frontend",
|
|
701
|
+
"gpt-taste",
|
|
702
|
+
"minimalist-ui",
|
|
703
|
+
"industrial-brutalist-ui",
|
|
704
|
+
"high-end-visual-design",
|
|
705
|
+
"stitch-design-taste",
|
|
706
|
+
"design-lab",
|
|
707
|
+
"ui-design-brain",
|
|
708
|
+
"ui-ux-pro-max",
|
|
709
|
+
"swiss-design",
|
|
710
|
+
"oklch-skill",
|
|
711
|
+
],
|
|
712
|
+
defaultMcp: ["playwright", "chrome-devtools", "context7"],
|
|
713
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets", "post-format"],
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
id: "product-pm",
|
|
717
|
+
label: "Product & PM",
|
|
718
|
+
keywords: [
|
|
719
|
+
/product/i,
|
|
720
|
+
/pm-/i,
|
|
721
|
+
/scrum/i,
|
|
722
|
+
/agile/i,
|
|
723
|
+
/roadmap/i,
|
|
724
|
+
/backlog/i,
|
|
725
|
+
/stakeholder/i,
|
|
726
|
+
/requirement/i,
|
|
727
|
+
/project-?shepherd/i,
|
|
728
|
+
/senior-?project/i,
|
|
729
|
+
/sprint-?priorit/i,
|
|
730
|
+
/change-?management/i,
|
|
731
|
+
/strategy-?duel/i,
|
|
732
|
+
/chief-?of-?staff/i,
|
|
733
|
+
/operations-?manag/i,
|
|
734
|
+
/jira-?workflow/i,
|
|
735
|
+
/program-?manag/i,
|
|
736
|
+
/portfolio/i,
|
|
737
|
+
],
|
|
738
|
+
skillPool: [
|
|
739
|
+
"product-lens",
|
|
740
|
+
"product-capability",
|
|
741
|
+
"product-marketing-context",
|
|
742
|
+
"omk-plan",
|
|
743
|
+
"plan",
|
|
744
|
+
"plan-orchestrate",
|
|
745
|
+
"plan-ceo-review",
|
|
746
|
+
"plan-eng-review",
|
|
747
|
+
"plan-design-review",
|
|
748
|
+
"plan-devex-review",
|
|
749
|
+
"plan-tune",
|
|
750
|
+
"blueprint",
|
|
751
|
+
"ulw-plan",
|
|
752
|
+
"deep-interview",
|
|
753
|
+
"intent-driven-development",
|
|
754
|
+
"stakeholder-alignment",
|
|
755
|
+
"metrics-definition",
|
|
756
|
+
"project-flow-ops",
|
|
757
|
+
"competitive-platform-analysis",
|
|
758
|
+
"benchmark-methodology",
|
|
759
|
+
"competitive-report-structure",
|
|
760
|
+
"competitive-analysis",
|
|
761
|
+
"north-star-vision",
|
|
762
|
+
"opportunity-framework",
|
|
763
|
+
"service-blueprint",
|
|
764
|
+
"information-architecture",
|
|
765
|
+
"council",
|
|
766
|
+
"office-hours",
|
|
767
|
+
"brainstorming",
|
|
768
|
+
],
|
|
769
|
+
defaultMcp: ["filesystem", "context7", "github"],
|
|
770
|
+
defaultHooks: ["protect-secrets", "session-context", "branch-diff-snapshot"],
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
id: "docs-techwriting",
|
|
774
|
+
label: "Docs & Technical Writing",
|
|
775
|
+
keywords: [
|
|
776
|
+
/docs/i,
|
|
777
|
+
/technical-?writ/i,
|
|
778
|
+
/documentation/i,
|
|
779
|
+
/api-?doc/i,
|
|
780
|
+
/readme/i,
|
|
781
|
+
/tutorial/i,
|
|
782
|
+
/guide/i,
|
|
783
|
+
/knowledge/i,
|
|
784
|
+
/book-?co-?author/i,
|
|
785
|
+
/document-?generat/i,
|
|
786
|
+
/executive-?summary/i,
|
|
787
|
+
/meeting-?notes/i,
|
|
788
|
+
/report-?distribution/i,
|
|
789
|
+
/historian/i,
|
|
790
|
+
/evidence-?collect/i,
|
|
791
|
+
/book/i,
|
|
792
|
+
],
|
|
793
|
+
skillPool: [
|
|
794
|
+
"docs-write-concisely",
|
|
795
|
+
"docs-update-docs",
|
|
796
|
+
"documentation-lookup",
|
|
797
|
+
"documentation-template",
|
|
798
|
+
"document-generate",
|
|
799
|
+
"document-release",
|
|
800
|
+
"doc-coauthoring",
|
|
801
|
+
"docx",
|
|
802
|
+
"pdf",
|
|
803
|
+
"pptx",
|
|
804
|
+
"xlsx",
|
|
805
|
+
"react-pdf",
|
|
806
|
+
"article-writing",
|
|
807
|
+
"internal-comms",
|
|
808
|
+
"knowledge-ops",
|
|
809
|
+
"code-tour",
|
|
810
|
+
"codebase-onboarding",
|
|
811
|
+
"ux-writing",
|
|
812
|
+
"presentation-deck",
|
|
813
|
+
"scientific-slides",
|
|
814
|
+
"slides-grab",
|
|
815
|
+
"slides-grab-plan",
|
|
816
|
+
"slides-grab-design",
|
|
817
|
+
"slides-grab-export",
|
|
818
|
+
"pptx-from-layouts",
|
|
819
|
+
"theme-factory",
|
|
820
|
+
"web-artifacts-builder",
|
|
821
|
+
"excalidraw-diagram",
|
|
822
|
+
"diagram",
|
|
823
|
+
],
|
|
824
|
+
defaultMcp: ["filesystem", "context7"],
|
|
825
|
+
defaultHooks: ["protect-secrets", "post-format"],
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
id: "customer-support",
|
|
829
|
+
label: "Customer & Support",
|
|
830
|
+
keywords: [
|
|
831
|
+
/customer/i,
|
|
832
|
+
/support/i,
|
|
833
|
+
/success/i,
|
|
834
|
+
/helpdesk/i,
|
|
835
|
+
/zendesk/i,
|
|
836
|
+
/intercom/i,
|
|
837
|
+
/faq/i,
|
|
838
|
+
/onboard/i,
|
|
839
|
+
/retail-?customer/i,
|
|
840
|
+
/hospitality/i,
|
|
841
|
+
],
|
|
842
|
+
skillPool: [
|
|
843
|
+
"customer-billing-ops",
|
|
844
|
+
"onboarding-cro",
|
|
845
|
+
"onboarding-design",
|
|
846
|
+
"knowledge-ops",
|
|
847
|
+
"ux-writing",
|
|
848
|
+
"error-handling",
|
|
849
|
+
"returns-reverse-logistics",
|
|
850
|
+
"stakeholder-alignment",
|
|
851
|
+
"empathy-map",
|
|
852
|
+
"journey-map",
|
|
853
|
+
"survey-design",
|
|
854
|
+
"metrics-definition",
|
|
855
|
+
"docs-write-concisely",
|
|
856
|
+
"internal-comms",
|
|
857
|
+
],
|
|
858
|
+
defaultMcp: ["filesystem", "memory", "fetch"],
|
|
859
|
+
defaultHooks: ["protect-secrets", "session-context"],
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
id: "game-xr",
|
|
863
|
+
label: "Game & XR & Media",
|
|
864
|
+
keywords: [
|
|
865
|
+
/game/i,
|
|
866
|
+
/unity/i,
|
|
867
|
+
/unreal/i,
|
|
868
|
+
/godot/i,
|
|
869
|
+
/xr-/i,
|
|
870
|
+
/vr-/i,
|
|
871
|
+
/ar-/i,
|
|
872
|
+
/metaverse/i,
|
|
873
|
+
/threejs/i,
|
|
874
|
+
/three-/i,
|
|
875
|
+
/webgl/i,
|
|
876
|
+
/bevy/i,
|
|
877
|
+
/3d-/i,
|
|
878
|
+
/roblox/i,
|
|
879
|
+
/studio-/i,
|
|
880
|
+
/video-?optim/i,
|
|
881
|
+
/blender/i,
|
|
882
|
+
/level-?design/i,
|
|
883
|
+
/narrative-?design/i,
|
|
884
|
+
/remotion/i,
|
|
885
|
+
/ffmpeg/i,
|
|
886
|
+
/audio/i,
|
|
887
|
+
/sound/i,
|
|
888
|
+
/music/i,
|
|
889
|
+
/particle/i,
|
|
890
|
+
/shader/i,
|
|
891
|
+
/opengl/i,
|
|
892
|
+
],
|
|
893
|
+
skillPool: [
|
|
894
|
+
"threejs-fundamentals",
|
|
895
|
+
"threejs-geometry",
|
|
896
|
+
"threejs-materials",
|
|
897
|
+
"threejs-lighting",
|
|
898
|
+
"threejs-textures",
|
|
899
|
+
"threejs-shaders",
|
|
900
|
+
"threejs-postprocessing",
|
|
901
|
+
"threejs-animation",
|
|
902
|
+
"threejs-interaction",
|
|
903
|
+
"threejs-loaders",
|
|
904
|
+
"animation-principles",
|
|
905
|
+
"motion-patterns",
|
|
906
|
+
"remotion-best-practices",
|
|
907
|
+
"remotion-video-creation",
|
|
908
|
+
"video-editing",
|
|
909
|
+
"videodb",
|
|
910
|
+
"sounds-on-the-web",
|
|
911
|
+
"generating-sounds-with-ai",
|
|
912
|
+
"mastering-animate-presence",
|
|
913
|
+
"morphing-icons",
|
|
914
|
+
"pseudo-elements",
|
|
915
|
+
"to-spring-or-not-to-spring",
|
|
916
|
+
"12-principles-of-animation",
|
|
917
|
+
"blender-motion-state-inspection",
|
|
918
|
+
"perfectpixel-studio",
|
|
919
|
+
"manim-video",
|
|
920
|
+
"ui-demo",
|
|
921
|
+
"react-native-best-practices",
|
|
922
|
+
"swiftui-ui-patterns",
|
|
923
|
+
"liquid-glass-design",
|
|
924
|
+
],
|
|
925
|
+
defaultMcp: ["filesystem", "context7"],
|
|
926
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets"],
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
id: "gis-spatial",
|
|
930
|
+
label: "GIS & Spatial",
|
|
931
|
+
keywords: [
|
|
932
|
+
/gis/i,
|
|
933
|
+
/spatial/i,
|
|
934
|
+
/map-/i,
|
|
935
|
+
/geo-/i,
|
|
936
|
+
/carto/i,
|
|
937
|
+
/postgis/i,
|
|
938
|
+
/satellite/i,
|
|
939
|
+
/remote-?sens/i,
|
|
940
|
+
/real-?estate/i,
|
|
941
|
+
/civil-?engineer/i,
|
|
942
|
+
/drone-?reality/i,
|
|
943
|
+
/geoai/i,
|
|
944
|
+
/geograph/i,
|
|
945
|
+
/geoprocess/i,
|
|
946
|
+
/bim-/i,
|
|
947
|
+
/visionos/i,
|
|
948
|
+
/metal-?engineer/i,
|
|
949
|
+
],
|
|
950
|
+
skillPool: [
|
|
951
|
+
"data-visualization",
|
|
952
|
+
"plotly",
|
|
953
|
+
"networkx",
|
|
954
|
+
"sympy",
|
|
955
|
+
"statistical-analysis",
|
|
956
|
+
"scientific-visualization",
|
|
957
|
+
"matplotlib",
|
|
958
|
+
"seaborn",
|
|
959
|
+
"polars",
|
|
960
|
+
"dask",
|
|
961
|
+
"python-patterns",
|
|
962
|
+
"python-testing",
|
|
963
|
+
"diagram",
|
|
964
|
+
"excalidraw-diagram",
|
|
965
|
+
"threejs-geometry",
|
|
966
|
+
"threejs-materials",
|
|
967
|
+
"threejs-fundamentals",
|
|
968
|
+
"image-generation",
|
|
969
|
+
"swiftui-patterns",
|
|
970
|
+
"swiftui-ui-patterns",
|
|
971
|
+
"swift-concurrency-6-2",
|
|
972
|
+
"threejs-shaders",
|
|
973
|
+
"threejs-interaction",
|
|
974
|
+
"delivery-tracking",
|
|
975
|
+
"gws-tasks",
|
|
976
|
+
],
|
|
977
|
+
defaultMcp: ["filesystem", "context7"],
|
|
978
|
+
defaultHooks: ["pre-shell-guard", "protect-secrets", "post-format"],
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
id: "china-regional",
|
|
982
|
+
label: "China & Regional Platforms",
|
|
983
|
+
keywords: [
|
|
984
|
+
/china/i,
|
|
985
|
+
/chinese/i,
|
|
986
|
+
/xiaohongshu/i,
|
|
987
|
+
/weibo/i,
|
|
988
|
+
/wechat/i,
|
|
989
|
+
/douyin/i,
|
|
990
|
+
/bilibili/i,
|
|
991
|
+
/korean/i,
|
|
992
|
+
/japan/i,
|
|
993
|
+
/asia/i,
|
|
994
|
+
/regional/i,
|
|
995
|
+
/localiz/i,
|
|
996
|
+
/i18n/i,
|
|
997
|
+
/translat/i,
|
|
998
|
+
/french-?consult/i,
|
|
999
|
+
/government-/i,
|
|
1000
|
+
/cross-?border/i,
|
|
1001
|
+
/feishu/i,
|
|
1002
|
+
/bilibili/i,
|
|
1003
|
+
/zhihu/i,
|
|
1004
|
+
/kuaishou/i,
|
|
1005
|
+
/livestream/i,
|
|
1006
|
+
/short-?video/i,
|
|
1007
|
+
],
|
|
1008
|
+
skillPool: [
|
|
1009
|
+
"agent-reach",
|
|
1010
|
+
"insane-search",
|
|
1011
|
+
"ultimate-browsing",
|
|
1012
|
+
"scrapling",
|
|
1013
|
+
"localization-design",
|
|
1014
|
+
"brand-voice",
|
|
1015
|
+
"copy-editing",
|
|
1016
|
+
"market-research",
|
|
1017
|
+
"competitive-analysis",
|
|
1018
|
+
"pricing-strategy",
|
|
1019
|
+
"content-strategy",
|
|
1020
|
+
"copywriting",
|
|
1021
|
+
"social-content",
|
|
1022
|
+
"motion-patterns",
|
|
1023
|
+
"animation-principles",
|
|
1024
|
+
"remotion-video-creation",
|
|
1025
|
+
"image-generation",
|
|
1026
|
+
"brandkit",
|
|
1027
|
+
"color-system",
|
|
1028
|
+
"omnigen-vault",
|
|
1029
|
+
"korean-slang-writing",
|
|
1030
|
+
"korean-spell-check",
|
|
1031
|
+
"korean-character-count",
|
|
1032
|
+
"kakaotalk-mac",
|
|
1033
|
+
"paid-ads",
|
|
1034
|
+
"ab-test-setup",
|
|
1035
|
+
"analytics-tracking",
|
|
1036
|
+
"customs-trade-compliance",
|
|
1037
|
+
"inventory-demand-planning",
|
|
1038
|
+
"logistics-exception-management",
|
|
1039
|
+
"returns-reverse-logistics",
|
|
1040
|
+
],
|
|
1041
|
+
defaultMcp: ["fetch", "firecrawl", "memory"],
|
|
1042
|
+
defaultHooks: ["protect-secrets", "session-context"],
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
id: "hr-people",
|
|
1046
|
+
label: "HR & People",
|
|
1047
|
+
keywords: [
|
|
1048
|
+
/hr-/i,
|
|
1049
|
+
/recruit/i,
|
|
1050
|
+
/hiring/i,
|
|
1051
|
+
/people/i,
|
|
1052
|
+
/talent/i,
|
|
1053
|
+
/training/i,
|
|
1054
|
+
/learn/i,
|
|
1055
|
+
/curriculum/i,
|
|
1056
|
+
/coach/i,
|
|
1057
|
+
/mentor/i,
|
|
1058
|
+
/organi[sz]ational/i,
|
|
1059
|
+
/anthropolog/i,
|
|
1060
|
+
/psycholog/i,
|
|
1061
|
+
/cultural-?intelligence/i,
|
|
1062
|
+
],
|
|
1063
|
+
skillPool: [
|
|
1064
|
+
"survey-design",
|
|
1065
|
+
"interview-script",
|
|
1066
|
+
"user-persona",
|
|
1067
|
+
"empathy-map",
|
|
1068
|
+
"journey-map",
|
|
1069
|
+
"metrics-definition",
|
|
1070
|
+
"stakeholder-alignment",
|
|
1071
|
+
"knowledge-ops",
|
|
1072
|
+
"internal-comms",
|
|
1073
|
+
"onboarding-design",
|
|
1074
|
+
"docs-write-concisely",
|
|
1075
|
+
"gws-people",
|
|
1076
|
+
"lead-intelligence",
|
|
1077
|
+
"brand-voice",
|
|
1078
|
+
"docx",
|
|
1079
|
+
"pdf",
|
|
1080
|
+
"pptx",
|
|
1081
|
+
"xlsx",
|
|
1082
|
+
"gws-tasks",
|
|
1083
|
+
"gws-calendar",
|
|
1084
|
+
"gws-gmail",
|
|
1085
|
+
],
|
|
1086
|
+
defaultMcp: ["filesystem", "memory"],
|
|
1087
|
+
defaultHooks: ["protect-secrets", "session-context"],
|
|
1088
|
+
},
|
|
1089
|
+
];
|