oh-my-agent 4.23.2 → 4.23.4
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 +9 -9
- package/bin/cli.js +280 -284
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -37,21 +37,21 @@ Pick a preset and you're ready:
|
|
|
37
37
|
|
|
38
38
|
| Agent | What They Do |
|
|
39
39
|
|-------|-------------|
|
|
40
|
-
| **oma-brainstorm** | Explores ideas before you commit to building |
|
|
41
|
-
| **oma-pm** | Plans tasks, breaks down requirements, defines API contracts |
|
|
42
|
-
| **oma-frontend** | React/Next.js, TypeScript, Tailwind CSS v4, shadcn/ui |
|
|
43
40
|
| **oma-backend** | APIs in Python, Node.js, or Rust |
|
|
41
|
+
| **oma-brainstorm** | Explores ideas before you commit to building |
|
|
42
|
+
| **oma-commit** | Clean conventional commits |
|
|
44
43
|
| **oma-db** | Schema design, migrations, indexing, vector DB |
|
|
45
|
-
| **oma-mobile** | Flutter cross-platform apps |
|
|
46
|
-
| **oma-design** | Design systems, tokens, accessibility, responsive |
|
|
47
|
-
| **oma-qa** | OWASP security, performance, accessibility review |
|
|
48
44
|
| **oma-debug** | Root cause analysis, fixes, regression tests |
|
|
49
|
-
| **oma-
|
|
45
|
+
| **oma-design** | Design systems, tokens, accessibility, responsive |
|
|
50
46
|
| **oma-dev-workflow** | CI/CD, releases, monorepo automation |
|
|
51
|
-
| **oma-
|
|
47
|
+
| **oma-frontend** | React/Next.js, TypeScript, Tailwind CSS v4, shadcn/ui |
|
|
48
|
+
| **oma-mobile** | Flutter cross-platform apps |
|
|
52
49
|
| **oma-orchestrator** | Parallel agent execution via CLI |
|
|
53
|
-
| **oma-commit** | Clean conventional commits |
|
|
54
50
|
| **oma-pdf** | PDF to Markdown conversion |
|
|
51
|
+
| **oma-pm** | Plans tasks, breaks down requirements, defines API contracts |
|
|
52
|
+
| **oma-qa** | OWASP security, performance, accessibility review |
|
|
53
|
+
| **oma-tf-infra** | Multi-cloud Terraform IaC |
|
|
54
|
+
| **oma-translator** | Natural multilingual translation |
|
|
55
55
|
|
|
56
56
|
## How It Works
|
|
57
57
|
|