oh-my-customcode 0.7.0 → 0.9.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 +38 -12
- package/dist/cli/index.js +518 -274
- package/dist/index.js +304 -101
- package/package.json +1 -1
- package/templates/.claude/agents/db-postgres-expert.md +106 -0
- package/templates/.claude/agents/db-redis-expert.md +101 -0
- package/templates/.claude/agents/de-airflow-expert.md +71 -0
- package/templates/.claude/agents/de-dbt-expert.md +72 -0
- package/templates/.claude/agents/de-kafka-expert.md +81 -0
- package/templates/.claude/agents/de-pipeline-expert.md +92 -0
- package/templates/.claude/agents/de-snowflake-expert.md +89 -0
- package/templates/.claude/agents/de-spark-expert.md +80 -0
- package/templates/.claude/rules/SHOULD-agent-teams.md +47 -1
- package/templates/.claude/skills/airflow-best-practices/SKILL.md +56 -0
- package/templates/.claude/skills/dbt-best-practices/SKILL.md +54 -0
- package/templates/.claude/skills/de-lead-routing/SKILL.md +230 -0
- package/templates/.claude/skills/dev-lead-routing/SKILL.md +15 -0
- package/templates/.claude/skills/kafka-best-practices/SKILL.md +52 -0
- package/templates/.claude/skills/pipeline-architecture-patterns/SKILL.md +83 -0
- package/templates/.claude/skills/postgres-best-practices/SKILL.md +66 -0
- package/templates/.claude/skills/redis-best-practices/SKILL.md +83 -0
- package/templates/.claude/skills/secretary-routing/SKILL.md +12 -0
- package/templates/.claude/skills/snowflake-best-practices/SKILL.md +65 -0
- package/templates/.claude/skills/spark-best-practices/SKILL.md +52 -0
- package/templates/.codex/agents/arch-documenter.md +97 -0
- package/templates/.codex/agents/arch-speckit-agent.md +134 -0
- package/templates/.codex/agents/be-express-expert.md +80 -0
- package/templates/.codex/agents/be-fastapi-expert.md +43 -0
- package/templates/.codex/agents/be-go-backend-expert.md +43 -0
- package/templates/.codex/agents/be-nestjs-expert.md +60 -0
- package/templates/.codex/agents/be-springboot-expert.md +85 -0
- package/templates/.codex/agents/db-postgres-expert.md +106 -0
- package/templates/.codex/agents/db-redis-expert.md +101 -0
- package/templates/.codex/agents/db-supabase-expert.md +71 -0
- package/templates/.codex/agents/de-airflow-expert.md +71 -0
- package/templates/.codex/agents/de-dbt-expert.md +72 -0
- package/templates/.codex/agents/de-kafka-expert.md +81 -0
- package/templates/.codex/agents/de-pipeline-expert.md +92 -0
- package/templates/.codex/agents/de-snowflake-expert.md +89 -0
- package/templates/.codex/agents/de-spark-expert.md +80 -0
- package/templates/.codex/agents/fe-svelte-agent.md +65 -0
- package/templates/.codex/agents/fe-vercel-agent.md +69 -0
- package/templates/.codex/agents/fe-vuejs-agent.md +65 -0
- package/templates/.codex/agents/infra-aws-expert.md +47 -0
- package/templates/.codex/agents/infra-docker-expert.md +47 -0
- package/templates/.codex/agents/lang-golang-expert.md +43 -0
- package/templates/.codex/agents/lang-java21-expert.md +65 -0
- package/templates/.codex/agents/lang-kotlin-expert.md +43 -0
- package/templates/.codex/agents/lang-python-expert.md +43 -0
- package/templates/.codex/agents/lang-rust-expert.md +43 -0
- package/templates/.codex/agents/lang-typescript-expert.md +43 -0
- package/templates/.codex/agents/mgr-claude-code-bible.md +246 -0
- package/templates/.codex/agents/mgr-creator.md +120 -0
- package/templates/.codex/agents/mgr-gitnerd.md +113 -0
- package/templates/.codex/agents/mgr-sauron.md +154 -0
- package/templates/.codex/agents/mgr-supplier.md +120 -0
- package/templates/.codex/agents/mgr-sync-checker.md +99 -0
- package/templates/.codex/agents/mgr-updater.md +103 -0
- package/templates/.codex/agents/qa-engineer.md +96 -0
- package/templates/.codex/agents/qa-planner.md +74 -0
- package/templates/.codex/agents/qa-writer.md +97 -0
- package/templates/.codex/agents/sys-memory-keeper.md +117 -0
- package/templates/.codex/agents/sys-naggy.md +90 -0
- package/templates/.codex/agents/tool-bun-expert.md +71 -0
- package/templates/.codex/agents/tool-npm-expert.md +88 -0
- package/templates/.codex/agents/tool-optimizer.md +87 -0
- package/templates/.codex/codex-native-hash.txt +1 -0
- package/templates/.codex/contexts/dev.md +20 -0
- package/templates/.codex/contexts/ecomode.md +63 -0
- package/templates/.codex/contexts/index.yaml +41 -0
- package/templates/.codex/contexts/research.md +28 -0
- package/templates/.codex/contexts/review.md +23 -0
- package/templates/.codex/hooks/hooks.json +151 -0
- package/templates/.codex/install-hooks.sh +100 -0
- package/templates/.codex/rules/MAY-optimization.md +93 -0
- package/templates/.codex/rules/MUST-agent-design.md +162 -0
- package/templates/.codex/rules/MUST-agent-identification.md +108 -0
- package/templates/.codex/rules/MUST-continuous-improvement.md +132 -0
- package/templates/.codex/rules/MUST-intent-transparency.md +199 -0
- package/templates/.codex/rules/MUST-language-policy.md +62 -0
- package/templates/.codex/rules/MUST-orchestrator-coordination.md +471 -0
- package/templates/.codex/rules/MUST-parallel-execution.md +469 -0
- package/templates/.codex/rules/MUST-permissions.md +84 -0
- package/templates/.codex/rules/MUST-safety.md +69 -0
- package/templates/.codex/rules/MUST-sync-verification.md +281 -0
- package/templates/.codex/rules/MUST-tool-identification.md +195 -0
- package/templates/.codex/rules/SHOULD-agent-teams.md +183 -0
- package/templates/.codex/rules/SHOULD-ecomode.md +145 -0
- package/templates/.codex/rules/SHOULD-error-handling.md +102 -0
- package/templates/.codex/rules/SHOULD-hud-statusline.md +112 -0
- package/templates/.codex/rules/SHOULD-interaction.md +103 -0
- package/templates/.codex/rules/SHOULD-memory-integration.md +132 -0
- package/templates/.codex/rules/index.yaml +141 -0
- package/templates/.codex/skills/airflow-best-practices/SKILL.md +56 -0
- package/templates/.codex/skills/audit-agents/SKILL.md +116 -0
- package/templates/.codex/skills/aws-best-practices/SKILL.md +280 -0
- package/templates/.codex/skills/claude-code-bible/SKILL.md +180 -0
- package/templates/.codex/skills/claude-code-bible/scripts/fetch-docs.js +244 -0
- package/templates/.codex/skills/create-agent/SKILL.md +91 -0
- package/templates/.codex/skills/dbt-best-practices/SKILL.md +54 -0
- package/templates/.codex/skills/de-lead-routing/SKILL.md +230 -0
- package/templates/.codex/skills/dev-lead-routing/SKILL.md +253 -0
- package/templates/.codex/skills/dev-refactor/SKILL.md +123 -0
- package/templates/.codex/skills/dev-review/SKILL.md +81 -0
- package/templates/.codex/skills/docker-best-practices/SKILL.md +275 -0
- package/templates/.codex/skills/fastapi-best-practices/SKILL.md +270 -0
- package/templates/.codex/skills/fix-refs/SKILL.md +107 -0
- package/templates/.codex/skills/go-backend-best-practices/SKILL.md +338 -0
- package/templates/.codex/skills/go-best-practices/CLAUDE.md +9 -0
- package/templates/.codex/skills/go-best-practices/SKILL.md +203 -0
- package/templates/.codex/skills/help/SKILL.md +125 -0
- package/templates/.codex/skills/intent-detection/SKILL.md +215 -0
- package/templates/.codex/skills/intent-detection/patterns/agent-triggers.yaml +349 -0
- package/templates/.codex/skills/kafka-best-practices/SKILL.md +52 -0
- package/templates/.codex/skills/kotlin-best-practices/SKILL.md +256 -0
- package/templates/.codex/skills/lists/SKILL.md +78 -0
- package/templates/.codex/skills/memory-management/SKILL.md +195 -0
- package/templates/.codex/skills/memory-recall/SKILL.md +152 -0
- package/templates/.codex/skills/memory-save/SKILL.md +126 -0
- package/templates/.codex/skills/monitoring-setup/SKILL.md +115 -0
- package/templates/.codex/skills/npm-audit/SKILL.md +72 -0
- package/templates/.codex/skills/npm-publish/SKILL.md +63 -0
- package/templates/.codex/skills/npm-version/SKILL.md +75 -0
- package/templates/.codex/skills/optimize-analyze/SKILL.md +55 -0
- package/templates/.codex/skills/optimize-bundle/SKILL.md +67 -0
- package/templates/.codex/skills/optimize-report/SKILL.md +74 -0
- package/templates/.codex/skills/pipeline-architecture-patterns/SKILL.md +83 -0
- package/templates/.codex/skills/postgres-best-practices/SKILL.md +66 -0
- package/templates/.codex/skills/python-best-practices/SKILL.md +222 -0
- package/templates/.codex/skills/qa-lead-routing/SKILL.md +277 -0
- package/templates/.codex/skills/react-best-practices/SKILL.md +101 -0
- package/templates/.codex/skills/redis-best-practices/SKILL.md +83 -0
- package/templates/.codex/skills/result-aggregation/SKILL.md +164 -0
- package/templates/.codex/skills/rust-best-practices/SKILL.md +267 -0
- package/templates/.codex/skills/sauron-watch/SKILL.md +144 -0
- package/templates/.codex/skills/secretary-routing/SKILL.md +190 -0
- package/templates/.codex/skills/snowflake-best-practices/SKILL.md +65 -0
- package/templates/.codex/skills/spark-best-practices/SKILL.md +52 -0
- package/templates/.codex/skills/springboot-best-practices/SKILL.md +357 -0
- package/templates/.codex/skills/status/SKILL.md +153 -0
- package/templates/.codex/skills/supabase-postgres-best-practices/SKILL.md +99 -0
- package/templates/.codex/skills/typescript-best-practices/SKILL.md +321 -0
- package/templates/.codex/skills/update-docs/SKILL.md +140 -0
- package/templates/.codex/skills/update-external/SKILL.md +149 -0
- package/templates/.codex/skills/vercel-deploy/SKILL.md +73 -0
- package/templates/.codex/skills/web-design-guidelines/SKILL.md +118 -0
- package/templates/.codex/skills/writing-clearly-and-concisely/SKILL.md +64 -0
- package/templates/.codex/uninstall-hooks.sh +52 -0
- package/templates/AGENTS.md.en +39 -0
- package/templates/AGENTS.md.ko +39 -0
- package/templates/CLAUDE.md.en +7 -5
- package/templates/CLAUDE.md.ko +7 -5
- package/templates/guides/airflow/README.md +32 -0
- package/templates/guides/dbt/README.md +32 -0
- package/templates/guides/iceberg/README.md +49 -0
- package/templates/guides/kafka/README.md +32 -0
- package/templates/guides/postgres/README.md +58 -0
- package/templates/guides/redis/README.md +50 -0
- package/templates/guides/snowflake/README.md +32 -0
- package/templates/guides/spark/README.md +32 -0
- package/templates/manifest.codex.json +43 -0
- package/templates/manifest.json +5 -5
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** |
|
|
19
|
+
| **Batteries Included** | 42 agents, 51 skills, 22 guides, 18 rules, 1 hook, 4 contexts - 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,6 +37,16 @@ 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`
|
|
49
|
+
|
|
40
50
|
## Customization First
|
|
41
51
|
|
|
42
52
|
This is what oh-my-customcode is all about. **Making Claude Code yours.**
|
|
@@ -102,7 +112,7 @@ Claude Code selects the appropriate model and parallelizes independent tasks (up
|
|
|
102
112
|
|
|
103
113
|
## What's Included
|
|
104
114
|
|
|
105
|
-
### Agents (
|
|
115
|
+
### Agents (42)
|
|
106
116
|
|
|
107
117
|
| Category | Count | Agents |
|
|
108
118
|
|----------|-------|--------|
|
|
@@ -112,24 +122,27 @@ Claude Code selects the appropriate model and parallelizes independent tasks (up
|
|
|
112
122
|
| **Frontend** | 3 | fe-vercel-agent, fe-vuejs-agent, fe-svelte-agent |
|
|
113
123
|
| **Backend** | 5 | be-fastapi-expert, be-springboot-expert, be-go-backend-expert, be-express-expert, be-nestjs-expert |
|
|
114
124
|
| **Tooling** | 3 | tool-npm-expert, tool-optimizer, tool-bun-expert |
|
|
115
|
-
| **
|
|
125
|
+
| **Data Engineering** | 6 | de-airflow-expert, de-dbt-expert, de-spark-expert, de-kafka-expert, de-snowflake-expert, de-pipeline-expert |
|
|
126
|
+
| **Database** | 3 | db-supabase-expert, db-postgres-expert, db-redis-expert |
|
|
116
127
|
| **Architecture** | 2 | arch-documenter, arch-speckit-agent |
|
|
117
128
|
| **Infrastructure** | 2 | infra-docker-expert, infra-aws-expert |
|
|
118
129
|
| **QA** | 3 | qa-planner, qa-writer, qa-engineer |
|
|
119
|
-
| **Total** | **
|
|
130
|
+
| **Total** | **42** | |
|
|
120
131
|
|
|
121
|
-
### Skills (
|
|
132
|
+
### Skills (51)
|
|
122
133
|
|
|
123
134
|
Includes slash commands and capabilities:
|
|
124
135
|
|
|
125
136
|
- **Development** (8): Go, Python, TypeScript, Kotlin, Rust, Java, React, Vercel
|
|
126
137
|
- **Backend** (5): FastAPI, Spring Boot, Express, NestJS, Go Backend
|
|
138
|
+
- **Data Engineering** (6): Airflow, dbt, Spark, Kafka, Snowflake, Pipeline
|
|
139
|
+
- **Database** (3): Supabase, PostgreSQL, Redis
|
|
127
140
|
- **Infrastructure** (2): Docker, AWS
|
|
128
141
|
- **System** (2): Memory management, result aggregation
|
|
129
|
-
- **Orchestration** (
|
|
142
|
+
- **Orchestration** (4): secretary-routing, dev-lead-routing, de-lead-routing, qa-lead-routing
|
|
130
143
|
- **Slash Commands** (20+): /create-agent, /code-review, /audit-dependencies, /sync-check, /commit, /pr, and more
|
|
131
144
|
|
|
132
|
-
### Guides (
|
|
145
|
+
### Guides (22)
|
|
133
146
|
|
|
134
147
|
Comprehensive reference documentation covering:
|
|
135
148
|
- Agent creation and management
|
|
@@ -137,6 +150,8 @@ Comprehensive reference documentation covering:
|
|
|
137
150
|
- Pipeline workflows
|
|
138
151
|
- Best practices and patterns
|
|
139
152
|
- Sub-agent orchestration
|
|
153
|
+
- Data engineering workflows
|
|
154
|
+
- Database optimization
|
|
140
155
|
|
|
141
156
|
### Rules (18)
|
|
142
157
|
|
|
@@ -146,6 +161,14 @@ Comprehensive reference documentation covering:
|
|
|
146
161
|
| **SHOULD** | 5 | Interactions, error handling (recommended) |
|
|
147
162
|
| **MAY** | 1 | Optimization guidelines (optional) |
|
|
148
163
|
|
|
164
|
+
### Hooks (1)
|
|
165
|
+
|
|
166
|
+
Event-driven automation for Claude Code lifecycle events (PreToolUse, PostToolUse, etc.).
|
|
167
|
+
|
|
168
|
+
### Contexts (4)
|
|
169
|
+
|
|
170
|
+
Shared context files for cross-agent knowledge and mode configurations.
|
|
171
|
+
|
|
149
172
|
---
|
|
150
173
|
|
|
151
174
|
## CLI Commands
|
|
@@ -171,20 +194,23 @@ your-project/
|
|
|
171
194
|
├── CLAUDE.md # Entry point for Claude
|
|
172
195
|
└── .claude/
|
|
173
196
|
├── rules/ # Behavior rules (18 total)
|
|
174
|
-
├── hooks/ # Event hooks
|
|
175
|
-
├── contexts/ # Context files
|
|
176
|
-
├── agents/ # All agents (flat structure,
|
|
197
|
+
├── hooks/ # Event hooks (1 total)
|
|
198
|
+
├── contexts/ # Context files (4 total)
|
|
199
|
+
├── agents/ # All agents (flat structure, 42 total)
|
|
177
200
|
│ ├── lang-golang-expert/
|
|
178
201
|
│ ├── be-fastapi-expert/
|
|
202
|
+
│ ├── de-airflow-expert/
|
|
179
203
|
│ ├── mgr-creator/
|
|
180
204
|
│ └── ...
|
|
181
|
-
├── skills/ # All skills (
|
|
205
|
+
├── skills/ # All skills (51 total, includes slash commands)
|
|
182
206
|
│ ├── development/
|
|
183
207
|
│ ├── backend/
|
|
208
|
+
│ ├── data-engineering/
|
|
209
|
+
│ ├── database/
|
|
184
210
|
│ ├── infrastructure/
|
|
185
211
|
│ ├── system/
|
|
186
212
|
│ └── orchestration/
|
|
187
|
-
└── guides/ # Reference docs (
|
|
213
|
+
└── guides/ # Reference docs (22 total)
|
|
188
214
|
```
|
|
189
215
|
|
|
190
216
|
---
|