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.
Files changed (3) hide show
  1. package/README.md +28 -28
  2. package/bin/cli.js +619 -613
  3. 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** | Publication-grade academic prose drafting, revision, and rubric-based audits |
131
- | **oma-architecture** | Architectural tradeoffs, boundaries, ADR/ATAM/CBAM-aware analysis |
132
- | **oma-backend** | APIs in Python, Node.js, or Rust |
133
- | **oma-brainstorm** | Explores ideas before you commit to building |
134
- | **oma-db** | Schema design, migrations, indexing, vector DB |
135
- | **oma-debug** | Root cause analysis, fixes, regression tests |
136
- | **oma-deepsec** | Agent-powered vulnerability scanner with PR gates and custom matchers |
137
- | **oma-design** | Design systems, tokens, accessibility, responsive |
138
- | **oma-dev-workflow** | CI/CD, releases, monorepo automation |
139
- | **oma-docs** | Reference integrity checks, diff-affected doc detection |
140
- | **oma-frontend** | React/Next.js, TypeScript, Tailwind CSS v4, shadcn/ui |
141
- | **oma-hwp** | HWP/HWPX/HWPML to Markdown conversion |
142
- | **oma-image** | Multi-vendor AI image generation |
143
- | **oma-market** | Community-signal market research for pain/trend/competitor/discovery with SWOT/5F/PESTEL |
144
- | **oma-mobile** | Flutter cross-platform apps |
145
- | **oma-observability** | Observability router for APM/RUM, metrics/logs/traces/profiles, SLO, incident forensics, transport tuning |
146
- | **oma-orchestrator** | Parallel agent execution via CLI |
147
- | **oma-pdf** | PDF to Markdown conversion |
148
- | **oma-pm** | Plans tasks, breaks down requirements, defines API contracts |
149
- | **oma-qa** | OWASP security, performance, accessibility review |
150
- | **oma-recap** | Conversation history recap and themed work summaries |
151
- | **oma-scholar** | Academic research companion for literature search and peer review |
152
- | **oma-scm** | Software configuration management with branching, merges, worktrees, baselines, Conventional Commits |
153
- | **oma-search** | Intent-based search router with trust scoring across docs, web, code, local |
154
- | **oma-skill-creator** | Authors and audits OMA skills in the SSL-lite format |
155
- | **oma-tf-infra** | Multi-cloud Terraform IaC (Infrastructure as Code) |
156
- | **oma-translator** | Natural multilingual translation |
157
- | **oma-voice** | Local-first TTS/STT via Voicebox MCP for voice generation, voiceover, and transcription |
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