oh-my-agent 7.16.0 → 7.18.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 +61 -0
- package/bin/cli.js +589 -581
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,6 +60,67 @@ Pick a preset and you're ready:
|
|
|
60
60
|
| 📱 Mobile | architecture + mobile + pm + qa + debug + brainstorm + scm |
|
|
61
61
|
| 🚀 DevOps | architecture + tf-infra + dev-workflow + pm + qa + debug + brainstorm + scm |
|
|
62
62
|
|
|
63
|
+
## Works With Every Agent
|
|
64
|
+
|
|
65
|
+
`oh-my-agent` keeps `.agents/` as the single source of truth and projects it into each runtime's native layout, so every supported tool shares the same skills, workflows, and rules.
|
|
66
|
+
|
|
67
|
+
<table>
|
|
68
|
+
<tr>
|
|
69
|
+
<td align="center" width="20%">
|
|
70
|
+
<a href="https://claude.com/product/claude-code"><img src="https://github.com/anthropics.png?size=120" alt="Claude Code" width="48" height="48" /></a><br/>
|
|
71
|
+
<strong>Claude Code</strong><br/>
|
|
72
|
+
<sub>native + adapter</sub>
|
|
73
|
+
</td>
|
|
74
|
+
<td align="center" width="20%">
|
|
75
|
+
<a href="https://github.com/openai/codex"><img src="https://github.com/openai.png?size=120" alt="Codex CLI" width="48" height="48" /></a><br/>
|
|
76
|
+
<strong>Codex CLI</strong><br/>
|
|
77
|
+
<sub>native + adapter</sub>
|
|
78
|
+
</td>
|
|
79
|
+
<td align="center" width="20%">
|
|
80
|
+
<a href="https://github.com/google-gemini/gemini-cli"><img src="https://github.com/google-gemini.png?size=120" alt="Gemini CLI" width="48" height="48" /></a><br/>
|
|
81
|
+
<strong>Gemini CLI</strong><br/>
|
|
82
|
+
<sub>native + adapter</sub>
|
|
83
|
+
</td>
|
|
84
|
+
<td align="center" width="20%">
|
|
85
|
+
<a href="https://cursor.com"><img src="https://github.com/cursor.png?size=120" alt="Cursor" width="48" height="48" /></a><br/>
|
|
86
|
+
<strong>Cursor</strong><br/>
|
|
87
|
+
<sub>native + adapter</sub>
|
|
88
|
+
</td>
|
|
89
|
+
<td align="center" width="20%">
|
|
90
|
+
<a href="https://github.com/QwenLM/qwen-code"><img src="https://github.com/QwenLM.png?size=120" alt="Qwen Code" width="48" height="48" /></a><br/>
|
|
91
|
+
<strong>Qwen Code</strong><br/>
|
|
92
|
+
<sub>native dispatch</sub>
|
|
93
|
+
</td>
|
|
94
|
+
</tr>
|
|
95
|
+
<tr>
|
|
96
|
+
<td align="center" width="20%">
|
|
97
|
+
<a href="https://antigravity.google"><img src="./docs/assets/agents/antigravity.png" alt="Antigravity" width="48" height="48" /></a><br/>
|
|
98
|
+
<strong>Antigravity</strong><br/>
|
|
99
|
+
<sub>native SSOT</sub>
|
|
100
|
+
</td>
|
|
101
|
+
<td align="center" width="20%">
|
|
102
|
+
<a href="https://github.com/anomalyco/opencode"><img src="./docs/assets/agents/opencode.png" alt="OpenCode" width="48" height="48" /></a><br/>
|
|
103
|
+
<strong>OpenCode</strong><br/>
|
|
104
|
+
<sub>native-compatible</sub>
|
|
105
|
+
</td>
|
|
106
|
+
<td align="center" width="20%">
|
|
107
|
+
<a href="https://ampcode.com"><img src="./docs/assets/agents/amp.png" alt="Amp" width="48" height="48" /></a><br/>
|
|
108
|
+
<strong>Amp</strong><br/>
|
|
109
|
+
<sub>native-compatible</sub>
|
|
110
|
+
</td>
|
|
111
|
+
<td align="center" width="20%">
|
|
112
|
+
<a href="https://github.com/features/copilot"><img src="https://github.com/github.png?size=120" alt="GitHub Copilot" width="48" height="48" /></a><br/>
|
|
113
|
+
<strong>GitHub Copilot</strong><br/>
|
|
114
|
+
<sub>symlinked skills</sub>
|
|
115
|
+
</td>
|
|
116
|
+
<td align="center" width="20%">
|
|
117
|
+
<a href="./docs/SUPPORTED_AGENTS.md"><img src="https://img.shields.io/badge/%E2%80%A6-more-555?style=flat-square" alt="More" height="48" /></a><br/>
|
|
118
|
+
<strong>& more</strong><br/>
|
|
119
|
+
<sub><a href="./docs/SUPPORTED_AGENTS.md">support matrix →</a></sub>
|
|
120
|
+
</td>
|
|
121
|
+
</tr>
|
|
122
|
+
</table>
|
|
123
|
+
|
|
63
124
|
## Your Agent Team
|
|
64
125
|
|
|
65
126
|
| Agent | What They Do |
|