oh-my-agent 7.21.0 → 7.23.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 +10 -6
  2. package/bin/cli.js +646 -648
  3. package/package.json +6 -5
package/README.md CHANGED
@@ -53,12 +53,16 @@ Pick a preset and you're ready:
53
53
 
54
54
  | Preset | What You Get |
55
55
  |--------|-------------|
56
- | All | Every agent and skill |
57
- | 🌐 Fullstack | architecture + frontend + backend + db + pm + qa + debug + brainstorm + scm |
58
- | 🎨 Frontend | architecture + frontend + pm + qa + debug + brainstorm + scm |
59
- | ⚙️ Backend | architecture + backend + db + pm + qa + debug + brainstorm + scm |
60
- | 📱 Mobile | architecture + mobile + pm + qa + debug + brainstorm + scm |
61
- | 🚀 DevOps | architecture + tf-infra + dev-workflow + pm + qa + debug + brainstorm + scm |
56
+ | **All** | **Every agent and skill** |
57
+ | Backend | architecture + backend + brainstorm + db + debug + dev-workflow + pm + qa + scm |
58
+ | Content | academic-writer + design + image + scm + translator + voice |
59
+ | DevOps | architecture + brainstorm + debug + dev-workflow + observability + pm + qa + scm + tf-infra |
60
+ | Frontend | architecture + brainstorm + debug + design + frontend + pm + qa + scm |
61
+ | Fullstack | architecture + backend + brainstorm + db + debug + design + dev-workflow + frontend + mobile + pm + qa + scm + tf-infra |
62
+ | Fullstack Mobile | architecture + backend + brainstorm + db + debug + design + dev-workflow + mobile + pm + qa + scm |
63
+ | Fullstack Web | architecture + backend + brainstorm + db + debug + design + dev-workflow + frontend + pm + qa + scm |
64
+ | Mobile | architecture + brainstorm + debug + mobile + pm + qa + scm |
65
+ | Research | academic-writer + hwp + market + pdf + scholar + scm + search + translator |
62
66
 
63
67
  ## Works With Every Agent
64
68