agentscamp 0.1.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.
Files changed (121) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +64 -0
  3. package/content/agents/accessibility-auditor.md +66 -0
  4. package/content/agents/agent-architect.md +65 -0
  5. package/content/agents/agent-reliability-reviewer.md +40 -0
  6. package/content/agents/agent-tool-integration-engineer.md +38 -0
  7. package/content/agents/api-architect.md +84 -0
  8. package/content/agents/backend-developer.md +92 -0
  9. package/content/agents/browser-agent-engineer.md +37 -0
  10. package/content/agents/cloud-architect.md +72 -0
  11. package/content/agents/code-reviewer.md +69 -0
  12. package/content/agents/data-engineer.md +67 -0
  13. package/content/agents/data-scientist.md +79 -0
  14. package/content/agents/debugger.md +89 -0
  15. package/content/agents/dependency-manager.md +64 -0
  16. package/content/agents/devops-engineer.md +94 -0
  17. package/content/agents/documentation-engineer.md +52 -0
  18. package/content/agents/finetuning-engineer.md +43 -0
  19. package/content/agents/frontend-developer.md +78 -0
  20. package/content/agents/git-github-expert.md +66 -0
  21. package/content/agents/golang-pro.md +72 -0
  22. package/content/agents/graphql-architect.md +85 -0
  23. package/content/agents/kubernetes-specialist.md +87 -0
  24. package/content/agents/llm-cost-optimizer.md +39 -0
  25. package/content/agents/llm-evaluation-engineer.md +42 -0
  26. package/content/agents/llm-inference-engineer.md +42 -0
  27. package/content/agents/llm-integration-engineer.md +39 -0
  28. package/content/agents/llm-observability-engineer.md +41 -0
  29. package/content/agents/mcp-server-engineer.md +43 -0
  30. package/content/agents/ml-engineer.md +67 -0
  31. package/content/agents/mobile-developer.md +89 -0
  32. package/content/agents/performance-engineer.md +79 -0
  33. package/content/agents/postgres-migration-engineer.md +42 -0
  34. package/content/agents/prompt-engineer.md +58 -0
  35. package/content/agents/prompt-injection-auditor.md +42 -0
  36. package/content/agents/python-pro.md +77 -0
  37. package/content/agents/rag-pipeline-engineer.md +42 -0
  38. package/content/agents/react-specialist.md +83 -0
  39. package/content/agents/refactoring-specialist.md +78 -0
  40. package/content/agents/retrieval-engineer.md +41 -0
  41. package/content/agents/rust-pro.md +89 -0
  42. package/content/agents/security-auditor.md +78 -0
  43. package/content/agents/sql-pro.md +53 -0
  44. package/content/agents/sre-engineer.md +66 -0
  45. package/content/agents/system-architect.md +77 -0
  46. package/content/agents/terraform-specialist.md +73 -0
  47. package/content/agents/test-engineer.md +79 -0
  48. package/content/agents/typescript-pro.md +82 -0
  49. package/content/agents/vector-search-engineer.md +43 -0
  50. package/content/agents/voice-agent-engineer.md +38 -0
  51. package/content/agents/workflow-orchestrator.md +70 -0
  52. package/content/commands/add-docstrings.md +92 -0
  53. package/content/commands/add-human-approval.md +40 -0
  54. package/content/commands/add-mcp-server.md +50 -0
  55. package/content/commands/add-streaming-endpoint.md +34 -0
  56. package/content/commands/benchmark-rerankers.md +44 -0
  57. package/content/commands/breakdown-task.md +86 -0
  58. package/content/commands/commit.md +117 -0
  59. package/content/commands/create-pr.md +109 -0
  60. package/content/commands/db-migrate.md +47 -0
  61. package/content/commands/explain-code.md +71 -0
  62. package/content/commands/explain-error.md +98 -0
  63. package/content/commands/extract-function.md +107 -0
  64. package/content/commands/find-bug.md +93 -0
  65. package/content/commands/fix-failing-test.md +106 -0
  66. package/content/commands/new-component.md +119 -0
  67. package/content/commands/plan-feature.md +71 -0
  68. package/content/commands/profile-postgres-queries.md +41 -0
  69. package/content/commands/red-team-llm.md +45 -0
  70. package/content/commands/refactor.md +82 -0
  71. package/content/commands/review-pr.md +101 -0
  72. package/content/commands/run-evals.md +34 -0
  73. package/content/commands/scaffold-pgvector-schema.md +42 -0
  74. package/content/commands/scaffold-vllm-config.md +44 -0
  75. package/content/commands/security-scan.md +129 -0
  76. package/content/commands/set-perf-budget.md +47 -0
  77. package/content/commands/setup-claude-ci.md +60 -0
  78. package/content/commands/sync-branch.md +138 -0
  79. package/content/commands/update-readme.md +108 -0
  80. package/content/commands/write-tests.md +81 -0
  81. package/content/manifest.json +1709 -0
  82. package/content/skills/adr-writer.md +90 -0
  83. package/content/skills/branch-rebaser.md +86 -0
  84. package/content/skills/bundle-analyzer.md +77 -0
  85. package/content/skills/changelog-from-prs.md +81 -0
  86. package/content/skills/chunking-strategy-optimizer.md +34 -0
  87. package/content/skills/claude-settings-auditor.md +38 -0
  88. package/content/skills/conventional-commits.md +80 -0
  89. package/content/skills/coverage-gap-finder.md +72 -0
  90. package/content/skills/dead-code-finder.md +65 -0
  91. package/content/skills/dependency-audit.md +64 -0
  92. package/content/skills/embedding-index-tuner.md +34 -0
  93. package/content/skills/embedding-set-inspector.md +34 -0
  94. package/content/skills/finetune-dataset-builder.md +33 -0
  95. package/content/skills/graphrag-scaffolder.md +39 -0
  96. package/content/skills/hook-writer.md +39 -0
  97. package/content/skills/human-in-the-loop-gate.md +33 -0
  98. package/content/skills/llm-as-judge-scorer.md +33 -0
  99. package/content/skills/llm-eval-suite-scaffolder.md +30 -0
  100. package/content/skills/llm-guardrails-designer.md +33 -0
  101. package/content/skills/llm-output-schema-generator.md +32 -0
  102. package/content/skills/mcp-server-scaffolder.md +33 -0
  103. package/content/skills/mock-data-factory.md +75 -0
  104. package/content/skills/multimodal-document-extractor.md +39 -0
  105. package/content/skills/openapi-doc-writer.md +88 -0
  106. package/content/skills/plugin-scaffolder.md +38 -0
  107. package/content/skills/postgres-index-strategist.md +38 -0
  108. package/content/skills/pr-description.md +87 -0
  109. package/content/skills/prompt-cache-optimizer.md +34 -0
  110. package/content/skills/prompt-optimizer.md +40 -0
  111. package/content/skills/prompt-pii-redactor.md +33 -0
  112. package/content/skills/provider-fallback-wrapper.md +33 -0
  113. package/content/skills/qlora-finetune-runner.md +33 -0
  114. package/content/skills/readme-generator.md +84 -0
  115. package/content/skills/secret-scanner.md +65 -0
  116. package/content/skills/sql-optimizer.md +77 -0
  117. package/content/skills/test-scaffolder.md +74 -0
  118. package/content/skills/tool-definition-generator.md +33 -0
  119. package/content/skills/web-research-pipeline.md +39 -0
  120. package/dist/index.js +384 -0
  121. package/package.json +44 -0
@@ -0,0 +1,1709 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "generatedAt": "2026-06-12T21:04:12.517Z",
4
+ "counts": {
5
+ "agents": 49,
6
+ "skills": 38,
7
+ "commands": 29
8
+ },
9
+ "items": [
10
+ {
11
+ "id": "agents/accessibility-auditor",
12
+ "type": "agent",
13
+ "slug": "accessibility-auditor",
14
+ "category": "quality-security",
15
+ "title": "Accessibility Auditor",
16
+ "description": "Use this agent to audit web UI against WCAG 2.2 AA — semantics, keyboard, ARIA, contrast, forms, and motion. Examples — auditing a new component for keyboard traps, checking a form for accessible errors, running a pre-ship a11y pass on a page.",
17
+ "topics": [
18
+ "review-qa"
19
+ ],
20
+ "model": "sonnet",
21
+ "file": "agents/accessibility-auditor.md",
22
+ "installAs": "agents/accessibility-auditor.md",
23
+ "url": "https://agentscamp.com/agents/quality-security/accessibility-auditor"
24
+ },
25
+ {
26
+ "id": "agents/agent-architect",
27
+ "type": "agent",
28
+ "slug": "agent-architect",
29
+ "category": "meta-orchestration",
30
+ "title": "Agent Architect",
31
+ "description": "Use this agent to design a new Claude Code subagent or review an existing one — scoping, description, toolset, model, and output contract. Examples — \"design an agent that triages flaky tests\", \"review my code-reviewer agent for scope creep\", \"why won't Claude auto-delegate to my agent?\".",
32
+ "topics": [
33
+ "workflow-prompting",
34
+ "architecture"
35
+ ],
36
+ "model": "opus",
37
+ "file": "agents/agent-architect.md",
38
+ "installAs": "agents/agent-architect.md",
39
+ "url": "https://agentscamp.com/agents/meta-orchestration/agent-architect"
40
+ },
41
+ {
42
+ "id": "agents/agent-reliability-reviewer",
43
+ "type": "agent",
44
+ "slug": "agent-reliability-reviewer",
45
+ "category": "meta-orchestration",
46
+ "title": "Agent Reliability Reviewer",
47
+ "description": "Use this agent to make an AI agent production-ready — reviewing its loops, cost controls, error handling, tool use, human-in-the-loop gates, checkpointing, and observability, then reporting concrete failure modes and fixes. Examples — \"is our agent safe to ship?\", \"our agent loops forever / burns tokens, harden it\", \"add guardrails and recovery before we put this agent in front of users\".",
48
+ "topics": [
49
+ "ai-agents-systems"
50
+ ],
51
+ "model": "sonnet",
52
+ "file": "agents/agent-reliability-reviewer.md",
53
+ "installAs": "agents/agent-reliability-reviewer.md",
54
+ "url": "https://agentscamp.com/agents/meta-orchestration/agent-reliability-reviewer"
55
+ },
56
+ {
57
+ "id": "agents/agent-tool-integration-engineer",
58
+ "type": "agent",
59
+ "slug": "agent-tool-integration-engineer",
60
+ "category": "data-ai",
61
+ "title": "Agent Tool Integration Engineer",
62
+ "description": "Use this agent to wire tools and function-calling into an agent loop reliably — clean tool schemas, errors fed back as observations, retries with limits, idempotency, and parallel calls. Examples — \"connect our APIs as agent tools\", \"our agent calls tools wrong / ignores tool errors\", \"add function-calling with proper error recovery to our agent\".",
63
+ "topics": [
64
+ "ai-agents-systems"
65
+ ],
66
+ "model": "sonnet",
67
+ "file": "agents/agent-tool-integration-engineer.md",
68
+ "installAs": "agents/agent-tool-integration-engineer.md",
69
+ "url": "https://agentscamp.com/agents/data-ai/agent-tool-integration-engineer"
70
+ },
71
+ {
72
+ "id": "agents/api-architect",
73
+ "type": "agent",
74
+ "slug": "api-architect",
75
+ "category": "core-development",
76
+ "title": "API Architect",
77
+ "description": "Use this agent to design APIs — resource modeling, versioning, pagination, error contracts, REST vs GraphQL. Examples — designing a public API, reviewing an API spec, planning a breaking change.",
78
+ "topics": [
79
+ "architecture"
80
+ ],
81
+ "model": "opus",
82
+ "file": "agents/api-architect.md",
83
+ "installAs": "agents/api-architect.md",
84
+ "url": "https://agentscamp.com/agents/core-development/api-architect"
85
+ },
86
+ {
87
+ "id": "agents/backend-developer",
88
+ "type": "agent",
89
+ "slug": "backend-developer",
90
+ "category": "core-development",
91
+ "title": "Backend Developer",
92
+ "description": "Use this agent to build server-side features — endpoints, business logic, data access, background jobs. Examples — a new REST/GraphQL endpoint, a queue worker, a database integration.",
93
+ "topics": [
94
+ "coding-languages"
95
+ ],
96
+ "model": "sonnet",
97
+ "file": "agents/backend-developer.md",
98
+ "installAs": "agents/backend-developer.md",
99
+ "url": "https://agentscamp.com/agents/core-development/backend-developer"
100
+ },
101
+ {
102
+ "id": "agents/browser-agent-engineer",
103
+ "type": "agent",
104
+ "slug": "browser-agent-engineer",
105
+ "category": "data-ai",
106
+ "title": "Browser Agent Engineer",
107
+ "description": "Use this agent to build, harden, or debug browser-automation agents — web tasks via Browser Use, Stagehand, Skyvern, or Playwright-based stacks. Examples: automate a portal workflow, make a flaky browser agent reliable, add verification and guardrails to web automation, choose between vision and DOM grounding.",
108
+ "topics": [
109
+ "ai-agents-systems"
110
+ ],
111
+ "model": "sonnet",
112
+ "file": "agents/browser-agent-engineer.md",
113
+ "installAs": "agents/browser-agent-engineer.md",
114
+ "url": "https://agentscamp.com/agents/data-ai/browser-agent-engineer"
115
+ },
116
+ {
117
+ "id": "agents/cloud-architect",
118
+ "type": "agent",
119
+ "slug": "cloud-architect",
120
+ "category": "infrastructure-devops",
121
+ "title": "Cloud Architect",
122
+ "description": "Use this agent to design a cloud architecture on AWS, GCP, or Azure — compute, networking, data stores, IAM, and cost trade-offs. Examples — choosing serverless vs containers for a new service, designing a multi-account network boundary, picking a database and estimating its monthly cost.",
123
+ "topics": [
124
+ "devops-infra",
125
+ "architecture"
126
+ ],
127
+ "model": "sonnet",
128
+ "file": "agents/cloud-architect.md",
129
+ "installAs": "agents/cloud-architect.md",
130
+ "url": "https://agentscamp.com/agents/infrastructure-devops/cloud-architect"
131
+ },
132
+ {
133
+ "id": "agents/code-reviewer",
134
+ "type": "agent",
135
+ "slug": "code-reviewer",
136
+ "category": "quality-security",
137
+ "title": "Code Reviewer",
138
+ "description": "Use this agent to review code changes for correctness, security, and maintainability before merging. Examples — reviewing a PR diff, auditing a new module, checking a refactor for regressions.",
139
+ "topics": [
140
+ "review-qa"
141
+ ],
142
+ "model": "sonnet",
143
+ "file": "agents/code-reviewer.md",
144
+ "installAs": "agents/code-reviewer.md",
145
+ "url": "https://agentscamp.com/agents/quality-security/code-reviewer"
146
+ },
147
+ {
148
+ "id": "agents/data-engineer",
149
+ "type": "agent",
150
+ "slug": "data-engineer",
151
+ "category": "data-ai",
152
+ "title": "Data Engineer",
153
+ "description": "Use this agent to build and maintain data pipelines — ingestion, ELT/ETL, warehouse modeling, orchestration, and data-quality tests. Examples — building an idempotent ingestion job, modeling a fact/dimension table in dbt, writing a safe backfill for a changed schema.",
154
+ "topics": [
155
+ "data-ml"
156
+ ],
157
+ "model": "sonnet",
158
+ "file": "agents/data-engineer.md",
159
+ "installAs": "agents/data-engineer.md",
160
+ "url": "https://agentscamp.com/agents/data-ai/data-engineer"
161
+ },
162
+ {
163
+ "id": "agents/data-scientist",
164
+ "type": "agent",
165
+ "slug": "data-scientist",
166
+ "category": "data-ai",
167
+ "title": "Data Scientist",
168
+ "description": "Use this agent for data analysis — exploration, statistics, SQL, and clear findings. Examples — analyzing a dataset, writing an analytical SQL query, summarizing experiment results.",
169
+ "topics": [
170
+ "data-ml"
171
+ ],
172
+ "model": "sonnet",
173
+ "file": "agents/data-scientist.md",
174
+ "installAs": "agents/data-scientist.md",
175
+ "url": "https://agentscamp.com/agents/data-ai/data-scientist"
176
+ },
177
+ {
178
+ "id": "agents/debugger",
179
+ "type": "agent",
180
+ "slug": "debugger",
181
+ "category": "quality-security",
182
+ "title": "Debugger",
183
+ "description": "Use this agent to diagnose failing tests, runtime errors, or unexpected behavior by forming and testing hypotheses. Examples — a stack trace to root-cause, a flaky test, a \"works locally but not in CI\" bug.",
184
+ "topics": [
185
+ "review-qa"
186
+ ],
187
+ "model": "sonnet",
188
+ "file": "agents/debugger.md",
189
+ "installAs": "agents/debugger.md",
190
+ "url": "https://agentscamp.com/agents/quality-security/debugger"
191
+ },
192
+ {
193
+ "id": "agents/dependency-manager",
194
+ "type": "agent",
195
+ "slug": "dependency-manager",
196
+ "category": "developer-tools",
197
+ "title": "Dependency Manager",
198
+ "description": "Use this agent to upgrade project dependencies safely — batching low-risk bumps apart from breaking majors and verifying each step. Examples — clearing months of stale packages, taking a single major version with migration notes, resolving a peer-dependency conflict.",
199
+ "topics": [
200
+ "devops-infra"
201
+ ],
202
+ "model": "sonnet",
203
+ "file": "agents/dependency-manager.md",
204
+ "installAs": "agents/dependency-manager.md",
205
+ "url": "https://agentscamp.com/agents/developer-tools/dependency-manager"
206
+ },
207
+ {
208
+ "id": "agents/devops-engineer",
209
+ "type": "agent",
210
+ "slug": "devops-engineer",
211
+ "category": "infrastructure-devops",
212
+ "title": "DevOps Engineer",
213
+ "description": "Use this agent for CI/CD, infrastructure, and automation. Examples — writing a CI pipeline, containerizing an app, infrastructure-as-code changes.",
214
+ "topics": [
215
+ "devops-infra"
216
+ ],
217
+ "model": "sonnet",
218
+ "file": "agents/devops-engineer.md",
219
+ "installAs": "agents/devops-engineer.md",
220
+ "url": "https://agentscamp.com/agents/infrastructure-devops/devops-engineer"
221
+ },
222
+ {
223
+ "id": "agents/documentation-engineer",
224
+ "type": "agent",
225
+ "slug": "documentation-engineer",
226
+ "category": "developer-tools",
227
+ "title": "Documentation Engineer",
228
+ "description": "Use this agent to write and maintain technical docs that stay true to the code — READMEs, how-to guides, API references, and runbooks. Examples — updating a stale README after a refactor, documenting a new public API from its signatures, writing an on-call runbook for a service.",
229
+ "topics": [
230
+ "workflow-prompting"
231
+ ],
232
+ "model": "sonnet",
233
+ "file": "agents/documentation-engineer.md",
234
+ "installAs": "agents/documentation-engineer.md",
235
+ "url": "https://agentscamp.com/agents/developer-tools/documentation-engineer"
236
+ },
237
+ {
238
+ "id": "agents/finetuning-engineer",
239
+ "type": "agent",
240
+ "slug": "finetuning-engineer",
241
+ "category": "data-ai",
242
+ "title": "Finetuning Engineer",
243
+ "description": "Use this agent to fine-tune an open-weight model end to end — confirming fine-tuning is the right tool, preparing the dataset, choosing the method (LoRA/QLoRA vs. full), running training, and proving the result beats the prompted baseline on a held-out eval set. Examples — \"fine-tune a small model to match our support tone and answer format\", \"we have 800 labeled examples — LoRA-tune and show it beats prompting\", \"our fine-tune overfits and forgot general ability — fix the data and run\".",
244
+ "topics": [
245
+ "mlops-ai-infra"
246
+ ],
247
+ "model": "sonnet",
248
+ "file": "agents/finetuning-engineer.md",
249
+ "installAs": "agents/finetuning-engineer.md",
250
+ "url": "https://agentscamp.com/agents/data-ai/finetuning-engineer"
251
+ },
252
+ {
253
+ "id": "agents/frontend-developer",
254
+ "type": "agent",
255
+ "slug": "frontend-developer",
256
+ "category": "core-development",
257
+ "title": "Frontend Developer",
258
+ "description": "Use this agent to build UI — responsive layouts, components, accessibility, and design-system work. Examples — implementing a Figma design, fixing a11y issues, building a reusable component.",
259
+ "topics": [
260
+ "coding-languages"
261
+ ],
262
+ "model": "sonnet",
263
+ "file": "agents/frontend-developer.md",
264
+ "installAs": "agents/frontend-developer.md",
265
+ "url": "https://agentscamp.com/agents/core-development/frontend-developer"
266
+ },
267
+ {
268
+ "id": "agents/git-github-expert",
269
+ "type": "agent",
270
+ "slug": "git-github-expert",
271
+ "category": "developer-tools",
272
+ "title": "Git Github Expert",
273
+ "description": "Use this agent for Git and GitHub workflows — rebases, conflict resolution, history surgery, PRs, and Actions. Examples — resolving a messy merge, rewriting history safely, fixing a workflow file.",
274
+ "topics": [
275
+ "workflow-prompting"
276
+ ],
277
+ "model": "haiku",
278
+ "file": "agents/git-github-expert.md",
279
+ "installAs": "agents/git-github-expert.md",
280
+ "url": "https://agentscamp.com/agents/developer-tools/git-github-expert"
281
+ },
282
+ {
283
+ "id": "agents/golang-pro",
284
+ "type": "agent",
285
+ "slug": "golang-pro",
286
+ "category": "language-specialists",
287
+ "title": "Golang Pro",
288
+ "description": "Use this agent for idiomatic Go — concurrency, errors, small interfaces, stdlib-first design, and profiling. Examples — fixing a goroutine leak, designing a context-aware API, profiling a hot path with pprof.",
289
+ "topics": [
290
+ "coding-languages"
291
+ ],
292
+ "model": "sonnet",
293
+ "file": "agents/golang-pro.md",
294
+ "installAs": "agents/golang-pro.md",
295
+ "url": "https://agentscamp.com/agents/language-specialists/golang-pro"
296
+ },
297
+ {
298
+ "id": "agents/graphql-architect",
299
+ "type": "agent",
300
+ "slug": "graphql-architect",
301
+ "category": "core-development",
302
+ "title": "GraphQL Architect",
303
+ "description": "Use this agent to design GraphQL schemas and resolvers — types, nullability, connections, dataloaders, federation, depth/complexity limits. Examples — designing a new schema from requirements, killing N+1 queries in resolvers, planning a deprecation, hardening a public graph.",
304
+ "topics": [
305
+ "architecture"
306
+ ],
307
+ "model": "sonnet",
308
+ "file": "agents/graphql-architect.md",
309
+ "installAs": "agents/graphql-architect.md",
310
+ "url": "https://agentscamp.com/agents/core-development/graphql-architect"
311
+ },
312
+ {
313
+ "id": "agents/kubernetes-specialist",
314
+ "type": "agent",
315
+ "slug": "kubernetes-specialist",
316
+ "category": "infrastructure-devops",
317
+ "title": "Kubernetes Specialist",
318
+ "description": "Use this agent for Kubernetes — manifests, Helm, troubleshooting, scaling, and resource tuning. Examples — debugging a CrashLoopBackOff, writing a Deployment, tuning requests/limits.",
319
+ "topics": [
320
+ "devops-infra"
321
+ ],
322
+ "model": "sonnet",
323
+ "file": "agents/kubernetes-specialist.md",
324
+ "installAs": "agents/kubernetes-specialist.md",
325
+ "url": "https://agentscamp.com/agents/infrastructure-devops/kubernetes-specialist"
326
+ },
327
+ {
328
+ "id": "agents/llm-cost-optimizer",
329
+ "type": "agent",
330
+ "slug": "llm-cost-optimizer",
331
+ "category": "data-ai",
332
+ "title": "LLM Cost Optimizer",
333
+ "description": "Use this agent to cut the cost and latency of an application's LLM API usage without losing quality — audit where the tokens and dollars go, then apply caching, model right-sizing, prompt trimming, batching, and budgets, proven against an eval bar. Examples — \"our OpenAI bill tripled, find where the spend is and cut it\", \"this endpoint's p95 is 8s, bring it down\", \"right-size models per task and add prompt caching to our chat feature\".",
334
+ "topics": [
335
+ "devops-infra"
336
+ ],
337
+ "model": "sonnet",
338
+ "file": "agents/llm-cost-optimizer.md",
339
+ "installAs": "agents/llm-cost-optimizer.md",
340
+ "url": "https://agentscamp.com/agents/data-ai/llm-cost-optimizer"
341
+ },
342
+ {
343
+ "id": "agents/llm-evaluation-engineer",
344
+ "type": "agent",
345
+ "slug": "llm-evaluation-engineer",
346
+ "category": "data-ai",
347
+ "title": "LLM Evaluation Engineer",
348
+ "description": "Use this agent to make an LLM feature's quality measurable — building the dataset, choosing metrics, setting a baseline, and turning evals into a CI gate so prompt and model changes are scored, not guessed. Examples — \"we changed the prompt and don't know if it's better, set up evals\", \"add a regression gate for our extraction feature\", \"our RAG quality is drifting, build an eval suite\".",
349
+ "topics": [
350
+ "llm-evals"
351
+ ],
352
+ "model": "sonnet",
353
+ "file": "agents/llm-evaluation-engineer.md",
354
+ "installAs": "agents/llm-evaluation-engineer.md",
355
+ "url": "https://agentscamp.com/agents/data-ai/llm-evaluation-engineer"
356
+ },
357
+ {
358
+ "id": "agents/llm-inference-engineer",
359
+ "type": "agent",
360
+ "slug": "llm-inference-engineer",
361
+ "category": "data-ai",
362
+ "title": "LLM Inference Engineer",
363
+ "description": "Use this agent to serve and optimize self-hosted LLM inference — sizing GPUs, configuring a serving engine like vLLM (continuous batching, PagedAttention, tensor parallelism), applying quantization, and tuning throughput and tail latency against a cost and p95 budget. Examples — \"serve Llama-3-70B at p95 under 2s on our GPUs\", \"our self-hosted model is slow and the GPUs sit half-idle — raise throughput\", \"quantize this model to fit one GPU without wrecking quality\".",
364
+ "topics": [
365
+ "mlops-ai-infra"
366
+ ],
367
+ "model": "sonnet",
368
+ "file": "agents/llm-inference-engineer.md",
369
+ "installAs": "agents/llm-inference-engineer.md",
370
+ "url": "https://agentscamp.com/agents/data-ai/llm-inference-engineer"
371
+ },
372
+ {
373
+ "id": "agents/llm-integration-engineer",
374
+ "type": "agent",
375
+ "slug": "llm-integration-engineer",
376
+ "category": "data-ai",
377
+ "title": "LLM Integration Engineer",
378
+ "description": "Use this agent to add an LLM feature to an application and make it production-grade — typed/structured output, streaming, provider fallback and retries, caching, and cost/latency controls. Examples — \"add an AI summary endpoint to our app\", \"our LLM calls return unparseable JSON and break, make them reliable\", \"add streaming and a fallback provider to our chat feature\".",
379
+ "topics": [
380
+ "llm-app-dev"
381
+ ],
382
+ "model": "sonnet",
383
+ "file": "agents/llm-integration-engineer.md",
384
+ "installAs": "agents/llm-integration-engineer.md",
385
+ "url": "https://agentscamp.com/agents/data-ai/llm-integration-engineer"
386
+ },
387
+ {
388
+ "id": "agents/llm-observability-engineer",
389
+ "type": "agent",
390
+ "slug": "llm-observability-engineer",
391
+ "category": "data-ai",
392
+ "title": "LLM Observability Engineer",
393
+ "description": "Use this agent to make a production LLM app observable — tracing every step, scoring live traffic with online evals, and monitoring quality, cost, and latency — so you can debug agent runs and catch regressions in production. Examples — \"add tracing to our RAG/agent so we can debug bad answers\", \"set up online evals and cost/latency dashboards\", \"production quality is slipping and we're flying blind\".",
394
+ "topics": [
395
+ "llm-evals"
396
+ ],
397
+ "model": "sonnet",
398
+ "file": "agents/llm-observability-engineer.md",
399
+ "installAs": "agents/llm-observability-engineer.md",
400
+ "url": "https://agentscamp.com/agents/data-ai/llm-observability-engineer"
401
+ },
402
+ {
403
+ "id": "agents/mcp-server-engineer",
404
+ "type": "agent",
405
+ "slug": "mcp-server-engineer",
406
+ "category": "developer-tools",
407
+ "title": "MCP Server Engineer",
408
+ "description": "Use this agent to build, harden, or productionize a Model Context Protocol (MCP) server — designing tools/resources/prompts, choosing stdio vs. Streamable HTTP, taking a server remote with OAuth and stateless scaling, and testing it with the MCP Inspector. Examples — \"wrap our internal API as an MCP server with three tools\", \"take our stdio server remote so the team can share it\", \"our tools confuse the model — fix the names, schemas, and descriptions\".",
409
+ "topics": [
410
+ "mcp",
411
+ "architecture"
412
+ ],
413
+ "model": "sonnet",
414
+ "file": "agents/mcp-server-engineer.md",
415
+ "installAs": "agents/mcp-server-engineer.md",
416
+ "url": "https://agentscamp.com/agents/developer-tools/mcp-server-engineer"
417
+ },
418
+ {
419
+ "id": "agents/ml-engineer",
420
+ "type": "agent",
421
+ "slug": "ml-engineer",
422
+ "category": "data-ai",
423
+ "title": "ML Engineer",
424
+ "description": "Use this agent for production ML — pipelines, training, serving, evaluation, and MLOps. Examples — building a training pipeline, deploying a model, setting up evaluation.",
425
+ "topics": [
426
+ "data-ml"
427
+ ],
428
+ "model": "opus",
429
+ "file": "agents/ml-engineer.md",
430
+ "installAs": "agents/ml-engineer.md",
431
+ "url": "https://agentscamp.com/agents/data-ai/ml-engineer"
432
+ },
433
+ {
434
+ "id": "agents/mobile-developer",
435
+ "type": "agent",
436
+ "slug": "mobile-developer",
437
+ "category": "core-development",
438
+ "title": "Mobile Developer",
439
+ "description": "Use this agent to build cross-platform mobile apps with React Native + Expo — screens, navigation, native modules, and shipping via EAS. Examples — adding a tab-based navigation flow, fixing a janky FlatList, shipping a build to TestFlight with EAS.",
440
+ "topics": [
441
+ "coding-languages"
442
+ ],
443
+ "model": "sonnet",
444
+ "file": "agents/mobile-developer.md",
445
+ "installAs": "agents/mobile-developer.md",
446
+ "url": "https://agentscamp.com/agents/core-development/mobile-developer"
447
+ },
448
+ {
449
+ "id": "agents/performance-engineer",
450
+ "type": "agent",
451
+ "slug": "performance-engineer",
452
+ "category": "quality-security",
453
+ "title": "Performance Engineer",
454
+ "description": "Use this agent to profile and optimize performance — latency, throughput, memory, bundle size. Examples — a slow endpoint, an N+1 query, a heavy render, a large JS bundle.",
455
+ "topics": [
456
+ "review-qa"
457
+ ],
458
+ "model": "opus",
459
+ "file": "agents/performance-engineer.md",
460
+ "installAs": "agents/performance-engineer.md",
461
+ "url": "https://agentscamp.com/agents/quality-security/performance-engineer"
462
+ },
463
+ {
464
+ "id": "agents/postgres-migration-engineer",
465
+ "type": "agent",
466
+ "slug": "postgres-migration-engineer",
467
+ "category": "data-ai",
468
+ "title": "Postgres Migration Engineer",
469
+ "description": "Use this agent to plan and execute a zero-downtime Postgres schema migration — decomposing a breaking change into expand-contract steps, writing batched backfills, building indexes CONCURRENTLY, validating constraints online, and keeping every step reversible with the project's migration tooling. Examples — \"add a NOT NULL column to a 200M-row table without downtime\", \"rename a column safely across a rolling deploy\", \"split this risky migration into reversible expand/contract steps\".",
470
+ "topics": [
471
+ "data-ml"
472
+ ],
473
+ "model": "sonnet",
474
+ "file": "agents/postgres-migration-engineer.md",
475
+ "installAs": "agents/postgres-migration-engineer.md",
476
+ "url": "https://agentscamp.com/agents/data-ai/postgres-migration-engineer"
477
+ },
478
+ {
479
+ "id": "agents/prompt-engineer",
480
+ "type": "agent",
481
+ "slug": "prompt-engineer",
482
+ "category": "data-ai",
483
+ "title": "Prompt Engineer",
484
+ "description": "Use this agent to design and iterate the prompts behind an LLM-powered product feature — instructions, few-shot examples, tool schemas, and the evals that prove a change actually helped. Examples — \"this classification prompt is flaky, make it reliable\", \"design the system prompt and function schema for our support agent\", \"our extraction prompt regressed after I tweaked it, set up evals so this stops happening\".",
485
+ "topics": [
486
+ "data-ml",
487
+ "workflow-prompting"
488
+ ],
489
+ "model": "sonnet",
490
+ "file": "agents/prompt-engineer.md",
491
+ "installAs": "agents/prompt-engineer.md",
492
+ "url": "https://agentscamp.com/agents/data-ai/prompt-engineer"
493
+ },
494
+ {
495
+ "id": "agents/prompt-injection-auditor",
496
+ "type": "agent",
497
+ "slug": "prompt-injection-auditor",
498
+ "category": "quality-security",
499
+ "title": "Prompt Injection Auditor",
500
+ "description": "Use this agent to audit an LLM app or agent for prompt-injection exposure — mapping where untrusted content enters the model's context (user, RAG, tools, web), assessing the blast radius if an injection succeeds, probing with adversarial inputs, and recommending architectural mitigations. Examples — \"audit our RAG agent for indirect prompt injection\", \"what's the blast radius if our agent gets injected — which tools and credentials are exposed?\", \"review our LLM app's trust boundaries and tell us what to fix\".",
501
+ "topics": [
502
+ "ai-safety-security"
503
+ ],
504
+ "model": "sonnet",
505
+ "file": "agents/prompt-injection-auditor.md",
506
+ "installAs": "agents/prompt-injection-auditor.md",
507
+ "url": "https://agentscamp.com/agents/quality-security/prompt-injection-auditor"
508
+ },
509
+ {
510
+ "id": "agents/python-pro",
511
+ "type": "agent",
512
+ "slug": "python-pro",
513
+ "category": "language-specialists",
514
+ "title": "Python Pro",
515
+ "description": "Use this agent for idiomatic, performant Python — typing, async, packaging, and stdlib mastery. Examples — refactoring to idiomatic Python, async I/O, packaging a library.",
516
+ "topics": [
517
+ "coding-languages"
518
+ ],
519
+ "model": "sonnet",
520
+ "file": "agents/python-pro.md",
521
+ "installAs": "agents/python-pro.md",
522
+ "url": "https://agentscamp.com/agents/language-specialists/python-pro"
523
+ },
524
+ {
525
+ "id": "agents/rag-pipeline-engineer",
526
+ "type": "agent",
527
+ "slug": "rag-pipeline-engineer",
528
+ "category": "data-ai",
529
+ "title": "Rag Pipeline Engineer",
530
+ "description": "Use this agent to design, build, and harden a production retrieval-augmented generation (RAG) pipeline end to end — ingestion, chunking, embeddings, indexing, retrieval, reranking, and grounded generation — with evals that prove each stage works. Examples — \"stand up RAG over our docs\", \"our RAG hallucinates and misses obvious answers, fix the pipeline\", \"take our prototype RAG to production with evals and citations\".",
531
+ "topics": [
532
+ "rag-retrieval"
533
+ ],
534
+ "model": "sonnet",
535
+ "file": "agents/rag-pipeline-engineer.md",
536
+ "installAs": "agents/rag-pipeline-engineer.md",
537
+ "url": "https://agentscamp.com/agents/data-ai/rag-pipeline-engineer"
538
+ },
539
+ {
540
+ "id": "agents/react-specialist",
541
+ "type": "agent",
542
+ "slug": "react-specialist",
543
+ "category": "language-specialists",
544
+ "title": "React Specialist",
545
+ "description": "Use this agent for React architecture — hooks, state, performance, Server Components, and patterns. Examples — fixing re-render issues, designing component state, adopting RSC.",
546
+ "topics": [
547
+ "coding-languages"
548
+ ],
549
+ "model": "sonnet",
550
+ "file": "agents/react-specialist.md",
551
+ "installAs": "agents/react-specialist.md",
552
+ "url": "https://agentscamp.com/agents/language-specialists/react-specialist"
553
+ },
554
+ {
555
+ "id": "agents/refactoring-specialist",
556
+ "type": "agent",
557
+ "slug": "refactoring-specialist",
558
+ "category": "developer-tools",
559
+ "title": "Refactoring Specialist",
560
+ "description": "Use this agent to safely restructure code without changing behavior — extracting, renaming, decoupling. Examples — breaking up a god object, removing duplication, improving testability.",
561
+ "topics": [
562
+ "review-qa"
563
+ ],
564
+ "model": "sonnet",
565
+ "file": "agents/refactoring-specialist.md",
566
+ "installAs": "agents/refactoring-specialist.md",
567
+ "url": "https://agentscamp.com/agents/developer-tools/refactoring-specialist"
568
+ },
569
+ {
570
+ "id": "agents/retrieval-engineer",
571
+ "type": "agent",
572
+ "slug": "retrieval-engineer",
573
+ "category": "data-ai",
574
+ "title": "Retrieval Engineer",
575
+ "description": "Use this agent to raise the retrieval quality of a search or RAG system — recall and precision, hybrid (dense + sparse) search, reranking, query transformation, and metadata filtering — measured against a labeled eval set. Examples — \"our RAG retrieves irrelevant chunks, fix recall\", \"add hybrid search and reranking and prove it helps\", \"queries with acronyms/IDs return nothing, fix it\".",
576
+ "topics": [
577
+ "rag-retrieval"
578
+ ],
579
+ "model": "sonnet",
580
+ "file": "agents/retrieval-engineer.md",
581
+ "installAs": "agents/retrieval-engineer.md",
582
+ "url": "https://agentscamp.com/agents/data-ai/retrieval-engineer"
583
+ },
584
+ {
585
+ "id": "agents/rust-pro",
586
+ "type": "agent",
587
+ "slug": "rust-pro",
588
+ "category": "language-specialists",
589
+ "title": "Rust Pro",
590
+ "description": "Use this agent for idiomatic Rust — ownership, lifetimes, error handling, traits, async with tokio, and the cargo toolchain. Examples — fixing borrow-checker errors, designing a trait API, making async code compile cleanly under tokio.",
591
+ "topics": [
592
+ "coding-languages"
593
+ ],
594
+ "model": "sonnet",
595
+ "file": "agents/rust-pro.md",
596
+ "installAs": "agents/rust-pro.md",
597
+ "url": "https://agentscamp.com/agents/language-specialists/rust-pro"
598
+ },
599
+ {
600
+ "id": "agents/security-auditor",
601
+ "type": "agent",
602
+ "slug": "security-auditor",
603
+ "category": "quality-security",
604
+ "title": "Security Auditor",
605
+ "description": "Use this agent to find security vulnerabilities — injection, auth flaws, secrets, unsafe deserialization, dependency risks. Examples — auditing an API surface, reviewing auth code, pre-release security pass.",
606
+ "topics": [
607
+ "review-qa"
608
+ ],
609
+ "model": "opus",
610
+ "file": "agents/security-auditor.md",
611
+ "installAs": "agents/security-auditor.md",
612
+ "url": "https://agentscamp.com/agents/quality-security/security-auditor"
613
+ },
614
+ {
615
+ "id": "agents/sql-pro",
616
+ "type": "agent",
617
+ "slug": "sql-pro",
618
+ "category": "language-specialists",
619
+ "title": "SQL Pro",
620
+ "description": "Use this agent for SQL itself — correct joins and window functions, indexing, EXPLAIN plans, schema design, and safe migrations on Postgres/MySQL. Examples — making a slow query fast, designing a normalized schema, writing a reversible migration.",
621
+ "topics": [
622
+ "coding-languages",
623
+ "data-ml"
624
+ ],
625
+ "model": "sonnet",
626
+ "file": "agents/sql-pro.md",
627
+ "installAs": "agents/sql-pro.md",
628
+ "url": "https://agentscamp.com/agents/language-specialists/sql-pro"
629
+ },
630
+ {
631
+ "id": "agents/sre-engineer",
632
+ "type": "agent",
633
+ "slug": "sre-engineer",
634
+ "category": "infrastructure-devops",
635
+ "title": "SRE Engineer",
636
+ "description": "Use this agent to make reliability measurable: SLIs/SLOs and error budgets, observability, symptom-based alerting, incident response, and capacity. Examples — defining an SLO for a checkout API, fixing a noisy pager, writing a blameless postmortem.",
637
+ "topics": [
638
+ "devops-infra"
639
+ ],
640
+ "model": "sonnet",
641
+ "file": "agents/sre-engineer.md",
642
+ "installAs": "agents/sre-engineer.md",
643
+ "url": "https://agentscamp.com/agents/infrastructure-devops/sre-engineer"
644
+ },
645
+ {
646
+ "id": "agents/system-architect",
647
+ "type": "agent",
648
+ "slug": "system-architect",
649
+ "category": "core-development",
650
+ "title": "System Architect",
651
+ "description": "Use this agent for high-level system design — service boundaries, data flow, scaling, trade-offs. Examples — designing a new system, evaluating a monolith-to-services split, a scalability review.",
652
+ "topics": [
653
+ "architecture"
654
+ ],
655
+ "model": "opus",
656
+ "file": "agents/system-architect.md",
657
+ "installAs": "agents/system-architect.md",
658
+ "url": "https://agentscamp.com/agents/core-development/system-architect"
659
+ },
660
+ {
661
+ "id": "agents/terraform-specialist",
662
+ "type": "agent",
663
+ "slug": "terraform-specialist",
664
+ "category": "infrastructure-devops",
665
+ "title": "Terraform Specialist",
666
+ "description": "Use this agent for Terraform and infrastructure-as-code — module design, remote state, plan/apply safety, drift, and provider pinning. Examples — reviewing a plan for destroys before apply, designing a reusable module, resolving state drift after a console change.",
667
+ "topics": [
668
+ "devops-infra"
669
+ ],
670
+ "model": "sonnet",
671
+ "file": "agents/terraform-specialist.md",
672
+ "installAs": "agents/terraform-specialist.md",
673
+ "url": "https://agentscamp.com/agents/infrastructure-devops/terraform-specialist"
674
+ },
675
+ {
676
+ "id": "agents/test-engineer",
677
+ "type": "agent",
678
+ "slug": "test-engineer",
679
+ "category": "quality-security",
680
+ "title": "Test Engineer",
681
+ "description": "Use this agent to write and improve automated tests — unit, integration, and edge cases. Examples — adding coverage to an untested module, writing regression tests for a bug, designing a test plan.",
682
+ "topics": [
683
+ "review-qa"
684
+ ],
685
+ "model": "sonnet",
686
+ "file": "agents/test-engineer.md",
687
+ "installAs": "agents/test-engineer.md",
688
+ "url": "https://agentscamp.com/agents/quality-security/test-engineer"
689
+ },
690
+ {
691
+ "id": "agents/typescript-pro",
692
+ "type": "agent",
693
+ "slug": "typescript-pro",
694
+ "category": "language-specialists",
695
+ "title": "Typescript Pro",
696
+ "description": "Use this agent for advanced TypeScript — generics, type-level programming, strictness, and inference. Examples — typing a tricky API, fixing type errors, designing a type-safe library surface.",
697
+ "topics": [
698
+ "coding-languages"
699
+ ],
700
+ "model": "sonnet",
701
+ "file": "agents/typescript-pro.md",
702
+ "installAs": "agents/typescript-pro.md",
703
+ "url": "https://agentscamp.com/agents/language-specialists/typescript-pro"
704
+ },
705
+ {
706
+ "id": "agents/vector-search-engineer",
707
+ "type": "agent",
708
+ "slug": "vector-search-engineer",
709
+ "category": "data-ai",
710
+ "title": "Vector Search Engineer",
711
+ "description": "Use this agent to design, build, and tune the vector-database layer of a search or RAG system — schema and index design (HNSW/IVF + quantization), metadata/payload filtering, hybrid (dense + sparse) search, and ingestion/upsert pipelines — sized to a real latency, recall, and cost budget. Examples — \"set up pgvector for our docs with HNSW and filtered search\", \"our Qdrant queries are slow and recall dropped after quantization\", \"add metadata filtering so search only returns the current tenant's documents\".",
712
+ "topics": [
713
+ "data-ml",
714
+ "rag-retrieval"
715
+ ],
716
+ "model": "sonnet",
717
+ "file": "agents/vector-search-engineer.md",
718
+ "installAs": "agents/vector-search-engineer.md",
719
+ "url": "https://agentscamp.com/agents/data-ai/vector-search-engineer"
720
+ },
721
+ {
722
+ "id": "agents/voice-agent-engineer",
723
+ "type": "agent",
724
+ "slug": "voice-agent-engineer",
725
+ "category": "data-ai",
726
+ "title": "Voice Agent Engineer",
727
+ "description": "Use this agent to build or fix a real-time voice agent — the streaming STT → LLM → TTS pipeline, conversational (mouth-to-ear) latency, turn-taking, barge-in/interruptions, and per-stage provider selection. Examples — \"our voice bot feels laggy and talks over people, fix the turn-taking and latency\", \"build a phone agent that transcribes, answers with our LLM, and speaks back\", \"get our voice agent's response time under a second\".",
728
+ "topics": [
729
+ "multimodal-ai",
730
+ "mlops-ai-infra"
731
+ ],
732
+ "model": "sonnet",
733
+ "file": "agents/voice-agent-engineer.md",
734
+ "installAs": "agents/voice-agent-engineer.md",
735
+ "url": "https://agentscamp.com/agents/data-ai/voice-agent-engineer"
736
+ },
737
+ {
738
+ "id": "agents/workflow-orchestrator",
739
+ "type": "agent",
740
+ "slug": "workflow-orchestrator",
741
+ "category": "meta-orchestration",
742
+ "title": "Workflow Orchestrator",
743
+ "description": "Use this agent to break large tasks into coordinated multi-step plans and delegate to other agents. Examples — planning a multi-file refactor, orchestrating a migration, decomposing an epic.",
744
+ "topics": [
745
+ "workflow-prompting"
746
+ ],
747
+ "model": "opus",
748
+ "file": "agents/workflow-orchestrator.md",
749
+ "installAs": "agents/workflow-orchestrator.md",
750
+ "url": "https://agentscamp.com/agents/meta-orchestration/workflow-orchestrator"
751
+ },
752
+ {
753
+ "id": "commands/add-docstrings",
754
+ "type": "command",
755
+ "slug": "add-docstrings",
756
+ "category": "docs",
757
+ "title": "Add Docstrings",
758
+ "description": "Add or improve docstrings for the public API of a file or symbol.",
759
+ "topics": [
760
+ "workflow-prompting"
761
+ ],
762
+ "file": "commands/add-docstrings.md",
763
+ "installAs": "commands/add-docstrings.md",
764
+ "url": "https://agentscamp.com/commands/docs/add-docstrings"
765
+ },
766
+ {
767
+ "id": "commands/add-human-approval",
768
+ "type": "command",
769
+ "slug": "add-human-approval",
770
+ "category": "scaffold",
771
+ "title": "Add Human Approval Step",
772
+ "description": "Scaffold a human-in-the-loop approval gate into an agent so it pauses before a consequential action and resumes after approval.",
773
+ "topics": [
774
+ "ai-agents-systems"
775
+ ],
776
+ "model": "sonnet",
777
+ "file": "commands/add-human-approval.md",
778
+ "installAs": "commands/add-human-approval.md",
779
+ "url": "https://agentscamp.com/commands/scaffold/add-human-approval"
780
+ },
781
+ {
782
+ "id": "commands/add-mcp-server",
783
+ "type": "command",
784
+ "slug": "add-mcp-server",
785
+ "category": "workflow",
786
+ "title": "Add MCP Server",
787
+ "description": "Add an MCP server to the current project the safe way — pick the transport and scope, wire secrets through env vars, vet provenance, and verify the connection before trusting it.",
788
+ "topics": [
789
+ "mcp",
790
+ "architecture"
791
+ ],
792
+ "model": "sonnet",
793
+ "file": "commands/add-mcp-server.md",
794
+ "installAs": "commands/add-mcp-server.md",
795
+ "url": "https://agentscamp.com/commands/workflow/add-mcp-server"
796
+ },
797
+ {
798
+ "id": "commands/add-streaming-endpoint",
799
+ "type": "command",
800
+ "slug": "add-streaming-endpoint",
801
+ "category": "scaffold",
802
+ "title": "Add a Streaming LLM Endpoint",
803
+ "description": "Scaffold a token-streaming LLM endpoint — server-side streaming plus the client handler — so responses render incrementally instead of after a long wait.",
804
+ "topics": [
805
+ "llm-app-dev"
806
+ ],
807
+ "model": "sonnet",
808
+ "file": "commands/add-streaming-endpoint.md",
809
+ "installAs": "commands/add-streaming-endpoint.md",
810
+ "url": "https://agentscamp.com/commands/scaffold/add-streaming-endpoint"
811
+ },
812
+ {
813
+ "id": "commands/benchmark-rerankers",
814
+ "type": "command",
815
+ "slug": "benchmark-rerankers",
816
+ "category": "review",
817
+ "title": "Benchmark Rerankers",
818
+ "description": "Measure whether adding a reranker actually improves retrieval, by scoring reranked vs. un-reranked results on a labeled query set.",
819
+ "topics": [
820
+ "rag-retrieval"
821
+ ],
822
+ "model": "sonnet",
823
+ "file": "commands/benchmark-rerankers.md",
824
+ "installAs": "commands/benchmark-rerankers.md",
825
+ "url": "https://agentscamp.com/commands/review/benchmark-rerankers"
826
+ },
827
+ {
828
+ "id": "commands/breakdown-task",
829
+ "type": "command",
830
+ "slug": "breakdown-task",
831
+ "category": "plan",
832
+ "title": "Breakdown Task",
833
+ "description": "Decompose a task into an ordered checklist of small, verifiable steps.",
834
+ "topics": [
835
+ "workflow-prompting"
836
+ ],
837
+ "file": "commands/breakdown-task.md",
838
+ "installAs": "commands/breakdown-task.md",
839
+ "url": "https://agentscamp.com/commands/plan/breakdown-task"
840
+ },
841
+ {
842
+ "id": "commands/commit",
843
+ "type": "command",
844
+ "slug": "commit",
845
+ "category": "git",
846
+ "title": "Commit",
847
+ "description": "Stage changes and write a Conventional Commits message describing them.",
848
+ "topics": [
849
+ "workflow-prompting"
850
+ ],
851
+ "file": "commands/commit.md",
852
+ "installAs": "commands/commit.md",
853
+ "url": "https://agentscamp.com/commands/git/commit"
854
+ },
855
+ {
856
+ "id": "commands/create-pr",
857
+ "type": "command",
858
+ "slug": "create-pr",
859
+ "category": "git",
860
+ "title": "Create PR",
861
+ "description": "Push the current branch and open a GitHub pull request with a generated title and body.",
862
+ "topics": [
863
+ "review-qa"
864
+ ],
865
+ "file": "commands/create-pr.md",
866
+ "installAs": "commands/create-pr.md",
867
+ "url": "https://agentscamp.com/commands/git/create-pr"
868
+ },
869
+ {
870
+ "id": "commands/db-migrate",
871
+ "type": "command",
872
+ "slug": "db-migrate",
873
+ "category": "db",
874
+ "title": "DB Migrate",
875
+ "description": "Generate and apply a database migration the safe way — using the project's migration tool, with expand-contract discipline for breaking changes, lock-free DDL, and a reversible up/down.",
876
+ "topics": [
877
+ "data-ml"
878
+ ],
879
+ "model": "sonnet",
880
+ "file": "commands/db-migrate.md",
881
+ "installAs": "commands/db-migrate.md",
882
+ "url": "https://agentscamp.com/commands/db/db-migrate"
883
+ },
884
+ {
885
+ "id": "commands/explain-code",
886
+ "type": "command",
887
+ "slug": "explain-code",
888
+ "category": "docs",
889
+ "title": "Explain Code",
890
+ "description": "Explain what the given code does, in clear prose with a short summary.",
891
+ "topics": [
892
+ "workflow-prompting"
893
+ ],
894
+ "file": "commands/explain-code.md",
895
+ "installAs": "commands/explain-code.md",
896
+ "url": "https://agentscamp.com/commands/docs/explain-code"
897
+ },
898
+ {
899
+ "id": "commands/explain-error",
900
+ "type": "command",
901
+ "slug": "explain-error",
902
+ "category": "analyze",
903
+ "title": "Explain Error",
904
+ "description": "Diagnose an error message or stack trace and propose a fix.",
905
+ "topics": [
906
+ "review-qa"
907
+ ],
908
+ "file": "commands/explain-error.md",
909
+ "installAs": "commands/explain-error.md",
910
+ "url": "https://agentscamp.com/commands/analyze/explain-error"
911
+ },
912
+ {
913
+ "id": "commands/extract-function",
914
+ "type": "command",
915
+ "slug": "extract-function",
916
+ "category": "refactor",
917
+ "title": "Extract Function",
918
+ "description": "Extract a code region into a well-named function and update the call site.",
919
+ "topics": [
920
+ "review-qa"
921
+ ],
922
+ "file": "commands/extract-function.md",
923
+ "installAs": "commands/extract-function.md",
924
+ "url": "https://agentscamp.com/commands/refactor/extract-function"
925
+ },
926
+ {
927
+ "id": "commands/find-bug",
928
+ "type": "command",
929
+ "slug": "find-bug",
930
+ "category": "review",
931
+ "title": "Find Bug",
932
+ "description": "Investigate a reported symptom, form hypotheses, and locate the root cause.",
933
+ "topics": [
934
+ "review-qa"
935
+ ],
936
+ "file": "commands/find-bug.md",
937
+ "installAs": "commands/find-bug.md",
938
+ "url": "https://agentscamp.com/commands/review/find-bug"
939
+ },
940
+ {
941
+ "id": "commands/fix-failing-test",
942
+ "type": "command",
943
+ "slug": "fix-failing-test",
944
+ "category": "testing",
945
+ "title": "Fix Failing Test",
946
+ "description": "Diagnose and fix a failing test by finding the real root cause.",
947
+ "topics": [
948
+ "review-qa"
949
+ ],
950
+ "file": "commands/fix-failing-test.md",
951
+ "installAs": "commands/fix-failing-test.md",
952
+ "url": "https://agentscamp.com/commands/testing/fix-failing-test"
953
+ },
954
+ {
955
+ "id": "commands/new-component",
956
+ "type": "command",
957
+ "slug": "new-component",
958
+ "category": "scaffold",
959
+ "title": "New Component",
960
+ "description": "Scaffold a new UI component matching the project conventions.",
961
+ "topics": [
962
+ "coding-languages"
963
+ ],
964
+ "file": "commands/new-component.md",
965
+ "installAs": "commands/new-component.md",
966
+ "url": "https://agentscamp.com/commands/scaffold/new-component"
967
+ },
968
+ {
969
+ "id": "commands/plan-feature",
970
+ "type": "command",
971
+ "slug": "plan-feature",
972
+ "category": "plan",
973
+ "title": "Plan Feature",
974
+ "description": "Explore the codebase and produce an implementation plan for a feature.",
975
+ "topics": [
976
+ "workflow-prompting",
977
+ "architecture"
978
+ ],
979
+ "file": "commands/plan-feature.md",
980
+ "installAs": "commands/plan-feature.md",
981
+ "url": "https://agentscamp.com/commands/plan/plan-feature"
982
+ },
983
+ {
984
+ "id": "commands/profile-postgres-queries",
985
+ "type": "command",
986
+ "slug": "profile-postgres-queries",
987
+ "category": "perf",
988
+ "title": "Profile Postgres Queries",
989
+ "description": "Profile a Postgres workload to find the queries actually costing you — rank by total time with pg_stat_statements, EXPLAIN the worst offenders, and recommend the highest-leverage fix.",
990
+ "topics": [
991
+ "data-ml"
992
+ ],
993
+ "model": "sonnet",
994
+ "file": "commands/profile-postgres-queries.md",
995
+ "installAs": "commands/profile-postgres-queries.md",
996
+ "url": "https://agentscamp.com/commands/perf/profile-postgres-queries"
997
+ },
998
+ {
999
+ "id": "commands/red-team-llm",
1000
+ "type": "command",
1001
+ "slug": "red-team-llm",
1002
+ "category": "review",
1003
+ "title": "Red Team LLM",
1004
+ "description": "Red-team an LLM app or agent for prompt injection, jailbreaks, and data leakage — probe the real attack surface (input, RAG, tools, system prompt) with adversarial inputs and report what got through and how to fix it.",
1005
+ "topics": [
1006
+ "ai-safety-security"
1007
+ ],
1008
+ "model": "sonnet",
1009
+ "file": "commands/red-team-llm.md",
1010
+ "installAs": "commands/red-team-llm.md",
1011
+ "url": "https://agentscamp.com/commands/review/red-team-llm"
1012
+ },
1013
+ {
1014
+ "id": "commands/refactor",
1015
+ "type": "command",
1016
+ "slug": "refactor",
1017
+ "category": "refactor",
1018
+ "title": "Refactor",
1019
+ "description": "Refactor the target for readability and structure without changing behavior.",
1020
+ "topics": [
1021
+ "review-qa"
1022
+ ],
1023
+ "file": "commands/refactor.md",
1024
+ "installAs": "commands/refactor.md",
1025
+ "url": "https://agentscamp.com/commands/refactor/refactor"
1026
+ },
1027
+ {
1028
+ "id": "commands/review-pr",
1029
+ "type": "command",
1030
+ "slug": "review-pr",
1031
+ "category": "review",
1032
+ "title": "Review PR",
1033
+ "description": "Review a pull request for correctness, security, and style, and summarize findings.",
1034
+ "topics": [
1035
+ "review-qa"
1036
+ ],
1037
+ "file": "commands/review-pr.md",
1038
+ "installAs": "commands/review-pr.md",
1039
+ "url": "https://agentscamp.com/commands/review/review-pr"
1040
+ },
1041
+ {
1042
+ "id": "commands/run-evals",
1043
+ "type": "command",
1044
+ "slug": "run-evals",
1045
+ "category": "testing",
1046
+ "title": "Run Evals",
1047
+ "description": "Run the project's LLM evaluation suite (DeepEval, promptfoo, or RAGAS) and report scores against thresholds before a merge.",
1048
+ "topics": [
1049
+ "llm-evals"
1050
+ ],
1051
+ "model": "sonnet",
1052
+ "file": "commands/run-evals.md",
1053
+ "installAs": "commands/run-evals.md",
1054
+ "url": "https://agentscamp.com/commands/testing/run-evals"
1055
+ },
1056
+ {
1057
+ "id": "commands/scaffold-pgvector-schema",
1058
+ "type": "command",
1059
+ "slug": "scaffold-pgvector-schema",
1060
+ "category": "db",
1061
+ "title": "Scaffold a pgvector Schema & HNSW Index",
1062
+ "description": "Scaffold a production-ready pgvector schema and HNSW index for a corpus — matching the project's migration tooling, distance metric, and embedding dimensions.",
1063
+ "topics": [
1064
+ "data-ml",
1065
+ "rag-retrieval"
1066
+ ],
1067
+ "model": "sonnet",
1068
+ "file": "commands/scaffold-pgvector-schema.md",
1069
+ "installAs": "commands/scaffold-pgvector-schema.md",
1070
+ "url": "https://agentscamp.com/commands/db/scaffold-pgvector-schema"
1071
+ },
1072
+ {
1073
+ "id": "commands/scaffold-vllm-config",
1074
+ "type": "command",
1075
+ "slug": "scaffold-vllm-config",
1076
+ "category": "scaffold",
1077
+ "title": "Scaffold a vLLM Serving Config",
1078
+ "description": "Scaffold a vLLM serving config for a model on a target GPU — pick precision/quantization and parallelism to fit, set batching and context length, and expose an OpenAI-compatible server.",
1079
+ "topics": [
1080
+ "mlops-ai-infra"
1081
+ ],
1082
+ "model": "sonnet",
1083
+ "file": "commands/scaffold-vllm-config.md",
1084
+ "installAs": "commands/scaffold-vllm-config.md",
1085
+ "url": "https://agentscamp.com/commands/scaffold/scaffold-vllm-config"
1086
+ },
1087
+ {
1088
+ "id": "commands/security-scan",
1089
+ "type": "command",
1090
+ "slug": "security-scan",
1091
+ "category": "review",
1092
+ "title": "Security Scan",
1093
+ "description": "Scan the current diff or given paths for security vulnerabilities.",
1094
+ "topics": [
1095
+ "review-qa"
1096
+ ],
1097
+ "file": "commands/security-scan.md",
1098
+ "installAs": "commands/security-scan.md",
1099
+ "url": "https://agentscamp.com/commands/review/security-scan"
1100
+ },
1101
+ {
1102
+ "id": "commands/set-perf-budget",
1103
+ "type": "command",
1104
+ "slug": "set-perf-budget",
1105
+ "category": "perf",
1106
+ "title": "Set Perf Budget",
1107
+ "description": "Define and enforce a cost and latency budget for an LLM feature or endpoint — set p95/p99 latency and cost-per-request ceilings, instrument to measure them against real traffic, and wire a check that fails when the budget is breached.",
1108
+ "topics": [
1109
+ "devops-infra"
1110
+ ],
1111
+ "model": "sonnet",
1112
+ "file": "commands/set-perf-budget.md",
1113
+ "installAs": "commands/set-perf-budget.md",
1114
+ "url": "https://agentscamp.com/commands/perf/set-perf-budget"
1115
+ },
1116
+ {
1117
+ "id": "commands/setup-claude-ci",
1118
+ "type": "command",
1119
+ "slug": "setup-claude-ci",
1120
+ "category": "workflow",
1121
+ "title": "Setup Claude CI",
1122
+ "description": "Wire Claude Code into this repo's CI the safe way — install the GitHub App or scaffold the workflow YAML, scope permissions to the minimum, set secrets correctly, and verify with a real trigger.",
1123
+ "topics": [
1124
+ "workflow-prompting"
1125
+ ],
1126
+ "model": "sonnet",
1127
+ "file": "commands/setup-claude-ci.md",
1128
+ "installAs": "commands/setup-claude-ci.md",
1129
+ "url": "https://agentscamp.com/commands/workflow/setup-claude-ci"
1130
+ },
1131
+ {
1132
+ "id": "commands/sync-branch",
1133
+ "type": "command",
1134
+ "slug": "sync-branch",
1135
+ "category": "git",
1136
+ "title": "Sync Branch",
1137
+ "description": "Fetch and rebase the current branch onto its base, resolving conflicts and verifying the build.",
1138
+ "topics": [
1139
+ "workflow-prompting"
1140
+ ],
1141
+ "file": "commands/sync-branch.md",
1142
+ "installAs": "commands/sync-branch.md",
1143
+ "url": "https://agentscamp.com/commands/git/sync-branch"
1144
+ },
1145
+ {
1146
+ "id": "commands/update-readme",
1147
+ "type": "command",
1148
+ "slug": "update-readme",
1149
+ "category": "docs",
1150
+ "title": "Update README",
1151
+ "description": "Update the README to reflect the current scripts, structure, and features of the repo.",
1152
+ "topics": [
1153
+ "workflow-prompting"
1154
+ ],
1155
+ "file": "commands/update-readme.md",
1156
+ "installAs": "commands/update-readme.md",
1157
+ "url": "https://agentscamp.com/commands/docs/update-readme"
1158
+ },
1159
+ {
1160
+ "id": "commands/write-tests",
1161
+ "type": "command",
1162
+ "slug": "write-tests",
1163
+ "category": "testing",
1164
+ "title": "Write Tests",
1165
+ "description": "Generate tests covering the happy path and edge cases for the given target.",
1166
+ "topics": [
1167
+ "review-qa"
1168
+ ],
1169
+ "file": "commands/write-tests.md",
1170
+ "installAs": "commands/write-tests.md",
1171
+ "url": "https://agentscamp.com/commands/testing/write-tests"
1172
+ },
1173
+ {
1174
+ "id": "skills/adr-writer",
1175
+ "type": "skill",
1176
+ "slug": "adr-writer",
1177
+ "category": "docs",
1178
+ "title": "Adr Writer",
1179
+ "description": "Write an Architecture Decision Record capturing a decision the user describes, in Michael Nygard ADR format (Status, Context, Decision, Consequences) with an added Considered Alternatives section. Use when recording a significant architectural or technology choice.",
1180
+ "topics": [
1181
+ "architecture"
1182
+ ],
1183
+ "file": "skills/adr-writer.md",
1184
+ "installAs": "skills/adr-writer/SKILL.md",
1185
+ "url": "https://agentscamp.com/skills/docs/adr-writer"
1186
+ },
1187
+ {
1188
+ "id": "skills/branch-rebaser",
1189
+ "type": "skill",
1190
+ "slug": "branch-rebaser",
1191
+ "category": "git",
1192
+ "title": "Branch Rebaser",
1193
+ "description": "Rebase the current branch onto its base and walk every conflict methodically, resolving each by understanding both sides. Use when your feature branch has fallen behind main and you want a clean, linear history without clobbering changes.",
1194
+ "topics": [
1195
+ "workflow-prompting"
1196
+ ],
1197
+ "file": "skills/branch-rebaser.md",
1198
+ "installAs": "skills/branch-rebaser/SKILL.md",
1199
+ "url": "https://agentscamp.com/skills/git/branch-rebaser"
1200
+ },
1201
+ {
1202
+ "id": "skills/bundle-analyzer",
1203
+ "type": "skill",
1204
+ "slug": "bundle-analyzer",
1205
+ "category": "performance",
1206
+ "title": "Bundle Analyzer",
1207
+ "description": "Analyze a JS/TS production bundle and surface the biggest size wins — heavy dependencies, duplicate packages, missing code-splitting, oversized polyfills, and dev/server code leaking into the client. Use when a bundle is too large and you need a ranked, actionable reduction plan.",
1208
+ "topics": [
1209
+ "review-qa"
1210
+ ],
1211
+ "file": "skills/bundle-analyzer.md",
1212
+ "installAs": "skills/bundle-analyzer/SKILL.md",
1213
+ "url": "https://agentscamp.com/skills/performance/bundle-analyzer"
1214
+ },
1215
+ {
1216
+ "id": "skills/changelog-from-prs",
1217
+ "type": "skill",
1218
+ "slug": "changelog-from-prs",
1219
+ "category": "release",
1220
+ "title": "Changelog From PRs",
1221
+ "description": "Draft a release changelog by summarizing merged pull requests since the last tag. Use when preparing a release or writing release notes.",
1222
+ "topics": [
1223
+ "workflow-prompting"
1224
+ ],
1225
+ "file": "skills/changelog-from-prs.md",
1226
+ "installAs": "skills/changelog-from-prs/SKILL.md",
1227
+ "url": "https://agentscamp.com/skills/release/changelog-from-prs"
1228
+ },
1229
+ {
1230
+ "id": "skills/chunking-strategy-optimizer",
1231
+ "type": "skill",
1232
+ "slug": "chunking-strategy-optimizer",
1233
+ "category": "data",
1234
+ "title": "Chunking Strategy Optimizer",
1235
+ "description": "Find the chunking strategy and size that maximizes retrieval quality for a specific corpus, by sweeping configurations against a fixed eval set instead of guessing. Use when RAG answers miss obvious content, when standing up a new corpus, or when picking chunk size/overlap.",
1236
+ "topics": [
1237
+ "rag-retrieval"
1238
+ ],
1239
+ "file": "skills/chunking-strategy-optimizer.md",
1240
+ "installAs": "skills/chunking-strategy-optimizer/SKILL.md",
1241
+ "url": "https://agentscamp.com/skills/data/chunking-strategy-optimizer"
1242
+ },
1243
+ {
1244
+ "id": "skills/claude-settings-auditor",
1245
+ "type": "skill",
1246
+ "slug": "claude-settings-auditor",
1247
+ "category": "workflow",
1248
+ "title": "Claude Settings Auditor",
1249
+ "description": "Audit every Claude Code settings layer — user, project, local, and managed — and report the effective merged configuration with its risks: over-broad Bash allows, missing deny rules for secrets, bypassPermissions defaults, unvetted MCP servers and hooks, and rules that never match. Use before trusting a new repo's checked-in settings, or to harden your own before handing the agent more autonomy.",
1250
+ "topics": [
1251
+ "workflow-prompting"
1252
+ ],
1253
+ "file": "skills/claude-settings-auditor.md",
1254
+ "installAs": "skills/claude-settings-auditor/SKILL.md",
1255
+ "url": "https://agentscamp.com/skills/workflow/claude-settings-auditor"
1256
+ },
1257
+ {
1258
+ "id": "skills/conventional-commits",
1259
+ "type": "skill",
1260
+ "slug": "conventional-commits",
1261
+ "category": "git",
1262
+ "title": "Conventional Commits",
1263
+ "description": "Generate clear Conventional Commits messages from staged changes. Use when committing code and you want a well-structured, consistent commit message.",
1264
+ "topics": [
1265
+ "workflow-prompting"
1266
+ ],
1267
+ "file": "skills/conventional-commits.md",
1268
+ "installAs": "skills/conventional-commits/SKILL.md",
1269
+ "url": "https://agentscamp.com/skills/git/conventional-commits"
1270
+ },
1271
+ {
1272
+ "id": "skills/coverage-gap-finder",
1273
+ "type": "skill",
1274
+ "slug": "coverage-gap-finder",
1275
+ "category": "testing",
1276
+ "title": "Coverage Gap Finder",
1277
+ "description": "Run the project's coverage tool and identify the highest-value untested paths — error branches, edge cases, and critical modules — then propose specific test cases for each gap. Use when you have a coverage report but don't know where new tests will pay off most.",
1278
+ "topics": [
1279
+ "review-qa"
1280
+ ],
1281
+ "file": "skills/coverage-gap-finder.md",
1282
+ "installAs": "skills/coverage-gap-finder/SKILL.md",
1283
+ "url": "https://agentscamp.com/skills/testing/coverage-gap-finder"
1284
+ },
1285
+ {
1286
+ "id": "skills/dead-code-finder",
1287
+ "type": "skill",
1288
+ "slug": "dead-code-finder",
1289
+ "category": "refactor",
1290
+ "title": "Dead Code Finder",
1291
+ "description": "Find genuinely unused code — unreferenced exports, unreachable files, and unused dependencies — and remove it safely with build/test verification. Use when trimming a codebase or untangling years of accreted cruft.",
1292
+ "topics": [
1293
+ "review-qa"
1294
+ ],
1295
+ "file": "skills/dead-code-finder.md",
1296
+ "installAs": "skills/dead-code-finder/SKILL.md",
1297
+ "url": "https://agentscamp.com/skills/refactor/dead-code-finder"
1298
+ },
1299
+ {
1300
+ "id": "skills/dependency-audit",
1301
+ "type": "skill",
1302
+ "slug": "dependency-audit",
1303
+ "category": "security",
1304
+ "title": "Dependency Audit",
1305
+ "description": "Audit project dependencies for known vulnerabilities and turn the raw scanner output into a triaged, prioritized upgrade plan. Use when an audit is noisy, a CVE was reported, or you need to know which advisories actually matter.",
1306
+ "topics": [
1307
+ "devops-infra"
1308
+ ],
1309
+ "file": "skills/dependency-audit.md",
1310
+ "installAs": "skills/dependency-audit/SKILL.md",
1311
+ "url": "https://agentscamp.com/skills/security/dependency-audit"
1312
+ },
1313
+ {
1314
+ "id": "skills/embedding-index-tuner",
1315
+ "type": "skill",
1316
+ "slug": "embedding-index-tuner",
1317
+ "category": "database",
1318
+ "title": "Embedding Index Tuner",
1319
+ "description": "Tune a vector index — HNSW graph parameters and quantization — to hit a recall target at the lowest latency and memory, by sweeping settings against a fixed query set instead of trusting defaults. Use when vector search is slow or memory-hungry, when recall dropped after enabling quantization, or when standing up an index and you need defensible parameters.",
1320
+ "topics": [
1321
+ "data-ml",
1322
+ "rag-retrieval"
1323
+ ],
1324
+ "file": "skills/embedding-index-tuner.md",
1325
+ "installAs": "skills/embedding-index-tuner/SKILL.md",
1326
+ "url": "https://agentscamp.com/skills/database/embedding-index-tuner"
1327
+ },
1328
+ {
1329
+ "id": "skills/embedding-set-inspector",
1330
+ "type": "skill",
1331
+ "slug": "embedding-set-inspector",
1332
+ "category": "data",
1333
+ "title": "Embedding Set Inspector",
1334
+ "description": "Diagnose the health of an embedding set before blaming the retriever — checking normalization, dimensionality, near-duplicates, degenerate vectors, and corpus/query distribution mismatch. Use when retrieval quality is poor, after a re-embed, or before shipping a new index.",
1335
+ "topics": [
1336
+ "rag-retrieval"
1337
+ ],
1338
+ "file": "skills/embedding-set-inspector.md",
1339
+ "installAs": "skills/embedding-set-inspector/SKILL.md",
1340
+ "url": "https://agentscamp.com/skills/data/embedding-set-inspector"
1341
+ },
1342
+ {
1343
+ "id": "skills/finetune-dataset-builder",
1344
+ "type": "skill",
1345
+ "slug": "finetune-dataset-builder",
1346
+ "category": "data",
1347
+ "title": "Finetune Dataset Builder",
1348
+ "description": "Turn raw examples into a training-ready fine-tuning dataset — normalize to the trainer's chat/instruction format, deduplicate (including near-duplicates), strip PII, balance, validate the schema and token lengths, and carve a leak-free eval split. Use when you have raw examples and need a clean, formatted, split dataset before training.",
1349
+ "topics": [
1350
+ "mlops-ai-infra"
1351
+ ],
1352
+ "file": "skills/finetune-dataset-builder.md",
1353
+ "installAs": "skills/finetune-dataset-builder/SKILL.md",
1354
+ "url": "https://agentscamp.com/skills/data/finetune-dataset-builder"
1355
+ },
1356
+ {
1357
+ "id": "skills/graphrag-scaffolder",
1358
+ "type": "skill",
1359
+ "slug": "graphrag-scaffolder",
1360
+ "category": "data",
1361
+ "title": "Graphrag Scaffolder",
1362
+ "description": "Stand up a GraphRAG experiment the disciplined way: audit whether your failed queries are actually connection-shaped, scope a minimal entity/relationship ontology, build extraction → graph → community-summary indexing on a corpus slice, and measure against vector-RAG baselines before committing. Use when multi-hop or whole-corpus questions keep failing plain RAG.",
1363
+ "topics": [
1364
+ "rag-retrieval"
1365
+ ],
1366
+ "file": "skills/graphrag-scaffolder.md",
1367
+ "installAs": "skills/graphrag-scaffolder/SKILL.md",
1368
+ "url": "https://agentscamp.com/skills/data/graphrag-scaffolder"
1369
+ },
1370
+ {
1371
+ "id": "skills/hook-writer",
1372
+ "type": "skill",
1373
+ "slug": "hook-writer",
1374
+ "category": "workflow",
1375
+ "title": "Hook Writer",
1376
+ "description": "Turn a plain-language automation request — 'format every file Claude edits', 'block writes to migrations', 'notify me when input is needed' — into a working Claude Code hook: the right event, a safe tested script, and the settings.json registration at the right scope. Use when you want a hook but don't want to hand-write the matcher, stdin JSON parsing, and exit-code plumbing.",
1377
+ "topics": [
1378
+ "workflow-prompting"
1379
+ ],
1380
+ "file": "skills/hook-writer.md",
1381
+ "installAs": "skills/hook-writer/SKILL.md",
1382
+ "url": "https://agentscamp.com/skills/workflow/hook-writer"
1383
+ },
1384
+ {
1385
+ "id": "skills/human-in-the-loop-gate",
1386
+ "type": "skill",
1387
+ "slug": "human-in-the-loop-gate",
1388
+ "category": "workflow",
1389
+ "title": "Human In The Loop Gate",
1390
+ "description": "Add a human approval checkpoint to an agent so it pauses before a risky or irreversible action (spending money, deleting data, sending messages, merging code) and resumes only after a human approves. Use when an agent acts autonomously on consequential operations.",
1391
+ "topics": [
1392
+ "ai-agents-systems"
1393
+ ],
1394
+ "file": "skills/human-in-the-loop-gate.md",
1395
+ "installAs": "skills/human-in-the-loop-gate/SKILL.md",
1396
+ "url": "https://agentscamp.com/skills/workflow/human-in-the-loop-gate"
1397
+ },
1398
+ {
1399
+ "id": "skills/llm-as-judge-scorer",
1400
+ "type": "skill",
1401
+ "slug": "llm-as-judge-scorer",
1402
+ "category": "data",
1403
+ "title": "LLM As Judge Scorer",
1404
+ "description": "Design a reliable LLM-as-judge metric — a calibrated rubric, a clear scoring scale, and bias controls — and validate it against human labels before trusting it. Use when grading open-ended LLM output (summaries, answers, tone) that exact-match can't score.",
1405
+ "topics": [
1406
+ "llm-evals"
1407
+ ],
1408
+ "file": "skills/llm-as-judge-scorer.md",
1409
+ "installAs": "skills/llm-as-judge-scorer/SKILL.md",
1410
+ "url": "https://agentscamp.com/skills/data/llm-as-judge-scorer"
1411
+ },
1412
+ {
1413
+ "id": "skills/llm-eval-suite-scaffolder",
1414
+ "type": "skill",
1415
+ "slug": "llm-eval-suite-scaffolder",
1416
+ "category": "data",
1417
+ "title": "LLM Eval Suite Scaffolder",
1418
+ "description": "Stand up an evaluation suite for an LLM feature from scratch — a representative dataset, the right metrics, a baseline score, and a CI gate — using DeepEval, promptfoo, or RAGAS. Use when a feature has no evals, before tuning a prompt, or when adding an LLM feature to CI.",
1419
+ "topics": [
1420
+ "llm-evals"
1421
+ ],
1422
+ "file": "skills/llm-eval-suite-scaffolder.md",
1423
+ "installAs": "skills/llm-eval-suite-scaffolder/SKILL.md",
1424
+ "url": "https://agentscamp.com/skills/data/llm-eval-suite-scaffolder"
1425
+ },
1426
+ {
1427
+ "id": "skills/llm-guardrails-designer",
1428
+ "type": "skill",
1429
+ "slug": "llm-guardrails-designer",
1430
+ "category": "security",
1431
+ "title": "LLM Guardrails Designer",
1432
+ "description": "Design input and output guardrails for an LLM app — decide what to check (injection patterns, PII, secrets, policy, schema, leakage, toxicity), place them as input vs. output rails, implement with a library like NeMo Guardrails or LLM Guard, and fail closed. Use when adding a safety/validation layer around an LLM, not relying on the prompt alone.",
1433
+ "topics": [
1434
+ "ai-safety-security"
1435
+ ],
1436
+ "file": "skills/llm-guardrails-designer.md",
1437
+ "installAs": "skills/llm-guardrails-designer/SKILL.md",
1438
+ "url": "https://agentscamp.com/skills/security/llm-guardrails-designer"
1439
+ },
1440
+ {
1441
+ "id": "skills/llm-output-schema-generator",
1442
+ "type": "skill",
1443
+ "slug": "llm-output-schema-generator",
1444
+ "category": "api",
1445
+ "title": "LLM Output Schema Generator",
1446
+ "description": "Turn an example of the data you want from an LLM into a precise, validated output schema (Pydantic / Zod / JSON Schema) and wire it into structured-output calls. Use when adding typed LLM output, replacing brittle JSON parsing, or designing an extraction shape.",
1447
+ "topics": [
1448
+ "llm-app-dev"
1449
+ ],
1450
+ "file": "skills/llm-output-schema-generator.md",
1451
+ "installAs": "skills/llm-output-schema-generator/SKILL.md",
1452
+ "url": "https://agentscamp.com/skills/api/llm-output-schema-generator"
1453
+ },
1454
+ {
1455
+ "id": "skills/mcp-server-scaffolder",
1456
+ "type": "skill",
1457
+ "slug": "mcp-server-scaffolder",
1458
+ "category": "api",
1459
+ "title": "MCP Server Scaffolder",
1460
+ "description": "Scaffold a new Model Context Protocol (MCP) server from a description — pick the SDK and transport, generate a typed first tool with a strict schema, and wire up MCP Inspector testing and the client-registration command. Use when starting a new MCP server and you want a correct, runnable skeleton instead of copying a README.",
1461
+ "topics": [
1462
+ "mcp",
1463
+ "architecture"
1464
+ ],
1465
+ "file": "skills/mcp-server-scaffolder.md",
1466
+ "installAs": "skills/mcp-server-scaffolder/SKILL.md",
1467
+ "url": "https://agentscamp.com/skills/api/mcp-server-scaffolder"
1468
+ },
1469
+ {
1470
+ "id": "skills/mock-data-factory",
1471
+ "type": "skill",
1472
+ "slug": "mock-data-factory",
1473
+ "category": "testing",
1474
+ "title": "Mock Data Factory",
1475
+ "description": "Generate a typed mock/fixture factory for a given type, interface, or schema, inferring believable values from field names and types. Use when tests or local dev need realistic, type-safe sample data with per-field overrides.",
1476
+ "topics": [
1477
+ "review-qa"
1478
+ ],
1479
+ "file": "skills/mock-data-factory.md",
1480
+ "installAs": "skills/mock-data-factory/SKILL.md",
1481
+ "url": "https://agentscamp.com/skills/testing/mock-data-factory"
1482
+ },
1483
+ {
1484
+ "id": "skills/multimodal-document-extractor",
1485
+ "type": "skill",
1486
+ "slug": "multimodal-document-extractor",
1487
+ "category": "data",
1488
+ "title": "Multimodal Document Extractor",
1489
+ "description": "Extract structured data from documents and images with a vision-language model — define the target schema, prompt the VLM to fill it from the page (invoices, forms, receipts, statements, IDs), and verify critical fields against the source. Use when you need reliable structured output from messy, varied, or scanned documents that defeat template-based OCR.",
1490
+ "topics": [
1491
+ "multimodal-ai",
1492
+ "data-ml"
1493
+ ],
1494
+ "file": "skills/multimodal-document-extractor.md",
1495
+ "installAs": "skills/multimodal-document-extractor/SKILL.md",
1496
+ "url": "https://agentscamp.com/skills/data/multimodal-document-extractor"
1497
+ },
1498
+ {
1499
+ "id": "skills/openapi-doc-writer",
1500
+ "type": "skill",
1501
+ "slug": "openapi-doc-writer",
1502
+ "category": "docs",
1503
+ "title": "OpenAPI Doc Writer",
1504
+ "description": "Produce and maintain OpenAPI documentation for an HTTP API. Use when documenting endpoints, request/response schemas, or generating API reference docs.",
1505
+ "topics": [
1506
+ "architecture"
1507
+ ],
1508
+ "file": "skills/openapi-doc-writer.md",
1509
+ "installAs": "skills/openapi-doc-writer/SKILL.md",
1510
+ "url": "https://agentscamp.com/skills/docs/openapi-doc-writer"
1511
+ },
1512
+ {
1513
+ "id": "skills/plugin-scaffolder",
1514
+ "type": "skill",
1515
+ "slug": "plugin-scaffolder",
1516
+ "category": "workflow",
1517
+ "title": "Plugin Scaffolder",
1518
+ "description": "Scaffold a complete, valid Claude Code plugin from a description — the .claude-plugin/plugin.json manifest, component directories (skills, agents, commands, hooks, MCP config), portable ${CLAUDE_PLUGIN_ROOT} wiring, a local test loop with --plugin-dir, and a marketplace.json for distribution. Use when turning scattered .claude/ customizations into one installable, versioned package.",
1519
+ "topics": [
1520
+ "workflow-prompting"
1521
+ ],
1522
+ "file": "skills/plugin-scaffolder.md",
1523
+ "installAs": "skills/plugin-scaffolder/SKILL.md",
1524
+ "url": "https://agentscamp.com/skills/workflow/plugin-scaffolder"
1525
+ },
1526
+ {
1527
+ "id": "skills/postgres-index-strategist",
1528
+ "type": "skill",
1529
+ "slug": "postgres-index-strategist",
1530
+ "category": "database",
1531
+ "title": "Postgres Index Strategist",
1532
+ "description": "Recommend the right Postgres index for a query or workload — choosing B-Tree vs. GIN vs. BRIN vs. partial/covering/expression, checking for redundant or unused indexes, and verifying the choice against the query plan. Use when a query needs an index, when deciding an index type for jsonb/array/full-text/time-series data, or when auditing an over-indexed table.",
1533
+ "topics": [
1534
+ "data-ml"
1535
+ ],
1536
+ "file": "skills/postgres-index-strategist.md",
1537
+ "installAs": "skills/postgres-index-strategist/SKILL.md",
1538
+ "url": "https://agentscamp.com/skills/database/postgres-index-strategist"
1539
+ },
1540
+ {
1541
+ "id": "skills/pr-description",
1542
+ "type": "skill",
1543
+ "slug": "pr-description",
1544
+ "category": "git",
1545
+ "title": "PR Description",
1546
+ "description": "Draft a clear pull request description from the branch diff against its base. Use when you have a finished branch and want a reviewer-ready PR body before opening the PR.",
1547
+ "topics": [
1548
+ "review-qa"
1549
+ ],
1550
+ "file": "skills/pr-description.md",
1551
+ "installAs": "skills/pr-description/SKILL.md",
1552
+ "url": "https://agentscamp.com/skills/git/pr-description"
1553
+ },
1554
+ {
1555
+ "id": "skills/prompt-cache-optimizer",
1556
+ "type": "skill",
1557
+ "slug": "prompt-cache-optimizer",
1558
+ "category": "performance",
1559
+ "title": "Prompt Cache Optimizer",
1560
+ "description": "Restructure an LLM call to maximize prompt-cache hit rate and add response/semantic caching — move the stable prefix (system prompt, instructions, few-shot, context) to the front and variable input to the end, set cache breakpoints, and measure the hit rate and savings. Use when repeated calls share large common context and token cost or latency is too high.",
1561
+ "topics": [
1562
+ "devops-infra"
1563
+ ],
1564
+ "file": "skills/prompt-cache-optimizer.md",
1565
+ "installAs": "skills/prompt-cache-optimizer/SKILL.md",
1566
+ "url": "https://agentscamp.com/skills/performance/prompt-cache-optimizer"
1567
+ },
1568
+ {
1569
+ "id": "skills/prompt-optimizer",
1570
+ "type": "skill",
1571
+ "slug": "prompt-optimizer",
1572
+ "category": "workflow",
1573
+ "title": "Prompt Optimizer",
1574
+ "description": "Diagnose why a prompt underperforms and rewrite it with the technique that fixes it — clearer structure, few-shot examples, an explicit output contract, or reasoning scaffolding — returning an optimized prompt, the rationale for every change, and what to measure to confirm the lift. Use when a prompt is flaky, verbose, drifting in format, or just not good enough.",
1575
+ "topics": [
1576
+ "workflow-prompting"
1577
+ ],
1578
+ "file": "skills/prompt-optimizer.md",
1579
+ "installAs": "skills/prompt-optimizer/SKILL.md",
1580
+ "url": "https://agentscamp.com/skills/workflow/prompt-optimizer"
1581
+ },
1582
+ {
1583
+ "id": "skills/prompt-pii-redactor",
1584
+ "type": "skill",
1585
+ "slug": "prompt-pii-redactor",
1586
+ "category": "security",
1587
+ "title": "Prompt Pii Redactor",
1588
+ "description": "Detect and redact PII and secrets from prompts (and logs/traces) before they reach an LLM provider — mask or tokenize emails, phone numbers, names, IDs, and API keys, reversibly where the response needs the real values back. Use when sending user or document data to a third-party model, or when LLM request logs may capture sensitive data.",
1589
+ "topics": [
1590
+ "ai-safety-security"
1591
+ ],
1592
+ "file": "skills/prompt-pii-redactor.md",
1593
+ "installAs": "skills/prompt-pii-redactor/SKILL.md",
1594
+ "url": "https://agentscamp.com/skills/security/prompt-pii-redactor"
1595
+ },
1596
+ {
1597
+ "id": "skills/provider-fallback-wrapper",
1598
+ "type": "skill",
1599
+ "slug": "provider-fallback-wrapper",
1600
+ "category": "api",
1601
+ "title": "Provider Fallback Wrapper",
1602
+ "description": "Wrap LLM calls so a provider outage, rate limit, or timeout degrades gracefully — with multi-provider fallback, bounded retries with backoff, and timeouts. Use when an app depends on a single model/provider and needs production resilience.",
1603
+ "topics": [
1604
+ "llm-app-dev"
1605
+ ],
1606
+ "file": "skills/provider-fallback-wrapper.md",
1607
+ "installAs": "skills/provider-fallback-wrapper/SKILL.md",
1608
+ "url": "https://agentscamp.com/skills/api/provider-fallback-wrapper"
1609
+ },
1610
+ {
1611
+ "id": "skills/qlora-finetune-runner",
1612
+ "type": "skill",
1613
+ "slug": "qlora-finetune-runner",
1614
+ "category": "data",
1615
+ "title": "Qlora Finetune Runner",
1616
+ "description": "Run a QLoRA (4-bit LoRA) fine-tune of an open-weight model from a prepared dataset — set up the config, train memory-efficiently (e.g. with Unsloth/PEFT), watch for overfitting, save the adapter, and run a quick eval against the prepared split. Use when you have a clean dataset and want to execute a parameter-efficient fine-tune on a single GPU.",
1617
+ "topics": [
1618
+ "mlops-ai-infra"
1619
+ ],
1620
+ "file": "skills/qlora-finetune-runner.md",
1621
+ "installAs": "skills/qlora-finetune-runner/SKILL.md",
1622
+ "url": "https://agentscamp.com/skills/data/qlora-finetune-runner"
1623
+ },
1624
+ {
1625
+ "id": "skills/readme-generator",
1626
+ "type": "skill",
1627
+ "slug": "readme-generator",
1628
+ "category": "docs",
1629
+ "title": "Readme Generator",
1630
+ "description": "Generate or refresh a project README grounded in the actual repository. Use when a project has no README, a stale one, or you want install/usage/scripts/structure sections that match the real code.",
1631
+ "topics": [
1632
+ "workflow-prompting"
1633
+ ],
1634
+ "file": "skills/readme-generator.md",
1635
+ "installAs": "skills/readme-generator/SKILL.md",
1636
+ "url": "https://agentscamp.com/skills/docs/readme-generator"
1637
+ },
1638
+ {
1639
+ "id": "skills/secret-scanner",
1640
+ "type": "skill",
1641
+ "slug": "secret-scanner",
1642
+ "category": "security",
1643
+ "title": "Secret Scanner",
1644
+ "description": "Scan a repo or a diff for committed secrets — API keys, tokens, private keys, .env files, and high-entropy strings — then triage real leaks from fixtures. Use before pushing, in review, or when a credential may have leaked.",
1645
+ "topics": [
1646
+ "review-qa"
1647
+ ],
1648
+ "file": "skills/secret-scanner.md",
1649
+ "installAs": "skills/secret-scanner/SKILL.md",
1650
+ "url": "https://agentscamp.com/skills/security/secret-scanner"
1651
+ },
1652
+ {
1653
+ "id": "skills/sql-optimizer",
1654
+ "type": "skill",
1655
+ "slug": "sql-optimizer",
1656
+ "category": "data",
1657
+ "title": "SQL Optimizer",
1658
+ "description": "Diagnose a slow SQL query from its execution plan and propose a verified optimization — finding the real bottleneck (sequential scan, missing or unused index, bad join order, app-side N+1) and measuring the fix before and after. Use when a query is slow and you need a fix backed by EXPLAIN ANALYZE, not a guess.",
1659
+ "topics": [
1660
+ "data-ml"
1661
+ ],
1662
+ "file": "skills/sql-optimizer.md",
1663
+ "installAs": "skills/sql-optimizer/SKILL.md",
1664
+ "url": "https://agentscamp.com/skills/data/sql-optimizer"
1665
+ },
1666
+ {
1667
+ "id": "skills/test-scaffolder",
1668
+ "type": "skill",
1669
+ "slug": "test-scaffolder",
1670
+ "category": "testing",
1671
+ "title": "Test Scaffolder",
1672
+ "description": "Scaffold a test file with sensible cases for a given module or function. Use when adding tests to untested code and you want a fast, structured starting point.",
1673
+ "topics": [
1674
+ "review-qa"
1675
+ ],
1676
+ "file": "skills/test-scaffolder.md",
1677
+ "installAs": "skills/test-scaffolder/SKILL.md",
1678
+ "url": "https://agentscamp.com/skills/testing/test-scaffolder"
1679
+ },
1680
+ {
1681
+ "id": "skills/tool-definition-generator",
1682
+ "type": "skill",
1683
+ "slug": "tool-definition-generator",
1684
+ "category": "api",
1685
+ "title": "Tool Definition Generator",
1686
+ "description": "Generate clean function/tool schemas for an LLM agent from existing code or a spec — accurate JSON Schema, model-facing descriptions, honest required fields, and enums that make invalid calls impossible. Use when wiring functions into an agent's tool-calling loop.",
1687
+ "topics": [
1688
+ "ai-agents-systems"
1689
+ ],
1690
+ "file": "skills/tool-definition-generator.md",
1691
+ "installAs": "skills/tool-definition-generator/SKILL.md",
1692
+ "url": "https://agentscamp.com/skills/api/tool-definition-generator"
1693
+ },
1694
+ {
1695
+ "id": "skills/web-research-pipeline",
1696
+ "type": "skill",
1697
+ "slug": "web-research-pipeline",
1698
+ "category": "data",
1699
+ "title": "Web Research Pipeline",
1700
+ "description": "Run a structured web-research pass on a question: plan the searches, find sources via search APIs, fetch and read the best ones, cross-check claims, and synthesize a cited answer — with source quality and disagreements surfaced honestly. Use for 'research X and tell me what's actually true' tasks that need more than one search and less than a day.",
1701
+ "topics": [
1702
+ "ai-agents-systems"
1703
+ ],
1704
+ "file": "skills/web-research-pipeline.md",
1705
+ "installAs": "skills/web-research-pipeline/SKILL.md",
1706
+ "url": "https://agentscamp.com/skills/data/web-research-pipeline"
1707
+ }
1708
+ ]
1709
+ }