oh-my-customcode 0.30.3 → 0.30.5
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
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** |
|
|
24
|
+
| **Batteries Included** | 43 agents, 67 skills, 23 guides, 18 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 |
|
|
@@ -175,7 +175,7 @@ All commands are invoked inside the Claude Code conversation.
|
|
|
175
175
|
| **Infrastructure** | 2 | infra-docker-expert, infra-aws-expert |
|
|
176
176
|
| **QA** | 3 | qa-planner, qa-writer, qa-engineer |
|
|
177
177
|
| **Security** | 1 | sec-codeql-expert |
|
|
178
|
-
| **Total** | **
|
|
178
|
+
| **Total** | **43** | |
|
|
179
179
|
|
|
180
180
|
### Skills (67)
|
|
181
181
|
|
|
@@ -275,12 +275,12 @@ your-project/
|
|
|
275
275
|
├── rules/ # Behavior rules (18 total)
|
|
276
276
|
├── hooks/ # Event hooks (2 total)
|
|
277
277
|
├── contexts/ # Context files (4 total)
|
|
278
|
-
├── agents/ # Agent definitions (
|
|
278
|
+
├── agents/ # Agent definitions (43 flat .md files)
|
|
279
279
|
│ ├── lang-golang-expert.md
|
|
280
280
|
│ ├── be-fastapi-expert.md
|
|
281
281
|
│ ├── mgr-creator.md
|
|
282
282
|
│ └── ...
|
|
283
|
-
├── skills/ # Skill modules (
|
|
283
|
+
├── skills/ # Skill modules (67 directories, each with SKILL.md)
|
|
284
284
|
│ ├── go-best-practices/
|
|
285
285
|
│ ├── react-best-practices/
|
|
286
286
|
│ ├── secretary-routing/
|
|
@@ -291,7 +291,7 @@ your-project/
|
|
|
291
291
|
│ ├── skills.yaml
|
|
292
292
|
│ ├── rules.yaml
|
|
293
293
|
│ └── graphs/
|
|
294
|
-
└── guides/ # Reference docs (
|
|
294
|
+
└── guides/ # Reference docs (23 total)
|
|
295
295
|
```
|
|
296
296
|
|
|
297
297
|
---
|
package/package.json
CHANGED
|
@@ -186,7 +186,7 @@ Hybrid Workflow:
|
|
|
186
186
|
| Step | Agent | Model |
|
|
187
187
|
|------|-------|-------|
|
|
188
188
|
| Analysis | Claude team member | sonnet/opus |
|
|
189
|
-
| Generation | codex-exec |
|
|
189
|
+
| Generation | codex-exec | (Codex default) |
|
|
190
190
|
| Review | Claude team member | sonnet |
|
|
191
191
|
| Refinement | Appropriate expert | sonnet |
|
|
192
192
|
|
package/templates/manifest.json
CHANGED