oh-my-customcode 0.30.0 → 0.30.1
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 +3 -3
- package/dist/cli/index.js +518 -245
- package/dist/index.js +327 -37
- package/package.json +1 -1
- package/templates/.claude/agents/be-django-expert.md +45 -0
- package/templates/.claude/skills/dev-lead-routing/SKILL.md +2 -1
- package/templates/.claude/skills/django-best-practices/SKILL.md +440 -0
- package/templates/CLAUDE.md.en +5 -5
- package/templates/CLAUDE.md.ko +5 -5
- package/templates/guides/django-best-practices/README.md +476 -0
- package/templates/manifest.json +4 -4
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ Claude Code selects the appropriate model and parallelizes independent tasks (up
|
|
|
107
107
|
|
|
108
108
|
## What's Included
|
|
109
109
|
|
|
110
|
-
### Agents (
|
|
110
|
+
### Agents (43)
|
|
111
111
|
|
|
112
112
|
| Category | Count | Agents |
|
|
113
113
|
|----------|-------|--------|
|
|
@@ -125,7 +125,7 @@ Claude Code selects the appropriate model and parallelizes independent tasks (up
|
|
|
125
125
|
| **Security** | 1 | sec-codeql-expert |
|
|
126
126
|
| **Total** | **42** | |
|
|
127
127
|
|
|
128
|
-
### Skills (
|
|
128
|
+
### Skills (67)
|
|
129
129
|
|
|
130
130
|
| Category | Count | Skills |
|
|
131
131
|
|----------|-------|--------|
|
|
@@ -144,7 +144,7 @@ Claude Code selects the appropriate model and parallelizes independent tasks (up
|
|
|
144
144
|
| **Deploy** | 2 | vercel-deploy, codex-exec |
|
|
145
145
|
| **External** | 1 | skills-sh-search |
|
|
146
146
|
|
|
147
|
-
### Guides (
|
|
147
|
+
### Guides (23)
|
|
148
148
|
|
|
149
149
|
Comprehensive reference documentation covering:
|
|
150
150
|
- Agent creation and management
|