oh-my-customcode 0.9.3 → 0.10.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 (113) hide show
  1. package/README.md +19 -20
  2. package/dist/cli/index.js +1186 -877
  3. package/dist/index.js +281 -24
  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/codex-native-hash.txt +1 -0
  94. package/templates/.codex/rules/MAY-optimization.md +16 -80
  95. package/templates/.codex/rules/MUST-agent-design.md +29 -134
  96. package/templates/.codex/rules/MUST-agent-identification.md +9 -88
  97. package/templates/.codex/rules/MUST-continuous-improvement.md +10 -117
  98. package/templates/.codex/rules/MUST-intent-transparency.md +14 -171
  99. package/templates/.codex/rules/MUST-language-policy.md +11 -46
  100. package/templates/.codex/rules/MUST-orchestrator-coordination.md +82 -425
  101. package/templates/.codex/rules/MUST-parallel-execution.md +33 -405
  102. package/templates/.codex/rules/MUST-permissions.md +14 -68
  103. package/templates/.codex/rules/MUST-safety.md +11 -57
  104. package/templates/.codex/rules/MUST-sync-verification.md +58 -214
  105. package/templates/.codex/rules/MUST-tool-identification.md +22 -135
  106. package/templates/.codex/rules/SHOULD-agent-teams.md +22 -166
  107. package/templates/.codex/rules/SHOULD-ecomode.md +15 -123
  108. package/templates/.codex/rules/SHOULD-error-handling.md +19 -88
  109. package/templates/.codex/rules/SHOULD-hud-statusline.md +9 -89
  110. package/templates/.codex/rules/SHOULD-interaction.md +18 -87
  111. package/templates/.codex/rules/SHOULD-memory-integration.md +25 -118
  112. package/templates/.codex/skills/dev-lead-routing/SKILL.md +70 -243
  113. package/templates/.codex/skills/springboot-best-practices/SKILL.md +180 -319
package/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  [![npm version](https://img.shields.io/npm/v/oh-my-customcode.svg)](https://www.npmjs.com/package/oh-my-customcode)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
  [![CI](https://github.com/baekenough/oh-my-customcode/actions/workflows/ci.yml/badge.svg)](https://github.com/baekenough/oh-my-customcode/actions/workflows/ci.yml)
8
+ [![Security Audit](https://github.com/baekenough/oh-my-customcode/actions/workflows/security-audit.yml/badge.svg)](https://github.com/baekenough/oh-my-customcode/actions/workflows/security-audit.yml)
8
9
 
9
10
  **[한국어 문서 (Korean)](./README_ko.md)**
10
11
 
@@ -16,7 +17,7 @@ Like oh-my-zsh transformed shell customization, oh-my-customcode makes personali
16
17
 
17
18
  | Feature | Description |
18
19
  |---------|-------------|
19
- | **Batteries Included** | 42 agents, 52 skills, 22 guides, 18 rules, 1 hook, 1 context - ready to use out of the box |
20
+ | **Batteries Included** | 42 agents, 51 skills, 22 guides, 18 rules, 1 hook, 4 contexts - ready to use out of the box |
20
21
  | **Sub-Agent Model** | Supports hierarchical agent orchestration with specialized roles |
21
22
  | **Dead Simple Customization** | Create a folder + markdown file = new agent or skill |
22
23
  | **Mix and Match** | Use built-in components, create your own, or combine both |
@@ -37,20 +38,7 @@ That's it. You now have a fully configured Claude Code environment.
37
38
 
38
39
  ---
39
40
 
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`
49
-
50
- **Claude Mode** generates `.claude/` directory with `CLAUDE.md` entry point.
51
- **Codex Mode** generates `.codex/` directory with `AGENTS.md` entry point.
52
-
53
- Both modes install the same agents, skills, guides, and rules — only the directory layout and entry file differ.
41
+ > **Codex CLI Support**: Experimental Codex CLI mode is available. See `AGENTS.md` and `.codex/` for Codex-native configuration.
54
42
 
55
43
  ## Customization First
56
44
 
@@ -134,7 +122,7 @@ Claude Code selects the appropriate model and parallelizes independent tasks (up
134
122
  | **QA** | 3 | qa-planner, qa-writer, qa-engineer |
135
123
  | **Total** | **42** | |
136
124
 
137
- ### Skills (52)
125
+ ### Skills (51)
138
126
 
139
127
  Includes slash commands and capabilities:
140
128
 
@@ -170,9 +158,9 @@ Comprehensive reference documentation covering:
170
158
 
171
159
  Event-driven automation for Claude Code lifecycle events (PreToolUse, PostToolUse, etc.).
172
160
 
173
- ### Contexts (1)
161
+ ### Contexts (4)
174
162
 
175
- Shared context file for cross-agent knowledge and mode configurations.
163
+ Shared context files for cross-agent knowledge and mode configurations.
176
164
 
177
165
  ---
178
166
 
@@ -207,13 +195,13 @@ your-project/
207
195
  └── .claude/ # (or .codex/)
208
196
  ├── rules/ # Behavior rules (18 total)
209
197
  ├── hooks/ # Event hooks (1 total)
210
- ├── contexts/ # Context files (1 total)
198
+ ├── contexts/ # Context files (4 total)
211
199
  ├── agents/ # Agent definitions (42 flat .md files)
212
200
  │ ├── lang-golang-expert.md
213
201
  │ ├── be-fastapi-expert.md
214
202
  │ ├── mgr-creator.md
215
203
  │ └── ...
216
- ├── skills/ # Skill modules (52 directories, each with SKILL.md)
204
+ ├── skills/ # Skill modules (51 directories, each with SKILL.md)
217
205
  │ ├── go-best-practices/
218
206
  │ ├── react-best-practices/
219
207
  │ ├── secretary-routing/
@@ -232,6 +220,17 @@ bun test # Run tests
232
220
  bun run build # Build for production
233
221
  ```
234
222
 
223
+ ### Quality Gates
224
+
225
+ | Gate | Tool | Threshold |
226
+ |------|------|-----------|
227
+ | Lint | Biome | Zero errors (complexity enforced) |
228
+ | Test Coverage | Bun test | 95% (pre-commit), 97% (CI) |
229
+ | Security Audit | bun pm audit | No high/critical vulnerabilities |
230
+ | Dependabot | GitHub | Weekly scans, auto-PR for updates |
231
+
232
+ Pre-commit hooks automatically enforce lint, test, and coverage gates before each commit.
233
+
235
234
  ### Requirements
236
235
 
237
236
  - Node.js >= 18.0.0