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.
- package/README.md +19 -20
- package/dist/cli/index.js +1186 -877
- package/dist/index.js +281 -24
- package/package.json +1 -1
- package/templates/.claude/agents/arch-documenter.md +7 -71
- package/templates/.claude/agents/arch-speckit-agent.md +21 -108
- package/templates/.claude/agents/be-express-expert.md +8 -58
- package/templates/.claude/agents/be-nestjs-expert.md +6 -38
- package/templates/.claude/agents/be-springboot-expert.md +11 -56
- package/templates/.claude/agents/db-postgres-expert.md +10 -80
- package/templates/.claude/agents/db-redis-expert.md +10 -75
- package/templates/.claude/agents/db-supabase-expert.md +12 -48
- package/templates/.claude/agents/de-airflow-expert.md +8 -45
- package/templates/.claude/agents/de-dbt-expert.md +8 -46
- package/templates/.claude/agents/de-kafka-expert.md +10 -10
- package/templates/.claude/agents/de-pipeline-expert.md +9 -69
- package/templates/.claude/agents/de-snowflake-expert.md +9 -62
- package/templates/.claude/agents/de-spark-expert.md +10 -54
- package/templates/.claude/agents/fe-svelte-agent.md +5 -41
- package/templates/.claude/agents/fe-vercel-agent.md +9 -41
- package/templates/.claude/agents/fe-vuejs-agent.md +7 -42
- package/templates/.claude/agents/lang-java21-expert.md +11 -37
- package/templates/.claude/agents/mgr-claude-code-bible.md +22 -207
- package/templates/.claude/agents/mgr-creator.md +7 -88
- package/templates/.claude/agents/mgr-gitnerd.md +8 -76
- package/templates/.claude/agents/mgr-sauron.md +27 -20
- package/templates/.claude/agents/mgr-supplier.md +11 -96
- package/templates/.claude/agents/mgr-sync-checker.md +9 -70
- package/templates/.claude/agents/mgr-updater.md +9 -79
- package/templates/.claude/agents/qa-engineer.md +8 -72
- package/templates/.claude/agents/qa-planner.md +2 -3
- package/templates/.claude/agents/qa-writer.md +6 -76
- package/templates/.claude/agents/sys-memory-keeper.md +13 -87
- package/templates/.claude/agents/sys-naggy.md +9 -62
- package/templates/.claude/agents/tool-bun-expert.md +7 -52
- package/templates/.claude/agents/tool-npm-expert.md +6 -64
- package/templates/.claude/agents/tool-optimizer.md +7 -60
- package/templates/.claude/rules/MAY-optimization.md +16 -80
- package/templates/.claude/rules/MUST-agent-design.md +29 -134
- package/templates/.claude/rules/MUST-agent-identification.md +9 -88
- package/templates/.claude/rules/MUST-continuous-improvement.md +10 -117
- package/templates/.claude/rules/MUST-intent-transparency.md +14 -171
- package/templates/.claude/rules/MUST-language-policy.md +11 -46
- package/templates/.claude/rules/MUST-orchestrator-coordination.md +82 -425
- package/templates/.claude/rules/MUST-parallel-execution.md +33 -405
- package/templates/.claude/rules/MUST-permissions.md +14 -68
- package/templates/.claude/rules/MUST-safety.md +11 -57
- package/templates/.claude/rules/MUST-sync-verification.md +49 -205
- package/templates/.claude/rules/MUST-tool-identification.md +21 -134
- package/templates/.claude/rules/SHOULD-agent-teams.md +22 -166
- package/templates/.claude/rules/SHOULD-ecomode.md +15 -123
- package/templates/.claude/rules/SHOULD-error-handling.md +19 -88
- package/templates/.claude/rules/SHOULD-hud-statusline.md +9 -89
- package/templates/.claude/rules/SHOULD-interaction.md +18 -87
- package/templates/.claude/rules/SHOULD-memory-integration.md +25 -118
- package/templates/.claude/skills/dev-lead-routing/SKILL.md +70 -243
- package/templates/.claude/skills/springboot-best-practices/SKILL.md +180 -319
- package/templates/.codex/agents/arch-documenter.md +7 -71
- package/templates/.codex/agents/arch-speckit-agent.md +21 -108
- package/templates/.codex/agents/be-express-expert.md +8 -58
- package/templates/.codex/agents/be-nestjs-expert.md +6 -38
- package/templates/.codex/agents/be-springboot-expert.md +11 -56
- package/templates/.codex/agents/db-postgres-expert.md +10 -80
- package/templates/.codex/agents/db-redis-expert.md +10 -75
- package/templates/.codex/agents/db-supabase-expert.md +12 -48
- package/templates/.codex/agents/de-airflow-expert.md +8 -45
- package/templates/.codex/agents/de-dbt-expert.md +8 -46
- package/templates/.codex/agents/de-kafka-expert.md +10 -10
- package/templates/.codex/agents/de-pipeline-expert.md +9 -69
- package/templates/.codex/agents/de-snowflake-expert.md +9 -62
- package/templates/.codex/agents/de-spark-expert.md +10 -54
- package/templates/.codex/agents/fe-svelte-agent.md +5 -41
- package/templates/.codex/agents/fe-vercel-agent.md +9 -41
- package/templates/.codex/agents/fe-vuejs-agent.md +7 -42
- package/templates/.codex/agents/infra-aws-expert.md +1 -1
- package/templates/.codex/agents/infra-docker-expert.md +1 -1
- package/templates/.codex/agents/lang-java21-expert.md +11 -37
- package/templates/.codex/agents/mgr-claude-code-bible.md +25 -210
- package/templates/.codex/agents/mgr-creator.md +7 -88
- package/templates/.codex/agents/mgr-gitnerd.md +8 -76
- package/templates/.codex/agents/mgr-sauron.md +30 -23
- package/templates/.codex/agents/mgr-supplier.md +11 -96
- package/templates/.codex/agents/mgr-sync-checker.md +12 -73
- package/templates/.codex/agents/mgr-updater.md +9 -79
- package/templates/.codex/agents/qa-engineer.md +8 -72
- package/templates/.codex/agents/qa-planner.md +2 -3
- package/templates/.codex/agents/qa-writer.md +6 -76
- package/templates/.codex/agents/sys-memory-keeper.md +13 -87
- package/templates/.codex/agents/sys-naggy.md +9 -62
- package/templates/.codex/agents/tool-bun-expert.md +7 -52
- package/templates/.codex/agents/tool-npm-expert.md +6 -64
- package/templates/.codex/agents/tool-optimizer.md +7 -60
- package/templates/.codex/codex-native-hash.txt +1 -0
- package/templates/.codex/rules/MAY-optimization.md +16 -80
- package/templates/.codex/rules/MUST-agent-design.md +29 -134
- package/templates/.codex/rules/MUST-agent-identification.md +9 -88
- package/templates/.codex/rules/MUST-continuous-improvement.md +10 -117
- package/templates/.codex/rules/MUST-intent-transparency.md +14 -171
- package/templates/.codex/rules/MUST-language-policy.md +11 -46
- package/templates/.codex/rules/MUST-orchestrator-coordination.md +82 -425
- package/templates/.codex/rules/MUST-parallel-execution.md +33 -405
- package/templates/.codex/rules/MUST-permissions.md +14 -68
- package/templates/.codex/rules/MUST-safety.md +11 -57
- package/templates/.codex/rules/MUST-sync-verification.md +58 -214
- package/templates/.codex/rules/MUST-tool-identification.md +22 -135
- package/templates/.codex/rules/SHOULD-agent-teams.md +22 -166
- package/templates/.codex/rules/SHOULD-ecomode.md +15 -123
- package/templates/.codex/rules/SHOULD-error-handling.md +19 -88
- package/templates/.codex/rules/SHOULD-hud-statusline.md +9 -89
- package/templates/.codex/rules/SHOULD-interaction.md +18 -87
- package/templates/.codex/rules/SHOULD-memory-integration.md +25 -118
- package/templates/.codex/skills/dev-lead-routing/SKILL.md +70 -243
- package/templates/.codex/skills/springboot-best-practices/SKILL.md +180 -319
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/oh-my-customcode)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
[](https://github.com/baekenough/oh-my-customcode/actions/workflows/ci.yml)
|
|
8
|
+
[](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,
|
|
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
|
-
|
|
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 (
|
|
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 (
|
|
161
|
+
### Contexts (4)
|
|
174
162
|
|
|
175
|
-
Shared context
|
|
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 (
|
|
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 (
|
|
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
|