oh-my-customcode 0.9.2 → 0.9.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.
Files changed (112) hide show
  1. package/README.md +25 -30
  2. package/dist/cli/index.js +1315 -568
  3. package/dist/index.js +234 -17
  4. package/package.json +1 -1
  5. package/templates/.claude/agents/arch-documenter.md +7 -71
  6. package/templates/.claude/agents/arch-speckit-agent.md +21 -108
  7. package/templates/.claude/agents/be-express-expert.md +8 -58
  8. package/templates/.claude/agents/be-nestjs-expert.md +6 -38
  9. package/templates/.claude/agents/be-springboot-expert.md +11 -56
  10. package/templates/.claude/agents/db-postgres-expert.md +10 -80
  11. package/templates/.claude/agents/db-redis-expert.md +10 -75
  12. package/templates/.claude/agents/db-supabase-expert.md +12 -48
  13. package/templates/.claude/agents/de-airflow-expert.md +8 -45
  14. package/templates/.claude/agents/de-dbt-expert.md +8 -46
  15. package/templates/.claude/agents/de-kafka-expert.md +10 -10
  16. package/templates/.claude/agents/de-pipeline-expert.md +9 -69
  17. package/templates/.claude/agents/de-snowflake-expert.md +9 -62
  18. package/templates/.claude/agents/de-spark-expert.md +10 -54
  19. package/templates/.claude/agents/fe-svelte-agent.md +5 -41
  20. package/templates/.claude/agents/fe-vercel-agent.md +9 -41
  21. package/templates/.claude/agents/fe-vuejs-agent.md +7 -42
  22. package/templates/.claude/agents/lang-java21-expert.md +11 -37
  23. package/templates/.claude/agents/mgr-claude-code-bible.md +22 -207
  24. package/templates/.claude/agents/mgr-creator.md +7 -88
  25. package/templates/.claude/agents/mgr-gitnerd.md +8 -76
  26. package/templates/.claude/agents/mgr-sauron.md +27 -20
  27. package/templates/.claude/agents/mgr-supplier.md +11 -96
  28. package/templates/.claude/agents/mgr-sync-checker.md +9 -70
  29. package/templates/.claude/agents/mgr-updater.md +9 -79
  30. package/templates/.claude/agents/qa-engineer.md +8 -72
  31. package/templates/.claude/agents/qa-planner.md +2 -3
  32. package/templates/.claude/agents/qa-writer.md +6 -76
  33. package/templates/.claude/agents/sys-memory-keeper.md +13 -87
  34. package/templates/.claude/agents/sys-naggy.md +9 -62
  35. package/templates/.claude/agents/tool-bun-expert.md +7 -52
  36. package/templates/.claude/agents/tool-npm-expert.md +6 -64
  37. package/templates/.claude/agents/tool-optimizer.md +7 -60
  38. package/templates/.claude/rules/MAY-optimization.md +16 -80
  39. package/templates/.claude/rules/MUST-agent-design.md +29 -134
  40. package/templates/.claude/rules/MUST-agent-identification.md +9 -88
  41. package/templates/.claude/rules/MUST-continuous-improvement.md +10 -117
  42. package/templates/.claude/rules/MUST-intent-transparency.md +14 -171
  43. package/templates/.claude/rules/MUST-language-policy.md +11 -46
  44. package/templates/.claude/rules/MUST-orchestrator-coordination.md +82 -425
  45. package/templates/.claude/rules/MUST-parallel-execution.md +33 -405
  46. package/templates/.claude/rules/MUST-permissions.md +14 -68
  47. package/templates/.claude/rules/MUST-safety.md +11 -57
  48. package/templates/.claude/rules/MUST-sync-verification.md +49 -205
  49. package/templates/.claude/rules/MUST-tool-identification.md +21 -134
  50. package/templates/.claude/rules/SHOULD-agent-teams.md +22 -166
  51. package/templates/.claude/rules/SHOULD-ecomode.md +15 -123
  52. package/templates/.claude/rules/SHOULD-error-handling.md +19 -88
  53. package/templates/.claude/rules/SHOULD-hud-statusline.md +9 -89
  54. package/templates/.claude/rules/SHOULD-interaction.md +18 -87
  55. package/templates/.claude/rules/SHOULD-memory-integration.md +25 -118
  56. package/templates/.claude/skills/dev-lead-routing/SKILL.md +70 -243
  57. package/templates/.claude/skills/springboot-best-practices/SKILL.md +180 -319
  58. package/templates/.codex/agents/arch-documenter.md +7 -71
  59. package/templates/.codex/agents/arch-speckit-agent.md +21 -108
  60. package/templates/.codex/agents/be-express-expert.md +8 -58
  61. package/templates/.codex/agents/be-nestjs-expert.md +6 -38
  62. package/templates/.codex/agents/be-springboot-expert.md +11 -56
  63. package/templates/.codex/agents/db-postgres-expert.md +10 -80
  64. package/templates/.codex/agents/db-redis-expert.md +10 -75
  65. package/templates/.codex/agents/db-supabase-expert.md +12 -48
  66. package/templates/.codex/agents/de-airflow-expert.md +8 -45
  67. package/templates/.codex/agents/de-dbt-expert.md +8 -46
  68. package/templates/.codex/agents/de-kafka-expert.md +10 -10
  69. package/templates/.codex/agents/de-pipeline-expert.md +9 -69
  70. package/templates/.codex/agents/de-snowflake-expert.md +9 -62
  71. package/templates/.codex/agents/de-spark-expert.md +10 -54
  72. package/templates/.codex/agents/fe-svelte-agent.md +5 -41
  73. package/templates/.codex/agents/fe-vercel-agent.md +9 -41
  74. package/templates/.codex/agents/fe-vuejs-agent.md +7 -42
  75. package/templates/.codex/agents/infra-aws-expert.md +1 -1
  76. package/templates/.codex/agents/infra-docker-expert.md +1 -1
  77. package/templates/.codex/agents/lang-java21-expert.md +11 -37
  78. package/templates/.codex/agents/mgr-claude-code-bible.md +25 -210
  79. package/templates/.codex/agents/mgr-creator.md +7 -88
  80. package/templates/.codex/agents/mgr-gitnerd.md +8 -76
  81. package/templates/.codex/agents/mgr-sauron.md +30 -23
  82. package/templates/.codex/agents/mgr-supplier.md +11 -96
  83. package/templates/.codex/agents/mgr-sync-checker.md +12 -73
  84. package/templates/.codex/agents/mgr-updater.md +9 -79
  85. package/templates/.codex/agents/qa-engineer.md +8 -72
  86. package/templates/.codex/agents/qa-planner.md +2 -3
  87. package/templates/.codex/agents/qa-writer.md +6 -76
  88. package/templates/.codex/agents/sys-memory-keeper.md +13 -87
  89. package/templates/.codex/agents/sys-naggy.md +9 -62
  90. package/templates/.codex/agents/tool-bun-expert.md +7 -52
  91. package/templates/.codex/agents/tool-npm-expert.md +6 -64
  92. package/templates/.codex/agents/tool-optimizer.md +7 -60
  93. package/templates/.codex/rules/MAY-optimization.md +16 -80
  94. package/templates/.codex/rules/MUST-agent-design.md +29 -134
  95. package/templates/.codex/rules/MUST-agent-identification.md +9 -88
  96. package/templates/.codex/rules/MUST-continuous-improvement.md +10 -117
  97. package/templates/.codex/rules/MUST-intent-transparency.md +14 -171
  98. package/templates/.codex/rules/MUST-language-policy.md +11 -46
  99. package/templates/.codex/rules/MUST-orchestrator-coordination.md +82 -425
  100. package/templates/.codex/rules/MUST-parallel-execution.md +33 -405
  101. package/templates/.codex/rules/MUST-permissions.md +14 -68
  102. package/templates/.codex/rules/MUST-safety.md +11 -57
  103. package/templates/.codex/rules/MUST-sync-verification.md +58 -214
  104. package/templates/.codex/rules/MUST-tool-identification.md +22 -135
  105. package/templates/.codex/rules/SHOULD-agent-teams.md +22 -166
  106. package/templates/.codex/rules/SHOULD-ecomode.md +15 -123
  107. package/templates/.codex/rules/SHOULD-error-handling.md +19 -88
  108. package/templates/.codex/rules/SHOULD-hud-statusline.md +9 -89
  109. package/templates/.codex/rules/SHOULD-interaction.md +18 -87
  110. package/templates/.codex/rules/SHOULD-memory-integration.md +25 -118
  111. package/templates/.codex/skills/dev-lead-routing/SKILL.md +70 -243
  112. package/templates/.codex/skills/springboot-best-practices/SKILL.md +180 -319
package/README.md CHANGED
@@ -16,7 +16,7 @@ Like oh-my-zsh transformed shell customization, oh-my-customcode makes personali
16
16
 
17
17
  | Feature | Description |
18
18
  |---------|-------------|
19
- | **Batteries Included** | 42 agents, 51 skills, 22 guides, 18 rules, 1 hook, 4 contexts - ready to use out of the box |
19
+ | **Batteries Included** | 42 agents, 52 skills, 22 guides, 18 rules, 1 hook, 1 context - ready to use out of the box |
20
20
  | **Sub-Agent Model** | Supports hierarchical agent orchestration with specialized roles |
21
21
  | **Dead Simple Customization** | Create a folder + markdown file = new agent or skill |
22
22
  | **Mix and Match** | Use built-in components, create your own, or combine both |
@@ -37,15 +37,7 @@ That's it. You now have a fully configured Claude Code environment.
37
37
 
38
38
  ---
39
39
 
40
- ## Dual-Mode (Claude + Codex)
41
-
42
- oh-my-customcode can operate in both Claude-native and Codex-native modes. The CLI auto-detects the provider using the following order:
43
-
44
- 1. Override (`--provider` or `OMCUSTOM_PROVIDER` / `LLM_SERVICE`)
45
- 2. Config (`.omcustomrc.json` provider)
46
- 3. Environment signals (`OPENAI_API_KEY`, `CODEX_HOME`, `ANTHROPIC_API_KEY`, `CLAUDE_CODE_*`)
47
- 4. Project markers (`AGENTS.md`/`.codex` vs `CLAUDE.md`/`.claude`)
48
- 5. Default: `claude`
40
+ > **Codex CLI Support**: Experimental Codex CLI mode is available. See `AGENTS.md` and `.codex/` for Codex-native configuration.
49
41
 
50
42
  ## Customization First
51
43
 
@@ -129,7 +121,7 @@ Claude Code selects the appropriate model and parallelizes independent tasks (up
129
121
  | **QA** | 3 | qa-planner, qa-writer, qa-engineer |
130
122
  | **Total** | **42** | |
131
123
 
132
- ### Skills (51)
124
+ ### Skills (52)
133
125
 
134
126
  Includes slash commands and capabilities:
135
127
 
@@ -165,9 +157,9 @@ Comprehensive reference documentation covering:
165
157
 
166
158
  Event-driven automation for Claude Code lifecycle events (PreToolUse, PostToolUse, etc.).
167
159
 
168
- ### Contexts (4)
160
+ ### Contexts (1)
169
161
 
170
- Shared context files for cross-agent knowledge and mode configurations.
162
+ Shared context file for cross-agent knowledge and mode configurations.
171
163
 
172
164
  ---
173
165
 
@@ -183,6 +175,13 @@ Shared context files for cross-agent knowledge and mode configurations.
183
175
  | `omcustom doctor` | Verify installation health |
184
176
  | `omcustom doctor --fix` | Auto-fix common issues |
185
177
 
178
+ **Global Options:**
179
+ | Option | Description |
180
+ |--------|-------------|
181
+ | `--skip-version-check` | Skip CLI tool version pre-flight check |
182
+ | `-v, --version` | Show version number |
183
+ | `-h, --help` | Show help |
184
+
186
185
  ---
187
186
 
188
187
  ## Project Structure
@@ -191,25 +190,21 @@ After `omcustom init`:
191
190
 
192
191
  ```
193
192
  your-project/
194
- ├── CLAUDE.md # Entry point for Claude
195
- └── .claude/
193
+ ├── CLAUDE.md # Entry point for Claude (or AGENTS.md for Codex)
194
+ └── .claude/ # (or .codex/)
196
195
  ├── rules/ # Behavior rules (18 total)
197
196
  ├── hooks/ # Event hooks (1 total)
198
- ├── contexts/ # Context files (4 total)
199
- ├── agents/ # All agents (flat structure, 42 total)
200
- │ ├── lang-golang-expert/
201
- │ ├── be-fastapi-expert/
202
- │ ├── de-airflow-expert/
203
- ├── mgr-creator/
197
+ ├── contexts/ # Context files (1 total)
198
+ ├── agents/ # Agent definitions (42 flat .md files)
199
+ │ ├── lang-golang-expert.md
200
+ │ ├── be-fastapi-expert.md
201
+ │ ├── mgr-creator.md
202
+ └── ...
203
+ ├── skills/ # Skill modules (52 directories, each with SKILL.md)
204
+ │ ├── go-best-practices/
205
+ │ ├── react-best-practices/
206
+ │ ├── secretary-routing/
204
207
  │ └── ...
205
- ├── skills/ # All skills (51 total, includes slash commands)
206
- │ ├── development/
207
- │ ├── backend/
208
- │ ├── data-engineering/
209
- │ ├── database/
210
- │ ├── infrastructure/
211
- │ ├── system/
212
- │ └── orchestration/
213
208
  └── guides/ # Reference docs (22 total)
214
209
  ```
215
210
 
@@ -227,7 +222,7 @@ bun run build # Build for production
227
222
  ### Requirements
228
223
 
229
224
  - Node.js >= 18.0.0
230
- - Claude Code CLI
225
+ - Claude Code CLI or OpenAI Codex CLI
231
226
 
232
227
  ---
233
228