oh-my-agent 12.7.0 → 12.7.2
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 +6 -6
- package/bin/cli.js +699 -699
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -172,11 +172,11 @@ Instead of one AI doing everything (and getting confused halfway through), oh-my
|
|
|
172
172
|
| **oma-design** | Builds design systems with tokens, accessibility, and responsive layouts. |
|
|
173
173
|
| **oma-dev-workflow** | Automates your CI/CD, releases, and monorepo tasks. |
|
|
174
174
|
| **oma-docs** | Checks your docs for broken references and flags ones a code change touched. |
|
|
175
|
-
| **oma-
|
|
175
|
+
| **oma-explanation** | Turns a diff, PR, or branch into a self-contained interactive HTML explainer with a quiz. |
|
|
176
176
|
| **oma-frontend** | Builds your UI with React/Next.js, TypeScript, Tailwind CSS v4, and shadcn/ui. |
|
|
177
177
|
| **oma-mobile** | Builds cross-platform mobile apps with Flutter. |
|
|
178
178
|
| **oma-observability** | Routes observability work across metrics, logs, traces, SLOs, and incident forensics. |
|
|
179
|
-
| **oma-
|
|
179
|
+
| **oma-orchestration** | Runs multiple agents in parallel from the CLI. |
|
|
180
180
|
| **oma-pm** | Plans tasks, breaks down requirements, and defines API contracts. |
|
|
181
181
|
| **oma-qa** | Reviews your code for OWASP security, performance, and accessibility issues. |
|
|
182
182
|
| **oma-refactor** | Refactors code without changing its behavior, using hotspot targeting, characterization-test safety nets, and refactor-only commits. |
|
|
@@ -190,7 +190,7 @@ Instead of one AI doing everything (and getting confused halfway through), oh-my
|
|
|
190
190
|
| Agent | What They Do |
|
|
191
191
|
|-------|-------------|
|
|
192
192
|
| **oma-coordination** | Guides manual step-by-step coordination of PM, frontend, backend, mobile, and QA agents. |
|
|
193
|
-
| **oma-skill-
|
|
193
|
+
| **oma-skill-creation** | Writes and audits new OMA skills in the SSL-lite format. |
|
|
194
194
|
|
|
195
195
|
</details>
|
|
196
196
|
|
|
@@ -200,7 +200,7 @@ Separate from the engineering team, oma ships content and research pipelines bui
|
|
|
200
200
|
|
|
201
201
|
| Agent | What They Do |
|
|
202
202
|
|-------|-------------|
|
|
203
|
-
| **oma-academic-
|
|
203
|
+
| **oma-academic-writing** | Drafts, revises, and audits academic prose to publication quality. |
|
|
204
204
|
| **oma-hwp** | Converts HWP, HWPX, and HWPML files to Markdown. |
|
|
205
205
|
| **oma-image** | Generates images through several AI providers at once. |
|
|
206
206
|
| **oma-market** | Researches your market from community signals and frames it with SWOT, 5F, and PESTEL. |
|
|
@@ -208,7 +208,7 @@ Separate from the engineering team, oma ships content and research pipelines bui
|
|
|
208
208
|
| **oma-recap** | Recaps your conversation history into themed work summaries. |
|
|
209
209
|
| **oma-scholar** | Searches academic literature and helps you run peer review. |
|
|
210
210
|
| **oma-slide** | Generates distinctive, animation-rich HTML presentation decks and exports to PDF/PNG/PPTX. |
|
|
211
|
-
| **oma-
|
|
211
|
+
| **oma-translation** | Translates between languages so it reads like a native wrote it. |
|
|
212
212
|
| **oma-video** | Generates short-form, explainer, and demo videos through a key-optional Remotion pipeline. |
|
|
213
213
|
| **oma-voice** | Generates voiceovers and transcribes audio on-device, no cloud needed. |
|
|
214
214
|
|
|
@@ -294,7 +294,7 @@ flowchart TD
|
|
|
294
294
|
subgraph Orchestration["Orchestration"]
|
|
295
295
|
direction TB
|
|
296
296
|
PM[oma-pm]
|
|
297
|
-
ORC[oma-
|
|
297
|
+
ORC[oma-orchestration]
|
|
298
298
|
end
|
|
299
299
|
|
|
300
300
|
subgraph Domain["Domain Agents"]
|