oh-my-customcode 0.1.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.
Files changed (237) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +287 -0
  3. package/dist/cli/index.js +13299 -0
  4. package/dist/index.js +927 -0
  5. package/package.json +74 -0
  6. package/templates/.claude/contexts/dev.md +20 -0
  7. package/templates/.claude/contexts/ecomode.md +63 -0
  8. package/templates/.claude/contexts/index.yaml +41 -0
  9. package/templates/.claude/contexts/research.md +28 -0
  10. package/templates/.claude/contexts/review.md +23 -0
  11. package/templates/.claude/hooks/hooks.json +185 -0
  12. package/templates/.claude/hooks/hud/index.yaml +27 -0
  13. package/templates/.claude/hooks/hud/update-status.sh +32 -0
  14. package/templates/.claude/hooks/index.yaml +46 -0
  15. package/templates/.claude/hooks/memory-persistence/pre-compact.sh +37 -0
  16. package/templates/.claude/hooks/memory-persistence/session-end.sh +64 -0
  17. package/templates/.claude/hooks/memory-persistence/session-start.sh +41 -0
  18. package/templates/.claude/hooks/strategic-compact/suggest-compact.sh +50 -0
  19. package/templates/.claude/install-hooks.sh +100 -0
  20. package/templates/.claude/rules/MAY-optimization.md +93 -0
  21. package/templates/.claude/rules/MUST-agent-design.md +107 -0
  22. package/templates/.claude/rules/MUST-agent-identification.md +108 -0
  23. package/templates/.claude/rules/MUST-continuous-improvement.md +132 -0
  24. package/templates/.claude/rules/MUST-intent-transparency.md +199 -0
  25. package/templates/.claude/rules/MUST-language-policy.md +62 -0
  26. package/templates/.claude/rules/MUST-orchestrator-coordination.md +266 -0
  27. package/templates/.claude/rules/MUST-parallel-execution.md +341 -0
  28. package/templates/.claude/rules/MUST-permissions.md +84 -0
  29. package/templates/.claude/rules/MUST-safety.md +69 -0
  30. package/templates/.claude/rules/MUST-sync-verification.md +219 -0
  31. package/templates/.claude/rules/MUST-tool-identification.md +112 -0
  32. package/templates/.claude/rules/SHOULD-ecomode.md +145 -0
  33. package/templates/.claude/rules/SHOULD-error-handling.md +102 -0
  34. package/templates/.claude/rules/SHOULD-hud-statusline.md +89 -0
  35. package/templates/.claude/rules/SHOULD-interaction.md +103 -0
  36. package/templates/.claude/rules/SHOULD-memory-integration.md +114 -0
  37. package/templates/.claude/rules/SHOULD-pipeline-mode.md +165 -0
  38. package/templates/.claude/rules/index.yaml +125 -0
  39. package/templates/.claude/uninstall-hooks.sh +52 -0
  40. package/templates/CLAUDE.md.en +259 -0
  41. package/templates/CLAUDE.md.ko +259 -0
  42. package/templates/agents/index.yaml +237 -0
  43. package/templates/agents/infra-engineer/aws-expert/AGENT.md +47 -0
  44. package/templates/agents/infra-engineer/aws-expert/index.yaml +27 -0
  45. package/templates/agents/infra-engineer/docker-expert/AGENT.md +47 -0
  46. package/templates/agents/infra-engineer/docker-expert/index.yaml +27 -0
  47. package/templates/agents/manager/creator/AGENT.md +274 -0
  48. package/templates/agents/manager/creator/index.yaml +66 -0
  49. package/templates/agents/manager/gitnerd/AGENT.md +91 -0
  50. package/templates/agents/manager/gitnerd/index.yaml +55 -0
  51. package/templates/agents/manager/sauron/AGENT.md +153 -0
  52. package/templates/agents/manager/sauron/index.yaml +52 -0
  53. package/templates/agents/manager/supplier/AGENT.md +142 -0
  54. package/templates/agents/manager/supplier/index.yaml +31 -0
  55. package/templates/agents/manager/sync-checker/AGENT.md +34 -0
  56. package/templates/agents/manager/sync-checker/index.yaml +32 -0
  57. package/templates/agents/manager/updater/AGENT.md +125 -0
  58. package/templates/agents/manager/updater/index.yaml +31 -0
  59. package/templates/agents/orchestrator/dev-lead/AGENT.md +116 -0
  60. package/templates/agents/orchestrator/dev-lead/index.yaml +73 -0
  61. package/templates/agents/orchestrator/planner/AGENT.md +102 -0
  62. package/templates/agents/orchestrator/planner/index.yaml +38 -0
  63. package/templates/agents/orchestrator/qa-lead/AGENT.md +92 -0
  64. package/templates/agents/orchestrator/qa-lead/index.yaml +40 -0
  65. package/templates/agents/orchestrator/secretary/AGENT.md +132 -0
  66. package/templates/agents/orchestrator/secretary/index.yaml +55 -0
  67. package/templates/agents/qa-team/qa-engineer/AGENT.md +98 -0
  68. package/templates/agents/qa-team/qa-engineer/index.yaml +59 -0
  69. package/templates/agents/qa-team/qa-planner/AGENT.md +75 -0
  70. package/templates/agents/qa-team/qa-planner/index.yaml +47 -0
  71. package/templates/agents/qa-team/qa-writer/AGENT.md +98 -0
  72. package/templates/agents/qa-team/qa-writer/index.yaml +44 -0
  73. package/templates/agents/sw-architect/documenter/AGENT.md +120 -0
  74. package/templates/agents/sw-architect/documenter/index.yaml +39 -0
  75. package/templates/agents/sw-architect/speckit-agent/AGENT.md +127 -0
  76. package/templates/agents/sw-architect/speckit-agent/index.yaml +78 -0
  77. package/templates/agents/sw-engineer/backend/express-expert/AGENT.md +132 -0
  78. package/templates/agents/sw-engineer/backend/express-expert/index.yaml +36 -0
  79. package/templates/agents/sw-engineer/backend/fastapi-expert/AGENT.md +47 -0
  80. package/templates/agents/sw-engineer/backend/fastapi-expert/index.yaml +27 -0
  81. package/templates/agents/sw-engineer/backend/go-backend-expert/AGENT.md +47 -0
  82. package/templates/agents/sw-engineer/backend/go-backend-expert/index.yaml +27 -0
  83. package/templates/agents/sw-engineer/backend/nestjs-expert/AGENT.md +107 -0
  84. package/templates/agents/sw-engineer/backend/nestjs-expert/index.yaml +43 -0
  85. package/templates/agents/sw-engineer/backend/springboot-expert/AGENT.md +103 -0
  86. package/templates/agents/sw-engineer/backend/springboot-expert/index.yaml +69 -0
  87. package/templates/agents/sw-engineer/frontend/svelte-agent/AGENT.md +71 -0
  88. package/templates/agents/sw-engineer/frontend/svelte-agent/index.yaml +41 -0
  89. package/templates/agents/sw-engineer/frontend/vercel-agent/AGENT.md +67 -0
  90. package/templates/agents/sw-engineer/frontend/vercel-agent/index.yaml +43 -0
  91. package/templates/agents/sw-engineer/frontend/vuejs-agent/AGENT.md +71 -0
  92. package/templates/agents/sw-engineer/frontend/vuejs-agent/index.yaml +48 -0
  93. package/templates/agents/sw-engineer/language/golang-expert/AGENT.md +47 -0
  94. package/templates/agents/sw-engineer/language/golang-expert/index.yaml +27 -0
  95. package/templates/agents/sw-engineer/language/java21-expert/AGENT.md +122 -0
  96. package/templates/agents/sw-engineer/language/java21-expert/index.yaml +51 -0
  97. package/templates/agents/sw-engineer/language/kotlin-expert/AGENT.md +47 -0
  98. package/templates/agents/sw-engineer/language/kotlin-expert/index.yaml +27 -0
  99. package/templates/agents/sw-engineer/language/python-expert/AGENT.md +47 -0
  100. package/templates/agents/sw-engineer/language/python-expert/index.yaml +27 -0
  101. package/templates/agents/sw-engineer/language/rust-expert/AGENT.md +47 -0
  102. package/templates/agents/sw-engineer/language/rust-expert/index.yaml +27 -0
  103. package/templates/agents/sw-engineer/language/typescript-expert/AGENT.md +47 -0
  104. package/templates/agents/sw-engineer/language/typescript-expert/index.yaml +27 -0
  105. package/templates/agents/sw-engineer/tooling/bun-expert/AGENT.md +73 -0
  106. package/templates/agents/sw-engineer/tooling/bun-expert/index.yaml +46 -0
  107. package/templates/agents/sw-engineer/tooling/npm-expert/AGENT.md +160 -0
  108. package/templates/agents/sw-engineer/tooling/npm-expert/index.yaml +45 -0
  109. package/templates/agents/sw-engineer/tooling/optimizer/AGENT.md +170 -0
  110. package/templates/agents/sw-engineer/tooling/optimizer/index.yaml +45 -0
  111. package/templates/agents/system/memory-keeper/AGENT.md +126 -0
  112. package/templates/agents/system/memory-keeper/index.yaml +45 -0
  113. package/templates/agents/system/naggy/AGENT.md +72 -0
  114. package/templates/agents/system/naggy/index.yaml +35 -0
  115. package/templates/commands/COMMANDS.md +136 -0
  116. package/templates/commands/creator/agent.md +121 -0
  117. package/templates/commands/dev/refactor.md +126 -0
  118. package/templates/commands/dev/review.md +82 -0
  119. package/templates/commands/git/branch.yaml +8 -0
  120. package/templates/commands/git/commit.yaml +4 -0
  121. package/templates/commands/git/pr.yaml +4 -0
  122. package/templates/commands/git/status.yaml +4 -0
  123. package/templates/commands/git/sync.yaml +4 -0
  124. package/templates/commands/index.yaml +225 -0
  125. package/templates/commands/intent/explain.md +144 -0
  126. package/templates/commands/memory/recall.md +164 -0
  127. package/templates/commands/memory/save.md +128 -0
  128. package/templates/commands/naggy/add.yaml +8 -0
  129. package/templates/commands/naggy/done.yaml +8 -0
  130. package/templates/commands/naggy/list.yaml +4 -0
  131. package/templates/commands/naggy/priority.yaml +11 -0
  132. package/templates/commands/naggy/remind.yaml +4 -0
  133. package/templates/commands/npm/audit.yaml +62 -0
  134. package/templates/commands/npm/publish.yaml +52 -0
  135. package/templates/commands/npm/version.yaml +62 -0
  136. package/templates/commands/optimize/analyze.yaml +34 -0
  137. package/templates/commands/optimize/bundle.yaml +50 -0
  138. package/templates/commands/optimize/report.yaml +56 -0
  139. package/templates/commands/pipeline/list.md +81 -0
  140. package/templates/commands/pipeline/run.md +127 -0
  141. package/templates/commands/sauron/quick.yaml +4 -0
  142. package/templates/commands/sauron/report.yaml +4 -0
  143. package/templates/commands/sauron/watch.yaml +4 -0
  144. package/templates/commands/supplier/audit.md +133 -0
  145. package/templates/commands/supplier/fix.md +121 -0
  146. package/templates/commands/sync/agents.yaml +4 -0
  147. package/templates/commands/sync/check.yaml +4 -0
  148. package/templates/commands/sync/commands.yaml +4 -0
  149. package/templates/commands/sync/docs.yaml +4 -0
  150. package/templates/commands/sync/fix.yaml +4 -0
  151. package/templates/commands/system/help.md +137 -0
  152. package/templates/commands/system/lists.md +86 -0
  153. package/templates/commands/system/status.md +163 -0
  154. package/templates/commands/updater/docs.md +165 -0
  155. package/templates/commands/updater/external.md +214 -0
  156. package/templates/guides/aws/common-patterns.md +169 -0
  157. package/templates/guides/aws/index.yaml +26 -0
  158. package/templates/guides/aws/well-architected.md +143 -0
  159. package/templates/guides/claude-code/01-overview.md +42 -0
  160. package/templates/guides/claude-code/03-tools.md +107 -0
  161. package/templates/guides/claude-code/04-agent-skills.md +90 -0
  162. package/templates/guides/claude-code/05-agent-sdk.md +129 -0
  163. package/templates/guides/claude-code/06-mcp.md +165 -0
  164. package/templates/guides/claude-code/07-prompt-engineering.md +100 -0
  165. package/templates/guides/claude-code/08-testing.md +58 -0
  166. package/templates/guides/claude-code/09-guardrails.md +80 -0
  167. package/templates/guides/claude-code/10-monitoring.md +89 -0
  168. package/templates/guides/claude-code/index.yaml +51 -0
  169. package/templates/guides/docker/compose-best-practices.md +284 -0
  170. package/templates/guides/docker/dockerfile-best-practices.md +262 -0
  171. package/templates/guides/docker/index.yaml +26 -0
  172. package/templates/guides/fastapi/best-practices.md +232 -0
  173. package/templates/guides/fastapi/index.yaml +21 -0
  174. package/templates/guides/go-backend/index.yaml +26 -0
  175. package/templates/guides/go-backend/project-layout.md +243 -0
  176. package/templates/guides/go-backend/uber-style.md +212 -0
  177. package/templates/guides/golang/concurrency.md +282 -0
  178. package/templates/guides/golang/effective-go.md +309 -0
  179. package/templates/guides/golang/error-handling.md +250 -0
  180. package/templates/guides/golang/index.yaml +27 -0
  181. package/templates/guides/index.yaml +101 -0
  182. package/templates/guides/kotlin/coding-conventions.md +247 -0
  183. package/templates/guides/kotlin/idioms.md +234 -0
  184. package/templates/guides/kotlin/index.yaml +26 -0
  185. package/templates/guides/python/index.yaml +26 -0
  186. package/templates/guides/python/pep8-style-guide.md +202 -0
  187. package/templates/guides/python/zen-of-python.md +79 -0
  188. package/templates/guides/rust/error-handling.md +262 -0
  189. package/templates/guides/rust/index.yaml +26 -0
  190. package/templates/guides/rust/ownership.md +180 -0
  191. package/templates/guides/springboot/best-practices.md +361 -0
  192. package/templates/guides/springboot/index.yaml +22 -0
  193. package/templates/guides/typescript/advanced-types.md +225 -0
  194. package/templates/guides/typescript/index.yaml +26 -0
  195. package/templates/guides/typescript/type-system.md +219 -0
  196. package/templates/guides/web-design/accessibility.md +66 -0
  197. package/templates/guides/web-design/index.yaml +20 -0
  198. package/templates/guides/web-design/performance.md +102 -0
  199. package/templates/pipelines/examples/code-review.yaml +66 -0
  200. package/templates/pipelines/index.yaml +18 -0
  201. package/templates/pipelines/templates/pipeline-template.yaml +50 -0
  202. package/templates/skills/backend/fastapi-best-practices/SKILL.md +269 -0
  203. package/templates/skills/backend/fastapi-best-practices/index.yaml +25 -0
  204. package/templates/skills/backend/go-backend-best-practices/SKILL.md +337 -0
  205. package/templates/skills/backend/go-backend-best-practices/index.yaml +26 -0
  206. package/templates/skills/backend/springboot-best-practices/SKILL.md +356 -0
  207. package/templates/skills/backend/springboot-best-practices/index.yaml +27 -0
  208. package/templates/skills/development/go-best-practices/SKILL.md +202 -0
  209. package/templates/skills/development/go-best-practices/index.yaml +25 -0
  210. package/templates/skills/development/kotlin-best-practices/SKILL.md +255 -0
  211. package/templates/skills/development/kotlin-best-practices/index.yaml +27 -0
  212. package/templates/skills/development/python-best-practices/SKILL.md +221 -0
  213. package/templates/skills/development/python-best-practices/index.yaml +25 -0
  214. package/templates/skills/development/react-best-practices/SKILL.md +100 -0
  215. package/templates/skills/development/react-best-practices/index.yaml +39 -0
  216. package/templates/skills/development/rust-best-practices/SKILL.md +266 -0
  217. package/templates/skills/development/rust-best-practices/index.yaml +26 -0
  218. package/templates/skills/development/typescript-best-practices/SKILL.md +320 -0
  219. package/templates/skills/development/typescript-best-practices/index.yaml +28 -0
  220. package/templates/skills/development/vercel-deploy/SKILL.md +73 -0
  221. package/templates/skills/development/vercel-deploy/index.yaml +30 -0
  222. package/templates/skills/development/web-design-guidelines/SKILL.md +117 -0
  223. package/templates/skills/development/web-design-guidelines/index.yaml +34 -0
  224. package/templates/skills/index.yaml +129 -0
  225. package/templates/skills/infrastructure/aws-best-practices/SKILL.md +279 -0
  226. package/templates/skills/infrastructure/aws-best-practices/index.yaml +27 -0
  227. package/templates/skills/infrastructure/docker-best-practices/SKILL.md +274 -0
  228. package/templates/skills/infrastructure/docker-best-practices/index.yaml +26 -0
  229. package/templates/skills/orchestration/intent-detection/SKILL.md +214 -0
  230. package/templates/skills/orchestration/intent-detection/index.yaml +30 -0
  231. package/templates/skills/orchestration/intent-detection/patterns/agent-triggers.yaml +333 -0
  232. package/templates/skills/orchestration/pipeline-execution/SKILL.md +188 -0
  233. package/templates/skills/orchestration/pipeline-execution/index.yaml +27 -0
  234. package/templates/skills/system/memory-management/SKILL.md +194 -0
  235. package/templates/skills/system/memory-management/index.yaml +30 -0
  236. package/templates/skills/system/result-aggregation/SKILL.md +163 -0
  237. package/templates/skills/system/result-aggregation/index.yaml +36 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 baekenough
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,287 @@
1
+ # oh-my-customcode
2
+
3
+ > **Your Claude Code, Your Way**
4
+
5
+ [![npm version](https://img.shields.io/npm/v/oh-my-customcode.svg)](https://www.npmjs.com/package/oh-my-customcode)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+ [![CI](https://github.com/baekenough/oh-my-customcode/actions/workflows/ci.yml/badge.svg)](https://github.com/baekenough/oh-my-customcode/actions/workflows/ci.yml)
8
+
9
+ **The easiest way to customize Claude Code with agents, skills, and rules.**
10
+
11
+ Like oh-my-zsh transformed shell customization, oh-my-customcode makes personalizing your Claude Code experience simple, powerful, and fun.
12
+
13
+ ## What Makes It Special
14
+
15
+ | Feature | Description |
16
+ |---------|-------------|
17
+ | **Batteries Included** | 36 agents, 17 skills, 18 rules - ready to use out of the box |
18
+ | **Dead Simple Customization** | Create a folder + markdown file = new agent or skill |
19
+ | **Mix and Match** | Use built-in components, create your own, or combine both |
20
+ | **Non-Destructive** | Your customizations live alongside defaults, never overwritten |
21
+
22
+ ## Quick Start
23
+
24
+ ```bash
25
+ # Install globally
26
+ npm install -g oh-my-customcode
27
+
28
+ # Initialize in your project
29
+ cd your-project
30
+ omcc init
31
+ ```
32
+
33
+ That's it. You now have a fully configured Claude Code environment.
34
+
35
+ ---
36
+
37
+ ## Customization First
38
+
39
+ This is what oh-my-customcode is all about. **Making Claude Code yours.**
40
+
41
+ ### Create a Custom Agent (2 files)
42
+
43
+ Want an agent that reviews database migrations? Just create:
44
+
45
+ ```
46
+ agents/sw-engineer/migration-expert/
47
+ ├── AGENT.md # What the agent does
48
+ └── index.yaml # Metadata
49
+ ```
50
+
51
+ **AGENT.md:**
52
+ ```markdown
53
+ # Migration Expert Agent
54
+
55
+ > **Type**: Worker
56
+
57
+ ## Purpose
58
+
59
+ Expert in database migrations, schema design, and data integrity.
60
+
61
+ ## Capabilities
62
+
63
+ 1. Review migration files for safety issues
64
+ 2. Suggest rollback strategies
65
+ 3. Check for data loss risks
66
+ 4. Optimize migration performance
67
+
68
+ ## When to Use
69
+
70
+ - Before running migrations in production
71
+ - Designing new database schemas
72
+ - Reviewing team members' migrations
73
+ ```
74
+
75
+ **index.yaml:**
76
+ ```yaml
77
+ metadata:
78
+ name: migration-expert
79
+ type: worker
80
+ category: sw-engineer
81
+ description: Database migration specialist
82
+ ```
83
+
84
+ Done. Your custom agent is ready to use.
85
+
86
+ ### Add a Custom Skill
87
+
88
+ Skills define **how** agents do things. Create specialized knowledge:
89
+
90
+ ```
91
+ skills/development/sql-optimization/
92
+ ├── SKILL.md # The skill instructions
93
+ └── index.yaml # Metadata
94
+ ```
95
+
96
+ **SKILL.md:**
97
+ ```markdown
98
+ # SQL Optimization Skill
99
+
100
+ ## Rules
101
+
102
+ ### Query Optimization
103
+ - Always use EXPLAIN ANALYZE before suggesting changes
104
+ - Prefer indexes over full table scans
105
+ - Avoid SELECT * in production code
106
+ - Use CTEs for complex queries
107
+
108
+ ### Migration Safety
109
+ - Always include rollback scripts
110
+ - Test migrations on production-like data
111
+ - Never delete columns without deprecation period
112
+ ```
113
+
114
+ ### Modify Rules
115
+
116
+ Rules control behavior. Edit them in `.claude/rules/`:
117
+
118
+ ```
119
+ .claude/rules/
120
+ ├── MUST-*.md # Required (safety, permissions)
121
+ ├── SHOULD-*.md # Recommended (interactions, error handling)
122
+ └── MAY-*.md # Optional (optimizations)
123
+ ```
124
+
125
+ Want stricter code review? Edit `SHOULD-interaction.md`:
126
+
127
+ ```markdown
128
+ ## Code Review Standards
129
+
130
+ ### Before Approving Any Code
131
+ - [ ] All tests pass
132
+ - [ ] No security vulnerabilities
133
+ - [ ] Performance impact assessed
134
+ - [ ] Documentation updated
135
+ ```
136
+
137
+ ### Create Custom Pipelines
138
+
139
+ Define repeatable workflows in `pipelines/`:
140
+
141
+ ```yaml
142
+ # pipelines/deploy-review.yaml
143
+ name: deploy-review
144
+ description: Pre-deployment review workflow
145
+
146
+ steps:
147
+ - id: security_scan
148
+ agent: qa-lead
149
+ action: security_review
150
+
151
+ - id: performance_check
152
+ agent: optimizer
153
+ action: analyze_performance
154
+
155
+ - id: migration_review
156
+ agent: migration-expert # Your custom agent!
157
+ action: review_migrations
158
+ ```
159
+
160
+ Run it: `pipeline:run deploy-review`
161
+
162
+ ### Mix Built-in + Custom
163
+
164
+ The real power is combining everything:
165
+
166
+ ```
167
+ your-project/
168
+ ├── agents/
169
+ │ ├── orchestrator/ # Built-in: planner, secretary
170
+ │ ├── sw-engineer/
171
+ │ │ ├── language/ # Built-in: golang, python, rust...
172
+ │ │ └── migration-expert/ # YOUR custom agent
173
+ │ └── your-team/ # YOUR team-specific agents
174
+ ├── skills/
175
+ │ ├── development/ # Built-in: best practices
176
+ │ └── your-company/ # YOUR company standards
177
+ └── .claude/rules/
178
+ ├── MUST-safety.md # Built-in
179
+ └── MUST-your-policy.md # YOUR company policy
180
+ ```
181
+
182
+ ---
183
+
184
+ ## What's Included
185
+
186
+ ### Agents (36)
187
+
188
+ | Category | Agents |
189
+ |----------|--------|
190
+ | Orchestrators | planner, secretary, dev-lead, qa-lead |
191
+ | Managers | creator, updater, supplier, gitnerd, sync-checker, sauron |
192
+ | System | memory-keeper, naggy |
193
+ | Languages | golang, python, rust, kotlin, typescript, java21 |
194
+ | Frontend | vercel-agent, vuejs-agent, svelte-agent |
195
+ | Backend | fastapi, springboot, go-backend, express, nestjs |
196
+ | Tooling | npm-expert, optimizer, bun-expert |
197
+ | Architecture | documenter, speckit-agent |
198
+ | Infrastructure | docker-expert, aws-expert |
199
+ | QA | qa-planner, qa-writer, qa-engineer |
200
+
201
+ ### Skills (17)
202
+
203
+ - **Development**: Go, Python, TypeScript, Kotlin, Rust, Java, React, Vercel
204
+ - **Backend**: FastAPI, Spring Boot, Express, NestJS, Go Backend
205
+ - **Infrastructure**: Docker, AWS
206
+ - **System**: Memory management, result aggregation
207
+ - **Orchestration**: Pipeline execution, intent detection
208
+
209
+ ### Rules (18)
210
+
211
+ | Priority | Count | Purpose |
212
+ |----------|-------|---------|
213
+ | MUST | 10 | Safety, permissions, agent design (enforced) |
214
+ | SHOULD | 6 | Interactions, error handling (recommended) |
215
+ | MAY | 2 | Optimization guidelines (optional) |
216
+
217
+ ---
218
+
219
+ ## CLI Commands
220
+
221
+ | Command | Description |
222
+ |---------|-------------|
223
+ | `omcc init` | Initialize in current project |
224
+ | `omcc init --lang ko` | Initialize with Korean language |
225
+ | `omcc update` | Update to latest version |
226
+ | `omcc list` | List all installed components |
227
+ | `omcc list agents` | List agents only |
228
+ | `omcc doctor` | Verify installation health |
229
+ | `omcc doctor --fix` | Auto-fix common issues |
230
+
231
+ ---
232
+
233
+ ## Project Structure
234
+
235
+ After `omcc init`:
236
+
237
+ ```
238
+ your-project/
239
+ ├── CLAUDE.md # Entry point for Claude
240
+ ├── .claude/
241
+ │ ├── rules/ # Behavior rules
242
+ │ ├── hooks/ # Event hooks
243
+ │ └── contexts/ # Context files
244
+ ├── agents/ # All agents
245
+ ├── skills/ # All skills
246
+ ├── guides/ # Reference docs
247
+ ├── pipelines/ # Workflow definitions
248
+ └── commands/ # Command definitions
249
+ ```
250
+
251
+ ---
252
+
253
+ ## Development
254
+
255
+ ```bash
256
+ bun install # Install dependencies
257
+ bun run dev # Development mode
258
+ bun test # Run tests
259
+ bun run build # Build for production
260
+ ```
261
+
262
+ ### Requirements
263
+
264
+ - Node.js >= 18.0.0
265
+ - Claude Code CLI
266
+
267
+ ---
268
+
269
+ ## Contributing
270
+
271
+ Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).
272
+
273
+ ---
274
+
275
+ ## License
276
+
277
+ [MIT](LICENSE)
278
+
279
+ ---
280
+
281
+ <p align="center">
282
+ <strong>Your Claude Code. Your rules. Your way.</strong>
283
+ </p>
284
+
285
+ <p align="center">
286
+ Made with care by <a href="https://github.com/baekenough">baekenough</a>
287
+ </p>