@monoes/monomindcli 1.9.17 → 1.10.0
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/.claude/commands/mastermind/_repeat.md +182 -39
- package/.claude/commands/mastermind/architect.md +17 -11
- package/.claude/commands/mastermind/brain.md +4 -0
- package/.claude/commands/mastermind/build.md +4 -0
- package/.claude/commands/mastermind/content.md +4 -0
- package/.claude/commands/mastermind/createorg.md +5 -3
- package/.claude/commands/mastermind/finance.md +4 -0
- package/.claude/commands/mastermind/idea.md +4 -0
- package/.claude/commands/mastermind/marketing.md +4 -0
- package/.claude/commands/mastermind/master.md +63 -37
- package/.claude/commands/mastermind/ops.md +4 -0
- package/.claude/commands/mastermind/release.md +4 -0
- package/.claude/commands/mastermind/research.md +4 -0
- package/.claude/commands/mastermind/review.md +4 -0
- package/.claude/commands/mastermind/runorg.md +5 -3
- package/.claude/commands/mastermind/sales.md +4 -0
- package/.claude/commands/mastermind/techport.md +9 -0
- package/.claude/commands/monomind/do.md +5 -1
- package/.claude/commands/monomind/idea.md +5 -1
- package/.claude/commands/monomind/improve.md +5 -1
- package/.claude/commands/monomind/repeat.md +85 -29
- package/.claude/commands/monomind/review.md +6 -2
- package/.claude/commands/monomind/understand.md +10 -8
- package/.claude/helpers/extras-registry.json +235 -235
- package/.claude/helpers/graphify-freshen.cjs +13 -1
- package/.claude/helpers/hook-handler.cjs +1 -1
- package/.claude/helpers/router.cjs +4 -1
- package/.claude/skills/mastermind/_protocol.md +28 -21
- package/.claude/skills/mastermind/access.md +236 -0
- package/.claude/skills/mastermind/activity.md +191 -0
- package/.claude/skills/mastermind/adapter-manager.md +259 -0
- package/.claude/skills/mastermind/adapters.md +204 -0
- package/.claude/skills/mastermind/agent-detail.md +242 -0
- package/.claude/skills/mastermind/agents.md +178 -0
- package/.claude/skills/mastermind/approval-detail.md +259 -0
- package/.claude/skills/mastermind/approve.md +181 -0
- package/.claude/skills/mastermind/architect.md +24 -8
- package/.claude/skills/mastermind/backup.md +197 -0
- package/.claude/skills/mastermind/bootstrap.md +190 -0
- package/.claude/skills/mastermind/budgets.md +237 -0
- package/.claude/skills/mastermind/companies.md +256 -0
- package/.claude/skills/mastermind/costs.md +151 -0
- package/.claude/skills/mastermind/createorg.md +23 -5
- package/.claude/skills/mastermind/diagnose.md +249 -0
- package/.claude/skills/mastermind/env.md +198 -0
- package/.claude/skills/mastermind/environments.md +250 -0
- package/.claude/skills/mastermind/export.md +324 -0
- package/.claude/skills/mastermind/goal-detail.md +255 -0
- package/.claude/skills/mastermind/goals.md +149 -0
- package/.claude/skills/mastermind/heartbeat.md +164 -0
- package/.claude/skills/mastermind/idea.md +250 -122
- package/.claude/skills/mastermind/import.md +281 -0
- package/.claude/skills/mastermind/inbox.md +214 -0
- package/.claude/skills/mastermind/instance-settings.md +315 -0
- package/.claude/skills/mastermind/instance.md +231 -0
- package/.claude/skills/mastermind/invite-landing.md +227 -0
- package/.claude/skills/mastermind/invites.md +254 -0
- package/.claude/skills/mastermind/issue-detail.md +291 -0
- package/.claude/skills/mastermind/issues.md +235 -0
- package/.claude/skills/mastermind/join-queue.md +170 -0
- package/.claude/skills/mastermind/liveness.md +392 -0
- package/.claude/skills/mastermind/memory.md +321 -0
- package/.claude/skills/mastermind/my-issues.md +146 -0
- package/.claude/skills/mastermind/new-agent.md +241 -0
- package/.claude/skills/mastermind/org-chart.md +207 -0
- package/.claude/skills/mastermind/org-settings.md +217 -0
- package/.claude/skills/mastermind/plan-to-tasks.md +136 -0
- package/.claude/skills/mastermind/plugin-manager.md +241 -0
- package/.claude/skills/mastermind/plugin-settings.md +273 -0
- package/.claude/skills/mastermind/plugins.md +190 -0
- package/.claude/skills/mastermind/profile.md +187 -0
- package/.claude/skills/mastermind/project-detail.md +249 -0
- package/.claude/skills/mastermind/project-workspace.md +244 -0
- package/.claude/skills/mastermind/projects.md +164 -0
- package/.claude/skills/mastermind/routine-detail.md +253 -0
- package/.claude/skills/mastermind/routines.md +202 -0
- package/.claude/skills/mastermind/runorg.md +74 -9
- package/.claude/skills/mastermind/search.md +186 -0
- package/.claude/skills/mastermind/secrets.md +199 -0
- package/.claude/skills/mastermind/skills.md +156 -0
- package/.claude/skills/mastermind/tasks.md +149 -0
- package/.claude/skills/mastermind/techport.md +5 -5
- package/.claude/skills/mastermind/threads.md +259 -0
- package/.claude/skills/mastermind/tree-control.md +250 -0
- package/.claude/skills/mastermind/wiki.md +314 -0
- package/.claude/skills/mastermind/workspace-detail.md +317 -0
- package/.claude/skills/mastermind/workspaces.md +261 -0
- package/.claude/skills/mastermind/worktree.md +187 -0
- package/dist/src/init/executor.js +8 -8
- package/dist/src/init/executor.js.map +1 -1
- package/dist/src/init/statusline-generator.d.ts.map +1 -1
- package/dist/src/init/statusline-generator.js +12 -0
- package/dist/src/init/statusline-generator.js.map +1 -1
- package/dist/src/ui/.monomind/data/ranked-context.json +1 -1
- package/dist/src/ui/.monomind/loops/mastermind-review-1778664132789.json +16 -0
- package/dist/src/ui/.monomind/sessions/current.json +5 -5
- package/dist/src/ui/.monomind/sessions/session-1776778451399.json +15 -0
- package/dist/src/ui/dashboard.html +3030 -181
- package/dist/src/ui/data/mastermind-events.jsonl +8 -0
- package/dist/src/ui/data/mastermind-sessions.json +1 -0
- package/dist/src/ui/server.mjs +738 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/.claude/skills/.monomind/data/ranked-context.json +0 -5
- package/.claude/skills/.monomind/sessions/current.json +0 -13
- package/.claude/skills/.monomind/sessions/session-1777829336455.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777831614725.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777832095857.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777839814183.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777841847131.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777843309463.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777880867159.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777881884593.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777884090471.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777884808221.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777885672155.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777886852818.json +0 -15
- package/.claude/skills/.monomind/sessions/session-1777896532690.json +0 -15
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
{
|
|
4
4
|
"slug": "anthropologist",
|
|
5
5
|
"name": "Anthropologist",
|
|
6
|
-
"description": "Expert in cultural systems, rituals, kinship, belief systems, and ethnographic method
|
|
6
|
+
"description": "Expert in cultural systems, rituals, kinship, belief systems, and ethnographic method \u2014 builds culturally coherent societies that feel lived-in rather than invented",
|
|
7
7
|
"category": "academic",
|
|
8
|
-
"filePath": "
|
|
8
|
+
"filePath": "../agents/academic/academic-anthropologist.md",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"expert",
|
|
11
11
|
"cultural",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
{
|
|
30
30
|
"slug": "geographer",
|
|
31
31
|
"name": "Geographer",
|
|
32
|
-
"description": "Expert in physical and human geography, climate systems, cartography, and spatial analysis
|
|
32
|
+
"description": "Expert in physical and human geography, climate systems, cartography, and spatial analysis \u2014 builds geographically coherent worlds where terrain, climate, resources, and settlement patterns make scientific sense",
|
|
33
33
|
"category": "academic",
|
|
34
|
-
"filePath": "
|
|
34
|
+
"filePath": "../agents/academic/academic-geographer.md",
|
|
35
35
|
"keywords": [
|
|
36
36
|
"expert",
|
|
37
37
|
"physical",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
{
|
|
59
59
|
"slug": "historian",
|
|
60
60
|
"name": "Historian",
|
|
61
|
-
"description": "Expert in historical analysis, periodization, material culture, and historiography
|
|
61
|
+
"description": "Expert in historical analysis, periodization, material culture, and historiography \u2014 validates historical coherence and enriches settings with authentic period detail grounded in primary and secondary sources",
|
|
62
62
|
"category": "academic",
|
|
63
|
-
"filePath": "
|
|
63
|
+
"filePath": "../agents/academic/academic-historian.md",
|
|
64
64
|
"keywords": [
|
|
65
65
|
"expert",
|
|
66
66
|
"historical",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
{
|
|
86
86
|
"slug": "narratologist",
|
|
87
87
|
"name": "Narratologist",
|
|
88
|
-
"description": "Expert in narrative theory, story structure, character arcs, and literary analysis
|
|
88
|
+
"description": "Expert in narrative theory, story structure, character arcs, and literary analysis \u2014 grounds advice in established frameworks from Propp to Campbell to modern narratology",
|
|
89
89
|
"category": "academic",
|
|
90
|
-
"filePath": "
|
|
90
|
+
"filePath": "../agents/academic/academic-narratologist.md",
|
|
91
91
|
"keywords": [
|
|
92
92
|
"expert",
|
|
93
93
|
"narrative",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
{
|
|
112
112
|
"slug": "psychologist",
|
|
113
113
|
"name": "Psychologist",
|
|
114
|
-
"description": "Expert in human behavior, personality theory, motivation, and cognitive patterns
|
|
114
|
+
"description": "Expert in human behavior, personality theory, motivation, and cognitive patterns \u2014 builds psychologically credible characters and interactions grounded in clinical and research frameworks",
|
|
115
115
|
"category": "academic",
|
|
116
|
-
"filePath": "
|
|
116
|
+
"filePath": "../agents/academic/academic-psychologist.md",
|
|
117
117
|
"keywords": [
|
|
118
118
|
"expert",
|
|
119
119
|
"human",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"name": "code-analyzer",
|
|
140
140
|
"description": "Advanced code quality analysis agent for comprehensive code reviews and improvements",
|
|
141
141
|
"category": "analysis",
|
|
142
|
-
"filePath": "
|
|
142
|
+
"filePath": "../agents/analysis/analyze-code-quality.md",
|
|
143
143
|
"keywords": [
|
|
144
144
|
"advanced",
|
|
145
145
|
"code",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"name": "analyst",
|
|
157
157
|
"description": "Advanced code quality analysis agent for comprehensive code reviews and improvements",
|
|
158
158
|
"category": "analysis",
|
|
159
|
-
"filePath": "
|
|
159
|
+
"filePath": "../agents/analysis/code-analyzer.md",
|
|
160
160
|
"keywords": [
|
|
161
161
|
"advanced",
|
|
162
162
|
"code",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"name": "code-analyzer",
|
|
174
174
|
"description": "Advanced code quality analysis agent for comprehensive code reviews and improvements",
|
|
175
175
|
"category": "analysis",
|
|
176
|
-
"filePath": "
|
|
176
|
+
"filePath": "../agents/analysis/code-review/analyze-code-quality.md",
|
|
177
177
|
"keywords": [
|
|
178
178
|
"advanced",
|
|
179
179
|
"code",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"name": "system-architect",
|
|
191
191
|
"description": "Expert agent for system architecture design, patterns, and high-level technical decisions",
|
|
192
192
|
"category": "architecture",
|
|
193
|
-
"filePath": "
|
|
193
|
+
"filePath": "../agents/architecture/system-design/arch-system-design.md",
|
|
194
194
|
"keywords": [
|
|
195
195
|
"expert",
|
|
196
196
|
"agent",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"name": "crdt-synchronizer",
|
|
210
210
|
"description": "Implements Conflict-free Replicated Data Types for eventually consistent state synchronization",
|
|
211
211
|
"category": "consensus",
|
|
212
|
-
"filePath": "
|
|
212
|
+
"filePath": "../agents/consensus/crdt-synchronizer.md",
|
|
213
213
|
"keywords": [
|
|
214
214
|
"implements",
|
|
215
215
|
"conflict",
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"name": "performance-benchmarker",
|
|
229
229
|
"description": "Implements comprehensive performance benchmarking for distributed consensus protocols",
|
|
230
230
|
"category": "consensus",
|
|
231
|
-
"filePath": "
|
|
231
|
+
"filePath": "../agents/consensus/performance-benchmarker.md",
|
|
232
232
|
"keywords": [
|
|
233
233
|
"implements",
|
|
234
234
|
"comprehensive",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"name": "quorum-manager",
|
|
245
245
|
"description": "Implements dynamic quorum adjustment and intelligent membership management",
|
|
246
246
|
"category": "consensus",
|
|
247
|
-
"filePath": "
|
|
247
|
+
"filePath": "../agents/consensus/quorum-manager.md",
|
|
248
248
|
"keywords": [
|
|
249
249
|
"implements",
|
|
250
250
|
"dynamic",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"name": "security-manager",
|
|
261
261
|
"description": "Implements comprehensive security mechanisms for distributed consensus protocols",
|
|
262
262
|
"category": "consensus",
|
|
263
|
-
"filePath": "
|
|
263
|
+
"filePath": "../agents/consensus/security-manager.md",
|
|
264
264
|
"keywords": [
|
|
265
265
|
"implements",
|
|
266
266
|
"comprehensive",
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
"name": "coder",
|
|
277
277
|
"description": "Implementation specialist for writing clean, efficient code",
|
|
278
278
|
"category": "core",
|
|
279
|
-
"filePath": "
|
|
279
|
+
"filePath": "../agents/core/coder.md",
|
|
280
280
|
"keywords": [
|
|
281
281
|
"implementation",
|
|
282
282
|
"specialist",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"name": "planner",
|
|
292
292
|
"description": "Strategic planning and task orchestration agent",
|
|
293
293
|
"category": "core",
|
|
294
|
-
"filePath": "
|
|
294
|
+
"filePath": "../agents/core/planner.md",
|
|
295
295
|
"keywords": [
|
|
296
296
|
"strategic",
|
|
297
297
|
"planning",
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"name": "researcher",
|
|
306
306
|
"description": "Deep research and information gathering specialist",
|
|
307
307
|
"category": "core",
|
|
308
|
-
"filePath": "
|
|
308
|
+
"filePath": "../agents/core/researcher.md",
|
|
309
309
|
"keywords": [
|
|
310
310
|
"deep",
|
|
311
311
|
"research",
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"name": "reviewer",
|
|
320
320
|
"description": "Code review and quality assurance specialist",
|
|
321
321
|
"category": "core",
|
|
322
|
-
"filePath": "
|
|
322
|
+
"filePath": "../agents/core/reviewer.md",
|
|
323
323
|
"keywords": [
|
|
324
324
|
"code",
|
|
325
325
|
"review",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"name": "tester",
|
|
334
334
|
"description": "Comprehensive testing and quality assurance specialist",
|
|
335
335
|
"category": "core",
|
|
336
|
-
"filePath": "
|
|
336
|
+
"filePath": "../agents/core/tester.md",
|
|
337
337
|
"keywords": [
|
|
338
338
|
"comprehensive",
|
|
339
339
|
"testing",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"name": "ml-developer",
|
|
348
348
|
"description": "Specialized agent for machine learning model development, training, and deployment",
|
|
349
349
|
"category": "data",
|
|
350
|
-
"filePath": "
|
|
350
|
+
"filePath": "../agents/data/ml/data-ml-model.md",
|
|
351
351
|
"keywords": [
|
|
352
352
|
"specialized",
|
|
353
353
|
"agent",
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
"name": "Brand Guardian",
|
|
365
365
|
"description": "Expert brand strategist and guardian specializing in brand identity development, consistency maintenance, and strategic brand positioning",
|
|
366
366
|
"category": "design",
|
|
367
|
-
"filePath": "
|
|
367
|
+
"filePath": "../agents/design/design-brand-guardian.md",
|
|
368
368
|
"keywords": [
|
|
369
369
|
"expert",
|
|
370
370
|
"brand",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"name": "Image Prompt Engineer",
|
|
385
385
|
"description": "Expert photography prompt engineer specializing in crafting detailed, evocative prompts for AI image generation. Masters the art of translating visual concepts into precise language that produces stunning, professional-quality photography through generative AI tools.",
|
|
386
386
|
"category": "design",
|
|
387
|
-
"filePath": "
|
|
387
|
+
"filePath": "../agents/design/design-image-prompt-engineer.md",
|
|
388
388
|
"keywords": [
|
|
389
389
|
"expert",
|
|
390
390
|
"photography",
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
"name": "Inclusive Visuals Specialist",
|
|
414
414
|
"description": "Representation expert who defeats systemic AI biases to generate culturally accurate, affirming, and non-stereotypical images and video.",
|
|
415
415
|
"category": "design",
|
|
416
|
-
"filePath": "
|
|
416
|
+
"filePath": "../agents/design/design-inclusive-visuals-specialist.md",
|
|
417
417
|
"keywords": [
|
|
418
418
|
"representation",
|
|
419
419
|
"expert",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"name": "UI Designer",
|
|
435
435
|
"description": "Expert UI designer specializing in visual design systems, component libraries, and pixel-perfect interface creation. Creates beautiful, consistent, accessible user interfaces that enhance UX and reflect brand identity",
|
|
436
436
|
"category": "design",
|
|
437
|
-
"filePath": "
|
|
437
|
+
"filePath": "../agents/design/design-ui-designer.md",
|
|
438
438
|
"keywords": [
|
|
439
439
|
"expert",
|
|
440
440
|
"designer",
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
"name": "UX Architect",
|
|
464
464
|
"description": "Technical architecture and UX specialist who provides developers with solid foundations, CSS systems, and clear implementation guidance",
|
|
465
465
|
"category": "design",
|
|
466
|
-
"filePath": "
|
|
466
|
+
"filePath": "../agents/design/design-ux-architect.md",
|
|
467
467
|
"keywords": [
|
|
468
468
|
"technical",
|
|
469
469
|
"architecture",
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
"name": "UX Researcher",
|
|
484
484
|
"description": "Expert user experience researcher specializing in user behavior analysis, usability testing, and data-driven design insights. Provides actionable research findings that improve product usability and user satisfaction",
|
|
485
485
|
"category": "design",
|
|
486
|
-
"filePath": "
|
|
486
|
+
"filePath": "../agents/design/design-ux-researcher.md",
|
|
487
487
|
"keywords": [
|
|
488
488
|
"expert",
|
|
489
489
|
"user",
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"name": "Visual Storyteller",
|
|
513
513
|
"description": "Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.",
|
|
514
514
|
"category": "design",
|
|
515
|
-
"filePath": "
|
|
515
|
+
"filePath": "../agents/design/design-visual-storyteller.md",
|
|
516
516
|
"keywords": [
|
|
517
517
|
"expert",
|
|
518
518
|
"visual",
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
"name": "Whimsy Injector",
|
|
542
542
|
"description": "Expert creative specialist focused on adding personality, delight, and playful elements to brand experiences. Creates memorable, joyful interactions that differentiate brands through unexpected moments of whimsy",
|
|
543
543
|
"category": "design",
|
|
544
|
-
"filePath": "
|
|
544
|
+
"filePath": "../agents/design/design-whimsy-injector.md",
|
|
545
545
|
"keywords": [
|
|
546
546
|
"expert",
|
|
547
547
|
"creative",
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
"name": "backend-dev",
|
|
571
571
|
"description": "Specialized agent for backend API development with self-learning and pattern recognition",
|
|
572
572
|
"category": "development",
|
|
573
|
-
"filePath": "
|
|
573
|
+
"filePath": "../agents/development/dev-backend-api.md",
|
|
574
574
|
"keywords": [
|
|
575
575
|
"specialized",
|
|
576
576
|
"agent",
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
"name": "cicd-engineer",
|
|
588
588
|
"description": "Specialized agent for GitHub Actions CI/CD pipeline creation and optimization",
|
|
589
589
|
"category": "devops",
|
|
590
|
-
"filePath": "
|
|
590
|
+
"filePath": "../agents/devops/ci-cd/ops-cicd-github.md",
|
|
591
591
|
"keywords": [
|
|
592
592
|
"specialized",
|
|
593
593
|
"agent",
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"name": "api-docs",
|
|
604
604
|
"description": "Expert agent for creating and maintaining OpenAPI/Swagger documentation",
|
|
605
605
|
"category": "documentation",
|
|
606
|
-
"filePath": "
|
|
606
|
+
"filePath": "../agents/documentation/api-docs/docs-api-openapi.md",
|
|
607
607
|
"keywords": [
|
|
608
608
|
"expert",
|
|
609
609
|
"agent",
|
|
@@ -617,9 +617,9 @@
|
|
|
617
617
|
{
|
|
618
618
|
"slug": "ai-data-remediation-engineer",
|
|
619
619
|
"name": "AI Data Remediation Engineer",
|
|
620
|
-
"description": "\"Specialist in self-healing data pipelines
|
|
620
|
+
"description": "\"Specialist in self-healing data pipelines \u2014 uses air-gapped local SLMs and semantic clustering to automatically detect, classify, and fix data anomalies at scale. Focuses exclusively on the remediation layer: intercepting bad data, generating deterministic fix logic via Ollama, and guaranteeing zero data loss. Not a general data engineer \u2014 a surgical specialist for when your data is broken and the pipeline can't stop.\"",
|
|
621
621
|
"category": "engineering",
|
|
622
|
-
"filePath": "
|
|
622
|
+
"filePath": "../agents/engineering/engineering-ai-data-remediation-engineer.md",
|
|
623
623
|
"keywords": [
|
|
624
624
|
"specialist",
|
|
625
625
|
"self",
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"name": "AI Engineer",
|
|
649
649
|
"description": "Expert AI/ML engineer specializing in machine learning model development, deployment, and integration into production systems. Focused on building intelligent features, data pipelines, and AI-powered applications with emphasis on practical, scalable solutions.",
|
|
650
650
|
"category": "engineering",
|
|
651
|
-
"filePath": "
|
|
651
|
+
"filePath": "../agents/engineering/engineering-ai-engineer.md",
|
|
652
652
|
"keywords": [
|
|
653
653
|
"expert",
|
|
654
654
|
"engineer",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
"name": "Autonomous Optimization Architect",
|
|
678
678
|
"description": "Intelligent system governor that continuously shadow-tests APIs for performance while enforcing strict financial and security guardrails against runaway costs.",
|
|
679
679
|
"category": "engineering",
|
|
680
|
-
"filePath": "
|
|
680
|
+
"filePath": "../agents/engineering/engineering-autonomous-optimization-architect.md",
|
|
681
681
|
"keywords": [
|
|
682
682
|
"intelligent",
|
|
683
683
|
"system",
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
"name": "Backend Architect",
|
|
704
704
|
"description": "Senior backend architect specializing in scalable system design, database architecture, API development, and cloud infrastructure. Builds robust, secure, performant server-side applications and microservices",
|
|
705
705
|
"category": "engineering",
|
|
706
|
-
"filePath": "
|
|
706
|
+
"filePath": "../agents/engineering/engineering-backend-architect.md",
|
|
707
707
|
"keywords": [
|
|
708
708
|
"senior",
|
|
709
709
|
"backend",
|
|
@@ -730,9 +730,9 @@
|
|
|
730
730
|
{
|
|
731
731
|
"slug": "code-reviewer",
|
|
732
732
|
"name": "Code Reviewer",
|
|
733
|
-
"description": "Expert code reviewer who provides constructive, actionable feedback focused on correctness, maintainability, security, and performance
|
|
733
|
+
"description": "Expert code reviewer who provides constructive, actionable feedback focused on correctness, maintainability, security, and performance \u2014 not style preferences.",
|
|
734
734
|
"category": "engineering",
|
|
735
|
-
"filePath": "
|
|
735
|
+
"filePath": "../agents/engineering/engineering-code-reviewer.md",
|
|
736
736
|
"keywords": [
|
|
737
737
|
"expert",
|
|
738
738
|
"code",
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
"name": "Data Engineer",
|
|
756
756
|
"description": "Expert data engineer specializing in building reliable data pipelines, lakehouse architectures, and scalable data infrastructure. Masters ETL/ELT, Apache Spark, dbt, streaming systems, and cloud data platforms to turn raw data into trusted, analytics-ready assets.",
|
|
757
757
|
"category": "engineering",
|
|
758
|
-
"filePath": "
|
|
758
|
+
"filePath": "../agents/engineering/engineering-data-engineer.md",
|
|
759
759
|
"keywords": [
|
|
760
760
|
"expert",
|
|
761
761
|
"data",
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
"name": "Database Optimizer",
|
|
785
785
|
"description": "Expert database specialist focusing on schema design, query optimization, indexing strategies, and performance tuning for PostgreSQL, MySQL, and modern databases like Supabase and PlanetScale.",
|
|
786
786
|
"category": "engineering",
|
|
787
|
-
"filePath": "
|
|
787
|
+
"filePath": "../agents/engineering/engineering-database-optimizer.md",
|
|
788
788
|
"keywords": [
|
|
789
789
|
"expert",
|
|
790
790
|
"database",
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
"name": "DevOps Automator",
|
|
813
813
|
"description": "Expert DevOps engineer specializing in infrastructure automation, CI/CD pipeline development, and cloud operations",
|
|
814
814
|
"category": "engineering",
|
|
815
|
-
"filePath": "
|
|
815
|
+
"filePath": "../agents/engineering/engineering-devops-automator.md",
|
|
816
816
|
"keywords": [
|
|
817
817
|
"expert",
|
|
818
818
|
"devops",
|
|
@@ -831,7 +831,7 @@
|
|
|
831
831
|
"name": "Embedded Firmware Engineer",
|
|
832
832
|
"description": "Specialist in bare-metal and RTOS firmware - ESP32/ESP-IDF, PlatformIO, Arduino, ARM Cortex-M, STM32 HAL/LL, Nordic nRF5/nRF Connect SDK, FreeRTOS, Zephyr",
|
|
833
833
|
"category": "engineering",
|
|
834
|
-
"filePath": "
|
|
834
|
+
"filePath": "../agents/engineering/engineering-embedded-firmware-engineer.md",
|
|
835
835
|
"keywords": [
|
|
836
836
|
"specialist",
|
|
837
837
|
"bare",
|
|
@@ -853,9 +853,9 @@
|
|
|
853
853
|
{
|
|
854
854
|
"slug": "feishu-integration-developer",
|
|
855
855
|
"name": "Feishu Integration Developer",
|
|
856
|
-
"description": "Full-stack integration expert specializing in the Feishu (Lark) Open Platform
|
|
856
|
+
"description": "Full-stack integration expert specializing in the Feishu (Lark) Open Platform \u2014 proficient in Feishu bots, mini programs, approval workflows, Bitable (multidimensional spreadsheets), interactive message cards, Webhooks, SSO authentication, and workflow automation, building enterprise-grade collaboration and automation solutions within the Feishu ecosystem.",
|
|
857
857
|
"category": "engineering",
|
|
858
|
-
"filePath": "
|
|
858
|
+
"filePath": "../agents/engineering/engineering-feishu-integration-developer.md",
|
|
859
859
|
"keywords": [
|
|
860
860
|
"full",
|
|
861
861
|
"stack",
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
"name": "Frontend Developer",
|
|
885
885
|
"description": "Expert frontend developer specializing in modern web technologies, React/Vue/Angular frameworks, UI implementation, and performance optimization",
|
|
886
886
|
"category": "engineering",
|
|
887
|
-
"filePath": "
|
|
887
|
+
"filePath": "../agents/engineering/engineering-frontend-developer.md",
|
|
888
888
|
"keywords": [
|
|
889
889
|
"expert",
|
|
890
890
|
"frontend",
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
"name": "Git Workflow Master",
|
|
906
906
|
"description": "Expert in Git workflows, branching strategies, and version control best practices including conventional commits, rebasing, worktrees, and CI-friendly branch management.",
|
|
907
907
|
"category": "engineering",
|
|
908
|
-
"filePath": "
|
|
908
|
+
"filePath": "../agents/engineering/engineering-git-workflow-master.md",
|
|
909
909
|
"keywords": [
|
|
910
910
|
"expert",
|
|
911
911
|
"workflows",
|
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
"name": "Incident Response Commander",
|
|
931
931
|
"description": "Expert incident commander specializing in production incident management, structured response coordination, post-mortem facilitation, SLO/SLI tracking, and on-call process design for reliable engineering organizations.",
|
|
932
932
|
"category": "engineering",
|
|
933
|
-
"filePath": "
|
|
933
|
+
"filePath": "../agents/engineering/engineering-incident-response-commander.md",
|
|
934
934
|
"keywords": [
|
|
935
935
|
"expert",
|
|
936
936
|
"incident",
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
"name": "Mobile App Builder",
|
|
959
959
|
"description": "Specialized mobile application developer with expertise in native iOS/Android development and cross-platform frameworks",
|
|
960
960
|
"category": "engineering",
|
|
961
|
-
"filePath": "
|
|
961
|
+
"filePath": "../agents/engineering/engineering-mobile-app-builder.md",
|
|
962
962
|
"keywords": [
|
|
963
963
|
"specialized",
|
|
964
964
|
"mobile",
|
|
@@ -978,7 +978,7 @@
|
|
|
978
978
|
"name": "Rapid Prototyper",
|
|
979
979
|
"description": "Specialized in ultra-fast proof-of-concept development and MVP creation using efficient tools and frameworks",
|
|
980
980
|
"category": "engineering",
|
|
981
|
-
"filePath": "
|
|
981
|
+
"filePath": "../agents/engineering/engineering-rapid-prototyper.md",
|
|
982
982
|
"keywords": [
|
|
983
983
|
"specialized",
|
|
984
984
|
"ultra",
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
"name": "Security Engineer",
|
|
999
999
|
"description": "Expert application security engineer specializing in threat modeling, vulnerability assessment, secure code review, and security architecture design for modern web and cloud-native applications.",
|
|
1000
1000
|
"category": "engineering",
|
|
1001
|
-
"filePath": "
|
|
1001
|
+
"filePath": "../agents/engineering/engineering-security-engineer.md",
|
|
1002
1002
|
"keywords": [
|
|
1003
1003
|
"expert",
|
|
1004
1004
|
"application",
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
"name": "Senior Developer",
|
|
1026
1026
|
"description": "Premium implementation specialist - Masters Laravel/Livewire/FluxUI, advanced CSS, Three.js integration",
|
|
1027
1027
|
"category": "engineering",
|
|
1028
|
-
"filePath": "
|
|
1028
|
+
"filePath": "../agents/engineering/engineering-senior-developer.md",
|
|
1029
1029
|
"keywords": [
|
|
1030
1030
|
"premium",
|
|
1031
1031
|
"implementation",
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
"name": "Software Architect",
|
|
1044
1044
|
"description": "Expert software architect specializing in system design, domain-driven design, architectural patterns, and technical decision-making for scalable, maintainable systems.",
|
|
1045
1045
|
"category": "engineering",
|
|
1046
|
-
"filePath": "
|
|
1046
|
+
"filePath": "../agents/engineering/engineering-software-architect.md",
|
|
1047
1047
|
"keywords": [
|
|
1048
1048
|
"expert",
|
|
1049
1049
|
"software",
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"name": "Solidity Smart Contract Engineer",
|
|
1069
1069
|
"description": "Expert Solidity developer specializing in EVM smart contract architecture, gas optimization, upgradeable proxy patterns, DeFi protocol development, and security-first contract design across Ethereum and L2 chains.",
|
|
1070
1070
|
"category": "engineering",
|
|
1071
|
-
"filePath": "
|
|
1071
|
+
"filePath": "../agents/engineering/engineering-solidity-smart-contract-engineer.md",
|
|
1072
1072
|
"keywords": [
|
|
1073
1073
|
"expert",
|
|
1074
1074
|
"solidity",
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
"name": "SRE (Site Reliability Engineer)",
|
|
1098
1098
|
"description": "Expert site reliability engineer specializing in SLOs, error budgets, observability, chaos engineering, and toil reduction for production systems at scale.",
|
|
1099
1099
|
"category": "engineering",
|
|
1100
|
-
"filePath": "
|
|
1100
|
+
"filePath": "../agents/engineering/engineering-sre.md",
|
|
1101
1101
|
"keywords": [
|
|
1102
1102
|
"expert",
|
|
1103
1103
|
"site",
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
"name": "Technical Writer",
|
|
1123
1123
|
"description": "Expert technical writer specializing in developer documentation, API references, README files, and tutorials. Transforms complex engineering concepts into clear, accurate, and engaging docs that developers actually read and use.",
|
|
1124
1124
|
"category": "engineering",
|
|
1125
|
-
"filePath": "
|
|
1125
|
+
"filePath": "../agents/engineering/engineering-technical-writer.md",
|
|
1126
1126
|
"keywords": [
|
|
1127
1127
|
"expert",
|
|
1128
1128
|
"technical",
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
"name": "Threat Detection Engineer",
|
|
1152
1152
|
"description": "Expert detection engineer specializing in SIEM rule development, MITRE ATT&CK coverage mapping, threat hunting, alert tuning, and detection-as-code pipelines for security operations teams.",
|
|
1153
1153
|
"category": "engineering",
|
|
1154
|
-
"filePath": "
|
|
1154
|
+
"filePath": "../agents/engineering/engineering-threat-detection-engineer.md",
|
|
1155
1155
|
"keywords": [
|
|
1156
1156
|
"expert",
|
|
1157
1157
|
"detection",
|
|
@@ -1177,9 +1177,9 @@
|
|
|
1177
1177
|
{
|
|
1178
1178
|
"slug": "wechat-mini-program-developer",
|
|
1179
1179
|
"name": "WeChat Mini Program Developer",
|
|
1180
|
-
"description": "Expert WeChat Mini Program developer specializing in
|
|
1180
|
+
"description": "Expert WeChat Mini Program developer specializing in \u5c0f\u7a0b\u5e8f development with WXML/WXSS/WXS, WeChat API integration, payment systems, subscription messaging, and the full WeChat ecosystem.",
|
|
1181
1181
|
"category": "engineering",
|
|
1182
|
-
"filePath": "
|
|
1182
|
+
"filePath": "../agents/engineering/engineering-wechat-mini-program-developer.md",
|
|
1183
1183
|
"keywords": [
|
|
1184
1184
|
"expert",
|
|
1185
1185
|
"wechat",
|
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
"name": "Blender Add-on Engineer",
|
|
1205
1205
|
"description": "Blender tooling specialist - Builds Python add-ons, asset validators, exporters, and pipeline automations that turn repetitive DCC work into reliable one-click workflows",
|
|
1206
1206
|
"category": "game-development",
|
|
1207
|
-
"filePath": "
|
|
1207
|
+
"filePath": "../agents/game-development/blender/blender-addon-engineer.md",
|
|
1208
1208
|
"keywords": [
|
|
1209
1209
|
"blender",
|
|
1210
1210
|
"tooling",
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
"name": "Game Audio Engineer",
|
|
1231
1231
|
"description": "Interactive audio specialist - Masters FMOD/Wwise integration, adaptive music systems, spatial audio, and audio performance budgeting across all game engines",
|
|
1232
1232
|
"category": "game-development",
|
|
1233
|
-
"filePath": "
|
|
1233
|
+
"filePath": "../agents/game-development/game-audio-engineer.md",
|
|
1234
1234
|
"keywords": [
|
|
1235
1235
|
"interactive",
|
|
1236
1236
|
"audio",
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
"name": "Game Designer",
|
|
1256
1256
|
"description": "Systems and mechanics architect - Masters GDD authorship, player psychology, economy balancing, and gameplay loop design across all engines and genres",
|
|
1257
1257
|
"category": "game-development",
|
|
1258
|
-
"filePath": "
|
|
1258
|
+
"filePath": "../agents/game-development/game-designer.md",
|
|
1259
1259
|
"keywords": [
|
|
1260
1260
|
"systems",
|
|
1261
1261
|
"mechanics",
|
|
@@ -1279,7 +1279,7 @@
|
|
|
1279
1279
|
"name": "Godot Gameplay Scripter",
|
|
1280
1280
|
"description": "Composition and signal integrity specialist - Masters GDScript 2.0, C# integration, node-based architecture, and type-safe signal design for Godot 4 projects",
|
|
1281
1281
|
"category": "game-development",
|
|
1282
|
-
"filePath": "
|
|
1282
|
+
"filePath": "../agents/game-development/godot/godot-gameplay-scripter.md",
|
|
1283
1283
|
"keywords": [
|
|
1284
1284
|
"composition",
|
|
1285
1285
|
"signal",
|
|
@@ -1303,7 +1303,7 @@
|
|
|
1303
1303
|
"name": "Godot Multiplayer Engineer",
|
|
1304
1304
|
"description": "Godot 4 networking specialist - Masters the MultiplayerAPI, scene replication, ENet/WebRTC transport, RPCs, and authority models for real-time multiplayer games",
|
|
1305
1305
|
"category": "game-development",
|
|
1306
|
-
"filePath": "
|
|
1306
|
+
"filePath": "../agents/game-development/godot/godot-multiplayer-engineer.md",
|
|
1307
1307
|
"keywords": [
|
|
1308
1308
|
"godot",
|
|
1309
1309
|
"networking",
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
"name": "Godot Shader Developer",
|
|
1330
1330
|
"description": "Godot 4 visual effects specialist - Masters the Godot Shading Language (GLSL-like), VisualShader editor, CanvasItem and Spatial shaders, post-processing, and performance optimization for 2D/3D effects",
|
|
1331
1331
|
"category": "game-development",
|
|
1332
|
-
"filePath": "
|
|
1332
|
+
"filePath": "../agents/game-development/godot/godot-shader-developer.md",
|
|
1333
1333
|
"keywords": [
|
|
1334
1334
|
"godot",
|
|
1335
1335
|
"visual",
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
"name": "Level Designer",
|
|
1357
1357
|
"description": "Spatial storytelling and flow specialist - Masters layout theory, pacing architecture, encounter design, and environmental narrative across all game engines",
|
|
1358
1358
|
"category": "game-development",
|
|
1359
|
-
"filePath": "
|
|
1359
|
+
"filePath": "../agents/game-development/level-designer.md",
|
|
1360
1360
|
"keywords": [
|
|
1361
1361
|
"spatial",
|
|
1362
1362
|
"storytelling",
|
|
@@ -1381,7 +1381,7 @@
|
|
|
1381
1381
|
"name": "Narrative Designer",
|
|
1382
1382
|
"description": "Story systems and dialogue architect - Masters GDD-aligned narrative design, branching dialogue, lore architecture, and environmental storytelling across all game engines",
|
|
1383
1383
|
"category": "game-development",
|
|
1384
|
-
"filePath": "
|
|
1384
|
+
"filePath": "../agents/game-development/narrative-designer.md",
|
|
1385
1385
|
"keywords": [
|
|
1386
1386
|
"story",
|
|
1387
1387
|
"systems",
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
"name": "Roblox Avatar Creator",
|
|
1407
1407
|
"description": "Roblox UGC and avatar pipeline specialist - Masters Roblox's avatar system, UGC item creation, accessory rigging, texture standards, and the Creator Marketplace submission pipeline",
|
|
1408
1408
|
"category": "game-development",
|
|
1409
|
-
"filePath": "
|
|
1409
|
+
"filePath": "../agents/game-development/roblox-studio/roblox-avatar-creator.md",
|
|
1410
1410
|
"keywords": [
|
|
1411
1411
|
"roblox",
|
|
1412
1412
|
"avatar",
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"name": "Roblox Experience Designer",
|
|
1431
1431
|
"description": "Roblox platform UX and monetization specialist - Masters engagement loop design, DataStore-driven progression, Roblox monetization systems (Passes, Developer Products, UGC), and player retention for Roblox experiences",
|
|
1432
1432
|
"category": "game-development",
|
|
1433
|
-
"filePath": "
|
|
1433
|
+
"filePath": "../agents/game-development/roblox-studio/roblox-experience-designer.md",
|
|
1434
1434
|
"keywords": [
|
|
1435
1435
|
"roblox",
|
|
1436
1436
|
"platform",
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
"name": "Roblox Systems Scripter",
|
|
1458
1458
|
"description": "Roblox platform engineering specialist - Masters Luau, the client-server security model, RemoteEvents/RemoteFunctions, DataStore, and module architecture for scalable Roblox experiences",
|
|
1459
1459
|
"category": "game-development",
|
|
1460
|
-
"filePath": "
|
|
1460
|
+
"filePath": "../agents/game-development/roblox-studio/roblox-systems-scripter.md",
|
|
1461
1461
|
"keywords": [
|
|
1462
1462
|
"roblox",
|
|
1463
1463
|
"platform",
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
"name": "Technical Artist",
|
|
1484
1484
|
"description": "Art-to-engine pipeline specialist - Masters shaders, VFX systems, LOD pipelines, performance budgeting, and cross-engine asset optimization",
|
|
1485
1485
|
"category": "game-development",
|
|
1486
|
-
"filePath": "
|
|
1486
|
+
"filePath": "../agents/game-development/technical-artist.md",
|
|
1487
1487
|
"keywords": [
|
|
1488
1488
|
"engine",
|
|
1489
1489
|
"pipeline",
|
|
@@ -1504,7 +1504,7 @@
|
|
|
1504
1504
|
"name": "Unity Architect",
|
|
1505
1505
|
"description": "Data-driven modularity specialist - Masters ScriptableObjects, decoupled systems, and single-responsibility component design for scalable Unity projects",
|
|
1506
1506
|
"category": "game-development",
|
|
1507
|
-
"filePath": "
|
|
1507
|
+
"filePath": "../agents/game-development/unity/unity-architect.md",
|
|
1508
1508
|
"keywords": [
|
|
1509
1509
|
"data",
|
|
1510
1510
|
"driven",
|
|
@@ -1528,7 +1528,7 @@
|
|
|
1528
1528
|
"name": "Unity Editor Tool Developer",
|
|
1529
1529
|
"description": "Unity editor automation specialist - Masters custom EditorWindows, PropertyDrawers, AssetPostprocessors, ScriptedImporters, and pipeline automation that saves teams hours per week",
|
|
1530
1530
|
"category": "game-development",
|
|
1531
|
-
"filePath": "
|
|
1531
|
+
"filePath": "../agents/game-development/unity/unity-editor-tool-developer.md",
|
|
1532
1532
|
"keywords": [
|
|
1533
1533
|
"unity",
|
|
1534
1534
|
"editor",
|
|
@@ -1552,7 +1552,7 @@
|
|
|
1552
1552
|
"name": "Unity Multiplayer Engineer",
|
|
1553
1553
|
"description": "Networked gameplay specialist - Masters Netcode for GameObjects, Unity Gaming Services (Relay/Lobby), client-server authority, lag compensation, and state synchronization",
|
|
1554
1554
|
"category": "game-development",
|
|
1555
|
-
"filePath": "
|
|
1555
|
+
"filePath": "../agents/game-development/unity/unity-multiplayer-engineer.md",
|
|
1556
1556
|
"keywords": [
|
|
1557
1557
|
"networked",
|
|
1558
1558
|
"gameplay",
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
"name": "Unity Shader Graph Artist",
|
|
1579
1579
|
"description": "Visual effects and material specialist - Masters Unity Shader Graph, HLSL, URP/HDRP rendering pipelines, and custom pass authoring for real-time visual effects",
|
|
1580
1580
|
"category": "game-development",
|
|
1581
|
-
"filePath": "
|
|
1581
|
+
"filePath": "../agents/game-development/unity/unity-shader-graph-artist.md",
|
|
1582
1582
|
"keywords": [
|
|
1583
1583
|
"visual",
|
|
1584
1584
|
"effects",
|
|
@@ -1604,7 +1604,7 @@
|
|
|
1604
1604
|
"name": "Unreal Multiplayer Architect",
|
|
1605
1605
|
"description": "Unreal Engine networking specialist - Masters Actor replication, GameMode/GameState architecture, server-authoritative gameplay, network prediction, and dedicated server setup for UE5",
|
|
1606
1606
|
"category": "game-development",
|
|
1607
|
-
"filePath": "
|
|
1607
|
+
"filePath": "../agents/game-development/unreal-engine/unreal-multiplayer-architect.md",
|
|
1608
1608
|
"keywords": [
|
|
1609
1609
|
"unreal",
|
|
1610
1610
|
"engine",
|
|
@@ -1630,7 +1630,7 @@
|
|
|
1630
1630
|
"name": "Unreal Systems Engineer",
|
|
1631
1631
|
"description": "Performance and hybrid architecture specialist - Masters C++/Blueprint continuum, Nanite geometry, Lumen GI, and Gameplay Ability System for AAA-grade Unreal Engine projects",
|
|
1632
1632
|
"category": "game-development",
|
|
1633
|
-
"filePath": "
|
|
1633
|
+
"filePath": "../agents/game-development/unreal-engine/unreal-systems-engineer.md",
|
|
1634
1634
|
"keywords": [
|
|
1635
1635
|
"performance",
|
|
1636
1636
|
"hybrid",
|
|
@@ -1656,7 +1656,7 @@
|
|
|
1656
1656
|
"name": "Unreal Technical Artist",
|
|
1657
1657
|
"description": "Unreal Engine visual pipeline specialist - Masters the Material Editor, Niagara VFX, Procedural Content Generation, and the art-to-engine pipeline for UE5 projects",
|
|
1658
1658
|
"category": "game-development",
|
|
1659
|
-
"filePath": "
|
|
1659
|
+
"filePath": "../agents/game-development/unreal-engine/unreal-technical-artist.md",
|
|
1660
1660
|
"keywords": [
|
|
1661
1661
|
"unreal",
|
|
1662
1662
|
"engine",
|
|
@@ -1678,7 +1678,7 @@
|
|
|
1678
1678
|
"name": "Unreal World Builder",
|
|
1679
1679
|
"description": "Open-world and environment specialist - Masters UE5 World Partition, Landscape, procedural foliage, HLOD, and large-scale level streaming for seamless open-world experiences",
|
|
1680
1680
|
"category": "game-development",
|
|
1681
|
-
"filePath": "
|
|
1681
|
+
"filePath": "../agents/game-development/unreal-engine/unreal-world-builder.md",
|
|
1682
1682
|
"keywords": [
|
|
1683
1683
|
"open",
|
|
1684
1684
|
"world",
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
"name": "sublinear-goal-planner",
|
|
1704
1704
|
"description": "Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces.",
|
|
1705
1705
|
"category": "goal",
|
|
1706
|
-
"filePath": "
|
|
1706
|
+
"filePath": "../agents/goal/agent.md",
|
|
1707
1707
|
"keywords": [
|
|
1708
1708
|
"goal",
|
|
1709
1709
|
"oriented",
|
|
@@ -1732,7 +1732,7 @@
|
|
|
1732
1732
|
"name": "code-goal-planner",
|
|
1733
1733
|
"description": "Code-centric Goal-Oriented Action Planning specialist that creates intelligent plans for software development objectives. Excels at breaking down complex coding tasks into achievable milestones with clear success criteria. Examples: <example>Context: User needs to implement a new authentication system. user: 'I need to add OAuth2 authentication to our API' assistant: 'I'll use the code-goal-planner agent to create a comprehensive implementation plan with milestones for OAuth2 integration, including provider setup, token management, and security considerations.' <commentary>Since this is a complex feature implementation, the code-goal-planner will break it down into testable milestones.</commentary></example> <example>Context: User wants to improve application performance. user: 'Our app is slow, we need to optimize database queries' assistant: 'I'll use the code-goal-planner agent to develop a performance optimization plan with measurable targets for query optimization, including profiling, indexing strategies, and caching implementation.' <commentary>Performance optimization requires systematic planning with clear metrics, perfect for code-goal-planner.</commentary></example>",
|
|
1734
1734
|
"category": "goal",
|
|
1735
|
-
"filePath": "
|
|
1735
|
+
"filePath": "../agents/goal/code-goal-planner.md",
|
|
1736
1736
|
"keywords": [
|
|
1737
1737
|
"code",
|
|
1738
1738
|
"centric",
|
|
@@ -1761,7 +1761,7 @@
|
|
|
1761
1761
|
"name": "goal-planner",
|
|
1762
1762
|
"description": "Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces. Examples: <example>Context: User needs to optimize a complex workflow with many dependencies. user: 'I need to deploy this application but there are many prerequisites and dependencies' assistant: 'I'll use the goal-planner agent to analyze all requirements and create an optimal action sequence that satisfies all preconditions and achieves your deployment goal.' <commentary>Complex multi-step planning with dependencies requires the goal-planner agent's GOAP algorithm to find the optimal path.</commentary></example> <example>Context: User has a high-level goal but isn't sure of the steps. user: 'Make my application production-ready' assistant: 'I'll use the goal-planner agent to break down this goal into concrete actions, analyze preconditions, and create an adaptive plan that achieves production readiness.' <commentary>High-level goals that need intelligent decomposition and planning benefit from the goal-planner agent's capabilities.</commentary></example>",
|
|
1763
1763
|
"category": "goal",
|
|
1764
|
-
"filePath": "
|
|
1764
|
+
"filePath": "../agents/goal/goal-planner.md",
|
|
1765
1765
|
"keywords": [
|
|
1766
1766
|
"goal",
|
|
1767
1767
|
"oriented",
|
|
@@ -1790,7 +1790,7 @@
|
|
|
1790
1790
|
"name": "collective-intelligence-coordinator",
|
|
1791
1791
|
"description": "Orchestrates distributed cognitive processes across the hive mind, ensuring coherent collective decision-making through memory synchronization and consensus protocols",
|
|
1792
1792
|
"category": "hive-mind",
|
|
1793
|
-
"filePath": "
|
|
1793
|
+
"filePath": "../agents/hive-mind/collective-intelligence-coordinator.md",
|
|
1794
1794
|
"keywords": [
|
|
1795
1795
|
"orchestrates",
|
|
1796
1796
|
"distributed",
|
|
@@ -1816,7 +1816,7 @@
|
|
|
1816
1816
|
"name": "queen-coordinator",
|
|
1817
1817
|
"description": "The sovereign orchestrator of hierarchical hive operations, managing strategic decisions, resource allocation, and maintaining hive coherence through centralized-decentralized hybrid control",
|
|
1818
1818
|
"category": "hive-mind",
|
|
1819
|
-
"filePath": "
|
|
1819
|
+
"filePath": "../agents/hive-mind/queen-coordinator.md",
|
|
1820
1820
|
"keywords": [
|
|
1821
1821
|
"sovereign",
|
|
1822
1822
|
"orchestrator",
|
|
@@ -1842,7 +1842,7 @@
|
|
|
1842
1842
|
"name": "scout-explorer",
|
|
1843
1843
|
"description": "Information reconnaissance specialist that explores unknown territories, gathers intelligence, and reports findings to the hive mind through continuous memory updates",
|
|
1844
1844
|
"category": "hive-mind",
|
|
1845
|
-
"filePath": "
|
|
1845
|
+
"filePath": "../agents/hive-mind/scout-explorer.md",
|
|
1846
1846
|
"keywords": [
|
|
1847
1847
|
"information",
|
|
1848
1848
|
"reconnaissance",
|
|
@@ -1867,7 +1867,7 @@
|
|
|
1867
1867
|
"name": "swarm-memory-manager",
|
|
1868
1868
|
"description": "Manages distributed memory across the hive mind, ensuring data consistency, persistence, and efficient retrieval through advanced caching and synchronization protocols",
|
|
1869
1869
|
"category": "hive-mind",
|
|
1870
|
-
"filePath": "
|
|
1870
|
+
"filePath": "../agents/hive-mind/swarm-memory-manager.md",
|
|
1871
1871
|
"keywords": [
|
|
1872
1872
|
"manages",
|
|
1873
1873
|
"distributed",
|
|
@@ -1893,7 +1893,7 @@
|
|
|
1893
1893
|
"name": "worker-specialist",
|
|
1894
1894
|
"description": "Dedicated task execution specialist that carries out assigned work with precision, continuously reporting progress through memory coordination",
|
|
1895
1895
|
"category": "hive-mind",
|
|
1896
|
-
"filePath": "
|
|
1896
|
+
"filePath": "../agents/hive-mind/worker-specialist.md",
|
|
1897
1897
|
"keywords": [
|
|
1898
1898
|
"dedicated",
|
|
1899
1899
|
"task",
|
|
@@ -1914,9 +1914,9 @@
|
|
|
1914
1914
|
{
|
|
1915
1915
|
"slug": "ai-citation-strategist",
|
|
1916
1916
|
"name": "AI Citation Strategist",
|
|
1917
|
-
"description": "Expert in AI recommendation engine optimization (AEO/GEO)
|
|
1917
|
+
"description": "Expert in AI recommendation engine optimization (AEO/GEO) \u2014 audits brand visibility across ChatGPT, Claude, Gemini, and Perplexity, identifies why competitors get cited instead, and delivers content fixes that improve AI citations",
|
|
1918
1918
|
"category": "marketing",
|
|
1919
|
-
"filePath": "
|
|
1919
|
+
"filePath": "../agents/marketing/marketing-ai-citation-strategist.md",
|
|
1920
1920
|
"keywords": [
|
|
1921
1921
|
"expert",
|
|
1922
1922
|
"recommendation",
|
|
@@ -1945,7 +1945,7 @@
|
|
|
1945
1945
|
"name": "App Store Optimizer",
|
|
1946
1946
|
"description": "Expert app store marketing specialist focused on App Store Optimization (ASO), conversion rate optimization, and app discoverability",
|
|
1947
1947
|
"category": "marketing",
|
|
1948
|
-
"filePath": "
|
|
1948
|
+
"filePath": "../agents/marketing/marketing-app-store-optimizer.md",
|
|
1949
1949
|
"keywords": [
|
|
1950
1950
|
"expert",
|
|
1951
1951
|
"store",
|
|
@@ -1963,7 +1963,7 @@
|
|
|
1963
1963
|
"name": "Baidu SEO Specialist",
|
|
1964
1964
|
"description": "Expert Baidu search optimization specialist focused on Chinese search engine ranking, Baidu ecosystem integration, ICP compliance, Chinese keyword research, and mobile-first indexing for the China market.",
|
|
1965
1965
|
"category": "marketing",
|
|
1966
|
-
"filePath": "
|
|
1966
|
+
"filePath": "../agents/marketing/marketing-baidu-seo-specialist.md",
|
|
1967
1967
|
"keywords": [
|
|
1968
1968
|
"expert",
|
|
1969
1969
|
"baidu",
|
|
@@ -1989,9 +1989,9 @@
|
|
|
1989
1989
|
{
|
|
1990
1990
|
"slug": "bilibili-content-strategist",
|
|
1991
1991
|
"name": "Bilibili Content Strategist",
|
|
1992
|
-
"description": "Expert Bilibili marketing specialist focused on UP
|
|
1992
|
+
"description": "Expert Bilibili marketing specialist focused on UP\u4e3b growth, danmaku culture mastery, B\u7ad9 algorithm optimization, community building, and branded content strategy for China's leading video community platform.",
|
|
1993
1993
|
"category": "marketing",
|
|
1994
|
-
"filePath": "
|
|
1994
|
+
"filePath": "../agents/marketing/marketing-bilibili-content-strategist.md",
|
|
1995
1995
|
"keywords": [
|
|
1996
1996
|
"expert",
|
|
1997
1997
|
"bilibili",
|
|
@@ -2020,7 +2020,7 @@
|
|
|
2020
2020
|
"name": "Book Co-Author",
|
|
2021
2021
|
"description": "Strategic thought-leadership book collaborator for founders, experts, and operators turning voice notes, fragments, and positioning into structured first-person chapters.",
|
|
2022
2022
|
"category": "marketing",
|
|
2023
|
-
"filePath": "
|
|
2023
|
+
"filePath": "../agents/marketing/marketing-book-co-author.md",
|
|
2024
2024
|
"keywords": [
|
|
2025
2025
|
"strategic",
|
|
2026
2026
|
"thought",
|
|
@@ -2047,7 +2047,7 @@
|
|
|
2047
2047
|
"name": "Carousel Growth Engine",
|
|
2048
2048
|
"description": "Autonomous TikTok and Instagram carousel generation specialist. Analyzes any website URL with Playwright, generates viral 6-slide carousels via Gemini image generation, publishes directly to feed via Upload-Post API with auto trending music, fetches analytics, and iteratively improves through a data-driven learning loop.",
|
|
2049
2049
|
"category": "marketing",
|
|
2050
|
-
"filePath": "
|
|
2050
|
+
"filePath": "../agents/marketing/marketing-carousel-growth-engine.md",
|
|
2051
2051
|
"keywords": [
|
|
2052
2052
|
"autonomous",
|
|
2053
2053
|
"tiktok",
|
|
@@ -2076,7 +2076,7 @@
|
|
|
2076
2076
|
"name": "China E-Commerce Operator",
|
|
2077
2077
|
"description": "Expert China e-commerce operations specialist covering Taobao, Tmall, Pinduoduo, and JD ecosystems with deep expertise in product listing optimization, live commerce, store operations, 618/Double 11 campaigns, and cross-platform strategy.",
|
|
2078
2078
|
"category": "marketing",
|
|
2079
|
-
"filePath": "
|
|
2079
|
+
"filePath": "../agents/marketing/marketing-china-ecommerce-operator.md",
|
|
2080
2080
|
"keywords": [
|
|
2081
2081
|
"expert",
|
|
2082
2082
|
"china",
|
|
@@ -2105,7 +2105,7 @@
|
|
|
2105
2105
|
"name": "Content Creator",
|
|
2106
2106
|
"description": "Expert content strategist and creator for multi-platform campaigns. Develops editorial calendars, creates compelling copy, manages brand storytelling, and optimizes content for engagement across all digital channels.",
|
|
2107
2107
|
"category": "marketing",
|
|
2108
|
-
"filePath": "
|
|
2108
|
+
"filePath": "../agents/marketing/marketing-content-creator.md",
|
|
2109
2109
|
"keywords": [
|
|
2110
2110
|
"expert",
|
|
2111
2111
|
"content",
|
|
@@ -2134,7 +2134,7 @@
|
|
|
2134
2134
|
"name": "Cross-Border E-Commerce Specialist",
|
|
2135
2135
|
"description": "Full-funnel cross-border e-commerce strategist covering Amazon, Shopee, Lazada, AliExpress, Temu, and TikTok Shop operations, international logistics and overseas warehousing, compliance and taxation, multilingual listing optimization, brand globalization, and DTC independent site development.",
|
|
2136
2136
|
"category": "marketing",
|
|
2137
|
-
"filePath": "
|
|
2137
|
+
"filePath": "../agents/marketing/marketing-cross-border-ecommerce.md",
|
|
2138
2138
|
"keywords": [
|
|
2139
2139
|
"full",
|
|
2140
2140
|
"funnel",
|
|
@@ -2163,7 +2163,7 @@
|
|
|
2163
2163
|
"name": "Douyin Strategist",
|
|
2164
2164
|
"description": "Short-video marketing expert specializing in the Douyin platform, with deep expertise in recommendation algorithm mechanics, viral video planning, livestream commerce workflows, and full-funnel brand growth through content matrix strategies.",
|
|
2165
2165
|
"category": "marketing",
|
|
2166
|
-
"filePath": "
|
|
2166
|
+
"filePath": "../agents/marketing/marketing-douyin-strategist.md",
|
|
2167
2167
|
"keywords": [
|
|
2168
2168
|
"short",
|
|
2169
2169
|
"video",
|
|
@@ -2192,7 +2192,7 @@
|
|
|
2192
2192
|
"name": "Growth Hacker",
|
|
2193
2193
|
"description": "Expert growth strategist specializing in rapid user acquisition through data-driven experimentation. Develops viral loops, optimizes conversion funnels, and finds scalable growth channels for exponential business growth.",
|
|
2194
2194
|
"category": "marketing",
|
|
2195
|
-
"filePath": "
|
|
2195
|
+
"filePath": "../agents/marketing/marketing-growth-hacker.md",
|
|
2196
2196
|
"keywords": [
|
|
2197
2197
|
"expert",
|
|
2198
2198
|
"growth",
|
|
@@ -2221,7 +2221,7 @@
|
|
|
2221
2221
|
"name": "Instagram Curator",
|
|
2222
2222
|
"description": "Expert Instagram marketing specialist focused on visual storytelling, community building, and multi-format content optimization. Masters aesthetic development and drives meaningful engagement.",
|
|
2223
2223
|
"category": "marketing",
|
|
2224
|
-
"filePath": "
|
|
2224
|
+
"filePath": "../agents/marketing/marketing-instagram-curator.md",
|
|
2225
2225
|
"keywords": [
|
|
2226
2226
|
"expert",
|
|
2227
2227
|
"instagram",
|
|
@@ -2247,9 +2247,9 @@
|
|
|
2247
2247
|
{
|
|
2248
2248
|
"slug": "kuaishou-strategist",
|
|
2249
2249
|
"name": "Kuaishou Strategist",
|
|
2250
|
-
"description": "Expert Kuaishou marketing strategist specializing in short-video content for China's lower-tier city markets, live commerce operations, community trust building, and grassroots audience growth on
|
|
2250
|
+
"description": "Expert Kuaishou marketing strategist specializing in short-video content for China's lower-tier city markets, live commerce operations, community trust building, and grassroots audience growth on \u5feb\u624b.",
|
|
2251
2251
|
"category": "marketing",
|
|
2252
|
-
"filePath": "
|
|
2252
|
+
"filePath": "../agents/marketing/marketing-kuaishou-strategist.md",
|
|
2253
2253
|
"keywords": [
|
|
2254
2254
|
"expert",
|
|
2255
2255
|
"kuaishou",
|
|
@@ -2278,7 +2278,7 @@
|
|
|
2278
2278
|
"name": "LinkedIn Content Creator",
|
|
2279
2279
|
"description": "Expert LinkedIn content strategist focused on thought leadership, personal brand building, and high-engagement professional content. Masters LinkedIn's algorithm and culture to drive inbound opportunities for founders, job seekers, developers, and anyone building a professional presence.",
|
|
2280
2280
|
"category": "marketing",
|
|
2281
|
-
"filePath": "
|
|
2281
|
+
"filePath": "../agents/marketing/marketing-linkedin-content-creator.md",
|
|
2282
2282
|
"keywords": [
|
|
2283
2283
|
"expert",
|
|
2284
2284
|
"linkedin",
|
|
@@ -2307,7 +2307,7 @@
|
|
|
2307
2307
|
"name": "Livestream Commerce Coach",
|
|
2308
2308
|
"description": "Veteran livestream e-commerce coach specializing in host training and live room operations across Douyin, Kuaishou, Taobao Live, and Channels, covering script design, product sequencing, paid-vs-organic traffic balancing, conversion closing techniques, and real-time data-driven optimization.",
|
|
2309
2309
|
"category": "marketing",
|
|
2310
|
-
"filePath": "
|
|
2310
|
+
"filePath": "../agents/marketing/marketing-livestream-commerce-coach.md",
|
|
2311
2311
|
"keywords": [
|
|
2312
2312
|
"veteran",
|
|
2313
2313
|
"livestream",
|
|
@@ -2336,7 +2336,7 @@
|
|
|
2336
2336
|
"name": "Podcast Strategist",
|
|
2337
2337
|
"description": "Content strategy and operations expert for the Chinese podcast market, with deep expertise in Xiaoyuzhou, Ximalaya, and other major audio platforms, covering show positioning, audio production, audience growth, multi-platform distribution, and monetization to help podcast creators build sticky audio content brands.",
|
|
2338
2338
|
"category": "marketing",
|
|
2339
|
-
"filePath": "
|
|
2339
|
+
"filePath": "../agents/marketing/marketing-podcast-strategist.md",
|
|
2340
2340
|
"keywords": [
|
|
2341
2341
|
"content",
|
|
2342
2342
|
"strategy",
|
|
@@ -2365,7 +2365,7 @@
|
|
|
2365
2365
|
"name": "Private Domain Operator",
|
|
2366
2366
|
"description": "Expert in building enterprise WeChat (WeCom) private domain ecosystems, with deep expertise in SCRM systems, segmented community operations, Mini Program commerce integration, user lifecycle management, and full-funnel conversion optimization.",
|
|
2367
2367
|
"category": "marketing",
|
|
2368
|
-
"filePath": "
|
|
2368
|
+
"filePath": "../agents/marketing/marketing-private-domain-operator.md",
|
|
2369
2369
|
"keywords": [
|
|
2370
2370
|
"expert",
|
|
2371
2371
|
"building",
|
|
@@ -2394,7 +2394,7 @@
|
|
|
2394
2394
|
"name": "Reddit Community Builder",
|
|
2395
2395
|
"description": "Expert Reddit marketing specialist focused on authentic community engagement, value-driven content creation, and long-term relationship building. Masters Reddit culture navigation.",
|
|
2396
2396
|
"category": "marketing",
|
|
2397
|
-
"filePath": "
|
|
2397
|
+
"filePath": "../agents/marketing/marketing-reddit-community-builder.md",
|
|
2398
2398
|
"keywords": [
|
|
2399
2399
|
"expert",
|
|
2400
2400
|
"reddit",
|
|
@@ -2422,7 +2422,7 @@
|
|
|
2422
2422
|
"name": "SEO Specialist",
|
|
2423
2423
|
"description": "Expert search engine optimization strategist specializing in technical SEO, content optimization, link authority building, and organic search growth. Drives sustainable traffic through data-driven search strategies.",
|
|
2424
2424
|
"category": "marketing",
|
|
2425
|
-
"filePath": "
|
|
2425
|
+
"filePath": "../agents/marketing/marketing-seo-specialist.md",
|
|
2426
2426
|
"keywords": [
|
|
2427
2427
|
"expert",
|
|
2428
2428
|
"search",
|
|
@@ -2451,7 +2451,7 @@
|
|
|
2451
2451
|
"name": "Short-Video Editing Coach",
|
|
2452
2452
|
"description": "Hands-on short-video editing coach covering the full post-production pipeline, with mastery of CapCut Pro, Premiere Pro, DaVinci Resolve, and Final Cut Pro across composition and camera language, color grading, audio engineering, motion graphics and VFX, subtitle design, multi-platform export optimization, editing workflow efficiency, and AI-assisted editing.",
|
|
2453
2453
|
"category": "marketing",
|
|
2454
|
-
"filePath": "
|
|
2454
|
+
"filePath": "../agents/marketing/marketing-short-video-editing-coach.md",
|
|
2455
2455
|
"keywords": [
|
|
2456
2456
|
"hands",
|
|
2457
2457
|
"short",
|
|
@@ -2480,7 +2480,7 @@
|
|
|
2480
2480
|
"name": "Social Media Strategist",
|
|
2481
2481
|
"description": "Expert social media strategist for LinkedIn, Twitter, and professional platforms. Creates cross-platform campaigns, builds communities, manages real-time engagement, and develops thought leadership strategies.",
|
|
2482
2482
|
"category": "marketing",
|
|
2483
|
-
"filePath": "
|
|
2483
|
+
"filePath": "../agents/marketing/marketing-social-media-strategist.md",
|
|
2484
2484
|
"keywords": [
|
|
2485
2485
|
"expert",
|
|
2486
2486
|
"social",
|
|
@@ -2509,7 +2509,7 @@
|
|
|
2509
2509
|
"name": "TikTok Strategist",
|
|
2510
2510
|
"description": "Expert TikTok marketing specialist focused on viral content creation, algorithm optimization, and community building. Masters TikTok's unique culture and features for brand growth.",
|
|
2511
2511
|
"category": "marketing",
|
|
2512
|
-
"filePath": "
|
|
2512
|
+
"filePath": "../agents/marketing/marketing-tiktok-strategist.md",
|
|
2513
2513
|
"keywords": [
|
|
2514
2514
|
"expert",
|
|
2515
2515
|
"tiktok",
|
|
@@ -2536,7 +2536,7 @@
|
|
|
2536
2536
|
"name": "Twitter Engager",
|
|
2537
2537
|
"description": "Expert Twitter marketing specialist focused on real-time engagement, thought leadership building, and community-driven growth. Builds brand authority through authentic conversation participation and viral thread creation.",
|
|
2538
2538
|
"category": "marketing",
|
|
2539
|
-
"filePath": "
|
|
2539
|
+
"filePath": "../agents/marketing/marketing-twitter-engager.md",
|
|
2540
2540
|
"keywords": [
|
|
2541
2541
|
"expert",
|
|
2542
2542
|
"twitter",
|
|
@@ -2565,7 +2565,7 @@
|
|
|
2565
2565
|
"name": "WeChat Official Account Manager",
|
|
2566
2566
|
"description": "Expert WeChat Official Account (OA) strategist specializing in content marketing, subscriber engagement, and conversion optimization. Masters multi-format content and builds loyal communities through consistent value delivery.",
|
|
2567
2567
|
"category": "marketing",
|
|
2568
|
-
"filePath": "
|
|
2568
|
+
"filePath": "../agents/marketing/marketing-wechat-official-account.md",
|
|
2569
2569
|
"keywords": [
|
|
2570
2570
|
"expert",
|
|
2571
2571
|
"wechat",
|
|
@@ -2594,7 +2594,7 @@
|
|
|
2594
2594
|
"name": "Weibo Strategist",
|
|
2595
2595
|
"description": "Full-spectrum operations expert for Sina Weibo, with deep expertise in trending topic mechanics, Super Topic community management, public sentiment monitoring, fan economy strategies, and Weibo advertising, helping brands achieve viral reach and sustained growth on China's leading public discourse platform.",
|
|
2596
2596
|
"category": "marketing",
|
|
2597
|
-
"filePath": "
|
|
2597
|
+
"filePath": "../agents/marketing/marketing-weibo-strategist.md",
|
|
2598
2598
|
"keywords": [
|
|
2599
2599
|
"full",
|
|
2600
2600
|
"spectrum",
|
|
@@ -2623,7 +2623,7 @@
|
|
|
2623
2623
|
"name": "Xiaohongshu Specialist",
|
|
2624
2624
|
"description": "Expert Xiaohongshu marketing specialist focused on lifestyle content, trend-driven strategies, and authentic community engagement. Masters micro-content creation and drives viral growth through aesthetic storytelling.",
|
|
2625
2625
|
"category": "marketing",
|
|
2626
|
-
"filePath": "
|
|
2626
|
+
"filePath": "../agents/marketing/marketing-xiaohongshu-specialist.md",
|
|
2627
2627
|
"keywords": [
|
|
2628
2628
|
"expert",
|
|
2629
2629
|
"xiaohongshu",
|
|
@@ -2652,7 +2652,7 @@
|
|
|
2652
2652
|
"name": "Zhihu Strategist",
|
|
2653
2653
|
"description": "Expert Zhihu marketing specialist focused on thought leadership, community credibility, and knowledge-driven engagement. Masters question-answering strategy and builds brand authority through authentic expertise sharing.",
|
|
2654
2654
|
"category": "marketing",
|
|
2655
|
-
"filePath": "
|
|
2655
|
+
"filePath": "../agents/marketing/marketing-zhihu-strategist.md",
|
|
2656
2656
|
"keywords": [
|
|
2657
2657
|
"expert",
|
|
2658
2658
|
"zhihu",
|
|
@@ -2681,7 +2681,7 @@
|
|
|
2681
2681
|
"name": "safla-neural",
|
|
2682
2682
|
"description": "Self-Aware Feedback Loop Algorithm (SAFLA) neural specialist that creates intelligent, memory-persistent AI systems with self-learning capabilities. Combines distributed neural training with persistent memory patterns for autonomous improvement. Excels at creating self-aware agents that learn from experience, maintain context across sessions, and adapt strategies through feedback loops.",
|
|
2683
2683
|
"category": "neural",
|
|
2684
|
-
"filePath": "
|
|
2684
|
+
"filePath": "../agents/neural/safla-neural.md",
|
|
2685
2685
|
"keywords": [
|
|
2686
2686
|
"self",
|
|
2687
2687
|
"aware",
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
"name": "Benchmark Suite",
|
|
2711
2711
|
"description": "Comprehensive performance benchmarking, regression detection and performance validation",
|
|
2712
2712
|
"category": "optimization",
|
|
2713
|
-
"filePath": "
|
|
2713
|
+
"filePath": "../agents/optimization/benchmark-suite.md",
|
|
2714
2714
|
"keywords": [
|
|
2715
2715
|
"comprehensive",
|
|
2716
2716
|
"performance",
|
|
@@ -2725,7 +2725,7 @@
|
|
|
2725
2725
|
"name": "Load Balancing Coordinator",
|
|
2726
2726
|
"description": "Dynamic task distribution, work-stealing algorithms and adaptive load balancing",
|
|
2727
2727
|
"category": "optimization",
|
|
2728
|
-
"filePath": "
|
|
2728
|
+
"filePath": "../agents/optimization/load-balancer.md",
|
|
2729
2729
|
"keywords": [
|
|
2730
2730
|
"dynamic",
|
|
2731
2731
|
"task",
|
|
@@ -2743,7 +2743,7 @@
|
|
|
2743
2743
|
"name": "Performance Monitor",
|
|
2744
2744
|
"description": "Real-time metrics collection, bottleneck analysis, SLA monitoring and anomaly detection",
|
|
2745
2745
|
"category": "optimization",
|
|
2746
|
-
"filePath": "
|
|
2746
|
+
"filePath": "../agents/optimization/performance-monitor.md",
|
|
2747
2747
|
"keywords": [
|
|
2748
2748
|
"real",
|
|
2749
2749
|
"time",
|
|
@@ -2761,7 +2761,7 @@
|
|
|
2761
2761
|
"name": "Resource Allocator",
|
|
2762
2762
|
"description": "Adaptive resource allocation, predictive scaling and intelligent capacity planning",
|
|
2763
2763
|
"category": "optimization",
|
|
2764
|
-
"filePath": "
|
|
2764
|
+
"filePath": "../agents/optimization/resource-allocator.md",
|
|
2765
2765
|
"keywords": [
|
|
2766
2766
|
"adaptive",
|
|
2767
2767
|
"resource",
|
|
@@ -2778,7 +2778,7 @@
|
|
|
2778
2778
|
"name": "Topology Optimizer",
|
|
2779
2779
|
"description": "Dynamic swarm topology reconfiguration and communication pattern optimization",
|
|
2780
2780
|
"category": "optimization",
|
|
2781
|
-
"filePath": "
|
|
2781
|
+
"filePath": "../agents/optimization/topology-optimizer.md",
|
|
2782
2782
|
"keywords": [
|
|
2783
2783
|
"dynamic",
|
|
2784
2784
|
"swarm",
|
|
@@ -2794,7 +2794,7 @@
|
|
|
2794
2794
|
"name": "Paid Media Auditor",
|
|
2795
2795
|
"description": "Comprehensive paid media auditor who systematically evaluates Google Ads, Microsoft Ads, and Meta accounts across 200+ checkpoints spanning account structure, tracking, bidding, creative, audiences, and competitive positioning. Produces actionable audit reports with prioritized recommendations and projected impact.",
|
|
2796
2796
|
"category": "paid-media",
|
|
2797
|
-
"filePath": "
|
|
2797
|
+
"filePath": "../agents/paid-media/paid-media-auditor.md",
|
|
2798
2798
|
"keywords": [
|
|
2799
2799
|
"comprehensive",
|
|
2800
2800
|
"paid",
|
|
@@ -2823,7 +2823,7 @@
|
|
|
2823
2823
|
"name": "Ad Creative Strategist",
|
|
2824
2824
|
"description": "Paid media creative specialist focused on ad copywriting, RSA optimization, asset group design, and creative testing frameworks across Google, Meta, Microsoft, and programmatic platforms. Bridges the gap between performance data and persuasive messaging.",
|
|
2825
2825
|
"category": "paid-media",
|
|
2826
|
-
"filePath": "
|
|
2826
|
+
"filePath": "../agents/paid-media/paid-media-creative-strategist.md",
|
|
2827
2827
|
"keywords": [
|
|
2828
2828
|
"paid",
|
|
2829
2829
|
"media",
|
|
@@ -2852,7 +2852,7 @@
|
|
|
2852
2852
|
"name": "Paid Social Strategist",
|
|
2853
2853
|
"description": "Cross-platform paid social advertising specialist covering Meta (Facebook/Instagram), LinkedIn, TikTok, Pinterest, X, and Snapchat. Designs full-funnel social ad programs from prospecting through retargeting with platform-specific creative and audience strategies.",
|
|
2854
2854
|
"category": "paid-media",
|
|
2855
|
-
"filePath": "
|
|
2855
|
+
"filePath": "../agents/paid-media/paid-media-paid-social-strategist.md",
|
|
2856
2856
|
"keywords": [
|
|
2857
2857
|
"cross",
|
|
2858
2858
|
"platform",
|
|
@@ -2881,7 +2881,7 @@
|
|
|
2881
2881
|
"name": "PPC Campaign Strategist",
|
|
2882
2882
|
"description": "Senior paid media strategist specializing in large-scale search, shopping, and performance max campaign architecture across Google, Microsoft, and Amazon ad platforms. Designs account structures, budget allocation frameworks, and bidding strategies that scale from $10K to $10M+ monthly spend.",
|
|
2883
2883
|
"category": "paid-media",
|
|
2884
|
-
"filePath": "
|
|
2884
|
+
"filePath": "../agents/paid-media/paid-media-ppc-strategist.md",
|
|
2885
2885
|
"keywords": [
|
|
2886
2886
|
"senior",
|
|
2887
2887
|
"paid",
|
|
@@ -2910,7 +2910,7 @@
|
|
|
2910
2910
|
"name": "Programmatic & Display Buyer",
|
|
2911
2911
|
"description": "Display advertising and programmatic media buying specialist covering managed placements, Google Display Network, Dv160, trade desk platforms, partner media (newsletters, sponsored content), and ABM display strategies via platforms like Demandbase and 6Sense.",
|
|
2912
2912
|
"category": "paid-media",
|
|
2913
|
-
"filePath": "
|
|
2913
|
+
"filePath": "../agents/paid-media/paid-media-programmatic-buyer.md",
|
|
2914
2914
|
"keywords": [
|
|
2915
2915
|
"display",
|
|
2916
2916
|
"advertising",
|
|
@@ -2939,7 +2939,7 @@
|
|
|
2939
2939
|
"name": "Search Query Analyst",
|
|
2940
2940
|
"description": "Specialist in search term analysis, negative keyword architecture, and query-to-intent mapping. Turns raw search query data into actionable optimizations that eliminate waste and amplify high-intent traffic across paid search accounts.",
|
|
2941
2941
|
"category": "paid-media",
|
|
2942
|
-
"filePath": "
|
|
2942
|
+
"filePath": "../agents/paid-media/paid-media-search-query-analyst.md",
|
|
2943
2943
|
"keywords": [
|
|
2944
2944
|
"specialist",
|
|
2945
2945
|
"search",
|
|
@@ -2968,7 +2968,7 @@
|
|
|
2968
2968
|
"name": "Tracking & Measurement Specialist",
|
|
2969
2969
|
"description": "Expert in conversion tracking architecture, tag management, and attribution modeling across Google Tag Manager, GA4, Google Ads, Meta CAPI, LinkedIn Insight Tag, and server-side implementations. Ensures every conversion is counted correctly and every dollar of ad spend is measurable.",
|
|
2970
2970
|
"category": "paid-media",
|
|
2971
|
-
"filePath": "
|
|
2971
|
+
"filePath": "../agents/paid-media/paid-media-tracking-specialist.md",
|
|
2972
2972
|
"keywords": [
|
|
2973
2973
|
"expert",
|
|
2974
2974
|
"conversion",
|
|
@@ -2997,7 +2997,7 @@
|
|
|
2997
2997
|
"name": "agentic-payments",
|
|
2998
2998
|
"description": "Multi-agent payment authorization specialist for autonomous AI commerce with cryptographic verification and Byzantine consensus",
|
|
2999
2999
|
"category": "payments",
|
|
3000
|
-
"filePath": "
|
|
3000
|
+
"filePath": "../agents/payments/agentic-payments.md",
|
|
3001
3001
|
"keywords": [
|
|
3002
3002
|
"multi",
|
|
3003
3003
|
"agent",
|
|
@@ -3017,7 +3017,7 @@
|
|
|
3017
3017
|
"name": "Behavioral Nudge Engine",
|
|
3018
3018
|
"description": "Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success.",
|
|
3019
3019
|
"category": "product",
|
|
3020
|
-
"filePath": "
|
|
3020
|
+
"filePath": "../agents/product/product-behavioral-nudge-engine.md",
|
|
3021
3021
|
"keywords": [
|
|
3022
3022
|
"behavioral",
|
|
3023
3023
|
"psychology",
|
|
@@ -3038,7 +3038,7 @@
|
|
|
3038
3038
|
"name": "Feedback Synthesizer",
|
|
3039
3039
|
"description": "Expert in collecting, analyzing, and synthesizing user feedback from multiple channels to extract actionable product insights. Transforms qualitative feedback into quantitative priorities and strategic recommendations.",
|
|
3040
3040
|
"category": "product",
|
|
3041
|
-
"filePath": "
|
|
3041
|
+
"filePath": "../agents/product/product-feedback-synthesizer.md",
|
|
3042
3042
|
"keywords": [
|
|
3043
3043
|
"expert",
|
|
3044
3044
|
"collecting",
|
|
@@ -3064,9 +3064,9 @@
|
|
|
3064
3064
|
{
|
|
3065
3065
|
"slug": "product-manager",
|
|
3066
3066
|
"name": "Product Manager",
|
|
3067
|
-
"description": "Holistic product leader who owns the full product lifecycle
|
|
3067
|
+
"description": "Holistic product leader who owns the full product lifecycle \u2014 from discovery and strategy through roadmap, stakeholder alignment, go-to-market, and outcome measurement. Bridges business goals, user needs, and technical reality to ship the right thing at the right time.",
|
|
3068
3068
|
"category": "product",
|
|
3069
|
-
"filePath": "
|
|
3069
|
+
"filePath": "../agents/product/product-manager.md",
|
|
3070
3070
|
"keywords": [
|
|
3071
3071
|
"holistic",
|
|
3072
3072
|
"product",
|
|
@@ -3095,7 +3095,7 @@
|
|
|
3095
3095
|
"name": "Sprint Prioritizer",
|
|
3096
3096
|
"description": "Expert product manager specializing in agile sprint planning, feature prioritization, and resource allocation. Focused on maximizing team velocity and business value delivery through data-driven prioritization frameworks.",
|
|
3097
3097
|
"category": "product",
|
|
3098
|
-
"filePath": "
|
|
3098
|
+
"filePath": "../agents/product/product-sprint-prioritizer.md",
|
|
3099
3099
|
"keywords": [
|
|
3100
3100
|
"expert",
|
|
3101
3101
|
"product",
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
"name": "Trend Researcher",
|
|
3125
3125
|
"description": "Expert market intelligence analyst specializing in identifying emerging trends, competitive analysis, and opportunity assessment. Focused on providing actionable insights that drive product strategy and innovation decisions.",
|
|
3126
3126
|
"category": "product",
|
|
3127
|
-
"filePath": "
|
|
3127
|
+
"filePath": "../agents/product/product-trend-researcher.md",
|
|
3128
3128
|
"keywords": [
|
|
3129
3129
|
"expert",
|
|
3130
3130
|
"market",
|
|
@@ -3153,7 +3153,7 @@
|
|
|
3153
3153
|
"name": "Experiment Tracker",
|
|
3154
3154
|
"description": "Expert project manager specializing in experiment design, execution tracking, and data-driven decision making. Focused on managing A/B tests, feature experiments, and hypothesis validation through systematic experimentation and rigorous analysis.",
|
|
3155
3155
|
"category": "project-management",
|
|
3156
|
-
"filePath": "
|
|
3156
|
+
"filePath": "../agents/project-management/project-management-experiment-tracker.md",
|
|
3157
3157
|
"keywords": [
|
|
3158
3158
|
"expert",
|
|
3159
3159
|
"project",
|
|
@@ -3182,7 +3182,7 @@
|
|
|
3182
3182
|
"name": "Jira Workflow Steward",
|
|
3183
3183
|
"description": "Expert delivery operations specialist who enforces Jira-linked Git workflows, traceable commits, structured pull requests, and release-safe branch strategy across software teams.",
|
|
3184
3184
|
"category": "project-management",
|
|
3185
|
-
"filePath": "
|
|
3185
|
+
"filePath": "../agents/project-management/project-management-jira-workflow-steward.md",
|
|
3186
3186
|
"keywords": [
|
|
3187
3187
|
"expert",
|
|
3188
3188
|
"delivery",
|
|
@@ -3211,7 +3211,7 @@
|
|
|
3211
3211
|
"name": "Project Shepherd",
|
|
3212
3212
|
"description": "Expert project manager specializing in cross-functional project coordination, timeline management, and stakeholder alignment. Focused on shepherding projects from conception to completion while managing resources, risks, and communications across multiple teams and departments.",
|
|
3213
3213
|
"category": "project-management",
|
|
3214
|
-
"filePath": "
|
|
3214
|
+
"filePath": "../agents/project-management/project-management-project-shepherd.md",
|
|
3215
3215
|
"keywords": [
|
|
3216
3216
|
"expert",
|
|
3217
3217
|
"project",
|
|
@@ -3240,7 +3240,7 @@
|
|
|
3240
3240
|
"name": "Studio Operations",
|
|
3241
3241
|
"description": "Expert operations manager specializing in day-to-day studio efficiency, process optimization, and resource coordination. Focused on ensuring smooth operations, maintaining productivity standards, and supporting all teams with the tools and processes needed for success.",
|
|
3242
3242
|
"category": "project-management",
|
|
3243
|
-
"filePath": "
|
|
3243
|
+
"filePath": "../agents/project-management/project-management-studio-operations.md",
|
|
3244
3244
|
"keywords": [
|
|
3245
3245
|
"expert",
|
|
3246
3246
|
"operations",
|
|
@@ -3269,7 +3269,7 @@
|
|
|
3269
3269
|
"name": "Studio Producer",
|
|
3270
3270
|
"description": "Senior strategic leader specializing in high-level creative and technical project orchestration, resource allocation, and multi-project portfolio management. Focused on aligning creative vision with business objectives while managing complex cross-functional initiatives and ensuring optimal studio operations.",
|
|
3271
3271
|
"category": "project-management",
|
|
3272
|
-
"filePath": "
|
|
3272
|
+
"filePath": "../agents/project-management/project-management-studio-producer.md",
|
|
3273
3273
|
"keywords": [
|
|
3274
3274
|
"senior",
|
|
3275
3275
|
"strategic",
|
|
@@ -3298,7 +3298,7 @@
|
|
|
3298
3298
|
"name": "Senior Project Manager",
|
|
3299
3299
|
"description": "Converts specs to tasks and remembers previous projects. Focused on realistic scope, no background processes, exact spec requirements",
|
|
3300
3300
|
"category": "project-management",
|
|
3301
|
-
"filePath": "
|
|
3301
|
+
"filePath": "../agents/project-management/project-manager-senior.md",
|
|
3302
3302
|
"keywords": [
|
|
3303
3303
|
"converts",
|
|
3304
3304
|
"specs",
|
|
@@ -3321,7 +3321,7 @@
|
|
|
3321
3321
|
"name": "sublinear-goal-planner",
|
|
3322
3322
|
"description": "Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces.",
|
|
3323
3323
|
"category": "reasoning",
|
|
3324
|
-
"filePath": "
|
|
3324
|
+
"filePath": "../agents/reasoning/agent.md",
|
|
3325
3325
|
"keywords": [
|
|
3326
3326
|
"goal",
|
|
3327
3327
|
"oriented",
|
|
@@ -3350,7 +3350,7 @@
|
|
|
3350
3350
|
"name": "goal-planner",
|
|
3351
3351
|
"description": "Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces.",
|
|
3352
3352
|
"category": "reasoning",
|
|
3353
|
-
"filePath": "
|
|
3353
|
+
"filePath": "../agents/reasoning/goal-planner.md",
|
|
3354
3354
|
"keywords": [
|
|
3355
3355
|
"goal",
|
|
3356
3356
|
"oriented",
|
|
@@ -3379,7 +3379,7 @@
|
|
|
3379
3379
|
"name": "Account Strategist",
|
|
3380
3380
|
"description": "Expert post-sale account strategist specializing in land-and-expand execution, stakeholder mapping, QBR facilitation, and net revenue retention. Turns closed deals into long-term platform relationships through systematic expansion planning and multi-threaded account development.",
|
|
3381
3381
|
"category": "sales",
|
|
3382
|
-
"filePath": "
|
|
3382
|
+
"filePath": "../agents/sales/sales-account-strategist.md",
|
|
3383
3383
|
"keywords": [
|
|
3384
3384
|
"expert",
|
|
3385
3385
|
"post",
|
|
@@ -3408,7 +3408,7 @@
|
|
|
3408
3408
|
"name": "Sales Coach",
|
|
3409
3409
|
"description": "Expert sales coaching specialist focused on rep development, pipeline review facilitation, call coaching, deal strategy, and forecast accuracy. Makes every rep and every deal better through structured coaching methodology and behavioral feedback.",
|
|
3410
3410
|
"category": "sales",
|
|
3411
|
-
"filePath": "
|
|
3411
|
+
"filePath": "../agents/sales/sales-coach.md",
|
|
3412
3412
|
"keywords": [
|
|
3413
3413
|
"expert",
|
|
3414
3414
|
"sales",
|
|
@@ -3437,7 +3437,7 @@
|
|
|
3437
3437
|
"name": "Deal Strategist",
|
|
3438
3438
|
"description": "Senior deal strategist specializing in MEDDPICC qualification, competitive positioning, and win planning for complex B2B sales cycles. Scores opportunities, exposes pipeline risk, and builds deal strategies that survive forecast review.",
|
|
3439
3439
|
"category": "sales",
|
|
3440
|
-
"filePath": "
|
|
3440
|
+
"filePath": "../agents/sales/sales-deal-strategist.md",
|
|
3441
3441
|
"keywords": [
|
|
3442
3442
|
"senior",
|
|
3443
3443
|
"deal",
|
|
@@ -3464,9 +3464,9 @@
|
|
|
3464
3464
|
{
|
|
3465
3465
|
"slug": "discovery-coach",
|
|
3466
3466
|
"name": "Discovery Coach",
|
|
3467
|
-
"description": "Coaches sales teams on elite discovery methodology
|
|
3467
|
+
"description": "Coaches sales teams on elite discovery methodology \u2014 question design, current-state mapping, gap quantification, and call structure that surfaces real buying motivation.",
|
|
3468
3468
|
"category": "sales",
|
|
3469
|
-
"filePath": "
|
|
3469
|
+
"filePath": "../agents/sales/sales-discovery-coach.md",
|
|
3470
3470
|
"keywords": [
|
|
3471
3471
|
"coaches",
|
|
3472
3472
|
"sales",
|
|
@@ -3493,7 +3493,7 @@
|
|
|
3493
3493
|
"name": "Sales Engineer",
|
|
3494
3494
|
"description": "Senior pre-sales engineer specializing in technical discovery, demo engineering, POC scoping, competitive battlecards, and bridging product capabilities to business outcomes. Wins the technical decision so the deal can close.",
|
|
3495
3495
|
"category": "sales",
|
|
3496
|
-
"filePath": "
|
|
3496
|
+
"filePath": "../agents/sales/sales-engineer.md",
|
|
3497
3497
|
"keywords": [
|
|
3498
3498
|
"senior",
|
|
3499
3499
|
"sales",
|
|
@@ -3520,9 +3520,9 @@
|
|
|
3520
3520
|
{
|
|
3521
3521
|
"slug": "outbound-strategist",
|
|
3522
3522
|
"name": "Outbound Strategist",
|
|
3523
|
-
"description": "Signal-based outbound specialist who designs multi-channel prospecting sequences, defines ICPs, and builds pipeline through research-driven personalization
|
|
3523
|
+
"description": "Signal-based outbound specialist who designs multi-channel prospecting sequences, defines ICPs, and builds pipeline through research-driven personalization \u2014 not volume.",
|
|
3524
3524
|
"category": "sales",
|
|
3525
|
-
"filePath": "
|
|
3525
|
+
"filePath": "../agents/sales/sales-outbound-strategist.md",
|
|
3526
3526
|
"keywords": [
|
|
3527
3527
|
"signal",
|
|
3528
3528
|
"based",
|
|
@@ -3549,7 +3549,7 @@
|
|
|
3549
3549
|
"name": "Pipeline Analyst",
|
|
3550
3550
|
"description": "Revenue operations analyst specializing in pipeline health diagnostics, deal velocity analysis, forecast accuracy, and data-driven sales coaching. Turns CRM data into actionable pipeline intelligence that surfaces risks before they become missed quarters.",
|
|
3551
3551
|
"category": "sales",
|
|
3552
|
-
"filePath": "
|
|
3552
|
+
"filePath": "../agents/sales/sales-pipeline-analyst.md",
|
|
3553
3553
|
"keywords": [
|
|
3554
3554
|
"revenue",
|
|
3555
3555
|
"operations",
|
|
@@ -3578,7 +3578,7 @@
|
|
|
3578
3578
|
"name": "Proposal Strategist",
|
|
3579
3579
|
"description": "Strategic proposal architect who transforms RFPs and sales opportunities into compelling win narratives. Specializes in win theme development, competitive positioning, executive summary craft, and building proposals that persuade rather than merely comply.",
|
|
3580
3580
|
"category": "sales",
|
|
3581
|
-
"filePath": "
|
|
3581
|
+
"filePath": "../agents/sales/sales-proposal-strategist.md",
|
|
3582
3582
|
"keywords": [
|
|
3583
3583
|
"strategic",
|
|
3584
3584
|
"proposal",
|
|
@@ -3607,7 +3607,7 @@
|
|
|
3607
3607
|
"name": "sona-learning-optimizer",
|
|
3608
3608
|
"description": "SONA-powered self-optimizing agent with LoRA fine-tuning and EWC++ memory preservation",
|
|
3609
3609
|
"category": "sona",
|
|
3610
|
-
"filePath": "
|
|
3610
|
+
"filePath": "../agents/sona/sona-learning-optimizer.md",
|
|
3611
3611
|
"keywords": [
|
|
3612
3612
|
"sona",
|
|
3613
3613
|
"powered",
|
|
@@ -3626,7 +3626,7 @@
|
|
|
3626
3626
|
"name": "macOS Spatial/Metal Engineer",
|
|
3627
3627
|
"description": "Native Swift and Metal specialist building high-performance 3D rendering systems and spatial computing experiences for macOS and Vision Pro",
|
|
3628
3628
|
"category": "spatial-computing",
|
|
3629
|
-
"filePath": "
|
|
3629
|
+
"filePath": "../agents/spatial-computing/macos-spatial-metal-engineer.md",
|
|
3630
3630
|
"keywords": [
|
|
3631
3631
|
"native",
|
|
3632
3632
|
"swift",
|
|
@@ -3649,7 +3649,7 @@
|
|
|
3649
3649
|
"name": "Terminal Integration Specialist",
|
|
3650
3650
|
"description": "Terminal emulation, text rendering optimization, and SwiftTerm integration for modern Swift applications",
|
|
3651
3651
|
"category": "spatial-computing",
|
|
3652
|
-
"filePath": "
|
|
3652
|
+
"filePath": "../agents/spatial-computing/terminal-integration-specialist.md",
|
|
3653
3653
|
"keywords": [
|
|
3654
3654
|
"terminal",
|
|
3655
3655
|
"emulation",
|
|
@@ -3668,7 +3668,7 @@
|
|
|
3668
3668
|
"name": "visionOS Spatial Engineer",
|
|
3669
3669
|
"description": "Native visionOS spatial computing, SwiftUI volumetric interfaces, and Liquid Glass design implementation",
|
|
3670
3670
|
"category": "spatial-computing",
|
|
3671
|
-
"filePath": "
|
|
3671
|
+
"filePath": "../agents/spatial-computing/visionos-spatial-engineer.md",
|
|
3672
3672
|
"keywords": [
|
|
3673
3673
|
"native",
|
|
3674
3674
|
"visionos",
|
|
@@ -3686,9 +3686,9 @@
|
|
|
3686
3686
|
{
|
|
3687
3687
|
"slug": "v1-integration-architect",
|
|
3688
3688
|
"name": "v1-integration-architect",
|
|
3689
|
-
"description": "v1 Integration Architect for cross-package integration work within the Monomind monorepo. Owns the wiring between @monomind/cli, @monomind/hooks, @monomind/memory, @monomind/security, and @monoes/monograph
|
|
3689
|
+
"description": "v1 Integration Architect for cross-package integration work within the Monomind monorepo. Owns the wiring between @monomind/cli, @monomind/hooks, @monomind/memory, @monomind/security, and @monoes/monograph \u2014 ensuring MCP tool contracts, hook event flows, and inter-package APIs stay coherent as each package evolves.",
|
|
3690
3690
|
"category": "specialists",
|
|
3691
|
-
"filePath": "
|
|
3691
|
+
"filePath": "../agents/specialists/integration-architect.md",
|
|
3692
3692
|
"keywords": [
|
|
3693
3693
|
"integration",
|
|
3694
3694
|
"architect",
|
|
@@ -3717,7 +3717,7 @@
|
|
|
3717
3717
|
"name": "v1-memory-specialist",
|
|
3718
3718
|
"description": "v1 Memory Specialist for unifying 6+ memory systems into AgentDB with HNSW indexing. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend) to achieve 150x-12,500x search improvements.",
|
|
3719
3719
|
"category": "specialists",
|
|
3720
|
-
"filePath": "
|
|
3720
|
+
"filePath": "../agents/specialists/memory-specialist.md",
|
|
3721
3721
|
"keywords": [
|
|
3722
3722
|
"memory",
|
|
3723
3723
|
"specialist",
|
|
@@ -3744,7 +3744,7 @@
|
|
|
3744
3744
|
"name": "v1-performance-engineer",
|
|
3745
3745
|
"description": "v1 Performance Engineer for achieving aggressive performance targets. Responsible for 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, and comprehensive benchmarking suite.",
|
|
3746
3746
|
"category": "specialists",
|
|
3747
|
-
"filePath": "
|
|
3747
|
+
"filePath": "../agents/specialists/performance-engineer.md",
|
|
3748
3748
|
"keywords": [
|
|
3749
3749
|
"performance",
|
|
3750
3750
|
"engineer",
|
|
@@ -3769,7 +3769,7 @@
|
|
|
3769
3769
|
"name": "v1-queen-coordinator",
|
|
3770
3770
|
"description": "v1 Queen Coordinator for 15-agent concurrent swarm orchestration, GitHub issue management, and cross-agent coordination. Implements ADR-001 through ADR-010 with hierarchical mesh topology for 14-week v1 delivery.",
|
|
3771
3771
|
"category": "specialists",
|
|
3772
|
-
"filePath": "
|
|
3772
|
+
"filePath": "../agents/specialists/queen-coordinator.md",
|
|
3773
3773
|
"keywords": [
|
|
3774
3774
|
"queen",
|
|
3775
3775
|
"coordinator",
|
|
@@ -3796,7 +3796,7 @@
|
|
|
3796
3796
|
"name": "v1-security-architect",
|
|
3797
3797
|
"description": "v1 Security Architect responsible for complete security overhaul, threat modeling, and CVE remediation planning. Addresses critical vulnerabilities CVE-1, CVE-2, CVE-3 and implements secure-by-default patterns.",
|
|
3798
3798
|
"category": "specialists",
|
|
3799
|
-
"filePath": "
|
|
3799
|
+
"filePath": "../agents/specialists/security-architect.md",
|
|
3800
3800
|
"keywords": [
|
|
3801
3801
|
"security",
|
|
3802
3802
|
"architect",
|
|
@@ -3819,9 +3819,9 @@
|
|
|
3819
3819
|
{
|
|
3820
3820
|
"slug": "accounts-payable-agent",
|
|
3821
3821
|
"name": "Accounts Payable Agent",
|
|
3822
|
-
"description": "Autonomous payment processing specialist that executes vendor payments, contractor invoices, and recurring bills across any payment rail
|
|
3822
|
+
"description": "Autonomous payment processing specialist that executes vendor payments, contractor invoices, and recurring bills across any payment rail \u2014 crypto, fiat, stablecoins. Integrates with AI agent workflows via tool calls.",
|
|
3823
3823
|
"category": "specialized",
|
|
3824
|
-
"filePath": "
|
|
3824
|
+
"filePath": "../agents/specialized/accounts-payable-agent.md",
|
|
3825
3825
|
"keywords": [
|
|
3826
3826
|
"autonomous",
|
|
3827
3827
|
"payment",
|
|
@@ -3850,7 +3850,7 @@
|
|
|
3850
3850
|
"name": "Agentic Identity & Trust Architect",
|
|
3851
3851
|
"description": "Designs identity, authentication, and trust verification systems for autonomous AI agents operating in multi-agent environments. Ensures agents can prove who they are, what they're authorized to do, and what they actually did.",
|
|
3852
3852
|
"category": "specialized",
|
|
3853
|
-
"filePath": "
|
|
3853
|
+
"filePath": "../agents/specialized/agentic-identity-trust.md",
|
|
3854
3854
|
"keywords": [
|
|
3855
3855
|
"designs",
|
|
3856
3856
|
"identity",
|
|
@@ -3877,7 +3877,7 @@
|
|
|
3877
3877
|
"name": "Agents Orchestrator",
|
|
3878
3878
|
"description": "Autonomous pipeline manager that orchestrates the entire development workflow. You are the leader of this process.",
|
|
3879
3879
|
"category": "specialized",
|
|
3880
|
-
"filePath": "
|
|
3880
|
+
"filePath": "../agents/specialized/agents-orchestrator.md",
|
|
3881
3881
|
"keywords": [
|
|
3882
3882
|
"autonomous",
|
|
3883
3883
|
"pipeline",
|
|
@@ -3895,7 +3895,7 @@
|
|
|
3895
3895
|
"name": "Automation Governance Architect",
|
|
3896
3896
|
"description": "Governance-first architect for business automations (n8n-first) who audits value, risk, and maintainability before implementation.",
|
|
3897
3897
|
"category": "specialized",
|
|
3898
|
-
"filePath": "
|
|
3898
|
+
"filePath": "../agents/specialized/automation-governance-architect.md",
|
|
3899
3899
|
"keywords": [
|
|
3900
3900
|
"governance",
|
|
3901
3901
|
"first",
|
|
@@ -3915,7 +3915,7 @@
|
|
|
3915
3915
|
"name": "Blockchain Security Auditor",
|
|
3916
3916
|
"description": "Expert smart contract security auditor specializing in vulnerability detection, formal verification, exploit analysis, and comprehensive audit report writing for DeFi protocols and blockchain applications.",
|
|
3917
3917
|
"category": "specialized",
|
|
3918
|
-
"filePath": "
|
|
3918
|
+
"filePath": "../agents/specialized/blockchain-security-auditor.md",
|
|
3919
3919
|
"keywords": [
|
|
3920
3920
|
"expert",
|
|
3921
3921
|
"smart",
|
|
@@ -3942,9 +3942,9 @@
|
|
|
3942
3942
|
{
|
|
3943
3943
|
"slug": "compliance-auditor",
|
|
3944
3944
|
"name": "Compliance Auditor",
|
|
3945
|
-
"description": "Expert technical compliance auditor specializing in SOC 2, ISO 27001, HIPAA, and PCI-DSS audits
|
|
3945
|
+
"description": "Expert technical compliance auditor specializing in SOC 2, ISO 27001, HIPAA, and PCI-DSS audits \u2014 from readiness assessment through evidence collection to certification.",
|
|
3946
3946
|
"category": "specialized",
|
|
3947
|
-
"filePath": "
|
|
3947
|
+
"filePath": "../agents/specialized/compliance-auditor.md",
|
|
3948
3948
|
"keywords": [
|
|
3949
3949
|
"expert",
|
|
3950
3950
|
"technical",
|
|
@@ -3965,9 +3965,9 @@
|
|
|
3965
3965
|
{
|
|
3966
3966
|
"slug": "corporate-training-designer",
|
|
3967
3967
|
"name": "Corporate Training Designer",
|
|
3968
|
-
"description": "Expert in enterprise training system design and curriculum development
|
|
3968
|
+
"description": "Expert in enterprise training system design and curriculum development \u2014 proficient in training needs analysis, instructional design methodology, blended learning program design, internal trainer development, leadership programs, and training effectiveness evaluation and continuous optimization.",
|
|
3969
3969
|
"category": "specialized",
|
|
3970
|
-
"filePath": "
|
|
3970
|
+
"filePath": "../agents/specialized/corporate-training-designer.md",
|
|
3971
3971
|
"keywords": [
|
|
3972
3972
|
"expert",
|
|
3973
3973
|
"enterprise",
|
|
@@ -3996,7 +3996,7 @@
|
|
|
3996
3996
|
"name": "Data Consolidation Agent",
|
|
3997
3997
|
"description": "AI agent that consolidates extracted sales data into live reporting dashboards with territory, rep, and pipeline summaries",
|
|
3998
3998
|
"category": "specialized",
|
|
3999
|
-
"filePath": "
|
|
3999
|
+
"filePath": "../agents/specialized/data-consolidation-agent.md",
|
|
4000
4000
|
"keywords": [
|
|
4001
4001
|
"agent",
|
|
4002
4002
|
"consolidates",
|
|
@@ -4015,9 +4015,9 @@
|
|
|
4015
4015
|
{
|
|
4016
4016
|
"slug": "government-digital-presales-consultant",
|
|
4017
4017
|
"name": "Government Digital Presales Consultant",
|
|
4018
|
-
"description": "Presales expert for China's government digital transformation market (ToG), proficient in policy interpretation, solution design, bid document preparation, POC validation, compliance requirements (classified protection/cryptographic assessment/Xinchuang domestic IT), and stakeholder management
|
|
4018
|
+
"description": "Presales expert for China's government digital transformation market (ToG), proficient in policy interpretation, solution design, bid document preparation, POC validation, compliance requirements (classified protection/cryptographic assessment/Xinchuang domestic IT), and stakeholder management \u2014 helping technical teams efficiently win government IT projects.",
|
|
4019
4019
|
"category": "specialized",
|
|
4020
|
-
"filePath": "
|
|
4020
|
+
"filePath": "../agents/specialized/government-digital-presales-consultant.md",
|
|
4021
4021
|
"keywords": [
|
|
4022
4022
|
"presales",
|
|
4023
4023
|
"expert",
|
|
@@ -4044,9 +4044,9 @@
|
|
|
4044
4044
|
{
|
|
4045
4045
|
"slug": "healthcare-marketing-compliance-specialist",
|
|
4046
4046
|
"name": "Healthcare Marketing Compliance Specialist",
|
|
4047
|
-
"description": "Expert in healthcare marketing compliance in China, proficient in the Advertising Law, Medical Advertisement Management Measures, Drug Administration Law, and related regulations
|
|
4047
|
+
"description": "Expert in healthcare marketing compliance in China, proficient in the Advertising Law, Medical Advertisement Management Measures, Drug Administration Law, and related regulations \u2014 covering pharmaceuticals, medical devices, medical aesthetics, health supplements, and internet healthcare across content review, risk control, platform rule interpretation, and patient privacy protection, helping enterprises conduct effective health marketing within legal boundaries.",
|
|
4048
4048
|
"category": "specialized",
|
|
4049
|
-
"filePath": "
|
|
4049
|
+
"filePath": "../agents/specialized/healthcare-marketing-compliance.md",
|
|
4050
4050
|
"keywords": [
|
|
4051
4051
|
"expert",
|
|
4052
4052
|
"healthcare",
|
|
@@ -4075,7 +4075,7 @@
|
|
|
4075
4075
|
"name": "Identity Graph Operator",
|
|
4076
4076
|
"description": "Operates a shared identity graph that multiple AI agents resolve against. Ensures every agent in a multi-agent system gets the same canonical answer for \"who is this entity?\" - deterministically, even under concurrent writes.",
|
|
4077
4077
|
"category": "specialized",
|
|
4078
|
-
"filePath": "
|
|
4078
|
+
"filePath": "../agents/specialized/identity-graph-operator.md",
|
|
4079
4079
|
"keywords": [
|
|
4080
4080
|
"operates",
|
|
4081
4081
|
"shared",
|
|
@@ -4104,7 +4104,7 @@
|
|
|
4104
4104
|
"name": "LSP/Index Engineer",
|
|
4105
4105
|
"description": "Language Server Protocol specialist building unified code intelligence systems through LSP client orchestration and semantic indexing",
|
|
4106
4106
|
"category": "specialized",
|
|
4107
|
-
"filePath": "
|
|
4107
|
+
"filePath": "../agents/specialized/lsp-index-engineer.md",
|
|
4108
4108
|
"keywords": [
|
|
4109
4109
|
"language",
|
|
4110
4110
|
"server",
|
|
@@ -4127,7 +4127,7 @@
|
|
|
4127
4127
|
"name": "mobile-dev",
|
|
4128
4128
|
"description": "Expert agent for React Native mobile application development across iOS and Android",
|
|
4129
4129
|
"category": "specialized",
|
|
4130
|
-
"filePath": "
|
|
4130
|
+
"filePath": "../agents/specialized/mobile/spec-mobile-react-native.md",
|
|
4131
4131
|
"keywords": [
|
|
4132
4132
|
"expert",
|
|
4133
4133
|
"agent",
|
|
@@ -4143,9 +4143,9 @@
|
|
|
4143
4143
|
{
|
|
4144
4144
|
"slug": "recruitment-specialist",
|
|
4145
4145
|
"name": "Recruitment Specialist",
|
|
4146
|
-
"description": "Expert recruitment operations and talent acquisition specialist
|
|
4146
|
+
"description": "Expert recruitment operations and talent acquisition specialist \u2014 skilled in China's major hiring platforms, talent assessment frameworks, and labor law compliance. Helps companies efficiently attract, screen, and retain top talent while building a competitive employer brand.",
|
|
4147
4147
|
"category": "specialized",
|
|
4148
|
-
"filePath": "
|
|
4148
|
+
"filePath": "../agents/specialized/recruitment-specialist.md",
|
|
4149
4149
|
"keywords": [
|
|
4150
4150
|
"expert",
|
|
4151
4151
|
"recruitment",
|
|
@@ -4174,7 +4174,7 @@
|
|
|
4174
4174
|
"name": "Report Distribution Agent",
|
|
4175
4175
|
"description": "AI agent that automates distribution of consolidated sales reports to representatives based on territorial parameters",
|
|
4176
4176
|
"category": "specialized",
|
|
4177
|
-
"filePath": "
|
|
4177
|
+
"filePath": "../agents/specialized/report-distribution-agent.md",
|
|
4178
4178
|
"keywords": [
|
|
4179
4179
|
"agent",
|
|
4180
4180
|
"automates",
|
|
@@ -4193,7 +4193,7 @@
|
|
|
4193
4193
|
"name": "Sales Data Extraction Agent",
|
|
4194
4194
|
"description": "AI agent specialized in monitoring Excel files and extracting key sales metrics (MTD, YTD, Year End) for internal live reporting",
|
|
4195
4195
|
"category": "specialized",
|
|
4196
|
-
"filePath": "
|
|
4196
|
+
"filePath": "../agents/specialized/sales-data-extraction-agent.md",
|
|
4197
4197
|
"keywords": [
|
|
4198
4198
|
"agent",
|
|
4199
4199
|
"specialized",
|
|
@@ -4214,7 +4214,7 @@
|
|
|
4214
4214
|
"name": "Cultural Intelligence Strategist",
|
|
4215
4215
|
"description": "CQ specialist that detects invisible exclusion, researches global context, and ensures software resonates authentically across intersectional identities.",
|
|
4216
4216
|
"category": "specialized",
|
|
4217
|
-
"filePath": "
|
|
4217
|
+
"filePath": "../agents/specialized/specialized-cultural-intelligence-strategist.md",
|
|
4218
4218
|
"keywords": [
|
|
4219
4219
|
"specialist",
|
|
4220
4220
|
"detects",
|
|
@@ -4237,7 +4237,7 @@
|
|
|
4237
4237
|
"name": "Developer Advocate",
|
|
4238
4238
|
"description": "Expert developer advocate specializing in building developer communities, creating compelling technical content, optimizing developer experience (DX), and driving platform adoption through authentic engineering engagement. Bridges product and engineering teams with external developers.",
|
|
4239
4239
|
"category": "specialized",
|
|
4240
|
-
"filePath": "
|
|
4240
|
+
"filePath": "../agents/specialized/specialized-developer-advocate.md",
|
|
4241
4241
|
"keywords": [
|
|
4242
4242
|
"expert",
|
|
4243
4243
|
"developer",
|
|
@@ -4266,7 +4266,7 @@
|
|
|
4266
4266
|
"name": "Document Generator",
|
|
4267
4267
|
"description": "Expert document creation specialist who generates professional PDF, PPTX, DOCX, and XLSX files using code-based approaches with proper formatting, charts, and data visualization.",
|
|
4268
4268
|
"category": "specialized",
|
|
4269
|
-
"filePath": "
|
|
4269
|
+
"filePath": "../agents/specialized/specialized-document-generator.md",
|
|
4270
4270
|
"keywords": [
|
|
4271
4271
|
"expert",
|
|
4272
4272
|
"document",
|
|
@@ -4292,9 +4292,9 @@
|
|
|
4292
4292
|
{
|
|
4293
4293
|
"slug": "french-consulting-market-navigator",
|
|
4294
4294
|
"name": "French Consulting Market Navigator",
|
|
4295
|
-
"description": "Navigate the French ESN/SI freelance ecosystem
|
|
4295
|
+
"description": "Navigate the French ESN/SI freelance ecosystem \u2014 margin models, platform mechanics (Malt, collective.work), portage salarial, rate positioning, and payment cycle realities",
|
|
4296
4296
|
"category": "specialized",
|
|
4297
|
-
"filePath": "
|
|
4297
|
+
"filePath": "../agents/specialized/specialized-french-consulting-market.md",
|
|
4298
4298
|
"keywords": [
|
|
4299
4299
|
"navigate",
|
|
4300
4300
|
"french",
|
|
@@ -4319,9 +4319,9 @@
|
|
|
4319
4319
|
{
|
|
4320
4320
|
"slug": "korean-business-navigator",
|
|
4321
4321
|
"name": "Korean Business Navigator",
|
|
4322
|
-
"description": "Korean business culture for foreign professionals
|
|
4322
|
+
"description": "Korean business culture for foreign professionals \u2014 \ud488\uc758 decision process, nunchi reading, KakaoTalk business etiquette, hierarchy navigation, and relationship-first deal mechanics",
|
|
4323
4323
|
"category": "specialized",
|
|
4324
|
-
"filePath": "
|
|
4324
|
+
"filePath": "../agents/specialized/specialized-korean-business-navigator.md",
|
|
4325
4325
|
"keywords": [
|
|
4326
4326
|
"korean",
|
|
4327
4327
|
"business",
|
|
@@ -4347,7 +4347,7 @@
|
|
|
4347
4347
|
"name": "MCP Builder",
|
|
4348
4348
|
"description": "Expert Model Context Protocol developer who designs, builds, and tests MCP servers that extend AI agent capabilities with custom tools, resources, and prompts.",
|
|
4349
4349
|
"category": "specialized",
|
|
4350
|
-
"filePath": "
|
|
4350
|
+
"filePath": "../agents/specialized/specialized-mcp-builder.md",
|
|
4351
4351
|
"keywords": [
|
|
4352
4352
|
"expert",
|
|
4353
4353
|
"model",
|
|
@@ -4372,7 +4372,7 @@
|
|
|
4372
4372
|
"name": "Model QA Specialist",
|
|
4373
4373
|
"description": "Independent model QA expert who audits ML and statistical models end-to-end - from documentation review and data reconstruction to replication, calibration testing, interpretability analysis, performance monitoring, and audit-grade reporting.",
|
|
4374
4374
|
"category": "specialized",
|
|
4375
|
-
"filePath": "
|
|
4375
|
+
"filePath": "../agents/specialized/specialized-model-qa.md",
|
|
4376
4376
|
"keywords": [
|
|
4377
4377
|
"independent",
|
|
4378
4378
|
"model",
|
|
@@ -4399,9 +4399,9 @@
|
|
|
4399
4399
|
{
|
|
4400
4400
|
"slug": "salesforce-architect",
|
|
4401
4401
|
"name": "Salesforce Architect",
|
|
4402
|
-
"description": "Solution architecture for Salesforce platform
|
|
4402
|
+
"description": "Solution architecture for Salesforce platform \u2014 multi-cloud design, integration patterns, governor limits, deployment strategy, and data model governance for enterprise-scale orgs",
|
|
4403
4403
|
"category": "specialized",
|
|
4404
|
-
"filePath": "
|
|
4404
|
+
"filePath": "../agents/specialized/specialized-salesforce-architect.md",
|
|
4405
4405
|
"keywords": [
|
|
4406
4406
|
"solution",
|
|
4407
4407
|
"architecture",
|
|
@@ -4427,9 +4427,9 @@
|
|
|
4427
4427
|
{
|
|
4428
4428
|
"slug": "workflow-architect",
|
|
4429
4429
|
"name": "Workflow Architect",
|
|
4430
|
-
"description": "Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interaction
|
|
4430
|
+
"description": "Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interaction \u2014 covering happy paths, all branch conditions, failure modes, recovery paths, handoff contracts, and observable states to produce build-ready specs that agents can implement against and QA can test against.",
|
|
4431
4431
|
"category": "specialized",
|
|
4432
|
-
"filePath": "
|
|
4432
|
+
"filePath": "../agents/specialized/specialized-workflow-architect.md",
|
|
4433
4433
|
"keywords": [
|
|
4434
4434
|
"workflow",
|
|
4435
4435
|
"design",
|
|
@@ -4456,9 +4456,9 @@
|
|
|
4456
4456
|
{
|
|
4457
4457
|
"slug": "study-abroad-advisor",
|
|
4458
4458
|
"name": "Study Abroad Advisor",
|
|
4459
|
-
"description": "Full-spectrum study abroad planning expert covering the US, UK, Canada, Australia, Europe, Hong Kong, and Singapore
|
|
4459
|
+
"description": "Full-spectrum study abroad planning expert covering the US, UK, Canada, Australia, Europe, Hong Kong, and Singapore \u2014 proficient in undergraduate, master's, and PhD application strategy, school selection, essay coaching, profile enhancement, standardized test planning, visa preparation, and overseas life adaptation, helping Chinese students craft personalized end-to-end study abroad plans.",
|
|
4460
4460
|
"category": "specialized",
|
|
4461
|
-
"filePath": "
|
|
4461
|
+
"filePath": "../agents/specialized/study-abroad-advisor.md",
|
|
4462
4462
|
"keywords": [
|
|
4463
4463
|
"full",
|
|
4464
4464
|
"spectrum",
|
|
@@ -4485,9 +4485,9 @@
|
|
|
4485
4485
|
{
|
|
4486
4486
|
"slug": "supply-chain-strategist",
|
|
4487
4487
|
"name": "Supply Chain Strategist",
|
|
4488
|
-
"description": "Expert supply chain management and procurement strategy specialist
|
|
4488
|
+
"description": "Expert supply chain management and procurement strategy specialist \u2014 skilled in supplier development, strategic sourcing, quality control, and supply chain digitalization. Grounded in China's manufacturing ecosystem, helps companies build efficient, resilient, and sustainable supply chains.",
|
|
4489
4489
|
"category": "specialized",
|
|
4490
|
-
"filePath": "
|
|
4490
|
+
"filePath": "../agents/specialized/supply-chain-strategist.md",
|
|
4491
4491
|
"keywords": [
|
|
4492
4492
|
"expert",
|
|
4493
4493
|
"supply",
|
|
@@ -4514,9 +4514,9 @@
|
|
|
4514
4514
|
{
|
|
4515
4515
|
"slug": "zk-steward",
|
|
4516
4516
|
"name": "ZK Steward",
|
|
4517
|
-
"description": "Zettelkasten knowledge-base steward (note-taking system, NOT zero-knowledge cryptography). Manages interconnected atomic notes in Luhmann's slip-box style; switches perspective to domain experts (Feynman, Munger, Ogilvy) by task. Use for personal knowledge management, note linking, complex task breakdown, and cross-domain decision support. For zero-knowledge proofs or ZK cryptography, use zk-steward is WRONG
|
|
4517
|
+
"description": "Zettelkasten knowledge-base steward (note-taking system, NOT zero-knowledge cryptography). Manages interconnected atomic notes in Luhmann's slip-box style; switches perspective to domain experts (Feynman, Munger, Ogilvy) by task. Use for personal knowledge management, note linking, complex task breakdown, and cross-domain decision support. For zero-knowledge proofs or ZK cryptography, use zk-steward is WRONG \u2014 use security-architect instead.",
|
|
4518
4518
|
"category": "specialized",
|
|
4519
|
-
"filePath": "
|
|
4519
|
+
"filePath": "../agents/specialized/zk-steward.md",
|
|
4520
4520
|
"keywords": [
|
|
4521
4521
|
"zettelkasten",
|
|
4522
4522
|
"knowledge",
|
|
@@ -4545,7 +4545,7 @@
|
|
|
4545
4545
|
"name": "consensus-coordinator",
|
|
4546
4546
|
"description": "Distributed consensus agent that uses sublinear solvers for fast agreement protocols in multi-agent systems. Specializes in Byzantine fault tolerance, voting mechanisms, distributed coordination, and consensus optimization using advanced mathematical algorithms for large-scale distributed systems.",
|
|
4547
4547
|
"category": "sublinear",
|
|
4548
|
-
"filePath": "
|
|
4548
|
+
"filePath": "../agents/sublinear/consensus-coordinator.md",
|
|
4549
4549
|
"keywords": [
|
|
4550
4550
|
"distributed",
|
|
4551
4551
|
"consensus",
|
|
@@ -4574,7 +4574,7 @@
|
|
|
4574
4574
|
"name": "matrix-optimizer",
|
|
4575
4575
|
"description": "Expert agent for matrix analysis and optimization using sublinear algorithms. Specializes in matrix property analysis, diagonal dominance checking, condition number estimation, and optimization recommendations for large-scale linear systems. Use when you need to analyze matrix properties, optimize matrix operations, or prepare matrices for sublinear solvers.",
|
|
4576
4576
|
"category": "sublinear",
|
|
4577
|
-
"filePath": "
|
|
4577
|
+
"filePath": "../agents/sublinear/matrix-optimizer.md",
|
|
4578
4578
|
"keywords": [
|
|
4579
4579
|
"expert",
|
|
4580
4580
|
"agent",
|
|
@@ -4603,7 +4603,7 @@
|
|
|
4603
4603
|
"name": "pagerank-analyzer",
|
|
4604
4604
|
"description": "Expert agent for graph analysis and PageRank calculations using sublinear algorithms. Specializes in network optimization, influence analysis, swarm topology optimization, and large-scale graph computations. Use for social network analysis, web graph analysis, recommendation systems, and distributed system topology design.",
|
|
4605
4605
|
"category": "sublinear",
|
|
4606
|
-
"filePath": "
|
|
4606
|
+
"filePath": "../agents/sublinear/pagerank-analyzer.md",
|
|
4607
4607
|
"keywords": [
|
|
4608
4608
|
"expert",
|
|
4609
4609
|
"agent",
|
|
@@ -4632,7 +4632,7 @@
|
|
|
4632
4632
|
"name": "performance-optimizer",
|
|
4633
4633
|
"description": "System performance optimization agent that identifies bottlenecks and optimizes resource allocation using sublinear algorithms. Specializes in computational performance analysis, system optimization, resource management, and efficiency maximization across distributed systems and cloud infrastructure.",
|
|
4634
4634
|
"category": "sublinear",
|
|
4635
|
-
"filePath": "
|
|
4635
|
+
"filePath": "../agents/sublinear/performance-optimizer.md",
|
|
4636
4636
|
"keywords": [
|
|
4637
4637
|
"system",
|
|
4638
4638
|
"performance",
|
|
@@ -4661,7 +4661,7 @@
|
|
|
4661
4661
|
"name": "trading-predictor",
|
|
4662
4662
|
"description": "Advanced financial trading agent that leverages temporal advantage calculations to predict and execute trades before market data arrives. Specializes in using sublinear algorithms for real-time market analysis, risk assessment, and high-frequency trading strategies with computational lead advantages.",
|
|
4663
4663
|
"category": "sublinear",
|
|
4664
|
-
"filePath": "
|
|
4664
|
+
"filePath": "../agents/sublinear/trading-predictor.md",
|
|
4665
4665
|
"keywords": [
|
|
4666
4666
|
"advanced",
|
|
4667
4667
|
"financial",
|
|
@@ -4690,7 +4690,7 @@
|
|
|
4690
4690
|
"name": "Analytics Reporter",
|
|
4691
4691
|
"description": "Expert data analyst transforming raw data into actionable business insights. Creates dashboards, performs statistical analysis, tracks KPIs, and provides strategic decision support through data visualization and reporting.",
|
|
4692
4692
|
"category": "support",
|
|
4693
|
-
"filePath": "
|
|
4693
|
+
"filePath": "../agents/support/support-analytics-reporter.md",
|
|
4694
4694
|
"keywords": [
|
|
4695
4695
|
"expert",
|
|
4696
4696
|
"data",
|
|
@@ -4719,7 +4719,7 @@
|
|
|
4719
4719
|
"name": "Executive Summary Generator",
|
|
4720
4720
|
"description": "Consultant-grade AI specialist trained to think and communicate like a senior strategy consultant. Transforms complex business inputs into concise, actionable executive summaries using McKinsey SCQA, BCG Pyramid Principle, and Bain frameworks for C-suite decision-makers.",
|
|
4721
4721
|
"category": "support",
|
|
4722
|
-
"filePath": "
|
|
4722
|
+
"filePath": "../agents/support/support-executive-summary-generator.md",
|
|
4723
4723
|
"keywords": [
|
|
4724
4724
|
"consultant",
|
|
4725
4725
|
"grade",
|
|
@@ -4748,7 +4748,7 @@
|
|
|
4748
4748
|
"name": "Finance Tracker",
|
|
4749
4749
|
"description": "Expert financial analyst and controller specializing in financial planning, budget management, and business performance analysis. Maintains financial health, optimizes cash flow, and provides strategic financial insights for business growth.",
|
|
4750
4750
|
"category": "support",
|
|
4751
|
-
"filePath": "
|
|
4751
|
+
"filePath": "../agents/support/support-finance-tracker.md",
|
|
4752
4752
|
"keywords": [
|
|
4753
4753
|
"expert",
|
|
4754
4754
|
"financial",
|
|
@@ -4777,7 +4777,7 @@
|
|
|
4777
4777
|
"name": "Infrastructure Maintainer",
|
|
4778
4778
|
"description": "Expert infrastructure specialist focused on system reliability, performance optimization, and technical operations management. Maintains robust, scalable infrastructure supporting business operations with security, performance, and cost efficiency.",
|
|
4779
4779
|
"category": "support",
|
|
4780
|
-
"filePath": "
|
|
4780
|
+
"filePath": "../agents/support/support-infrastructure-maintainer.md",
|
|
4781
4781
|
"keywords": [
|
|
4782
4782
|
"expert",
|
|
4783
4783
|
"infrastructure",
|
|
@@ -4805,7 +4805,7 @@
|
|
|
4805
4805
|
"name": "Legal Compliance Checker",
|
|
4806
4806
|
"description": "Expert legal and compliance specialist ensuring business operations, data handling, and content creation comply with relevant laws, regulations, and industry standards across multiple jurisdictions.",
|
|
4807
4807
|
"category": "support",
|
|
4808
|
-
"filePath": "
|
|
4808
|
+
"filePath": "../agents/support/support-legal-compliance-checker.md",
|
|
4809
4809
|
"keywords": [
|
|
4810
4810
|
"expert",
|
|
4811
4811
|
"legal",
|
|
@@ -4834,7 +4834,7 @@
|
|
|
4834
4834
|
"name": "Support Responder",
|
|
4835
4835
|
"description": "Expert customer support specialist delivering exceptional customer service, issue resolution, and user experience optimization. Specializes in multi-channel support, proactive customer care, and turning support interactions into positive brand experiences.",
|
|
4836
4836
|
"category": "support",
|
|
4837
|
-
"filePath": "
|
|
4837
|
+
"filePath": "../agents/support/support-support-responder.md",
|
|
4838
4838
|
"keywords": [
|
|
4839
4839
|
"expert",
|
|
4840
4840
|
"customer",
|
|
@@ -4863,7 +4863,7 @@
|
|
|
4863
4863
|
"name": "adaptive-coordinator",
|
|
4864
4864
|
"description": "Dynamic topology switching coordinator with self-organizing swarm patterns and real-time optimization",
|
|
4865
4865
|
"category": "swarm",
|
|
4866
|
-
"filePath": "
|
|
4866
|
+
"filePath": "../agents/swarm/adaptive-coordinator.md",
|
|
4867
4867
|
"keywords": [
|
|
4868
4868
|
"dynamic",
|
|
4869
4869
|
"topology",
|
|
@@ -4883,7 +4883,7 @@
|
|
|
4883
4883
|
"name": "hierarchical-coordinator",
|
|
4884
4884
|
"description": "Queen-led hierarchical swarm coordination with specialized worker delegation",
|
|
4885
4885
|
"category": "swarm",
|
|
4886
|
-
"filePath": "
|
|
4886
|
+
"filePath": "../agents/swarm/hierarchical-coordinator.md",
|
|
4887
4887
|
"keywords": [
|
|
4888
4888
|
"queen",
|
|
4889
4889
|
"hierarchical",
|
|
@@ -4899,7 +4899,7 @@
|
|
|
4899
4899
|
"name": "mesh-coordinator",
|
|
4900
4900
|
"description": "Peer-to-peer mesh network swarm with distributed decision making and fault tolerance",
|
|
4901
4901
|
"category": "swarm",
|
|
4902
|
-
"filePath": "
|
|
4902
|
+
"filePath": "../agents/swarm/mesh-coordinator.md",
|
|
4903
4903
|
"keywords": [
|
|
4904
4904
|
"peer",
|
|
4905
4905
|
"mesh",
|
|
@@ -4917,7 +4917,7 @@
|
|
|
4917
4917
|
"name": "production-validator",
|
|
4918
4918
|
"description": "Production validation specialist ensuring applications are fully implemented and deployment-ready",
|
|
4919
4919
|
"category": "testing",
|
|
4920
|
-
"filePath": "
|
|
4920
|
+
"filePath": "../agents/testing/production-validator.md",
|
|
4921
4921
|
"keywords": [
|
|
4922
4922
|
"production",
|
|
4923
4923
|
"validation",
|
|
@@ -4935,7 +4935,7 @@
|
|
|
4935
4935
|
"name": "tdd-london-swarm",
|
|
4936
4936
|
"description": "TDD London School specialist for mock-driven development within swarm coordination",
|
|
4937
4937
|
"category": "testing",
|
|
4938
|
-
"filePath": "
|
|
4938
|
+
"filePath": "../agents/testing/tdd-london-swarm.md",
|
|
4939
4939
|
"keywords": [
|
|
4940
4940
|
"london",
|
|
4941
4941
|
"school",
|
|
@@ -4951,9 +4951,9 @@
|
|
|
4951
4951
|
{
|
|
4952
4952
|
"slug": "accessibility-auditor",
|
|
4953
4953
|
"name": "Accessibility Auditor",
|
|
4954
|
-
"description": "Expert accessibility specialist who audits interfaces against WCAG standards, tests with assistive technologies, and ensures inclusive design. Defaults to finding barriers
|
|
4954
|
+
"description": "Expert accessibility specialist who audits interfaces against WCAG standards, tests with assistive technologies, and ensures inclusive design. Defaults to finding barriers \u2014 if it's not tested with a screen reader, it's not accessible.",
|
|
4955
4955
|
"category": "testing",
|
|
4956
|
-
"filePath": "
|
|
4956
|
+
"filePath": "../agents/testing/testing-accessibility-auditor.md",
|
|
4957
4957
|
"keywords": [
|
|
4958
4958
|
"expert",
|
|
4959
4959
|
"accessibility",
|
|
@@ -4982,7 +4982,7 @@
|
|
|
4982
4982
|
"name": "API Tester",
|
|
4983
4983
|
"description": "Expert API testing specialist focused on comprehensive API validation, performance testing, and quality assurance across all systems and third-party integrations",
|
|
4984
4984
|
"category": "testing",
|
|
4985
|
-
"filePath": "
|
|
4985
|
+
"filePath": "../agents/testing/testing-api-tester.md",
|
|
4986
4986
|
"keywords": [
|
|
4987
4987
|
"expert",
|
|
4988
4988
|
"testing",
|
|
@@ -5005,7 +5005,7 @@
|
|
|
5005
5005
|
"name": "Evidence Collector",
|
|
5006
5006
|
"description": "Screenshot-obsessed, fantasy-allergic QA specialist - Default to finding 3-5 issues, requires visual proof for everything",
|
|
5007
5007
|
"category": "testing",
|
|
5008
|
-
"filePath": "
|
|
5008
|
+
"filePath": "../agents/testing/testing-evidence-collector.md",
|
|
5009
5009
|
"keywords": [
|
|
5010
5010
|
"screenshot",
|
|
5011
5011
|
"obsessed",
|
|
@@ -5026,7 +5026,7 @@
|
|
|
5026
5026
|
"name": "Performance Benchmarker",
|
|
5027
5027
|
"description": "Expert performance testing and optimization specialist focused on measuring, analyzing, and improving system performance across all applications and infrastructure",
|
|
5028
5028
|
"category": "testing",
|
|
5029
|
-
"filePath": "
|
|
5029
|
+
"filePath": "../agents/testing/testing-performance-benchmarker.md",
|
|
5030
5030
|
"keywords": [
|
|
5031
5031
|
"expert",
|
|
5032
5032
|
"performance",
|
|
@@ -5048,7 +5048,7 @@
|
|
|
5048
5048
|
"name": "Reality Checker",
|
|
5049
5049
|
"description": "Stops fantasy approvals, evidence-based certification - Default to \"NEEDS WORK\", requires overwhelming proof for production readiness",
|
|
5050
5050
|
"category": "testing",
|
|
5051
|
-
"filePath": "
|
|
5051
|
+
"filePath": "../agents/testing/testing-reality-checker.md",
|
|
5052
5052
|
"keywords": [
|
|
5053
5053
|
"stops",
|
|
5054
5054
|
"fantasy",
|
|
@@ -5071,7 +5071,7 @@
|
|
|
5071
5071
|
"name": "Test Results Analyzer",
|
|
5072
5072
|
"description": "Expert test analysis specialist focused on comprehensive test result evaluation, quality metrics analysis, and actionable insight generation from testing activities",
|
|
5073
5073
|
"category": "testing",
|
|
5074
|
-
"filePath": "
|
|
5074
|
+
"filePath": "../agents/testing/testing-test-results-analyzer.md",
|
|
5075
5075
|
"keywords": [
|
|
5076
5076
|
"expert",
|
|
5077
5077
|
"test",
|
|
@@ -5095,7 +5095,7 @@
|
|
|
5095
5095
|
"name": "Tool Evaluator",
|
|
5096
5096
|
"description": "Expert technology assessment specialist focused on evaluating, testing, and recommending tools, software, and platforms for business use and productivity optimization",
|
|
5097
5097
|
"category": "testing",
|
|
5098
|
-
"filePath": "
|
|
5098
|
+
"filePath": "../agents/testing/testing-tool-evaluator.md",
|
|
5099
5099
|
"keywords": [
|
|
5100
5100
|
"expert",
|
|
5101
5101
|
"technology",
|
|
@@ -5118,7 +5118,7 @@
|
|
|
5118
5118
|
"name": "Workflow Optimizer",
|
|
5119
5119
|
"description": "Expert process improvement specialist focused on analyzing, optimizing, and automating workflows across all business functions for maximum productivity and efficiency",
|
|
5120
5120
|
"category": "testing",
|
|
5121
|
-
"filePath": "
|
|
5121
|
+
"filePath": "../agents/testing/testing-workflow-optimizer.md",
|
|
5122
5122
|
"keywords": [
|
|
5123
5123
|
"expert",
|
|
5124
5124
|
"process",
|
|
@@ -5138,4 +5138,4 @@
|
|
|
5138
5138
|
]
|
|
5139
5139
|
}
|
|
5140
5140
|
]
|
|
5141
|
-
}
|
|
5141
|
+
}
|