oh-my-agent 5.17.0 → 5.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 +14 -0
- package/bin/cli.js +302 -302
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,20 @@ bunx oh-my-agent@latest
|
|
|
29
29
|
|
|
30
30
|
`install.sh` supports macOS/Linux only. On Windows, install `bun` and `uv` manually, then run `bunx oh-my-agent@latest`.
|
|
31
31
|
|
|
32
|
+
### Install via Agent Package Manager
|
|
33
|
+
|
|
34
|
+
> Microsoft's [Agent Package Manager](https://github.com/microsoft/apm) (APM) — not to be confused with `oma-observability`'s APM (Application Performance Monitoring).
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
# All 22 oma skills across every detected runtime (.claude, .cursor, .codex, .opencode, .github)
|
|
38
|
+
apm install first-fluke/oh-my-agent
|
|
39
|
+
|
|
40
|
+
# A single skill
|
|
41
|
+
apm install first-fluke/oh-my-agent/.apm/skills/oma-frontend
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Installs the skills only. For hooks, workflows, and `oma-config.yaml`, use the `oh-my-agent` CLI above. Pick one distribution per project to avoid drift.
|
|
45
|
+
|
|
32
46
|
Pick a preset and you're ready:
|
|
33
47
|
|
|
34
48
|
| Preset | What You Get |
|