oh-my-agent 8.5.2 → 8.6.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 +28 -28
- package/bin/cli.js +619 -613
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -127,34 +127,34 @@ Pick a preset and you're ready:
|
|
|
127
127
|
|
|
128
128
|
| Agent | What They Do |
|
|
129
129
|
|-------|-------------|
|
|
130
|
-
| **oma-academic-writer** |
|
|
131
|
-
| **oma-architecture** |
|
|
132
|
-
| **oma-backend** | APIs in Python, Node.js, or Rust |
|
|
133
|
-
| **oma-brainstorm** | Explores ideas before you commit to building |
|
|
134
|
-
| **oma-db** |
|
|
135
|
-
| **oma-debug** |
|
|
136
|
-
| **oma-deepsec** |
|
|
137
|
-
| **oma-design** |
|
|
138
|
-
| **oma-dev-workflow** | CI/CD, releases, monorepo
|
|
139
|
-
| **oma-docs** |
|
|
140
|
-
| **oma-frontend** | React/Next.js, TypeScript, Tailwind CSS v4, shadcn/ui |
|
|
141
|
-
| **oma-hwp** | HWP
|
|
142
|
-
| **oma-image** |
|
|
143
|
-
| **oma-market** |
|
|
144
|
-
| **oma-mobile** |
|
|
145
|
-
| **oma-observability** |
|
|
146
|
-
| **oma-orchestrator** |
|
|
147
|
-
| **oma-pdf** | PDF to Markdown
|
|
148
|
-
| **oma-pm** | Plans tasks, breaks down requirements, defines API contracts |
|
|
149
|
-
| **oma-qa** | OWASP security, performance, accessibility
|
|
150
|
-
| **oma-recap** |
|
|
151
|
-
| **oma-scholar** |
|
|
152
|
-
| **oma-scm** |
|
|
153
|
-
| **oma-search** |
|
|
154
|
-
| **oma-skill-creator** |
|
|
155
|
-
| **oma-tf-infra** |
|
|
156
|
-
| **oma-translator** |
|
|
157
|
-
| **oma-voice** |
|
|
130
|
+
| **oma-academic-writer** | Drafts, revises, and audits academic prose to publication quality. |
|
|
131
|
+
| **oma-architecture** | Weighs architecture tradeoffs and draws module boundaries, with ADR/ATAM/CBAM analysis. |
|
|
132
|
+
| **oma-backend** | Builds and secures your APIs in Python, Node.js, or Rust. |
|
|
133
|
+
| **oma-brainstorm** | Explores ideas with you before you commit to building. |
|
|
134
|
+
| **oma-db** | Designs your schema, migrations, indexes, and vector stores. |
|
|
135
|
+
| **oma-debug** | Finds the root cause, fixes the bug, and writes a regression test. |
|
|
136
|
+
| **oma-deepsec** | Scans your code for security holes and blocks risky pull requests. |
|
|
137
|
+
| **oma-design** | Builds design systems with tokens, accessibility, and responsive layouts. |
|
|
138
|
+
| **oma-dev-workflow** | Automates your CI/CD, releases, and monorepo tasks. |
|
|
139
|
+
| **oma-docs** | Checks your docs for broken references and flags ones a code change touched. |
|
|
140
|
+
| **oma-frontend** | Builds your UI with React/Next.js, TypeScript, Tailwind CSS v4, and shadcn/ui. |
|
|
141
|
+
| **oma-hwp** | Converts HWP, HWPX, and HWPML files to Markdown. |
|
|
142
|
+
| **oma-image** | Generates images through several AI providers at once. |
|
|
143
|
+
| **oma-market** | Researches your market from community signals and frames it with SWOT, 5F, and PESTEL. |
|
|
144
|
+
| **oma-mobile** | Builds cross-platform mobile apps with Flutter. |
|
|
145
|
+
| **oma-observability** | Routes observability work across metrics, logs, traces, SLOs, and incident forensics. |
|
|
146
|
+
| **oma-orchestrator** | Runs multiple agents in parallel from the CLI. |
|
|
147
|
+
| **oma-pdf** | Converts PDF files to Markdown. |
|
|
148
|
+
| **oma-pm** | Plans tasks, breaks down requirements, and defines API contracts. |
|
|
149
|
+
| **oma-qa** | Reviews your code for OWASP security, performance, and accessibility issues. |
|
|
150
|
+
| **oma-recap** | Recaps your conversation history into themed work summaries. |
|
|
151
|
+
| **oma-scholar** | Searches academic literature and helps you run peer review. |
|
|
152
|
+
| **oma-scm** | Manages your branches, merges, worktrees, and Conventional Commits. |
|
|
153
|
+
| **oma-search** | Routes each query to the best source and scores how much you can trust the result. |
|
|
154
|
+
| **oma-skill-creator** | Writes and audits new OMA skills in the SSL-lite format. |
|
|
155
|
+
| **oma-tf-infra** | Provisions multi-cloud infrastructure with Terraform. |
|
|
156
|
+
| **oma-translator** | Translates between languages so it reads like a native wrote it. |
|
|
157
|
+
| **oma-voice** | Generates voiceovers and transcribes audio on-device, no cloud needed. |
|
|
158
158
|
|
|
159
159
|
## How It Works
|
|
160
160
|
|