oh-my-agent 9.0.0 → 9.0.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 +3 -0
- package/bin/cli.js +616 -616
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,6 +146,7 @@ Pick a preset and you're ready:
|
|
|
146
146
|
| **oma-architecture** | Weighs architecture tradeoffs and draws module boundaries, with ADR/ATAM/CBAM analysis. |
|
|
147
147
|
| **oma-backend** | Builds and secures your APIs in Python, Node.js, or Rust. |
|
|
148
148
|
| **oma-brainstorm** | Explores ideas with you before you commit to building. |
|
|
149
|
+
| **oma-coordination** | Guides manual step-by-step coordination of PM, frontend, backend, mobile, and QA agents. |
|
|
149
150
|
| **oma-db** | Designs your schema, migrations, indexes, and vector stores. |
|
|
150
151
|
| **oma-debug** | Finds the root cause, fixes the bug, and writes a regression test. |
|
|
151
152
|
| **oma-deepsec** | Scans your code for security holes and blocks risky pull requests. |
|
|
@@ -163,6 +164,7 @@ Pick a preset and you're ready:
|
|
|
163
164
|
| **oma-pm** | Plans tasks, breaks down requirements, and defines API contracts. |
|
|
164
165
|
| **oma-qa** | Reviews your code for OWASP security, performance, and accessibility issues. |
|
|
165
166
|
| **oma-recap** | Recaps your conversation history into themed work summaries. |
|
|
167
|
+
| **oma-refactor** | Refactors code without changing its behavior, using hotspot targeting, characterization-test safety nets, and refactor-only commits. |
|
|
166
168
|
| **oma-scholar** | Searches academic literature and helps you run peer review. |
|
|
167
169
|
| **oma-scm** | Manages your branches, merges, worktrees, and Conventional Commits. |
|
|
168
170
|
| **oma-search** | Routes each query to the best source and scores how much you can trust the result. |
|
|
@@ -170,6 +172,7 @@ Pick a preset and you're ready:
|
|
|
170
172
|
| **oma-slide** | Generates distinctive, animation-rich HTML presentation decks and exports to PDF/PNG/PPTX. |
|
|
171
173
|
| **oma-tf-infra** | Provisions multi-cloud infrastructure with Terraform. |
|
|
172
174
|
| **oma-translator** | Translates between languages so it reads like a native wrote it. |
|
|
175
|
+
| **oma-video** | Generates short-form, explainer, and demo videos through a key-optional Remotion pipeline. |
|
|
173
176
|
| **oma-voice** | Generates voiceovers and transcribes audio on-device, no cloud needed. |
|
|
174
177
|
|
|
175
178
|
## How It Works
|