ccsetup 1.1.1 → 1.2.1
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/README.md +144 -342
- package/bin/create-project.js +1246 -90
- package/bin/lib/claudeInterface.js +209 -0
- package/lib/aiAgentSelector.js +155 -0
- package/lib/templates/README.md +176 -0
- package/lib/templates/catalog.js +230 -0
- package/lib/templates/filter.js +257 -0
- package/lib/templates/index.js +45 -0
- package/lib/templates/metadata/agents.json +413 -0
- package/lib/templates/metadata-extractor.js +329 -0
- package/lib/templates/search.js +356 -0
- package/package.json +13 -5
- package/template/{agents → .claude/agents}/checker.md +29 -0
- package/template/.claude/settings.json +32 -0
- package/template/.claude/skills/codex-review/SKILL.md +139 -0
- package/template/.claude/skills/prd/SKILL.md +343 -0
- package/template/.claude/skills/ralph/SKILL.md +339 -0
- package/template/.claude/skills/secops/SKILL.md +259 -0
- package/template/.codex/skills/codex-review/SKILL.md +139 -0
- package/template/.codex/skills/prd/SKILL.md +343 -0
- package/template/.codex/skills/ralph/SKILL.md +339 -0
- package/template/AGENTS.md +43 -0
- package/template/CLAUDE.md +141 -21
- package/template/CONTRIBUTING.md +37 -0
- package/template/agents/README.md +15 -171
- package/template/docs/ROADMAP.md +0 -36
- package/template/docs/agent-orchestration.md +24 -141
- package/template/docs/codex-setup.md +32 -0
- package/template/hooks/codex-review/index.js +105 -0
- package/template/hooks/workflow-selector/index.js +398 -0
- package/template/scripts/codex-review/codex-review.sh +266 -0
- package/template/scripts/ralph/CLAUDE.md +174 -0
- package/template/scripts/ralph/CODEX.md +76 -0
- package/template/scripts/ralph/ralph.sh +150 -0
- package/template/tickets/ticket-list.md +17 -68
- package/template/agents/ai-engineer.md +0 -31
- package/template/agents/api-documenter.md +0 -31
- package/template/agents/architect-review.md +0 -42
- package/template/agents/backend-architect.md +0 -29
- package/template/agents/business-analyst.md +0 -34
- package/template/agents/c-pro.md +0 -34
- package/template/agents/cloud-architect.md +0 -31
- package/template/agents/code-reviewer.md +0 -28
- package/template/agents/content-marketer.md +0 -34
- package/template/agents/context-manager.md +0 -63
- package/template/agents/cpp-pro.md +0 -37
- package/template/agents/customer-support.md +0 -34
- package/template/agents/data-engineer.md +0 -31
- package/template/agents/data-scientist.md +0 -28
- package/template/agents/database-admin.md +0 -31
- package/template/agents/database-optimizer.md +0 -31
- package/template/agents/debugger.md +0 -29
- package/template/agents/deployment-engineer.md +0 -31
- package/template/agents/devops-troubleshooter.md +0 -31
- package/template/agents/dx-optimizer.md +0 -62
- package/template/agents/error-detective.md +0 -31
- package/template/agents/frontend-developer.md +0 -30
- package/template/agents/golang-pro.md +0 -31
- package/template/agents/graphql-architect.md +0 -31
- package/template/agents/incident-responder.md +0 -73
- package/template/agents/javascript-pro.md +0 -34
- package/template/agents/legacy-modernizer.md +0 -31
- package/template/agents/ml-engineer.md +0 -31
- package/template/agents/mlops-engineer.md +0 -56
- package/template/agents/mobile-developer.md +0 -31
- package/template/agents/network-engineer.md +0 -31
- package/template/agents/payment-integration.md +0 -31
- package/template/agents/performance-engineer.md +0 -31
- package/template/agents/prompt-engineer.md +0 -58
- package/template/agents/python-pro.md +0 -31
- package/template/agents/quant-analyst.md +0 -31
- package/template/agents/risk-manager.md +0 -40
- package/template/agents/rust-pro.md +0 -34
- package/template/agents/sales-automator.md +0 -34
- package/template/agents/search-specialist.md +0 -58
- package/template/agents/security-auditor.md +0 -31
- package/template/agents/sql-pro.md +0 -34
- package/template/agents/terraform-specialist.md +0 -34
- package/template/agents/test-automator.md +0 -31
- /package/template/{agents → .claude/agents}/backend.md +0 -0
- /package/template/{agents → .claude/agents}/blockchain.md +0 -0
- /package/template/{agents → .claude/agents}/coder.md +0 -0
- /package/template/{agents → .claude/agents}/frontend.md +0 -0
- /package/template/{agents → .claude/agents}/planner.md +0 -0
- /package/template/{agents → .claude/agents}/researcher.md +0 -0
- /package/template/{agents → .claude/agents}/shadcn.md +0 -0
|
@@ -0,0 +1,413 @@
|
|
|
1
|
+
{
|
|
2
|
+
"agents": [
|
|
3
|
+
{
|
|
4
|
+
"id": "agent-backend",
|
|
5
|
+
"name": "Backend Agent",
|
|
6
|
+
"category": "agents",
|
|
7
|
+
"subcategory": "planning",
|
|
8
|
+
"description": "Backend development specialist. Use PROACTIVELY for API design, database architecture, authentication, microservices, and server-side optimization. Invoke when building APIs, services, or backend infrastructure.",
|
|
9
|
+
"tags": [
|
|
10
|
+
"read",
|
|
11
|
+
"write",
|
|
12
|
+
"edit",
|
|
13
|
+
"grep",
|
|
14
|
+
"glob",
|
|
15
|
+
"bash",
|
|
16
|
+
"websearch",
|
|
17
|
+
"webfetch",
|
|
18
|
+
"planning",
|
|
19
|
+
"architecture",
|
|
20
|
+
"development",
|
|
21
|
+
"implementation",
|
|
22
|
+
"frontend",
|
|
23
|
+
"ui",
|
|
24
|
+
"backend",
|
|
25
|
+
"api",
|
|
26
|
+
"database",
|
|
27
|
+
"performance"
|
|
28
|
+
],
|
|
29
|
+
"tools": [
|
|
30
|
+
"Read",
|
|
31
|
+
"Write",
|
|
32
|
+
"Edit",
|
|
33
|
+
"Grep",
|
|
34
|
+
"Glob",
|
|
35
|
+
"Bash",
|
|
36
|
+
"WebSearch",
|
|
37
|
+
"WebFetch"
|
|
38
|
+
],
|
|
39
|
+
"version": "1.0.0",
|
|
40
|
+
"dependencies": [],
|
|
41
|
+
"files": [
|
|
42
|
+
"backend.md"
|
|
43
|
+
],
|
|
44
|
+
"author": "ccsetup",
|
|
45
|
+
"examples": [
|
|
46
|
+
"UI component development",
|
|
47
|
+
"Responsive design implementation",
|
|
48
|
+
"API development",
|
|
49
|
+
"Server-side optimization"
|
|
50
|
+
],
|
|
51
|
+
"workflows": [
|
|
52
|
+
"Feature Development",
|
|
53
|
+
"Refactoring",
|
|
54
|
+
"QA",
|
|
55
|
+
"API Development",
|
|
56
|
+
"UI Component"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "agent-blockchain",
|
|
61
|
+
"name": "Blockchain Agent",
|
|
62
|
+
"category": "agents",
|
|
63
|
+
"subcategory": "planning",
|
|
64
|
+
"description": "Blockchain and Web3 specialist. Use PROACTIVELY for smart contract development, DeFi protocols, blockchain architecture, security audits, and Web3 integrations. Invoke when working with Ethereum, Solana, or other blockchain platforms.",
|
|
65
|
+
"tags": [
|
|
66
|
+
"read",
|
|
67
|
+
"write",
|
|
68
|
+
"edit",
|
|
69
|
+
"grep",
|
|
70
|
+
"glob",
|
|
71
|
+
"websearch",
|
|
72
|
+
"webfetch",
|
|
73
|
+
"bash",
|
|
74
|
+
"planning",
|
|
75
|
+
"architecture",
|
|
76
|
+
"development",
|
|
77
|
+
"implementation",
|
|
78
|
+
"security",
|
|
79
|
+
"blockchain",
|
|
80
|
+
"web3",
|
|
81
|
+
"ml",
|
|
82
|
+
"ai"
|
|
83
|
+
],
|
|
84
|
+
"tools": [
|
|
85
|
+
"Read",
|
|
86
|
+
"Write",
|
|
87
|
+
"Edit",
|
|
88
|
+
"Grep",
|
|
89
|
+
"Glob",
|
|
90
|
+
"WebSearch",
|
|
91
|
+
"WebFetch",
|
|
92
|
+
"Bash"
|
|
93
|
+
],
|
|
94
|
+
"version": "1.0.0",
|
|
95
|
+
"dependencies": [],
|
|
96
|
+
"files": [
|
|
97
|
+
"blockchain.md"
|
|
98
|
+
],
|
|
99
|
+
"author": "ccsetup",
|
|
100
|
+
"examples": [
|
|
101
|
+
"General development tasks"
|
|
102
|
+
],
|
|
103
|
+
"workflows": [
|
|
104
|
+
"Feature Development",
|
|
105
|
+
"Refactoring",
|
|
106
|
+
"QA",
|
|
107
|
+
"API Development",
|
|
108
|
+
"UI Component",
|
|
109
|
+
"Blockchain Development"
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "agent-checker",
|
|
114
|
+
"name": "Checker Agent",
|
|
115
|
+
"category": "agents",
|
|
116
|
+
"subcategory": "development",
|
|
117
|
+
"description": "Quality assurance and code review specialist. Use PROACTIVELY for testing, debugging, security analysis, and code quality verification. Invoke after code implementation or when you need thorough quality validation.",
|
|
118
|
+
"tags": [
|
|
119
|
+
"read",
|
|
120
|
+
"grep",
|
|
121
|
+
"glob",
|
|
122
|
+
"bash",
|
|
123
|
+
"todoread",
|
|
124
|
+
"development",
|
|
125
|
+
"implementation",
|
|
126
|
+
"testing",
|
|
127
|
+
"qa",
|
|
128
|
+
"security"
|
|
129
|
+
],
|
|
130
|
+
"tools": [
|
|
131
|
+
"Read",
|
|
132
|
+
"Grep",
|
|
133
|
+
"Glob",
|
|
134
|
+
"Bash",
|
|
135
|
+
"TodoRead"
|
|
136
|
+
],
|
|
137
|
+
"version": "1.0.0",
|
|
138
|
+
"dependencies": [],
|
|
139
|
+
"files": [
|
|
140
|
+
"checker.md"
|
|
141
|
+
],
|
|
142
|
+
"author": "ccsetup",
|
|
143
|
+
"examples": [
|
|
144
|
+
"Feature implementation",
|
|
145
|
+
"Bug fixes and optimizations",
|
|
146
|
+
"Test automation",
|
|
147
|
+
"Quality assurance reviews"
|
|
148
|
+
],
|
|
149
|
+
"workflows": [
|
|
150
|
+
"Feature Development",
|
|
151
|
+
"Bug Fix",
|
|
152
|
+
"Refactoring",
|
|
153
|
+
"QA",
|
|
154
|
+
"UI Component"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "agent-coder",
|
|
159
|
+
"name": "Coder Agent",
|
|
160
|
+
"category": "agents",
|
|
161
|
+
"subcategory": "development",
|
|
162
|
+
"description": "Expert software developer and implementation specialist. Use PROACTIVELY for writing, refactoring, and optimizing code. Invoke when you need to implement features, fix bugs, or improve code quality.",
|
|
163
|
+
"tags": [
|
|
164
|
+
"read",
|
|
165
|
+
"edit",
|
|
166
|
+
"write",
|
|
167
|
+
"grep",
|
|
168
|
+
"glob",
|
|
169
|
+
"bash",
|
|
170
|
+
"todoread",
|
|
171
|
+
"development",
|
|
172
|
+
"implementation",
|
|
173
|
+
"testing",
|
|
174
|
+
"qa"
|
|
175
|
+
],
|
|
176
|
+
"tools": [
|
|
177
|
+
"Read",
|
|
178
|
+
"Edit",
|
|
179
|
+
"Write",
|
|
180
|
+
"Grep",
|
|
181
|
+
"Glob",
|
|
182
|
+
"Bash",
|
|
183
|
+
"TodoRead"
|
|
184
|
+
],
|
|
185
|
+
"version": "1.0.0",
|
|
186
|
+
"dependencies": [],
|
|
187
|
+
"files": [
|
|
188
|
+
"coder.md"
|
|
189
|
+
],
|
|
190
|
+
"author": "ccsetup",
|
|
191
|
+
"examples": [
|
|
192
|
+
"Feature implementation",
|
|
193
|
+
"Bug fixes and optimizations"
|
|
194
|
+
],
|
|
195
|
+
"workflows": [
|
|
196
|
+
"Feature Development",
|
|
197
|
+
"Bug Fix",
|
|
198
|
+
"Refactoring",
|
|
199
|
+
"QA",
|
|
200
|
+
"UI Component"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"id": "agent-frontend",
|
|
205
|
+
"name": "Frontend Agent",
|
|
206
|
+
"category": "agents",
|
|
207
|
+
"subcategory": "development",
|
|
208
|
+
"description": "Frontend development specialist. Use PROACTIVELY for UI/UX implementation, responsive design, state management, and frontend performance optimization. Invoke when building user interfaces, SPAs, or frontend features.",
|
|
209
|
+
"tags": [
|
|
210
|
+
"read",
|
|
211
|
+
"write",
|
|
212
|
+
"edit",
|
|
213
|
+
"grep",
|
|
214
|
+
"glob",
|
|
215
|
+
"bash",
|
|
216
|
+
"websearch",
|
|
217
|
+
"webfetch",
|
|
218
|
+
"development",
|
|
219
|
+
"implementation",
|
|
220
|
+
"frontend",
|
|
221
|
+
"ui",
|
|
222
|
+
"performance"
|
|
223
|
+
],
|
|
224
|
+
"tools": [
|
|
225
|
+
"Read",
|
|
226
|
+
"Write",
|
|
227
|
+
"Edit",
|
|
228
|
+
"Grep",
|
|
229
|
+
"Glob",
|
|
230
|
+
"Bash",
|
|
231
|
+
"WebSearch",
|
|
232
|
+
"WebFetch"
|
|
233
|
+
],
|
|
234
|
+
"version": "1.0.0",
|
|
235
|
+
"dependencies": [],
|
|
236
|
+
"files": [
|
|
237
|
+
"frontend.md"
|
|
238
|
+
],
|
|
239
|
+
"author": "ccsetup",
|
|
240
|
+
"examples": [
|
|
241
|
+
"Feature implementation",
|
|
242
|
+
"Bug fixes and optimizations",
|
|
243
|
+
"UI component development",
|
|
244
|
+
"Responsive design implementation"
|
|
245
|
+
],
|
|
246
|
+
"workflows": [
|
|
247
|
+
"Feature Development",
|
|
248
|
+
"Refactoring",
|
|
249
|
+
"QA",
|
|
250
|
+
"UI Component"
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": "agent-planner",
|
|
255
|
+
"name": "Planner Agent",
|
|
256
|
+
"category": "agents",
|
|
257
|
+
"subcategory": "planning",
|
|
258
|
+
"description": "Strategic planning specialist. Use PROACTIVELY for breaking down complex problems, creating implementation roadmaps, and architectural planning. Invoke when you need to plan a feature, design system architecture, or break down large tasks.",
|
|
259
|
+
"tags": [
|
|
260
|
+
"read",
|
|
261
|
+
"grep",
|
|
262
|
+
"glob",
|
|
263
|
+
"todowrite",
|
|
264
|
+
"planning",
|
|
265
|
+
"architecture",
|
|
266
|
+
"development",
|
|
267
|
+
"implementation"
|
|
268
|
+
],
|
|
269
|
+
"tools": [
|
|
270
|
+
"Read",
|
|
271
|
+
"Grep",
|
|
272
|
+
"Glob",
|
|
273
|
+
"TodoWrite"
|
|
274
|
+
],
|
|
275
|
+
"version": "1.0.0",
|
|
276
|
+
"dependencies": [],
|
|
277
|
+
"files": [
|
|
278
|
+
"planner.md"
|
|
279
|
+
],
|
|
280
|
+
"author": "ccsetup",
|
|
281
|
+
"examples": [
|
|
282
|
+
"Breaking down feature implementations",
|
|
283
|
+
"Creating technical roadmaps",
|
|
284
|
+
"Feature implementation",
|
|
285
|
+
"Bug fixes and optimizations"
|
|
286
|
+
],
|
|
287
|
+
"workflows": [
|
|
288
|
+
"Feature Development",
|
|
289
|
+
"UI Component"
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "agent-researcher",
|
|
294
|
+
"name": "Researcher Agent",
|
|
295
|
+
"category": "agents",
|
|
296
|
+
"subcategory": "development",
|
|
297
|
+
"description": "Research and investigation specialist for both online sources and local codebases. Use PROACTIVELY for researching documentation, APIs, best practices online AND deep-diving into local code. Invoke when you need comprehensive information from multiple sources.",
|
|
298
|
+
"tags": [
|
|
299
|
+
"read",
|
|
300
|
+
"grep",
|
|
301
|
+
"glob",
|
|
302
|
+
"ls",
|
|
303
|
+
"websearch",
|
|
304
|
+
"webfetch",
|
|
305
|
+
"development",
|
|
306
|
+
"implementation",
|
|
307
|
+
"backend",
|
|
308
|
+
"api"
|
|
309
|
+
],
|
|
310
|
+
"tools": [
|
|
311
|
+
"Read",
|
|
312
|
+
"Grep",
|
|
313
|
+
"Glob",
|
|
314
|
+
"LS",
|
|
315
|
+
"WebSearch",
|
|
316
|
+
"WebFetch"
|
|
317
|
+
],
|
|
318
|
+
"version": "1.0.0",
|
|
319
|
+
"dependencies": [],
|
|
320
|
+
"files": [
|
|
321
|
+
"researcher.md"
|
|
322
|
+
],
|
|
323
|
+
"author": "ccsetup",
|
|
324
|
+
"examples": [
|
|
325
|
+
"Feature implementation",
|
|
326
|
+
"Bug fixes and optimizations"
|
|
327
|
+
],
|
|
328
|
+
"workflows": [
|
|
329
|
+
"Feature Development",
|
|
330
|
+
"QA",
|
|
331
|
+
"UI Component"
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"id": "agent-shadcn",
|
|
336
|
+
"name": "Shadcn Agent",
|
|
337
|
+
"category": "agents",
|
|
338
|
+
"subcategory": "development",
|
|
339
|
+
"description": "shadcn/ui component library specialist. Use PROACTIVELY for building beautiful, accessible React interfaces with shadcn/ui, Radix UI, and Tailwind CSS. Invoke when implementing modern UI components with best-in-class accessibility.",
|
|
340
|
+
"tags": [
|
|
341
|
+
"read",
|
|
342
|
+
"write",
|
|
343
|
+
"edit",
|
|
344
|
+
"grep",
|
|
345
|
+
"glob",
|
|
346
|
+
"bash",
|
|
347
|
+
"websearch",
|
|
348
|
+
"webfetch",
|
|
349
|
+
"development",
|
|
350
|
+
"implementation",
|
|
351
|
+
"frontend",
|
|
352
|
+
"ui",
|
|
353
|
+
"ml",
|
|
354
|
+
"ai"
|
|
355
|
+
],
|
|
356
|
+
"tools": [
|
|
357
|
+
"Read",
|
|
358
|
+
"Write",
|
|
359
|
+
"Edit",
|
|
360
|
+
"Grep",
|
|
361
|
+
"Glob",
|
|
362
|
+
"Bash",
|
|
363
|
+
"WebSearch",
|
|
364
|
+
"WebFetch"
|
|
365
|
+
],
|
|
366
|
+
"version": "1.0.0",
|
|
367
|
+
"dependencies": [],
|
|
368
|
+
"files": [
|
|
369
|
+
"shadcn.md"
|
|
370
|
+
],
|
|
371
|
+
"author": "ccsetup",
|
|
372
|
+
"examples": [
|
|
373
|
+
"Feature implementation",
|
|
374
|
+
"Bug fixes and optimizations",
|
|
375
|
+
"UI component development",
|
|
376
|
+
"Responsive design implementation"
|
|
377
|
+
],
|
|
378
|
+
"workflows": [
|
|
379
|
+
"Feature Development",
|
|
380
|
+
"UI Component"
|
|
381
|
+
]
|
|
382
|
+
}
|
|
383
|
+
],
|
|
384
|
+
"categories": {
|
|
385
|
+
"planning": {
|
|
386
|
+
"name": "planning",
|
|
387
|
+
"displayName": "Planning & Architecture",
|
|
388
|
+
"count": 3,
|
|
389
|
+
"agents": [
|
|
390
|
+
"agent-backend",
|
|
391
|
+
"agent-blockchain",
|
|
392
|
+
"agent-planner"
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
"development": {
|
|
396
|
+
"name": "development",
|
|
397
|
+
"displayName": "Development & Implementation",
|
|
398
|
+
"count": 5,
|
|
399
|
+
"agents": [
|
|
400
|
+
"agent-checker",
|
|
401
|
+
"agent-coder",
|
|
402
|
+
"agent-frontend",
|
|
403
|
+
"agent-researcher",
|
|
404
|
+
"agent-shadcn"
|
|
405
|
+
]
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"stats": {
|
|
409
|
+
"totalAgents": 8,
|
|
410
|
+
"categories": 2,
|
|
411
|
+
"lastUpdated": "2026-03-26T16:28:36.979Z"
|
|
412
|
+
}
|
|
413
|
+
}
|