oh-my-agent 5.17.0 → 5.18.1
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 +17 -0
- package/bin/cli.js +302 -302
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,23 @@ 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
|
+
# 22 skills, deployed to every detected runtime
|
|
38
|
+
# (.claude, .cursor, .codex, .opencode, .github, .agents)
|
|
39
|
+
apm install first-fluke/oh-my-agent
|
|
40
|
+
|
|
41
|
+
# A single skill
|
|
42
|
+
apm install first-fluke/oh-my-agent/.agents/skills/oma-frontend
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
APM reads `.claude-plugin/plugin.json`'s `skills: .agents/skills/` pointer, so the `.agents/` SSOT is the only source — no build step or mirror.
|
|
46
|
+
|
|
47
|
+
APM ships the 22 skills only. For workflows, rules, `oma-config.yaml`, keyword-detection hooks, and the `oma agent:spawn` CLI, use `bunx oh-my-agent@latest`. Pick one distribution per project to avoid drift.
|
|
48
|
+
|
|
32
49
|
Pick a preset and you're ready:
|
|
33
50
|
|
|
34
51
|
| Preset | What You Get |
|