oh-my-agent 7.14.0 → 7.14.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 +689 -651
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,6 +64,7 @@ Pick a preset and you're ready:
|
|
|
64
64
|
|
|
65
65
|
| Agent | What They Do |
|
|
66
66
|
|-------|-------------|
|
|
67
|
+
| **oma-academic-writer** | Publication-grade academic prose drafting, revision, and rubric-based audits |
|
|
67
68
|
| **oma-architecture** | Architectural tradeoffs, boundaries, ADR/ATAM/CBAM-aware analysis |
|
|
68
69
|
| **oma-backend** | APIs in Python, Node.js, or Rust |
|
|
69
70
|
| **oma-brainstorm** | Explores ideas before you commit to building |
|
|
@@ -76,6 +77,7 @@ Pick a preset and you're ready:
|
|
|
76
77
|
| **oma-frontend** | React/Next.js, TypeScript, Tailwind CSS v4, shadcn/ui |
|
|
77
78
|
| **oma-hwp** | HWP/HWPX/HWPML to Markdown conversion |
|
|
78
79
|
| **oma-image** | Multi-vendor AI image generation |
|
|
80
|
+
| **oma-market** | Community-signal market research for pain/trend/competitor/discovery with SWOT/5F/PESTEL |
|
|
79
81
|
| **oma-mobile** | Flutter cross-platform apps |
|
|
80
82
|
| **oma-observability** | Observability router for APM/RUM, metrics/logs/traces/profiles, SLO, incident forensics, transport tuning |
|
|
81
83
|
| **oma-orchestrator** | Parallel agent execution via CLI |
|
|
@@ -89,6 +91,7 @@ Pick a preset and you're ready:
|
|
|
89
91
|
| **oma-skill-creator** | Authors and audits OMA skills in the SSL-lite format |
|
|
90
92
|
| **oma-tf-infra** | Multi-cloud Terraform IaC (Infrastructure as Code) |
|
|
91
93
|
| **oma-translator** | Natural multilingual translation |
|
|
94
|
+
| **oma-voice** | Local-first TTS/STT via Voicebox MCP for voice generation, voiceover, and transcription |
|
|
92
95
|
|
|
93
96
|
## How It Works
|
|
94
97
|
|