omgkit 2.19.3 → 2.20.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 +432 -348
- package/package.json +2 -2
- package/plugin/registry.yaml +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# OMGKIT - Omega-Level Development Kit
|
|
2
2
|
|
|
3
3
|
[](https://github.com/doanchienthangdev/omgkit/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/omgkit)
|
|
@@ -7,26 +7,97 @@
|
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
9
9
|
> **AI Team System for Claude Code**
|
|
10
|
-
>
|
|
10
|
+
>
|
|
11
11
|
> *"Think Omega. Build Omega. Be Omega."*
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## What is OMGKIT?
|
|
16
|
+
|
|
17
|
+
**OMGKIT** (Omega-Level Development Kit) transforms Claude Code into an autonomous AI development team. It provides a complete ecosystem of specialized AI agents, slash commands, skills, and workflows that work together to deliver 10x-1000x productivity improvements.
|
|
18
|
+
|
|
19
|
+
### The Vision
|
|
20
|
+
|
|
21
|
+
Traditional AI assistants respond to prompts. OMGKIT creates an **AI Team** that:
|
|
22
|
+
|
|
23
|
+
- **Plans** like a senior architect
|
|
24
|
+
- **Researches** like a staff engineer
|
|
25
|
+
- **Codes** like a full-stack developer
|
|
26
|
+
- **Reviews** like a security expert
|
|
27
|
+
- **Tests** like a QA specialist
|
|
28
|
+
- **Documents** like a technical writer
|
|
29
|
+
- **Ships** like a DevOps engineer
|
|
30
|
+
|
|
31
|
+
All coordinated through **Omega-level thinking** - a framework for finding breakthrough solutions rather than incremental improvements.
|
|
32
|
+
|
|
33
|
+
---
|
|
14
34
|
|
|
15
|
-
##
|
|
35
|
+
## Key Numbers
|
|
16
36
|
|
|
17
37
|
| Component | Count | Description |
|
|
18
38
|
|-----------|-------|-------------|
|
|
19
|
-
| **Agents** | 33 | Specialized AI team members |
|
|
20
|
-
| **Commands** | 113 | Slash commands for every task |
|
|
21
|
-
| **Workflows** | 49 | Complete development processes |
|
|
22
|
-
| **Skills** | 128 | Domain expertise modules |
|
|
23
|
-
| **Modes** | 10 | Behavioral configurations |
|
|
24
|
-
| **Archetypes** | 14 | Project templates for autonomous
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
39
|
+
| **Agents** | 33 | Specialized AI team members with distinct roles |
|
|
40
|
+
| **Commands** | 113 | Slash commands for every development task |
|
|
41
|
+
| **Workflows** | 49 | Complete development processes from idea to deploy |
|
|
42
|
+
| **Skills** | 128 | Domain expertise modules across 22 categories |
|
|
43
|
+
| **Modes** | 10 | Behavioral configurations for different contexts |
|
|
44
|
+
| **Archetypes** | 14 | Project templates for autonomous development |
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Core Concepts
|
|
49
|
+
|
|
50
|
+
### 1. Optimized Alignment Principle (OAP)
|
|
51
|
+
|
|
52
|
+
OMGKIT uses a **5-level component hierarchy** ensuring consistency and maintainability:
|
|
53
|
+
|
|
54
|
+
```
|
|
55
|
+
Level 0: MCPs (Foundation)
|
|
56
|
+
↓
|
|
57
|
+
Level 1: Commands → use MCPs
|
|
58
|
+
↓
|
|
59
|
+
Level 2: Skills → use Commands, MCPs
|
|
60
|
+
↓
|
|
61
|
+
Level 3: Agents → use Skills, Commands, MCPs
|
|
62
|
+
↓
|
|
63
|
+
Level 4: Workflows → use Agents, Skills, Commands, MCPs
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
Each level builds on lower levels, creating a coherent system where components work together seamlessly.
|
|
67
|
+
|
|
68
|
+
### 2. Omega Philosophy
|
|
69
|
+
|
|
70
|
+
Seven principles guide OMGKIT's approach to problem-solving:
|
|
71
|
+
|
|
72
|
+
| Principle | Focus |
|
|
73
|
+
|-----------|-------|
|
|
74
|
+
| **Leverage Multiplication** | Build systems, not features |
|
|
75
|
+
| **Transcendent Abstraction** | Solve classes of problems, not instances |
|
|
76
|
+
| **Agentic Decomposition** | Orchestrate specialists |
|
|
77
|
+
| **Feedback Acceleration** | Compress learning loops |
|
|
78
|
+
| **Zero-Marginal-Cost Scaling** | Build once, scale infinitely |
|
|
79
|
+
| **Emergent Intelligence** | System greater than sum of parts |
|
|
80
|
+
| **Aesthetic Perfection** | Excellence in everything |
|
|
81
|
+
|
|
82
|
+
### 3. Sprint Management
|
|
83
|
+
|
|
84
|
+
OMGKIT brings agile methodology to AI-assisted development:
|
|
85
|
+
|
|
86
|
+
- **Vision**: Define what you're building and why
|
|
87
|
+
- **Backlog**: Prioritized list of work items
|
|
88
|
+
- **Sprints**: Time-boxed development cycles
|
|
89
|
+
- **AI Team**: Autonomous execution with human oversight
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Installation
|
|
94
|
+
|
|
95
|
+
### Prerequisites
|
|
96
|
+
|
|
97
|
+
- Node.js 18+
|
|
98
|
+
- Claude Code CLI installed and authenticated
|
|
99
|
+
|
|
100
|
+
### Install OMGKIT
|
|
30
101
|
|
|
31
102
|
```bash
|
|
32
103
|
# Install globally
|
|
@@ -40,423 +111,384 @@ cd your-project
|
|
|
40
111
|
omgkit init
|
|
41
112
|
```
|
|
42
113
|
|
|
43
|
-
|
|
114
|
+
### Verify Installation
|
|
115
|
+
|
|
116
|
+
```bash
|
|
117
|
+
omgkit doctor
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Quick Start
|
|
44
123
|
|
|
45
124
|
After installation, use these commands in Claude Code:
|
|
46
125
|
|
|
47
126
|
```bash
|
|
48
|
-
# Set your vision
|
|
127
|
+
# 1. Set your product vision
|
|
49
128
|
/vision:set
|
|
50
129
|
|
|
51
|
-
# Create a sprint
|
|
130
|
+
# 2. Create a sprint with AI-proposed tasks
|
|
52
131
|
/sprint:new --propose
|
|
53
132
|
|
|
54
|
-
# Start the AI team
|
|
133
|
+
# 3. Start the AI team
|
|
55
134
|
/team:run
|
|
56
135
|
|
|
57
|
-
# Or use individual commands
|
|
136
|
+
# 4. Or use individual commands
|
|
58
137
|
/feature "add user authentication"
|
|
59
138
|
/fix "login not working"
|
|
60
139
|
/10x "improve performance"
|
|
61
140
|
```
|
|
62
141
|
|
|
63
|
-
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Agents (33)
|
|
145
|
+
|
|
146
|
+
Agents are specialized AI team members, each with distinct expertise and responsibilities.
|
|
64
147
|
|
|
65
148
|
### Core Development
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
| `
|
|
70
|
-
| `
|
|
71
|
-
| `
|
|
72
|
-
| `
|
|
73
|
-
| `
|
|
149
|
+
|
|
150
|
+
| Agent | Description | Key Skills |
|
|
151
|
+
|-------|-------------|------------|
|
|
152
|
+
| `planner` | Task decomposition, implementation planning | Writing plans, task breakdown |
|
|
153
|
+
| `researcher` | Technology research, best practices | Documentation analysis, comparisons |
|
|
154
|
+
| `debugger` | Error analysis, root cause finding | RAPID methodology, log analysis |
|
|
155
|
+
| `tester` | Test generation, coverage analysis | Framework-specific testing |
|
|
156
|
+
| `code-reviewer` | Code review with security focus | OWASP checks, severity rating |
|
|
157
|
+
| `scout` | Codebase exploration, file search | Pattern discovery, architecture mapping |
|
|
158
|
+
| `fullstack-developer` | Full implementation | All development skills |
|
|
74
159
|
|
|
75
160
|
### Operations
|
|
161
|
+
|
|
76
162
|
| Agent | Description |
|
|
77
163
|
|-------|-------------|
|
|
78
|
-
| `git-manager` |
|
|
79
|
-
| `docs-manager` |
|
|
80
|
-
| `project-manager` | Progress tracking, coordination |
|
|
81
|
-
| `database-admin` | Schema design, query optimization |
|
|
82
|
-
| `ui-ux-designer` | UI components, responsive design |
|
|
83
|
-
| `observability-engineer` | Monitoring, logging, tracing, alerting |
|
|
84
|
-
|
|
85
|
-
### Extended
|
|
86
|
-
| Agent | Description |
|
|
87
|
-
|-------|-------------|
|
|
88
|
-
| `fullstack-developer` | Full implementation |
|
|
89
|
-
| `cicd-manager` | CI/CD pipeline management |
|
|
90
|
-
| `security-auditor` | Security reviews, audits |
|
|
91
|
-
| `api-designer` | API design, OpenAPI specs |
|
|
92
|
-
| `vulnerability-scanner` | Security scanning |
|
|
93
|
-
| `pipeline-architect` | Pipeline optimization |
|
|
94
|
-
| `devsecops` | Security automation, SAST/DAST |
|
|
95
|
-
|
|
96
|
-
### Creative
|
|
97
|
-
| Agent | Description |
|
|
98
|
-
|-------|-------------|
|
|
99
|
-
| `copywriter` | Marketing copy, content |
|
|
100
|
-
| `brainstormer` | Creative exploration |
|
|
101
|
-
| `journal-writer` | Failure documentation |
|
|
164
|
+
| `git-manager` | Conventional commits, PR automation, branch management |
|
|
165
|
+
| `docs-manager` | API docs, architecture guides, automated doc generation |
|
|
166
|
+
| `project-manager` | Progress tracking, coordination, status reports |
|
|
167
|
+
| `database-admin` | Schema design, query optimization, migrations |
|
|
168
|
+
| `ui-ux-designer` | UI components, responsive design, accessibility |
|
|
169
|
+
| `observability-engineer` | Monitoring, logging, tracing, alerting, SLOs |
|
|
102
170
|
|
|
103
171
|
### Architecture & Platform
|
|
172
|
+
|
|
104
173
|
| Agent | Description |
|
|
105
174
|
|-------|-------------|
|
|
175
|
+
| `architect` | System design, leverage multiplication, ADRs |
|
|
106
176
|
| `domain-decomposer` | DDD, bounded contexts, service boundaries |
|
|
107
177
|
| `platform-engineer` | Internal developer platforms, golden paths |
|
|
108
178
|
| `performance-engineer` | Profiling, load testing, optimization |
|
|
109
179
|
|
|
180
|
+
### Security
|
|
181
|
+
|
|
182
|
+
| Agent | Description |
|
|
183
|
+
|-------|-------------|
|
|
184
|
+
| `security-auditor` | Security reviews, vulnerability assessment |
|
|
185
|
+
| `vulnerability-scanner` | Security scanning, dependency audit |
|
|
186
|
+
| `devsecops` | Security automation, SAST/DAST integration |
|
|
187
|
+
|
|
110
188
|
### Data & ML
|
|
189
|
+
|
|
111
190
|
| Agent | Description |
|
|
112
191
|
|-------|-------------|
|
|
113
192
|
| `data-engineer` | Data pipelines, ETL, schema design |
|
|
114
193
|
| `ml-engineer` | ML pipelines, model training, MLOps |
|
|
115
194
|
|
|
116
|
-
### Specialized
|
|
195
|
+
### Specialized Domains
|
|
196
|
+
|
|
117
197
|
| Agent | Description |
|
|
118
198
|
|-------|-------------|
|
|
119
199
|
| `game-systems-designer` | Game mechanics, balancing, multiplayer |
|
|
120
200
|
| `embedded-systems` | Firmware, RTOS, IoT connectivity |
|
|
121
201
|
| `scientific-computing` | Numerical methods, simulations |
|
|
122
202
|
|
|
123
|
-
### Omega Exclusive
|
|
203
|
+
### Omega Exclusive
|
|
204
|
+
|
|
124
205
|
| Agent | Description |
|
|
125
206
|
|-------|-------------|
|
|
126
|
-
| `oracle` | Deep analysis with 7 thinking modes |
|
|
127
|
-
| `architect` | System design, leverage multiplication |
|
|
207
|
+
| `oracle` | Deep analysis with 7 Omega thinking modes |
|
|
128
208
|
| `sprint-master` | Sprint management, team orchestration |
|
|
129
209
|
|
|
130
|
-
|
|
210
|
+
---
|
|
131
211
|
|
|
132
|
-
|
|
133
|
-
```bash
|
|
134
|
-
/feature <desc> # Full feature development
|
|
135
|
-
/fix <error> # Debug and fix bugs
|
|
136
|
-
/fix:fast <error> # Quick bug fix
|
|
137
|
-
/fix:hard <error> # Complex bug (deep analysis)
|
|
138
|
-
/test <scope> # Generate tests
|
|
139
|
-
/tdd <feature> # Test-driven development
|
|
140
|
-
/review [file] # Code review
|
|
141
|
-
```
|
|
212
|
+
## Commands (113)
|
|
142
213
|
|
|
143
|
-
|
|
144
|
-
```bash
|
|
145
|
-
/plan <task> # Create implementation plan
|
|
146
|
-
/plan:detailed # Detailed plan (2-5 min tasks)
|
|
147
|
-
/brainstorm <topic> # Interactive brainstorming
|
|
148
|
-
/research <topic> # Research technology
|
|
149
|
-
/doc <target> # Generate documentation
|
|
150
|
-
```
|
|
214
|
+
Commands are slash-prefixed actions organized by namespace.
|
|
151
215
|
|
|
152
|
-
###
|
|
153
|
-
```bash
|
|
154
|
-
/commit [message] # Smart commit
|
|
155
|
-
/ship [message] # Commit + PR
|
|
156
|
-
/pr [title] # Create pull request
|
|
157
|
-
/deploy [env] # Deploy to environment
|
|
158
|
-
```
|
|
216
|
+
### Development (`/dev:*`)
|
|
159
217
|
|
|
160
|
-
### Quality
|
|
161
218
|
```bash
|
|
162
|
-
/
|
|
163
|
-
/
|
|
164
|
-
/
|
|
165
|
-
/
|
|
219
|
+
/dev:feature <desc> # Full feature development
|
|
220
|
+
/dev:fix <error> # Debug and fix bugs
|
|
221
|
+
/dev:fix-fast <error> # Quick bug fix
|
|
222
|
+
/dev:fix-hard <error> # Complex bug (deep analysis)
|
|
223
|
+
/dev:test <scope> # Generate tests
|
|
224
|
+
/dev:tdd <feature> # Test-driven development
|
|
225
|
+
/dev:review [file] # Code review
|
|
166
226
|
```
|
|
167
227
|
|
|
168
|
-
###
|
|
228
|
+
### Planning (`/planning:*`)
|
|
229
|
+
|
|
169
230
|
```bash
|
|
170
|
-
/
|
|
171
|
-
/
|
|
172
|
-
/
|
|
173
|
-
/
|
|
174
|
-
/
|
|
231
|
+
/planning:plan <task> # Create implementation plan
|
|
232
|
+
/planning:plan-detailed # Detailed plan (2-5 min tasks)
|
|
233
|
+
/planning:brainstorm <topic> # Interactive brainstorming
|
|
234
|
+
/planning:research <topic> # Research technology
|
|
235
|
+
/planning:doc <target> # Generate documentation
|
|
175
236
|
```
|
|
176
237
|
|
|
177
|
-
###
|
|
238
|
+
### Git (`/git:*`)
|
|
239
|
+
|
|
178
240
|
```bash
|
|
179
|
-
/
|
|
180
|
-
/
|
|
181
|
-
/
|
|
182
|
-
/
|
|
183
|
-
/sprint:current # Show sprint progress
|
|
184
|
-
/sprint:end # End sprint + retrospective
|
|
185
|
-
/backlog:add <task> # Add task to backlog
|
|
186
|
-
/backlog:show # Display backlog
|
|
187
|
-
/team:run [--mode] # Run AI team (full-auto|semi-auto|manual)
|
|
188
|
-
/team:status # Show team activity
|
|
241
|
+
/git:commit [message] # Smart commit with conventional format
|
|
242
|
+
/git:ship [message] # Commit + PR in one command
|
|
243
|
+
/git:pr [title] # Create pull request
|
|
244
|
+
/git:deploy [env] # Deploy to environment
|
|
189
245
|
```
|
|
190
246
|
|
|
191
|
-
###
|
|
247
|
+
### Quality (`/quality:*`)
|
|
248
|
+
|
|
192
249
|
```bash
|
|
193
|
-
/
|
|
194
|
-
/
|
|
195
|
-
/
|
|
196
|
-
/
|
|
197
|
-
/auto:reject # Request changes with feedback
|
|
198
|
-
/auto:resume # Resume from saved state
|
|
250
|
+
/quality:security-scan # Scan for vulnerabilities
|
|
251
|
+
/quality:refactor <file> # Improve code structure
|
|
252
|
+
/quality:optimize <file> # Performance optimization
|
|
253
|
+
/quality:lint # Run linting
|
|
199
254
|
```
|
|
200
255
|
|
|
201
|
-
###
|
|
256
|
+
### Omega (`/omega:*`)
|
|
257
|
+
|
|
202
258
|
```bash
|
|
203
|
-
/
|
|
204
|
-
/
|
|
259
|
+
/omega:10x <topic> # Find 10x improvement path
|
|
260
|
+
/omega:100x <topic> # Find 100x paradigm shift
|
|
261
|
+
/omega:1000x <topic> # Find 1000x moonshot opportunity
|
|
262
|
+
/omega:principles # Display 7 Omega Principles
|
|
263
|
+
/omega:dimensions # Display 10 Omega Dimensions
|
|
205
264
|
```
|
|
206
265
|
|
|
207
|
-
|
|
208
|
-
- `agent:fullstack-developer` - Shows agent's skills, commands, and workflows
|
|
209
|
-
- `workflow:development/feature` - Shows workflow's agents, skills, commands
|
|
210
|
-
- `skill:methodology/writing-plans` - Shows which agents/workflows use this skill
|
|
211
|
-
- `command:/dev:feature` - Shows which agents trigger this command
|
|
212
|
-
|
|
213
|
-
## 🤖 Autonomous Development (14 Archetypes)
|
|
266
|
+
### Sprint Management (`/sprint:*`)
|
|
214
267
|
|
|
215
|
-
|
|
268
|
+
```bash
|
|
269
|
+
/sprint:vision-set # Set product vision
|
|
270
|
+
/sprint:vision-show # Display current vision
|
|
271
|
+
/sprint:sprint-new # Create new sprint
|
|
272
|
+
/sprint:sprint-start # Start current sprint
|
|
273
|
+
/sprint:sprint-current # Show sprint progress
|
|
274
|
+
/sprint:sprint-end # End sprint + retrospective
|
|
275
|
+
/sprint:backlog-add # Add task to backlog
|
|
276
|
+
/sprint:backlog-show # Display backlog
|
|
277
|
+
/sprint:team-run # Run AI team
|
|
278
|
+
/sprint:team-status # Show team activity
|
|
279
|
+
```
|
|
216
280
|
|
|
217
|
-
|
|
218
|
-
|-----------|-------------|
|
|
219
|
-
| **SaaS MVP** | Multi-tenant SaaS with auth, payments |
|
|
220
|
-
| **API Service** | Backend APIs for web/mobile apps |
|
|
221
|
-
| **CLI Tool** | Command-line utilities |
|
|
222
|
-
| **Library/SDK** | Reusable npm packages |
|
|
223
|
-
| **Full-Stack App** | Complete web applications |
|
|
224
|
-
| **Mobile App** | iOS/Android with React Native |
|
|
225
|
-
| **AI-Powered App** | LLM apps with RAG, function calling |
|
|
226
|
-
| **AI Model Building** | ML model training pipelines |
|
|
227
|
-
| **Desktop App** | Electron cross-platform apps |
|
|
228
|
-
| **IoT App** | Device management, real-time data |
|
|
229
|
-
| **Game** | Unity/Godot game development |
|
|
230
|
-
| **Simulation** | Scientific/engineering simulations |
|
|
231
|
-
| **Microservices** | Distributed services with K8s, API gateway |
|
|
232
|
-
| **Event-Driven** | Async systems with Kafka, CQRS, sagas |
|
|
281
|
+
### Autonomous Development (`/auto:*`)
|
|
233
282
|
|
|
234
|
-
|
|
283
|
+
```bash
|
|
284
|
+
/auto:init <idea> # Start discovery for new project
|
|
285
|
+
/auto:start # Begin/continue autonomous execution
|
|
286
|
+
/auto:status # Check project progress
|
|
287
|
+
/auto:approve # Approve checkpoint to continue
|
|
288
|
+
/auto:reject # Request changes with feedback
|
|
289
|
+
/auto:resume # Resume from saved state
|
|
290
|
+
```
|
|
235
291
|
|
|
236
|
-
|
|
292
|
+
### Alignment (`/alignment:*`)
|
|
237
293
|
|
|
238
|
-
```
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
├── docs/ # Requirements, user stories
|
|
242
|
-
├── knowledge/ # Glossary, business rules
|
|
243
|
-
├── research/ # Competitor analysis
|
|
244
|
-
├── assets/ # Images, templates
|
|
245
|
-
└── examples/ # Code samples
|
|
294
|
+
```bash
|
|
295
|
+
/alignment:health # Check system alignment health
|
|
296
|
+
/alignment:deps <type:name> # Show dependency graph
|
|
246
297
|
```
|
|
247
298
|
|
|
248
|
-
|
|
299
|
+
---
|
|
300
|
+
|
|
301
|
+
## Workflows (49)
|
|
249
302
|
|
|
250
|
-
Workflows are orchestrated sequences of agents, commands, and skills
|
|
303
|
+
Workflows are orchestrated sequences of agents, commands, and skills.
|
|
251
304
|
|
|
252
305
|
### Development
|
|
306
|
+
|
|
253
307
|
| Workflow | Description |
|
|
254
308
|
|----------|-------------|
|
|
255
|
-
| `feature` | Complete feature
|
|
256
|
-
| `bug-fix` | Systematic debugging and resolution |
|
|
257
|
-
| `refactor` | Code improvement and restructuring |
|
|
258
|
-
| `code-review` | Comprehensive code review |
|
|
309
|
+
| `development/feature` | Complete feature from planning to PR |
|
|
310
|
+
| `development/bug-fix` | Systematic debugging and resolution |
|
|
311
|
+
| `development/refactor` | Code improvement and restructuring |
|
|
312
|
+
| `development/code-review` | Comprehensive code review |
|
|
259
313
|
|
|
260
314
|
### AI Engineering
|
|
261
|
-
| Workflow | Description |
|
|
262
|
-
|----------|-------------|
|
|
263
|
-
| `rag-development` | Build complete RAG systems |
|
|
264
|
-
| `model-evaluation` | AI model evaluation pipeline |
|
|
265
|
-
| `prompt-engineering` | Systematic prompt optimization |
|
|
266
|
-
| `agent-development` | Build AI agents |
|
|
267
|
-
| `fine-tuning` | Model fine-tuning workflow |
|
|
268
315
|
|
|
269
|
-
### AI-ML Operations
|
|
270
316
|
| Workflow | Description |
|
|
271
317
|
|----------|-------------|
|
|
272
|
-
| `
|
|
273
|
-
| `
|
|
274
|
-
| `
|
|
275
|
-
| `
|
|
276
|
-
| `
|
|
318
|
+
| `ai-engineering/rag-development` | Build complete RAG systems |
|
|
319
|
+
| `ai-engineering/model-evaluation` | AI model evaluation pipeline |
|
|
320
|
+
| `ai-engineering/prompt-engineering` | Systematic prompt optimization |
|
|
321
|
+
| `ai-engineering/agent-development` | Build AI agents |
|
|
322
|
+
| `ai-engineering/fine-tuning` | Model fine-tuning workflow |
|
|
277
323
|
|
|
278
|
-
###
|
|
279
|
-
| Workflow | Description |
|
|
280
|
-
|----------|-------------|
|
|
281
|
-
| `10x-improvement` | Tactical enhancements |
|
|
282
|
-
| `100x-architecture` | System redesign |
|
|
283
|
-
| `1000x-innovation` | Industry transformation |
|
|
324
|
+
### AI-ML Operations
|
|
284
325
|
|
|
285
|
-
### Sprint Management
|
|
286
326
|
| Workflow | Description |
|
|
287
327
|
|----------|-------------|
|
|
288
|
-
| `
|
|
289
|
-
| `
|
|
290
|
-
| `
|
|
328
|
+
| `ai-ml/data-pipeline` | Build ML data pipelines |
|
|
329
|
+
| `ai-ml/experiment-cycle` | ML experiment tracking |
|
|
330
|
+
| `ai-ml/model-deployment` | Model serving and deployment |
|
|
331
|
+
| `ai-ml/monitoring-setup` | ML model monitoring |
|
|
291
332
|
|
|
292
333
|
### Microservices
|
|
334
|
+
|
|
293
335
|
| Workflow | Description |
|
|
294
336
|
|----------|-------------|
|
|
295
|
-
| `domain-decomposition` | DDD bounded context analysis |
|
|
296
|
-
| `service-scaffolding` | Service template generation |
|
|
297
|
-
| `contract-first` | API contract development |
|
|
298
|
-
| `
|
|
299
|
-
| `service-mesh-setup` | Istio/Linkerd configuration |
|
|
300
|
-
| `distributed-tracing` | Tracing implementation |
|
|
337
|
+
| `microservices/domain-decomposition` | DDD bounded context analysis |
|
|
338
|
+
| `microservices/service-scaffolding` | Service template generation |
|
|
339
|
+
| `microservices/contract-first` | API contract development |
|
|
340
|
+
| `microservices/distributed-tracing` | Tracing implementation |
|
|
301
341
|
|
|
302
342
|
### Event-Driven
|
|
343
|
+
|
|
303
344
|
| Workflow | Description |
|
|
304
345
|
|----------|-------------|
|
|
305
|
-
| `event-storming` | Domain event modeling |
|
|
306
|
-
| `
|
|
307
|
-
| `
|
|
308
|
-
| `replay-testing` | Event replay testing |
|
|
309
|
-
| `consumer-groups` | Consumer group setup |
|
|
346
|
+
| `event-driven/event-storming` | Domain event modeling |
|
|
347
|
+
| `event-driven/saga-implementation` | Distributed transaction patterns |
|
|
348
|
+
| `event-driven/schema-evolution` | Event schema management |
|
|
310
349
|
|
|
311
350
|
### Game Development
|
|
351
|
+
|
|
312
352
|
| Workflow | Description |
|
|
313
353
|
|----------|-------------|
|
|
314
|
-
| `prototype-to-production` | Game development lifecycle |
|
|
315
|
-
| `content-pipeline` | Asset management |
|
|
316
|
-
| `playtesting` | Testing and balancing |
|
|
317
|
-
| `platform-submission` | Store submission |
|
|
318
|
-
|
|
319
|
-
### Other Categories
|
|
320
|
-
- **Security**: `security-audit`, `penetration-testing`
|
|
321
|
-
- **Database**: `schema-design`, `migration`, `optimization`
|
|
322
|
-
- **API**: `api-design`, `api-testing`
|
|
323
|
-
- **Full Stack**: `full-feature`, `authentication`
|
|
324
|
-
- **Content**: `technical-docs`, `marketing`
|
|
325
|
-
- **Research**: `technology-research`, `best-practices`
|
|
326
|
-
- **Quality**: `performance-optimization`
|
|
327
|
-
|
|
328
|
-
Use workflows with: `/workflow:<name> "description"`
|
|
354
|
+
| `game/prototype-to-production` | Game development lifecycle |
|
|
355
|
+
| `game/content-pipeline` | Asset management |
|
|
356
|
+
| `game/playtesting` | Testing and balancing |
|
|
329
357
|
|
|
330
|
-
|
|
358
|
+
### Omega
|
|
331
359
|
|
|
332
|
-
|
|
|
333
|
-
|
|
334
|
-
| `
|
|
335
|
-
| `
|
|
336
|
-
| `
|
|
337
|
-
| `token-efficient` | Compressed output (30-70% savings) |
|
|
338
|
-
| `deep-research` | Thorough analysis with citations |
|
|
339
|
-
| `implementation` | Code-focused, minimal prose |
|
|
340
|
-
| `review` | Critical analysis mode |
|
|
341
|
-
| `orchestration` | Multi-task coordination |
|
|
342
|
-
| `omega` ⭐ | 10x-1000x thinking mode |
|
|
343
|
-
| `autonomous` ⭐ | AI team self-management |
|
|
360
|
+
| Workflow | Description |
|
|
361
|
+
|----------|-------------|
|
|
362
|
+
| `omega/10x-improvement` | Tactical enhancements |
|
|
363
|
+
| `omega/100x-architecture` | System redesign |
|
|
364
|
+
| `omega/1000x-innovation` | Industry transformation |
|
|
344
365
|
|
|
345
|
-
|
|
366
|
+
---
|
|
346
367
|
|
|
347
|
-
##
|
|
368
|
+
## Skills (128)
|
|
348
369
|
|
|
349
|
-
|
|
370
|
+
Skills are domain expertise modules organized in 22 categories.
|
|
350
371
|
|
|
351
|
-
|
|
352
|
-
2. **Ω2 Transcendent Abstraction** - Solve classes, not instances
|
|
353
|
-
3. **Ω3 Agentic Decomposition** - Orchestrate specialists
|
|
354
|
-
4. **Ω4 Feedback Acceleration** - Compress loops
|
|
355
|
-
5. **Ω5 Zero-Marginal-Cost Scaling** - Build once, scale infinitely
|
|
356
|
-
6. **Ω6 Emergent Intelligence** - System > sum of parts
|
|
357
|
-
7. **Ω7 Aesthetic Perfection** - Excellence always
|
|
372
|
+
### AI Engineering (12 skills)
|
|
358
373
|
|
|
359
|
-
|
|
374
|
+
Based on production AI application patterns:
|
|
360
375
|
|
|
361
|
-
|
|
|
362
|
-
|
|
363
|
-
|
|
|
364
|
-
|
|
|
365
|
-
|
|
|
366
|
-
|
|
|
367
|
-
|
|
|
368
|
-
|
|
|
369
|
-
|
|
|
376
|
+
| Skill | Description |
|
|
377
|
+
|-------|-------------|
|
|
378
|
+
| `ai-engineering/foundation-models` | Model architecture, sampling, structured outputs |
|
|
379
|
+
| `ai-engineering/evaluation-methodology` | AI-as-judge, semantic similarity, ELO ranking |
|
|
380
|
+
| `ai-engineering/prompt-engineering` | Few-shot, chain-of-thought, injection defense |
|
|
381
|
+
| `ai-engineering/rag-systems` | Chunking, embedding, hybrid retrieval, reranking |
|
|
382
|
+
| `ai-engineering/ai-agents` | Tool use, ReAct, Plan-and-Execute, memory |
|
|
383
|
+
| `ai-engineering/finetuning` | LoRA, QLoRA, PEFT, model merging |
|
|
384
|
+
| `ai-engineering/inference-optimization` | Quantization, batching, caching, vLLM |
|
|
385
|
+
| `ai-engineering/guardrails-safety` | Input/output guards, PII protection |
|
|
370
386
|
|
|
371
|
-
|
|
387
|
+
### Methodology (17 skills)
|
|
372
388
|
|
|
373
|
-
|
|
389
|
+
| Skill | Description |
|
|
390
|
+
|-------|-------------|
|
|
391
|
+
| `methodology/writing-plans` | Implementation plan creation |
|
|
392
|
+
| `methodology/executing-plans` | Plan execution best practices |
|
|
393
|
+
| `methodology/debugging` | Systematic debugging approach |
|
|
394
|
+
| `methodology/code-review` | Review standards and checklists |
|
|
395
|
+
| `methodology/tdd` | Test-driven development |
|
|
374
396
|
|
|
375
|
-
###
|
|
376
|
-
Based on Chip Huyen's "AI Engineering" book for building production AI applications:
|
|
397
|
+
### Frameworks (10 skills)
|
|
377
398
|
|
|
378
399
|
| Skill | Description |
|
|
379
400
|
|-------|-------------|
|
|
380
|
-
| `
|
|
381
|
-
| `
|
|
382
|
-
| `
|
|
383
|
-
| `
|
|
384
|
-
| `
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
|
389
|
-
|
|
390
|
-
| `guardrails-safety` | Input/output guards, PII protection |
|
|
391
|
-
| `user-feedback` | Explicit/implicit signals, A/B testing |
|
|
392
|
-
|
|
393
|
-
### Other Skill Categories
|
|
394
|
-
|
|
395
|
-
| Category | Count | Description |
|
|
396
|
-
|----------|-------|-------------|
|
|
401
|
+
| `frameworks/react` | React hooks, TypeScript, state management |
|
|
402
|
+
| `frameworks/nextjs` | App Router, Server Components, API routes |
|
|
403
|
+
| `frameworks/django` | DRF, ORM optimization, Celery tasks |
|
|
404
|
+
| `frameworks/fastapi` | Async/await, Pydantic v2, dependency injection |
|
|
405
|
+
| `frameworks/nestjs` | TypeScript, dependency injection, microservices |
|
|
406
|
+
|
|
407
|
+
### Other Categories
|
|
408
|
+
|
|
409
|
+
| Category | Skills | Focus |
|
|
410
|
+
|----------|--------|-------|
|
|
397
411
|
| AI-ML Operations | 6 | MLOps, feature stores, model serving |
|
|
398
|
-
| Microservices | 6 | Service mesh, API gateway,
|
|
399
|
-
| Event-Driven | 6 | Kafka, event sourcing, CQRS
|
|
400
|
-
| Game Development | 5 | Unity, Godot, networking
|
|
401
|
-
|
|
|
402
|
-
|
|
|
403
|
-
|
|
|
404
|
-
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
| Testing | 3 | Pytest, Vitest, Playwright |
|
|
412
|
-
| Methodology | 17 | TDD, code review, debugging practices |
|
|
413
|
-
| Omega | 5 | Omega-level development practices |
|
|
414
|
-
|
|
415
|
-
## 🛠️ CLI Commands
|
|
412
|
+
| Microservices | 6 | Service mesh, API gateway, tracing |
|
|
413
|
+
| Event-Driven | 6 | Kafka, event sourcing, CQRS |
|
|
414
|
+
| Game Development | 5 | Unity, Godot, networking |
|
|
415
|
+
| Databases | 9 | PostgreSQL, MongoDB, Redis |
|
|
416
|
+
| Frontend | 7 | Tailwind, shadcn/ui, accessibility |
|
|
417
|
+
| DevOps | 7 | Docker, Kubernetes, GitHub Actions |
|
|
418
|
+
| Security | 4 | OWASP, OAuth, hardening |
|
|
419
|
+
|
|
420
|
+
---
|
|
421
|
+
|
|
422
|
+
## Modes (10)
|
|
423
|
+
|
|
424
|
+
Modes configure Claude's behavior for different contexts.
|
|
416
425
|
|
|
426
|
+
| Mode | Description |
|
|
427
|
+
|------|-------------|
|
|
428
|
+
| `default` | Balanced standard behavior |
|
|
429
|
+
| `tutor` | Teaching mode with Feynman technique & Socratic questions |
|
|
430
|
+
| `brainstorm` | Creative exploration, divergent thinking |
|
|
431
|
+
| `token-efficient` | Compressed output (30-70% savings) |
|
|
432
|
+
| `deep-research` | Thorough analysis with citations |
|
|
433
|
+
| `implementation` | Code-focused, minimal prose |
|
|
434
|
+
| `review` | Critical analysis mode |
|
|
435
|
+
| `orchestration` | Multi-task coordination |
|
|
436
|
+
| `omega` | 10x-1000x thinking mode |
|
|
437
|
+
| `autonomous` | AI team self-management |
|
|
438
|
+
|
|
439
|
+
Switch modes:
|
|
417
440
|
```bash
|
|
418
|
-
|
|
419
|
-
omgkit init # Initialize .omgkit/ in project
|
|
420
|
-
omgkit doctor # Check installation status
|
|
421
|
-
omgkit list # List all components
|
|
422
|
-
omgkit update # Update plugin
|
|
423
|
-
omgkit uninstall # Remove plugin
|
|
424
|
-
omgkit help # Show help
|
|
441
|
+
/context:mode <name>
|
|
425
442
|
```
|
|
426
443
|
|
|
427
|
-
|
|
444
|
+
---
|
|
428
445
|
|
|
429
|
-
|
|
446
|
+
## Autonomous Development (14 Archetypes)
|
|
430
447
|
|
|
431
|
-
|
|
432
|
-
|-----------|----------|---------|
|
|
433
|
-
| **OMGKIT Internal** | `plugin/stdrules/` | For OMGKIT contributors |
|
|
434
|
-
| **Project Rules** | `.omgkit/stdrules/BEFORE_COMMIT.md` | For your projects |
|
|
448
|
+
Build complete applications from idea to deployment.
|
|
435
449
|
|
|
436
|
-
|
|
450
|
+
| Archetype | Description |
|
|
451
|
+
|-----------|-------------|
|
|
452
|
+
| **SaaS MVP** | Multi-tenant SaaS with auth, payments |
|
|
453
|
+
| **API Service** | Backend APIs for web/mobile apps |
|
|
454
|
+
| **CLI Tool** | Command-line utilities |
|
|
455
|
+
| **Library/SDK** | Reusable npm packages |
|
|
456
|
+
| **Full-Stack App** | Complete web applications |
|
|
457
|
+
| **Mobile App** | iOS/Android with React Native |
|
|
458
|
+
| **AI-Powered App** | LLM apps with RAG, function calling |
|
|
459
|
+
| **AI Model Building** | ML model training pipelines |
|
|
460
|
+
| **Desktop App** | Electron cross-platform apps |
|
|
461
|
+
| **IoT App** | Device management, real-time data |
|
|
462
|
+
| **Game** | Unity/Godot game development |
|
|
463
|
+
| **Simulation** | Scientific/engineering simulations |
|
|
464
|
+
| **Microservices** | Distributed services with K8s |
|
|
465
|
+
| **Event-Driven** | Async systems with Kafka, CQRS |
|
|
437
466
|
|
|
438
|
-
|
|
439
|
-
npm test # Run all 4800+ validation tests
|
|
440
|
-
```
|
|
467
|
+
### How It Works
|
|
441
468
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
| **Workflows** | 50+ lines, description, agents array |
|
|
469
|
+
1. **Discovery**: AI asks questions to understand your vision
|
|
470
|
+
2. **Planning**: Generates architecture, tasks, and timeline
|
|
471
|
+
3. **Execution**: Autonomous development with checkpoints
|
|
472
|
+
4. **Review**: Human approval at critical milestones
|
|
473
|
+
5. **Iteration**: Feedback loop for refinements
|
|
448
474
|
|
|
449
|
-
###
|
|
475
|
+
### Artifacts System
|
|
450
476
|
|
|
451
|
-
|
|
452
|
-
- Code quality checks
|
|
453
|
-
- Git commit standards
|
|
454
|
-
- Security guidelines
|
|
455
|
-
- Documentation requirements
|
|
477
|
+
Provide project context:
|
|
456
478
|
|
|
457
|
-
|
|
479
|
+
```
|
|
480
|
+
.omgkit/artifacts/
|
|
481
|
+
├── data/ # Sample data, schemas
|
|
482
|
+
├── docs/ # Requirements, user stories
|
|
483
|
+
├── knowledge/ # Glossary, business rules
|
|
484
|
+
├── research/ # Competitor analysis
|
|
485
|
+
├── assets/ # Images, templates
|
|
486
|
+
└── examples/ # Code samples
|
|
487
|
+
```
|
|
488
|
+
|
|
489
|
+
---
|
|
458
490
|
|
|
459
|
-
##
|
|
491
|
+
## Project Structure
|
|
460
492
|
|
|
461
493
|
After `omgkit init`:
|
|
462
494
|
|
|
@@ -471,65 +503,117 @@ your-project/
|
|
|
471
503
|
│ ├── plans/ # Generated plans
|
|
472
504
|
│ ├── docs/ # Generated docs
|
|
473
505
|
│ ├── logs/ # Activity logs
|
|
474
|
-
│ ├── devlogs/ # Development logs
|
|
475
|
-
│
|
|
476
|
-
│
|
|
477
|
-
│
|
|
478
|
-
└──
|
|
506
|
+
│ ├── devlogs/ # Development logs (git-ignored)
|
|
507
|
+
│ ├── stdrules/ # Project standards
|
|
508
|
+
│ │ ├── BEFORE_COMMIT.md
|
|
509
|
+
│ │ └── SKILL_STANDARDS.md
|
|
510
|
+
│ └── artifacts/ # Project context
|
|
511
|
+
└── OMEGA.md # Project context file
|
|
479
512
|
```
|
|
480
513
|
|
|
481
|
-
|
|
514
|
+
---
|
|
482
515
|
|
|
483
|
-
|
|
516
|
+
## MCP Integrations
|
|
517
|
+
|
|
518
|
+
OMGKIT supports these MCP servers:
|
|
484
519
|
|
|
485
520
|
| Server | Purpose |
|
|
486
521
|
|--------|---------|
|
|
487
|
-
|
|
|
488
|
-
|
|
|
489
|
-
|
|
|
490
|
-
|
|
|
491
|
-
|
|
|
522
|
+
| `context7` | Up-to-date library documentation |
|
|
523
|
+
| `sequential-thinking` | Multi-step reasoning |
|
|
524
|
+
| `memory` | Persistent knowledge graph |
|
|
525
|
+
| `filesystem` | Secure file operations |
|
|
526
|
+
| `playwright` | Browser automation |
|
|
492
527
|
|
|
493
|
-
|
|
528
|
+
---
|
|
494
529
|
|
|
495
|
-
|
|
530
|
+
## Standards & Rules
|
|
496
531
|
|
|
532
|
+
OMGKIT provides two types of standards:
|
|
533
|
+
|
|
534
|
+
### For OMGKIT Contributors
|
|
535
|
+
|
|
536
|
+
Located in `plugin/stdrules/`:
|
|
537
|
+
|
|
538
|
+
| File | Purpose |
|
|
539
|
+
|------|---------|
|
|
540
|
+
| `ALIGNMENT_PRINCIPLE.md` | Component hierarchy rules |
|
|
541
|
+
| `OMGKIT_BEFORE_COMMIT_RULES.md` | Validation requirements |
|
|
542
|
+
| `SKILL_STANDARDS.md` | Skill documentation standards |
|
|
543
|
+
|
|
544
|
+
### For Project Developers
|
|
545
|
+
|
|
546
|
+
Generated in `.omgkit/stdrules/` when you run `omgkit init`:
|
|
547
|
+
|
|
548
|
+
| File | Purpose |
|
|
549
|
+
|------|---------|
|
|
550
|
+
| `BEFORE_COMMIT.md` | Pre-commit checklist |
|
|
551
|
+
| `SKILL_STANDARDS.md` | Custom skill guidelines |
|
|
552
|
+
|
|
553
|
+
---
|
|
554
|
+
|
|
555
|
+
## CLI Commands
|
|
556
|
+
|
|
557
|
+
```bash
|
|
558
|
+
omgkit install # Install plugin to Claude Code
|
|
559
|
+
omgkit init # Initialize .omgkit/ in project
|
|
560
|
+
omgkit doctor # Check installation status
|
|
561
|
+
omgkit list # List all components
|
|
562
|
+
omgkit update # Update plugin
|
|
563
|
+
omgkit uninstall # Remove plugin
|
|
564
|
+
omgkit help # Show help
|
|
497
565
|
```
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
566
|
+
|
|
567
|
+
---
|
|
568
|
+
|
|
569
|
+
## Validation & Testing
|
|
570
|
+
|
|
571
|
+
OMGKIT has 4800+ automated tests ensuring system integrity.
|
|
572
|
+
|
|
573
|
+
### Run Tests
|
|
574
|
+
|
|
575
|
+
```bash
|
|
576
|
+
npm test # All tests
|
|
577
|
+
npm test -- tests/validation/ # Validation tests only
|
|
578
|
+
npm test -- tests/unit/ # Unit tests only
|
|
507
579
|
```
|
|
508
580
|
|
|
509
|
-
###
|
|
581
|
+
### Test Categories
|
|
510
582
|
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
583
|
+
| Category | Tests | Purpose |
|
|
584
|
+
|----------|-------|---------|
|
|
585
|
+
| Registry Sync | ~200 | Verify registry matches files |
|
|
586
|
+
| Alignment | ~400 | Component hierarchy validation |
|
|
587
|
+
| Documentation | ~500 | Quality and format checks |
|
|
588
|
+
| Format | ~300 | Naming convention compliance |
|
|
589
|
+
| Dependency Graph | ~600 | Reference integrity |
|
|
590
|
+
|
|
591
|
+
---
|
|
516
592
|
|
|
517
|
-
|
|
593
|
+
## Contributing
|
|
518
594
|
|
|
519
|
-
|
|
520
|
-
|-----------|--------|---------|
|
|
521
|
-
| MCPs | `kebab-case` | `context7` |
|
|
522
|
-
| Commands | `/namespace:name` | `/dev:feature` |
|
|
523
|
-
| Skills | `category/name` | `methodology/writing-plans` |
|
|
524
|
-
| Agents | `kebab-case` | `fullstack-developer` |
|
|
525
|
-
| Workflows | `category/name` | `development/feature` |
|
|
595
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
526
596
|
|
|
527
|
-
|
|
597
|
+
### Quick Start
|
|
598
|
+
|
|
599
|
+
1. Fork and clone the repository
|
|
600
|
+
2. Install dependencies: `npm install`
|
|
601
|
+
3. Run tests: `npm test`
|
|
602
|
+
4. Make changes following `plugin/stdrules/`
|
|
603
|
+
5. Submit PR with conventional commit messages
|
|
604
|
+
|
|
605
|
+
---
|
|
606
|
+
|
|
607
|
+
## Documentation
|
|
608
|
+
|
|
609
|
+
Full documentation available at: [omgkit.mintlify.app](https://omgkit.mintlify.app)
|
|
610
|
+
|
|
611
|
+
---
|
|
528
612
|
|
|
529
|
-
##
|
|
613
|
+
## License
|
|
530
614
|
|
|
531
|
-
MIT
|
|
615
|
+
MIT - See [LICENSE](LICENSE) for details.
|
|
532
616
|
|
|
533
617
|
---
|
|
534
618
|
|
|
535
|
-
*Think Omega. Build Omega. Be Omega.*
|
|
619
|
+
*Think Omega. Build Omega. Be Omega.*
|
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. 33 agents,
|
|
3
|
+
"version": "2.20.0",
|
|
4
|
+
"description": "Omega-Level Development Kit - AI Team System for Claude Code. 33 agents, 113 commands, 128 skills, 49 workflows.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
7
7
|
"ai",
|
package/plugin/registry.yaml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# OMGKIT Component Registry
|
|
2
2
|
# Single Source of Truth for Agents, Skills, Commands, Workflows, and MCPs
|
|
3
|
-
# Version: 2.
|
|
3
|
+
# Version: 2.20.0
|
|
4
4
|
# Updated: 2026-01-02
|
|
5
5
|
|
|
6
|
-
version: "2.
|
|
6
|
+
version: "2.20.0"
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
9
9
|
# OPTIMIZED ALIGNMENT PRINCIPLE (OAP)
|