omgkit 2.12.0 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +97 -12
- package/package.json +2 -2
- package/plugin/agents/api-designer.md +5 -0
- package/plugin/agents/architect.md +8 -0
- package/plugin/agents/brainstormer.md +4 -0
- package/plugin/agents/cicd-manager.md +6 -0
- package/plugin/agents/code-reviewer.md +6 -0
- package/plugin/agents/copywriter.md +2 -0
- package/plugin/agents/data-engineer.md +255 -0
- package/plugin/agents/database-admin.md +10 -0
- package/plugin/agents/debugger.md +10 -0
- package/plugin/agents/devsecops.md +314 -0
- package/plugin/agents/docs-manager.md +4 -0
- package/plugin/agents/domain-decomposer.md +181 -0
- package/plugin/agents/embedded-systems.md +397 -0
- package/plugin/agents/fullstack-developer.md +12 -0
- package/plugin/agents/game-systems-designer.md +375 -0
- package/plugin/agents/git-manager.md +10 -0
- package/plugin/agents/journal-writer.md +2 -0
- package/plugin/agents/ml-engineer.md +284 -0
- package/plugin/agents/observability-engineer.md +353 -0
- package/plugin/agents/oracle.md +9 -0
- package/plugin/agents/performance-engineer.md +290 -0
- package/plugin/agents/pipeline-architect.md +6 -0
- package/plugin/agents/planner.md +12 -0
- package/plugin/agents/platform-engineer.md +325 -0
- package/plugin/agents/project-manager.md +3 -0
- package/plugin/agents/researcher.md +5 -0
- package/plugin/agents/scientific-computing.md +426 -0
- package/plugin/agents/scout.md +3 -0
- package/plugin/agents/security-auditor.md +7 -0
- package/plugin/agents/sprint-master.md +17 -0
- package/plugin/agents/tester.md +10 -0
- package/plugin/agents/ui-ux-designer.md +12 -0
- package/plugin/agents/vulnerability-scanner.md +6 -0
- package/plugin/commands/data/pipeline.md +47 -0
- package/plugin/commands/data/quality.md +49 -0
- package/plugin/commands/domain/analyze.md +34 -0
- package/plugin/commands/domain/map.md +41 -0
- package/plugin/commands/game/balance.md +56 -0
- package/plugin/commands/game/optimize.md +62 -0
- package/plugin/commands/iot/provision.md +58 -0
- package/plugin/commands/ml/evaluate.md +47 -0
- package/plugin/commands/ml/train.md +48 -0
- package/plugin/commands/perf/benchmark.md +54 -0
- package/plugin/commands/perf/profile.md +49 -0
- package/plugin/commands/platform/blueprint.md +56 -0
- package/plugin/commands/security/audit.md +54 -0
- package/plugin/commands/security/scan.md +55 -0
- package/plugin/commands/sre/dashboard.md +53 -0
- package/plugin/registry.yaml +711 -0
- package/plugin/skills/ai-ml/experiment-tracking/SKILL.md +338 -0
- package/plugin/skills/ai-ml/feature-stores/SKILL.md +340 -0
- package/plugin/skills/ai-ml/llm-ops/SKILL.md +454 -0
- package/plugin/skills/ai-ml/ml-pipelines/SKILL.md +390 -0
- package/plugin/skills/ai-ml/model-monitoring/SKILL.md +398 -0
- package/plugin/skills/ai-ml/model-serving/SKILL.md +386 -0
- package/plugin/skills/event-driven/cqrs-patterns/SKILL.md +348 -0
- package/plugin/skills/event-driven/event-sourcing/SKILL.md +334 -0
- package/plugin/skills/event-driven/kafka-deep/SKILL.md +252 -0
- package/plugin/skills/event-driven/saga-orchestration/SKILL.md +335 -0
- package/plugin/skills/event-driven/schema-registry/SKILL.md +328 -0
- package/plugin/skills/event-driven/stream-processing/SKILL.md +313 -0
- package/plugin/skills/game/game-audio/SKILL.md +446 -0
- package/plugin/skills/game/game-networking/SKILL.md +490 -0
- package/plugin/skills/game/godot-patterns/SKILL.md +413 -0
- package/plugin/skills/game/shader-programming/SKILL.md +492 -0
- package/plugin/skills/game/unity-patterns/SKILL.md +488 -0
- package/plugin/skills/iot/device-provisioning/SKILL.md +405 -0
- package/plugin/skills/iot/edge-computing/SKILL.md +369 -0
- package/plugin/skills/iot/industrial-protocols/SKILL.md +438 -0
- package/plugin/skills/iot/mqtt-deep/SKILL.md +418 -0
- package/plugin/skills/iot/ota-updates/SKILL.md +426 -0
- package/plugin/skills/microservices/api-gateway-patterns/SKILL.md +201 -0
- package/plugin/skills/microservices/circuit-breaker-patterns/SKILL.md +246 -0
- package/plugin/skills/microservices/contract-testing/SKILL.md +284 -0
- package/plugin/skills/microservices/distributed-tracing/SKILL.md +246 -0
- package/plugin/skills/microservices/service-discovery/SKILL.md +304 -0
- package/plugin/skills/microservices/service-mesh/SKILL.md +181 -0
- package/plugin/skills/mobile-advanced/mobile-ci-cd/SKILL.md +407 -0
- package/plugin/skills/mobile-advanced/mobile-security/SKILL.md +403 -0
- package/plugin/skills/mobile-advanced/offline-first/SKILL.md +473 -0
- package/plugin/skills/mobile-advanced/push-notifications/SKILL.md +494 -0
- package/plugin/skills/mobile-advanced/react-native-deep/SKILL.md +374 -0
- package/plugin/skills/simulation/numerical-methods/SKILL.md +434 -0
- package/plugin/skills/simulation/parallel-computing/SKILL.md +382 -0
- package/plugin/skills/simulation/physics-engines/SKILL.md +377 -0
- package/plugin/skills/simulation/validation-verification/SKILL.md +479 -0
- package/plugin/skills/simulation/visualization-scientific/SKILL.md +365 -0
- package/plugin/templates/autonomous/archetypes/event-driven-app.yaml +460 -0
- package/plugin/templates/autonomous/archetypes/microservices-app.yaml +431 -0
- package/plugin/templates/autonomous/state-schema.yaml +1 -1
- package/plugin/workflows/ai-engineering/agent-development.md +3 -3
- package/plugin/workflows/ai-engineering/fine-tuning.md +3 -3
- package/plugin/workflows/ai-engineering/model-evaluation.md +3 -3
- package/plugin/workflows/ai-engineering/prompt-engineering.md +2 -2
- package/plugin/workflows/ai-engineering/rag-development.md +4 -4
- package/plugin/workflows/ai-ml/data-pipeline.md +188 -0
- package/plugin/workflows/ai-ml/experiment-cycle.md +203 -0
- package/plugin/workflows/ai-ml/feature-engineering.md +208 -0
- package/plugin/workflows/ai-ml/model-deployment.md +199 -0
- package/plugin/workflows/ai-ml/monitoring-setup.md +227 -0
- package/plugin/workflows/api/api-design.md +1 -1
- package/plugin/workflows/api/api-testing.md +2 -2
- package/plugin/workflows/content/technical-docs.md +1 -1
- package/plugin/workflows/database/migration.md +1 -1
- package/plugin/workflows/database/optimization.md +1 -1
- package/plugin/workflows/database/schema-design.md +3 -3
- package/plugin/workflows/development/bug-fix.md +3 -3
- package/plugin/workflows/development/code-review.md +2 -1
- package/plugin/workflows/development/feature.md +3 -3
- package/plugin/workflows/development/refactor.md +2 -2
- package/plugin/workflows/event-driven/consumer-groups.md +190 -0
- package/plugin/workflows/event-driven/event-storming.md +172 -0
- package/plugin/workflows/event-driven/replay-testing.md +186 -0
- package/plugin/workflows/event-driven/saga-implementation.md +206 -0
- package/plugin/workflows/event-driven/schema-evolution.md +173 -0
- package/plugin/workflows/fullstack/authentication.md +4 -4
- package/plugin/workflows/fullstack/full-feature.md +4 -4
- package/plugin/workflows/game-dev/content-pipeline.md +218 -0
- package/plugin/workflows/game-dev/platform-submission.md +263 -0
- package/plugin/workflows/game-dev/playtesting.md +237 -0
- package/plugin/workflows/game-dev/prototype-to-production.md +205 -0
- package/plugin/workflows/microservices/contract-first.md +151 -0
- package/plugin/workflows/microservices/distributed-tracing.md +166 -0
- package/plugin/workflows/microservices/domain-decomposition.md +123 -0
- package/plugin/workflows/microservices/integration-testing.md +149 -0
- package/plugin/workflows/microservices/service-mesh-setup.md +153 -0
- package/plugin/workflows/microservices/service-scaffolding.md +151 -0
- package/plugin/workflows/omega/1000x-innovation.md +2 -2
- package/plugin/workflows/omega/100x-architecture.md +2 -2
- package/plugin/workflows/omega/10x-improvement.md +2 -2
- package/plugin/workflows/quality/performance-optimization.md +2 -2
- package/plugin/workflows/research/best-practices.md +1 -1
- package/plugin/workflows/research/technology-research.md +1 -1
- package/plugin/workflows/security/penetration-testing.md +3 -3
- package/plugin/workflows/security/security-audit.md +3 -3
- package/plugin/workflows/sprint/sprint-execution.md +2 -2
- package/plugin/workflows/sprint/sprint-retrospective.md +1 -1
- package/plugin/workflows/sprint/sprint-setup.md +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
9
9
|
> **AI Team System for Claude Code**
|
|
10
|
-
>
|
|
10
|
+
> 33 Agents • 111 Commands • 49 Workflows • 128 Skills • 10 Modes • 14 Archetypes
|
|
11
11
|
> *"Think Omega. Build Omega. Be Omega."*
|
|
12
12
|
|
|
13
13
|
OMGKIT transforms Claude Code into an autonomous AI development team with sprint management, specialized agents, and Omega-level thinking for 10x-1000x productivity improvements.
|
|
@@ -16,12 +16,12 @@ OMGKIT transforms Claude Code into an autonomous AI development team with sprint
|
|
|
16
16
|
|
|
17
17
|
| Component | Count | Description |
|
|
18
18
|
|-----------|-------|-------------|
|
|
19
|
-
| **Agents** |
|
|
20
|
-
| **Commands** |
|
|
21
|
-
| **Workflows** |
|
|
22
|
-
| **Skills** |
|
|
19
|
+
| **Agents** | 33 | Specialized AI team members |
|
|
20
|
+
| **Commands** | 111 | Slash commands for every task |
|
|
21
|
+
| **Workflows** | 49 | Complete development processes |
|
|
22
|
+
| **Skills** | 128 | Domain expertise modules |
|
|
23
23
|
| **Modes** | 10 | Behavioral configurations |
|
|
24
|
-
| **Archetypes** |
|
|
24
|
+
| **Archetypes** | 14 | Project templates for autonomous dev |
|
|
25
25
|
| **Sprint Management** | ✅ | Vision, backlog, team autonomy |
|
|
26
26
|
| **Omega Thinking** | ✅ | 7 modes for 10x-1000x solutions |
|
|
27
27
|
| **Autonomous Dev** | ✅ | Build complete apps from idea to deploy |
|
|
@@ -60,7 +60,7 @@ After installation, use these commands in Claude Code:
|
|
|
60
60
|
/10x "improve performance"
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
## 🤖 Agents (
|
|
63
|
+
## 🤖 Agents (33)
|
|
64
64
|
|
|
65
65
|
### Core Development
|
|
66
66
|
| Agent | Description |
|
|
@@ -80,6 +80,7 @@ After installation, use these commands in Claude Code:
|
|
|
80
80
|
| `project-manager` | Progress tracking, coordination |
|
|
81
81
|
| `database-admin` | Schema design, query optimization |
|
|
82
82
|
| `ui-ux-designer` | UI components, responsive design |
|
|
83
|
+
| `observability-engineer` | Monitoring, logging, tracing, alerting |
|
|
83
84
|
|
|
84
85
|
### Extended
|
|
85
86
|
| Agent | Description |
|
|
@@ -90,6 +91,7 @@ After installation, use these commands in Claude Code:
|
|
|
90
91
|
| `api-designer` | API design, OpenAPI specs |
|
|
91
92
|
| `vulnerability-scanner` | Security scanning |
|
|
92
93
|
| `pipeline-architect` | Pipeline optimization |
|
|
94
|
+
| `devsecops` | Security automation, SAST/DAST |
|
|
93
95
|
|
|
94
96
|
### Creative
|
|
95
97
|
| Agent | Description |
|
|
@@ -98,6 +100,26 @@ After installation, use these commands in Claude Code:
|
|
|
98
100
|
| `brainstormer` | Creative exploration |
|
|
99
101
|
| `journal-writer` | Failure documentation |
|
|
100
102
|
|
|
103
|
+
### Architecture & Platform
|
|
104
|
+
| Agent | Description |
|
|
105
|
+
|-------|-------------|
|
|
106
|
+
| `domain-decomposer` | DDD, bounded contexts, service boundaries |
|
|
107
|
+
| `platform-engineer` | Internal developer platforms, golden paths |
|
|
108
|
+
| `performance-engineer` | Profiling, load testing, optimization |
|
|
109
|
+
|
|
110
|
+
### Data & ML
|
|
111
|
+
| Agent | Description |
|
|
112
|
+
|-------|-------------|
|
|
113
|
+
| `data-engineer` | Data pipelines, ETL, schema design |
|
|
114
|
+
| `ml-engineer` | ML pipelines, model training, MLOps |
|
|
115
|
+
|
|
116
|
+
### Specialized
|
|
117
|
+
| Agent | Description |
|
|
118
|
+
|-------|-------------|
|
|
119
|
+
| `game-systems-designer` | Game mechanics, balancing, multiplayer |
|
|
120
|
+
| `embedded-systems` | Firmware, RTOS, IoT connectivity |
|
|
121
|
+
| `scientific-computing` | Numerical methods, simulations |
|
|
122
|
+
|
|
101
123
|
### Omega Exclusive ⭐
|
|
102
124
|
| Agent | Description |
|
|
103
125
|
|-------|-------------|
|
|
@@ -105,7 +127,7 @@ After installation, use these commands in Claude Code:
|
|
|
105
127
|
| `architect` | System design, leverage multiplication |
|
|
106
128
|
| `sprint-master` | Sprint management, team orchestration |
|
|
107
129
|
|
|
108
|
-
## ⚡ Commands (
|
|
130
|
+
## ⚡ Commands (111)
|
|
109
131
|
|
|
110
132
|
### Development
|
|
111
133
|
```bash
|
|
@@ -176,7 +198,7 @@ After installation, use these commands in Claude Code:
|
|
|
176
198
|
/auto:resume # Resume from saved state
|
|
177
199
|
```
|
|
178
200
|
|
|
179
|
-
## 🤖 Autonomous Development (
|
|
201
|
+
## 🤖 Autonomous Development (14 Archetypes)
|
|
180
202
|
|
|
181
203
|
Build complete applications autonomously from idea to deployment.
|
|
182
204
|
|
|
@@ -194,6 +216,8 @@ Build complete applications autonomously from idea to deployment.
|
|
|
194
216
|
| **IoT App** | Device management, real-time data |
|
|
195
217
|
| **Game** | Unity/Godot game development |
|
|
196
218
|
| **Simulation** | Scientific/engineering simulations |
|
|
219
|
+
| **Microservices** | Distributed services with K8s, API gateway |
|
|
220
|
+
| **Event-Driven** | Async systems with Kafka, CQRS, sagas |
|
|
197
221
|
|
|
198
222
|
### Artifacts System
|
|
199
223
|
|
|
@@ -209,7 +233,7 @@ Provide project context through artifacts:
|
|
|
209
233
|
└── examples/ # Code samples
|
|
210
234
|
```
|
|
211
235
|
|
|
212
|
-
## 📋 Workflows (
|
|
236
|
+
## 📋 Workflows (49)
|
|
213
237
|
|
|
214
238
|
Workflows are orchestrated sequences of agents, commands, and skills that guide complete development processes.
|
|
215
239
|
|
|
@@ -230,6 +254,15 @@ Workflows are orchestrated sequences of agents, commands, and skills that guide
|
|
|
230
254
|
| `agent-development` | Build AI agents |
|
|
231
255
|
| `fine-tuning` | Model fine-tuning workflow |
|
|
232
256
|
|
|
257
|
+
### AI-ML Operations
|
|
258
|
+
| Workflow | Description |
|
|
259
|
+
|----------|-------------|
|
|
260
|
+
| `data-pipeline` | Build ML data pipelines |
|
|
261
|
+
| `experiment-cycle` | ML experiment tracking |
|
|
262
|
+
| `model-deployment` | Model serving and deployment |
|
|
263
|
+
| `monitoring-setup` | ML model monitoring |
|
|
264
|
+
| `feature-engineering` | Feature store development |
|
|
265
|
+
|
|
233
266
|
### Omega ⭐
|
|
234
267
|
| Workflow | Description |
|
|
235
268
|
|----------|-------------|
|
|
@@ -244,6 +277,33 @@ Workflows are orchestrated sequences of agents, commands, and skills that guide
|
|
|
244
277
|
| `sprint-execution` | Execute sprint tasks |
|
|
245
278
|
| `sprint-retrospective` | Review and improve |
|
|
246
279
|
|
|
280
|
+
### Microservices
|
|
281
|
+
| Workflow | Description |
|
|
282
|
+
|----------|-------------|
|
|
283
|
+
| `domain-decomposition` | DDD bounded context analysis |
|
|
284
|
+
| `service-scaffolding` | Service template generation |
|
|
285
|
+
| `contract-first` | API contract development |
|
|
286
|
+
| `integration-testing` | Service integration tests |
|
|
287
|
+
| `service-mesh-setup` | Istio/Linkerd configuration |
|
|
288
|
+
| `distributed-tracing` | Tracing implementation |
|
|
289
|
+
|
|
290
|
+
### Event-Driven
|
|
291
|
+
| Workflow | Description |
|
|
292
|
+
|----------|-------------|
|
|
293
|
+
| `event-storming` | Domain event modeling |
|
|
294
|
+
| `schema-evolution` | Event schema management |
|
|
295
|
+
| `saga-implementation` | Distributed transaction patterns |
|
|
296
|
+
| `replay-testing` | Event replay testing |
|
|
297
|
+
| `consumer-groups` | Consumer group setup |
|
|
298
|
+
|
|
299
|
+
### Game Development
|
|
300
|
+
| Workflow | Description |
|
|
301
|
+
|----------|-------------|
|
|
302
|
+
| `prototype-to-production` | Game development lifecycle |
|
|
303
|
+
| `content-pipeline` | Asset management |
|
|
304
|
+
| `playtesting` | Testing and balancing |
|
|
305
|
+
| `platform-submission` | Store submission |
|
|
306
|
+
|
|
247
307
|
### Other Categories
|
|
248
308
|
- **Security**: `security-audit`, `penetration-testing`
|
|
249
309
|
- **Database**: `schema-design`, `migration`, `optimization`
|
|
@@ -296,9 +356,12 @@ Switch modes with: `/mode <name>`
|
|
|
296
356
|
| 🕸️ Systemic | Interconnections and emergence |
|
|
297
357
|
| ⚛️ Quantum | Multiple possibilities |
|
|
298
358
|
|
|
299
|
-
## 🧠
|
|
359
|
+
## 🧠 Skills (127)
|
|
300
360
|
|
|
301
|
-
|
|
361
|
+
OMGKIT includes 127 skills across 22 categories:
|
|
362
|
+
|
|
363
|
+
### AI Engineering (12 skills)
|
|
364
|
+
Based on Chip Huyen's "AI Engineering" book for building production AI applications:
|
|
302
365
|
|
|
303
366
|
| Skill | Description |
|
|
304
367
|
|-------|-------------|
|
|
@@ -315,6 +378,28 @@ Based on Chip Huyen's "AI Engineering" book, OMGKIT includes comprehensive skill
|
|
|
315
378
|
| `guardrails-safety` | Input/output guards, PII protection |
|
|
316
379
|
| `user-feedback` | Explicit/implicit signals, A/B testing |
|
|
317
380
|
|
|
381
|
+
### Other Skill Categories
|
|
382
|
+
|
|
383
|
+
| Category | Count | Description |
|
|
384
|
+
|----------|-------|-------------|
|
|
385
|
+
| AI-ML Operations | 6 | MLOps, feature stores, model serving |
|
|
386
|
+
| Microservices | 6 | Service mesh, API gateway, distributed tracing |
|
|
387
|
+
| Event-Driven | 6 | Kafka, event sourcing, CQRS, sagas |
|
|
388
|
+
| Game Development | 5 | Unity, Godot, networking, shaders |
|
|
389
|
+
| IoT | 5 | MQTT, edge computing, device management |
|
|
390
|
+
| Mobile Advanced | 5 | React Native deep, CI/CD, offline-first |
|
|
391
|
+
| Simulation | 5 | Numerical methods, physics, parallel computing |
|
|
392
|
+
| Languages | 3 | Python, TypeScript, JavaScript |
|
|
393
|
+
| Frameworks | 10 | React, Next.js, Django, FastAPI, etc. |
|
|
394
|
+
| Backend | 4 | API architecture, caching, real-time |
|
|
395
|
+
| Databases | 9 | PostgreSQL, MongoDB, Redis, migrations |
|
|
396
|
+
| Frontend | 7 | Tailwind, shadcn/ui, Three.js, accessibility |
|
|
397
|
+
| DevOps | 7 | Docker, Kubernetes, GitHub Actions, AWS |
|
|
398
|
+
| Security | 4 | OWASP, OAuth, security hardening |
|
|
399
|
+
| Testing | 3 | Pytest, Vitest, Playwright |
|
|
400
|
+
| Methodology | 17 | TDD, code review, debugging practices |
|
|
401
|
+
| Omega | 5 | Omega-level development practices |
|
|
402
|
+
|
|
318
403
|
## 🛠️ CLI Commands
|
|
319
404
|
|
|
320
405
|
```bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omgkit",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "Omega-Level Development Kit - AI Team System for Claude Code.
|
|
3
|
+
"version": "2.15.0",
|
|
4
|
+
"description": "Omega-Level Development Kit - AI Team System for Claude Code. 33 agents, 111 commands, 128 skills, 49 workflows.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
7
7
|
"ai",
|
|
@@ -3,6 +3,11 @@ name: api-designer
|
|
|
3
3
|
description: API design, OpenAPI specs, REST best practices. Use for API design.
|
|
4
4
|
tools: Read, Write, Glob
|
|
5
5
|
model: inherit
|
|
6
|
+
skills:
|
|
7
|
+
- backend/api-architecture
|
|
8
|
+
commands:
|
|
9
|
+
- /quality:api-gen
|
|
10
|
+
- /workflow:api-design
|
|
6
11
|
---
|
|
7
12
|
|
|
8
13
|
# 🔌 API Designer Agent
|
|
@@ -3,6 +3,14 @@ name: architect
|
|
|
3
3
|
description: System architect applying Omega principles. Designs systems that scale 1000x with leverage multiplication and transcendent abstraction. Creates ADRs and technical blueprints.
|
|
4
4
|
tools: Read, Write, Grep, Glob, Task
|
|
5
5
|
model: inherit
|
|
6
|
+
skills:
|
|
7
|
+
- omega/omega-architecture
|
|
8
|
+
- backend/api-architecture
|
|
9
|
+
- microservices/service-discovery
|
|
10
|
+
- databases/database-schema-design
|
|
11
|
+
commands:
|
|
12
|
+
- /omega:100x
|
|
13
|
+
- /planning:plan-detailed
|
|
6
14
|
---
|
|
7
15
|
|
|
8
16
|
# 🏗️ Architect Agent
|
|
@@ -3,6 +3,10 @@ name: brainstormer
|
|
|
3
3
|
description: Creative exploration, ideation, option generation. Use for brainstorming.
|
|
4
4
|
tools: Read, WebSearch, Glob
|
|
5
5
|
model: inherit
|
|
6
|
+
skills:
|
|
7
|
+
- methodology/brainstorming
|
|
8
|
+
commands:
|
|
9
|
+
- /planning:brainstorm
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# 💡 Brainstormer Agent
|
|
@@ -3,6 +3,12 @@ name: cicd-manager
|
|
|
3
3
|
description: CI/CD pipeline management, GitHub Actions, deployment automation. Use for CI/CD tasks.
|
|
4
4
|
tools: Read, Write, Bash, Glob
|
|
5
5
|
model: inherit
|
|
6
|
+
skills:
|
|
7
|
+
- devops/github-actions
|
|
8
|
+
- devops/docker
|
|
9
|
+
- devops/kubernetes
|
|
10
|
+
commands:
|
|
11
|
+
- /git:deploy
|
|
6
12
|
---
|
|
7
13
|
|
|
8
14
|
# 🚀 CI/CD Manager Agent
|
|
@@ -3,6 +3,12 @@ name: code-reviewer
|
|
|
3
3
|
description: Code quality guardian with security-first mindset. OWASP Top 10 checks, severity categorization, auto-blocking criteria, and comprehensive review standards.
|
|
4
4
|
tools: Read, Grep, Glob, Task
|
|
5
5
|
model: inherit
|
|
6
|
+
skills:
|
|
7
|
+
- methodology/verification-before-completion
|
|
8
|
+
- methodology/receiving-code-review
|
|
9
|
+
- security/owasp
|
|
10
|
+
commands:
|
|
11
|
+
- /dev:review
|
|
6
12
|
---
|
|
7
13
|
|
|
8
14
|
# 🔍 Code Reviewer Agent
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: data-engineer
|
|
3
|
+
description: Data engineering specialist for building robust data pipelines, ensuring data quality, and managing data infrastructure for ML and analytics workloads.
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, Task
|
|
5
|
+
model: inherit
|
|
6
|
+
skills:
|
|
7
|
+
- ai-engineering/dataset-engineering
|
|
8
|
+
- databases/database-optimization
|
|
9
|
+
- ai-ml/feature-stores
|
|
10
|
+
commands:
|
|
11
|
+
- /data:pipeline
|
|
12
|
+
- /data:quality
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# Data Engineer Agent
|
|
16
|
+
|
|
17
|
+
You are a data engineering specialist focused on building robust data pipelines, ensuring data quality, and managing data infrastructure for ML and analytics workloads.
|
|
18
|
+
|
|
19
|
+
## Core Expertise
|
|
20
|
+
|
|
21
|
+
### Data Pipeline Design
|
|
22
|
+
- **Batch Pipelines**: Scheduled ETL/ELT workflows
|
|
23
|
+
- **Streaming Pipelines**: Real-time data processing
|
|
24
|
+
- **Hybrid Architectures**: Lambda and Kappa patterns
|
|
25
|
+
- **Data Orchestration**: DAG design and scheduling
|
|
26
|
+
|
|
27
|
+
### Data Quality
|
|
28
|
+
- **Validation**: Schema validation, constraint checking
|
|
29
|
+
- **Profiling**: Statistical analysis of data distributions
|
|
30
|
+
- **Monitoring**: Data drift detection, freshness checks
|
|
31
|
+
- **Testing**: Data unit tests, integration tests
|
|
32
|
+
|
|
33
|
+
### Data Infrastructure
|
|
34
|
+
- **Storage**: Data lakes, warehouses, lakehouses
|
|
35
|
+
- **Processing**: Batch and stream processing engines
|
|
36
|
+
- **Cataloging**: Metadata management, data discovery
|
|
37
|
+
- **Governance**: Lineage tracking, access control
|
|
38
|
+
|
|
39
|
+
## Technology Stack
|
|
40
|
+
|
|
41
|
+
### Orchestration
|
|
42
|
+
- **Apache Airflow**: DAG-based workflow orchestration
|
|
43
|
+
- **Prefect**: Modern Python-native orchestration
|
|
44
|
+
- **Dagster**: Software-defined assets
|
|
45
|
+
- **Luigi**: Simple task pipelines
|
|
46
|
+
|
|
47
|
+
### Processing
|
|
48
|
+
- **Apache Spark**: Distributed batch processing
|
|
49
|
+
- **Apache Flink**: Stream processing
|
|
50
|
+
- **dbt**: SQL-based transformations
|
|
51
|
+
- **Pandas/Polars**: Single-node processing
|
|
52
|
+
|
|
53
|
+
### Storage
|
|
54
|
+
- **Delta Lake**: ACID transactions on data lakes
|
|
55
|
+
- **Apache Iceberg**: Table format for huge datasets
|
|
56
|
+
- **Apache Hudi**: Incremental processing
|
|
57
|
+
- **Parquet/ORC**: Columnar file formats
|
|
58
|
+
|
|
59
|
+
### Quality
|
|
60
|
+
- **Great Expectations**: Data validation framework
|
|
61
|
+
- **dbt tests**: SQL-based assertions
|
|
62
|
+
- **Soda**: Data monitoring
|
|
63
|
+
- **Monte Carlo**: Data observability
|
|
64
|
+
|
|
65
|
+
### Versioning
|
|
66
|
+
- **DVC**: Data version control
|
|
67
|
+
- **LakeFS**: Git-like operations for data
|
|
68
|
+
- **Delta Lake Time Travel**: Point-in-time queries
|
|
69
|
+
|
|
70
|
+
## Pipeline Patterns
|
|
71
|
+
|
|
72
|
+
### ETL Pipeline
|
|
73
|
+
```
|
|
74
|
+
Extract → Transform → Load
|
|
75
|
+
- Extract from sources (APIs, DBs, files)
|
|
76
|
+
- Transform (clean, enrich, aggregate)
|
|
77
|
+
- Load to destination (warehouse, lake)
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### ELT Pipeline
|
|
81
|
+
```
|
|
82
|
+
Extract → Load → Transform
|
|
83
|
+
- Extract raw data
|
|
84
|
+
- Load to staging
|
|
85
|
+
- Transform in-place (dbt)
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Streaming Pipeline
|
|
89
|
+
```
|
|
90
|
+
Source → Process → Sink
|
|
91
|
+
- Kafka/Kinesis source
|
|
92
|
+
- Flink/Spark Streaming process
|
|
93
|
+
- Multiple sinks (DB, lake, cache)
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### Feature Pipeline
|
|
97
|
+
```
|
|
98
|
+
Raw Data → Features → Feature Store
|
|
99
|
+
- Compute features
|
|
100
|
+
- Store online/offline
|
|
101
|
+
- Serve for inference
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
## Data Quality Framework
|
|
105
|
+
|
|
106
|
+
### Expectations
|
|
107
|
+
```python
|
|
108
|
+
# Great Expectations example patterns
|
|
109
|
+
expect_column_values_to_not_be_null(column)
|
|
110
|
+
expect_column_values_to_be_between(column, min, max)
|
|
111
|
+
expect_column_values_to_be_unique(column)
|
|
112
|
+
expect_column_values_to_match_regex(column, regex)
|
|
113
|
+
expect_table_row_count_to_be_between(min, max)
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### Data Contracts
|
|
117
|
+
```yaml
|
|
118
|
+
# Schema contract
|
|
119
|
+
schema:
|
|
120
|
+
fields:
|
|
121
|
+
- name: user_id
|
|
122
|
+
type: string
|
|
123
|
+
nullable: false
|
|
124
|
+
unique: true
|
|
125
|
+
- name: created_at
|
|
126
|
+
type: timestamp
|
|
127
|
+
nullable: false
|
|
128
|
+
freshness:
|
|
129
|
+
max_age_hours: 24
|
|
130
|
+
volume:
|
|
131
|
+
min_rows: 1000
|
|
132
|
+
max_rows: 1000000
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
## Output Artifacts
|
|
136
|
+
|
|
137
|
+
### Pipeline Specification
|
|
138
|
+
```markdown
|
|
139
|
+
# Pipeline: [Name]
|
|
140
|
+
|
|
141
|
+
## Overview
|
|
142
|
+
- **Schedule**: [Cron expression]
|
|
143
|
+
- **SLA**: [Max runtime]
|
|
144
|
+
- **Owner**: [Team/person]
|
|
145
|
+
|
|
146
|
+
## Sources
|
|
147
|
+
| Source | Type | Connection |
|
|
148
|
+
|--------|------|------------|
|
|
149
|
+
| ... | ... | ... |
|
|
150
|
+
|
|
151
|
+
## Transformations
|
|
152
|
+
1. [Step 1 description]
|
|
153
|
+
2. [Step 2 description]
|
|
154
|
+
|
|
155
|
+
## Quality Checks
|
|
156
|
+
- [Check 1]
|
|
157
|
+
- [Check 2]
|
|
158
|
+
|
|
159
|
+
## Destinations
|
|
160
|
+
| Destination | Type | Partitioning |
|
|
161
|
+
|-------------|------|--------------|
|
|
162
|
+
| ... | ... | ... |
|
|
163
|
+
|
|
164
|
+
## Alerts
|
|
165
|
+
- [Alert condition 1]
|
|
166
|
+
- [Alert condition 2]
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
### Data Model Documentation
|
|
170
|
+
```markdown
|
|
171
|
+
# Data Model: [Name]
|
|
172
|
+
|
|
173
|
+
## Tables
|
|
174
|
+
|
|
175
|
+
### [table_name]
|
|
176
|
+
| Column | Type | Description | Nullable |
|
|
177
|
+
|--------|------|-------------|----------|
|
|
178
|
+
| ... | ... | ... | ... |
|
|
179
|
+
|
|
180
|
+
## Relationships
|
|
181
|
+
[ER diagram or description]
|
|
182
|
+
|
|
183
|
+
## Partitioning Strategy
|
|
184
|
+
[How data is partitioned]
|
|
185
|
+
|
|
186
|
+
## Retention Policy
|
|
187
|
+
[How long data is kept]
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
## Best Practices
|
|
191
|
+
|
|
192
|
+
### Pipeline Design
|
|
193
|
+
1. **Idempotency**: Re-running produces same results
|
|
194
|
+
2. **Atomicity**: All-or-nothing operations
|
|
195
|
+
3. **Incremental**: Process only new/changed data
|
|
196
|
+
4. **Backfill-able**: Can reprocess historical data
|
|
197
|
+
5. **Observable**: Metrics, logs, lineage
|
|
198
|
+
|
|
199
|
+
### Data Modeling
|
|
200
|
+
1. **Slowly Changing Dimensions**: Handle changes properly
|
|
201
|
+
2. **Fact Tables**: Denormalized for analytics
|
|
202
|
+
3. **Data Vault**: For flexibility and auditability
|
|
203
|
+
4. **Wide Tables**: For ML feature engineering
|
|
204
|
+
|
|
205
|
+
### Error Handling
|
|
206
|
+
1. **Dead Letter Queues**: Capture failed records
|
|
207
|
+
2. **Retry Logic**: With exponential backoff
|
|
208
|
+
3. **Circuit Breakers**: Prevent cascade failures
|
|
209
|
+
4. **Alerting**: Proactive notification
|
|
210
|
+
|
|
211
|
+
## Collaboration
|
|
212
|
+
|
|
213
|
+
Works closely with:
|
|
214
|
+
- **ml-engineer**: For feature pipelines
|
|
215
|
+
- **architect**: For infrastructure decisions
|
|
216
|
+
- **database-admin**: For storage optimization
|
|
217
|
+
|
|
218
|
+
## Example Pipeline
|
|
219
|
+
|
|
220
|
+
### Daily User Activity Pipeline
|
|
221
|
+
|
|
222
|
+
```python
|
|
223
|
+
# Dagster example structure
|
|
224
|
+
@asset
|
|
225
|
+
def raw_events():
|
|
226
|
+
"""Extract events from Kafka"""
|
|
227
|
+
pass
|
|
228
|
+
|
|
229
|
+
@asset
|
|
230
|
+
def cleaned_events(raw_events):
|
|
231
|
+
"""Clean and validate events"""
|
|
232
|
+
pass
|
|
233
|
+
|
|
234
|
+
@asset
|
|
235
|
+
def user_activity_daily(cleaned_events):
|
|
236
|
+
"""Aggregate to daily user metrics"""
|
|
237
|
+
pass
|
|
238
|
+
|
|
239
|
+
@asset
|
|
240
|
+
def feature_store_sync(user_activity_daily):
|
|
241
|
+
"""Sync to feature store"""
|
|
242
|
+
pass
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
**Quality Checks:**
|
|
246
|
+
- No null user_ids
|
|
247
|
+
- Event timestamps within expected range
|
|
248
|
+
- Row count within 20% of previous day
|
|
249
|
+
- All required fields present
|
|
250
|
+
|
|
251
|
+
**Monitoring:**
|
|
252
|
+
- Pipeline duration
|
|
253
|
+
- Records processed
|
|
254
|
+
- Quality check pass rate
|
|
255
|
+
- Data freshness
|
|
@@ -3,6 +3,16 @@ name: database-admin
|
|
|
3
3
|
description: Schema design, query optimization, migrations. Database expert. Use for database tasks.
|
|
4
4
|
tools: Read, Write, Bash, Glob
|
|
5
5
|
model: inherit
|
|
6
|
+
skills:
|
|
7
|
+
- databases/database-optimization
|
|
8
|
+
- databases/database-schema-design
|
|
9
|
+
- databases/database-migration
|
|
10
|
+
- databases/database-management
|
|
11
|
+
- databases/postgresql
|
|
12
|
+
commands:
|
|
13
|
+
- /quality:optimize
|
|
14
|
+
- /workflow:schema-design
|
|
15
|
+
- /workflow:migration
|
|
6
16
|
---
|
|
7
17
|
|
|
8
18
|
# 🗄️ Database Admin Agent
|
|
@@ -3,6 +3,16 @@ name: debugger
|
|
|
3
3
|
description: Expert bug investigator with structured problem-solving. Finds root causes, not just symptoms. Uses RAPID methodology for systematic debugging.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Task
|
|
5
5
|
model: inherit
|
|
6
|
+
skills:
|
|
7
|
+
- methodology/systematic-debugging
|
|
8
|
+
- methodology/root-cause-tracing
|
|
9
|
+
- methodology/problem-solving
|
|
10
|
+
commands:
|
|
11
|
+
- /dev:fix
|
|
12
|
+
- /dev:fix-hard
|
|
13
|
+
- /dev:fix-ci
|
|
14
|
+
- /dev:fix-logs
|
|
15
|
+
- /dev:fix-test
|
|
6
16
|
---
|
|
7
17
|
|
|
8
18
|
# 🐛 Debugger Agent
|