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.
- package/README.md +25 -30
- package/dist/cli/index.js +1315 -568
- package/dist/index.js +234 -17
- 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/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
|
@@ -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,
|
|
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
|
-
|
|
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 (
|
|
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 (
|
|
160
|
+
### Contexts (1)
|
|
169
161
|
|
|
170
|
-
Shared context
|
|
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 (
|
|
199
|
-
├── agents/ #
|
|
200
|
-
│ ├── lang-golang-expert
|
|
201
|
-
│ ├── be-fastapi-expert
|
|
202
|
-
│ ├──
|
|
203
|
-
│
|
|
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
|
|