oh-my-customcode 0.32.0 → 0.33.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 +9 -7
- package/dist/cli/index.js +197 -76
- package/dist/index.js +52 -6
- package/package.json +1 -1
- package/templates/.claude/rules/MUST-agent-design.md +11 -0
- package/templates/.claude/rules/MUST-agent-identification.md +4 -4
- package/templates/.claude/rules/MUST-agent-teams.md +17 -18
- package/templates/.claude/rules/MUST-continuous-improvement.md +3 -3
- package/templates/.claude/rules/MUST-orchestrator-coordination.md +24 -42
- package/templates/.claude/rules/MUST-parallel-execution.md +18 -40
- package/templates/.claude/rules/MUST-sync-verification.md +6 -6
- package/templates/.claude/rules/MUST-tool-identification.md +39 -10
- package/templates/.claude/rules/SHOULD-ontology-rag-routing.md +49 -0
- package/templates/.claude/skills/airflow-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/analysis/SKILL.md +2 -1
- package/templates/.claude/skills/audit-agents/SKILL.md +4 -3
- package/templates/.claude/skills/aws-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/claude-code-bible/SKILL.md +1 -0
- package/templates/.claude/skills/codex-exec/SKILL.md +5 -4
- package/templates/.claude/skills/create-agent/SKILL.md +1 -0
- package/templates/.claude/skills/cve-triage/SKILL.md +1 -0
- package/templates/.claude/skills/dag-orchestration/SKILL.md +1 -0
- package/templates/.claude/skills/dbt-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/de-lead-routing/SKILL.md +1 -0
- package/templates/.claude/skills/dev-lead-routing/SKILL.md +1 -0
- package/templates/.claude/skills/dev-refactor/SKILL.md +1 -0
- package/templates/.claude/skills/dev-review/SKILL.md +1 -0
- package/templates/.claude/skills/django-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/docker-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/fastapi-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/fix-refs/SKILL.md +1 -0
- package/templates/.claude/skills/flutter-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/go-backend-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/go-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/help/SKILL.md +1 -0
- package/templates/.claude/skills/intent-detection/SKILL.md +1 -0
- package/templates/.claude/skills/java21-best-practices/SKILL.md +305 -0
- package/templates/.claude/skills/jinja2-prompts/SKILL.md +1 -0
- package/templates/.claude/skills/kafka-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/kotlin-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/lists/SKILL.md +1 -0
- package/templates/.claude/skills/memory-management/SKILL.md +1 -0
- package/templates/.claude/skills/memory-recall/SKILL.md +1 -0
- package/templates/.claude/skills/memory-save/SKILL.md +1 -0
- package/templates/.claude/skills/model-escalation/SKILL.md +1 -0
- package/templates/.claude/skills/monitoring-setup/SKILL.md +1 -0
- package/templates/.claude/skills/multi-model-verification/SKILL.md +1 -0
- package/templates/.claude/skills/npm-audit/SKILL.md +1 -0
- package/templates/.claude/skills/npm-publish/SKILL.md +1 -0
- package/templates/.claude/skills/npm-version/SKILL.md +1 -0
- package/templates/.claude/skills/optimize-analyze/SKILL.md +1 -0
- package/templates/.claude/skills/optimize-bundle/SKILL.md +1 -0
- package/templates/.claude/skills/optimize-report/SKILL.md +1 -0
- package/templates/.claude/skills/pipeline-architecture-patterns/SKILL.md +1 -0
- package/templates/.claude/skills/pipeline-guards/SKILL.md +2 -0
- package/templates/.claude/skills/postgres-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/pr-auto-improve/SKILL.md +1 -0
- package/templates/.claude/skills/python-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/qa-lead-routing/SKILL.md +1 -0
- package/templates/.claude/skills/react-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/redis-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/research/SKILL.md +1 -0
- package/templates/.claude/skills/result-aggregation/SKILL.md +1 -0
- package/templates/.claude/skills/rust-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/sauron-watch/SKILL.md +1 -0
- package/templates/.claude/skills/secretary-routing/SKILL.md +1 -0
- package/templates/.claude/skills/skills-sh-search/SKILL.md +1 -0
- package/templates/.claude/skills/snowflake-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/spark-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/springboot-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/status/SKILL.md +1 -0
- package/templates/.claude/skills/structured-dev-cycle/SKILL.md +1 -0
- package/templates/.claude/skills/stuck-recovery/SKILL.md +1 -0
- package/templates/.claude/skills/supabase-postgres-best-practices/SKILL.md +2 -1
- package/templates/.claude/skills/task-decomposition/SKILL.md +2 -0
- package/templates/.claude/skills/typescript-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/update-docs/SKILL.md +4 -3
- package/templates/.claude/skills/update-external/SKILL.md +1 -0
- package/templates/.claude/skills/vercel-deploy/SKILL.md +1 -0
- package/templates/.claude/skills/web-design-guidelines/SKILL.md +1 -0
- package/templates/.claude/skills/worker-reviewer-pipeline/SKILL.md +2 -0
- package/templates/.claude/skills/writing-clearly-and-concisely/SKILL.md +3 -2
- package/templates/CLAUDE.md.en +6 -5
- package/templates/CLAUDE.md.ko +6 -5
- package/templates/manifest.json +4 -4
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Like oh-my-zsh transformed shell customization, oh-my-customcode makes personali
|
|
|
21
21
|
|
|
22
22
|
| Feature | Description |
|
|
23
23
|
|---------|-------------|
|
|
24
|
-
| **Batteries Included** | 44 agents,
|
|
24
|
+
| **Batteries Included** | 44 agents, 69 skills, 25 guides, 19 rules, 2 hooks, 4 contexts, ontology graph - ready to use out of the box |
|
|
25
25
|
| **Sub-Agent Model** | Supports hierarchical agent orchestration with specialized roles |
|
|
26
26
|
| **Dead Simple Customization** | Create a folder + markdown file = new agent or skill |
|
|
27
27
|
| **Mix and Match** | Use built-in components, create your own, or combine both |
|
|
@@ -178,12 +178,12 @@ All commands are invoked inside the Claude Code conversation.
|
|
|
178
178
|
| **Security** | 1 | sec-codeql-expert |
|
|
179
179
|
| **Total** | **44** | |
|
|
180
180
|
|
|
181
|
-
### Skills (
|
|
181
|
+
### Skills (69)
|
|
182
182
|
|
|
183
183
|
| Category | Count | Skills |
|
|
184
184
|
|----------|-------|--------|
|
|
185
185
|
| **Routing** | 4 | secretary-routing, dev-lead-routing, de-lead-routing, qa-lead-routing |
|
|
186
|
-
| **Best Practices** |
|
|
186
|
+
| **Best Practices** | 21 | go-best-practices, python-best-practices, typescript-best-practices, kotlin-best-practices, rust-best-practices, react-best-practices, fastapi-best-practices, springboot-best-practices, go-backend-best-practices, django-best-practices, docker-best-practices, aws-best-practices, postgres-best-practices, supabase-postgres-best-practices, redis-best-practices, airflow-best-practices, dbt-best-practices, kafka-best-practices, snowflake-best-practices, flutter-best-practices, java21-best-practices |
|
|
187
187
|
| **Development** | 6 | dev-review, dev-refactor, create-agent, intent-detection, web-design-guidelines, analysis |
|
|
188
188
|
| **Data Engineering** | 2 | spark-best-practices, pipeline-architecture-patterns |
|
|
189
189
|
| **Optimization** | 3 | optimize-analyze, optimize-bundle, optimize-report |
|
|
@@ -197,6 +197,8 @@ All commands are invoked inside the Claude Code conversation.
|
|
|
197
197
|
| **Deploy** | 2 | vercel-deploy, codex-exec |
|
|
198
198
|
| **External** | 1 | skills-sh-search |
|
|
199
199
|
|
|
200
|
+
Skills use a 3-tier scope system (`core`, `harness`, `package`) to control deployment behavior during `omcustom init`. Core and harness skills are installed by default; package-scoped skills (e.g., npm-publish) are excluded.
|
|
201
|
+
|
|
200
202
|
### Guides (25)
|
|
201
203
|
|
|
202
204
|
Comprehensive reference documentation covering:
|
|
@@ -208,12 +210,12 @@ Comprehensive reference documentation covering:
|
|
|
208
210
|
- Data engineering workflows
|
|
209
211
|
- Database optimization
|
|
210
212
|
|
|
211
|
-
### Rules (
|
|
213
|
+
### Rules (19)
|
|
212
214
|
|
|
213
215
|
| Priority | Count | Purpose |
|
|
214
216
|
|----------|-------|---------|
|
|
215
217
|
| **MUST** | 12 | Safety, permissions, agent design (enforced) |
|
|
216
|
-
| **SHOULD** |
|
|
218
|
+
| **SHOULD** | 6 | Interactions, error handling (recommended) |
|
|
217
219
|
| **MAY** | 1 | Optimization guidelines (optional) |
|
|
218
220
|
|
|
219
221
|
### Hooks (2)
|
|
@@ -278,7 +280,7 @@ your-project/
|
|
|
278
280
|
│ │ ├── be-fastapi-expert.md
|
|
279
281
|
│ │ ├── mgr-creator.md
|
|
280
282
|
│ │ └── ...
|
|
281
|
-
│ ├── skills/ # Skill modules (
|
|
283
|
+
│ ├── skills/ # Skill modules (69 directories, each with SKILL.md)
|
|
282
284
|
│ │ ├── go-best-practices/
|
|
283
285
|
│ │ ├── react-best-practices/
|
|
284
286
|
│ │ ├── secretary-routing/
|
|
@@ -289,7 +291,7 @@ your-project/
|
|
|
289
291
|
│ │ ├── skills.yaml
|
|
290
292
|
│ │ ├── rules.yaml
|
|
291
293
|
│ │ └── graphs/
|
|
292
|
-
│ ├── rules/ # Behavior rules (
|
|
294
|
+
│ ├── rules/ # Behavior rules (19 total)
|
|
293
295
|
│ ├── hooks/ # Event hooks (2 total)
|
|
294
296
|
│ └── contexts/ # Context files (4 total)
|
|
295
297
|
└── templates/
|