oh-my-customcode 0.3.2 → 0.5.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 (97) hide show
  1. package/README.md +14 -67
  2. package/dist/cli/index.js +8 -68
  3. package/dist/index.js +23 -14
  4. package/package.json +6 -1
  5. package/templates/.claude/agents/arch-documenter.md +3 -0
  6. package/templates/.claude/agents/arch-speckit-agent.md +3 -0
  7. package/templates/.claude/agents/be-express-expert.md +3 -0
  8. package/templates/.claude/agents/be-fastapi-expert.md +4 -0
  9. package/templates/.claude/agents/be-go-backend-expert.md +4 -0
  10. package/templates/.claude/agents/be-nestjs-expert.md +3 -0
  11. package/templates/.claude/agents/be-springboot-expert.md +4 -0
  12. package/templates/.claude/agents/db-supabase-expert.md +2 -0
  13. package/templates/.claude/agents/fe-svelte-agent.md +3 -0
  14. package/templates/.claude/agents/fe-vercel-agent.md +6 -0
  15. package/templates/.claude/agents/fe-vuejs-agent.md +3 -0
  16. package/templates/.claude/agents/infra-aws-expert.md +4 -0
  17. package/templates/.claude/agents/infra-docker-expert.md +4 -0
  18. package/templates/.claude/agents/lang-golang-expert.md +4 -0
  19. package/templates/.claude/agents/lang-java21-expert.md +3 -0
  20. package/templates/.claude/agents/lang-kotlin-expert.md +4 -0
  21. package/templates/.claude/agents/lang-python-expert.md +4 -0
  22. package/templates/.claude/agents/lang-rust-expert.md +4 -0
  23. package/templates/.claude/agents/lang-typescript-expert.md +4 -0
  24. package/templates/.claude/agents/mgr-claude-code-bible.md +246 -0
  25. package/templates/.claude/agents/mgr-creator.md +6 -0
  26. package/templates/.claude/agents/mgr-gitnerd.md +4 -1
  27. package/templates/.claude/agents/mgr-sauron.md +34 -25
  28. package/templates/.claude/agents/mgr-supplier.md +4 -0
  29. package/templates/.claude/agents/mgr-sync-checker.md +4 -0
  30. package/templates/.claude/agents/mgr-updater.md +4 -0
  31. package/templates/.claude/agents/qa-engineer.md +3 -0
  32. package/templates/.claude/agents/qa-planner.md +3 -0
  33. package/templates/.claude/agents/qa-writer.md +3 -0
  34. package/templates/.claude/agents/sys-memory-keeper.md +14 -8
  35. package/templates/.claude/agents/sys-naggy.md +3 -0
  36. package/templates/.claude/agents/tool-bun-expert.md +3 -0
  37. package/templates/.claude/agents/tool-npm-expert.md +6 -0
  38. package/templates/.claude/agents/tool-optimizer.md +6 -0
  39. package/templates/.claude/hooks/hooks.json +3 -37
  40. package/templates/.claude/install-hooks.sh +1 -1
  41. package/templates/.claude/rules/MUST-agent-design.md +37 -0
  42. package/templates/.claude/rules/MUST-orchestrator-coordination.md +61 -0
  43. package/templates/.claude/rules/MUST-parallel-execution.md +85 -14
  44. package/templates/.claude/rules/MUST-sync-verification.md +13 -0
  45. package/templates/.claude/rules/MUST-tool-identification.md +23 -0
  46. package/templates/.claude/rules/SHOULD-hud-statusline.md +26 -10
  47. package/templates/.claude/rules/SHOULD-memory-integration.md +96 -78
  48. package/templates/.claude/rules/index.yaml +1 -9
  49. package/templates/.claude/skills/aws-best-practices/SKILL.md +1 -0
  50. package/templates/.claude/skills/claude-code-bible/SKILL.md +180 -0
  51. package/templates/.claude/skills/claude-code-bible/scripts/fetch-docs.js +244 -0
  52. package/templates/.claude/skills/docker-best-practices/SKILL.md +1 -0
  53. package/templates/.claude/skills/fastapi-best-practices/SKILL.md +1 -0
  54. package/templates/.claude/skills/go-backend-best-practices/SKILL.md +1 -0
  55. package/templates/.claude/skills/go-best-practices/CLAUDE.md +9 -0
  56. package/templates/.claude/skills/go-best-practices/SKILL.md +1 -0
  57. package/templates/.claude/skills/help/SKILL.md +1 -1
  58. package/templates/.claude/skills/intent-detection/SKILL.md +1 -0
  59. package/templates/.claude/skills/intent-detection/patterns/agent-triggers.yaml +8 -8
  60. package/templates/.claude/skills/kotlin-best-practices/SKILL.md +1 -0
  61. package/templates/.claude/skills/lists/SKILL.md +2 -2
  62. package/templates/.claude/skills/memory-management/SKILL.md +8 -7
  63. package/templates/.claude/skills/memory-recall/SKILL.md +5 -5
  64. package/templates/.claude/skills/memory-save/SKILL.md +4 -4
  65. package/templates/.claude/skills/python-best-practices/SKILL.md +1 -0
  66. package/templates/.claude/skills/react-best-practices/SKILL.md +1 -0
  67. package/templates/.claude/skills/result-aggregation/SKILL.md +1 -0
  68. package/templates/.claude/skills/rust-best-practices/SKILL.md +1 -0
  69. package/templates/.claude/skills/springboot-best-practices/SKILL.md +1 -0
  70. package/templates/.claude/skills/status/SKILL.md +2 -2
  71. package/templates/.claude/skills/supabase-postgres-best-practices/SKILL.md +1 -0
  72. package/templates/.claude/skills/typescript-best-practices/SKILL.md +1 -0
  73. package/templates/.claude/skills/web-design-guidelines/SKILL.md +1 -0
  74. package/templates/.claude/skills/writing-clearly-and-concisely/SKILL.md +64 -0
  75. package/templates/CLAUDE.md.en +40 -13
  76. package/templates/CLAUDE.md.ko +40 -13
  77. package/templates/guides/elements-of-style/elements-of-style.html +2609 -0
  78. package/templates/guides/index.yaml +1 -1
  79. package/templates/index.yaml +1 -1
  80. package/templates/manifest.json +5 -11
  81. package/templates/.claude/agents/tutor-go.md +0 -125
  82. package/templates/.claude/hooks/hud/index.yaml +0 -27
  83. package/templates/.claude/hooks/hud/update-status.sh +0 -32
  84. package/templates/.claude/hooks/index.yaml +0 -46
  85. package/templates/.claude/hooks/memory-persistence/pre-compact.sh +0 -37
  86. package/templates/.claude/hooks/memory-persistence/session-end.sh +0 -64
  87. package/templates/.claude/hooks/memory-persistence/session-start.sh +0 -41
  88. package/templates/.claude/hooks/strategic-compact/suggest-compact.sh +0 -50
  89. package/templates/.claude/rules/SHOULD-pipeline-mode.md +0 -165
  90. package/templates/.claude/skills/pipeline-execution/SKILL.md +0 -188
  91. package/templates/.claude/skills/pipeline-list/SKILL.md +0 -74
  92. package/templates/.claude/skills/pipeline-run/SKILL.md +0 -143
  93. package/templates/examples/code-review.yaml +0 -66
  94. package/templates/pipelines/examples/code-review.yaml +0 -66
  95. package/templates/pipelines/index.yaml +0 -18
  96. package/templates/pipelines/templates/pipeline-template.yaml +0 -50
  97. package/templates/templates/pipeline-template.yaml +0 -50
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: react-best-practices
3
3
  description: React/Next.js performance optimization with 40+ rules in 8 categories
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## When to Use
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: result-aggregation
3
3
  description: Aggregate parallel agent results into concise output
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Purpose
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: rust-best-practices
3
3
  description: Idiomatic Rust patterns from official guidelines
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Purpose
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: springboot-best-practices
3
3
  description: Spring Boot patterns for enterprise Java applications
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Purpose
@@ -19,7 +19,7 @@ Show comprehensive system status including agents, skills, guides, and health ch
19
19
 
20
20
  ### Default Status
21
21
  ```
22
- Baekgom Agents - Status
22
+ AI Agent System - Status
23
23
 
24
24
  System:
25
25
  Rules: 10 loaded (R000-R009)
@@ -48,7 +48,7 @@ Health: ✓ OK
48
48
  ```
49
49
  status --verbose
50
50
 
51
- Baekgom Agents - Detailed Status
51
+ AI Agent System - Detailed Status
52
52
 
53
53
  Rules:
54
54
  MUST:
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: supabase-postgres-best-practices
3
3
  description: PostgreSQL performance optimization guidelines from Supabase. Apply when writing SQL, designing schemas, configuring RLS, or optimizing database performance.
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Supabase PostgreSQL Best Practices
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: typescript-best-practices
3
3
  description: Type-safe TypeScript patterns from industry standards
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Purpose
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: web-design-guidelines
3
3
  description: UI code review with 100+ rules for accessibility, performance, and UX
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## When to Use
@@ -0,0 +1,64 @@
1
+ ---
2
+ name: writing-clearly-and-concisely
3
+ description: Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional.
4
+ ---
5
+
6
+ # Writing Clearly and Concisely
7
+
8
+ ## Overview
9
+
10
+ William Strunk Jr.'s *The Elements of Style* (1918) teaches you to write clearly and cut ruthlessly.
11
+
12
+ **Source**: Internalized from `elements-of-style` plugin (superpowers-marketplace v1.0.0)
13
+
14
+ **WARNING:** The full reference (`guides/elements-of-style/elements-of-style.html`) consumes ~12,000 tokens. Read it only when writing or editing prose.
15
+
16
+ ## When to Use This Skill
17
+
18
+ Use this skill whenever you write prose for humans:
19
+
20
+ - Documentation, README files, technical explanations
21
+ - Commit messages, pull request descriptions
22
+ - Error messages, UI copy, help text, comments
23
+ - Reports, summaries, or any explanation
24
+ - Editing to improve clarity
25
+
26
+ **If you're writing sentences for a human to read, use this skill.**
27
+
28
+ ## Limited Context Strategy
29
+
30
+ When context is tight:
31
+ 1. Write your draft using judgment
32
+ 2. Dispatch a subagent with your draft and the reference guide
33
+ 3. Have the subagent copyedit and return the revision
34
+
35
+ ## All Rules
36
+
37
+ ### Elementary Rules of Usage (Grammar/Punctuation)
38
+ 1. Form possessive singular by adding 's
39
+ 2. Use comma after each term in series except last
40
+ 3. Enclose parenthetic expressions between commas
41
+ 4. Comma before conjunction introducing co-ordinate clause
42
+ 5. Don't join independent clauses by comma
43
+ 6. Don't break sentences in two
44
+ 7. Participial phrase at beginning refers to grammatical subject
45
+
46
+ ### Elementary Principles of Composition
47
+ 8. One paragraph per topic
48
+ 9. Begin paragraph with topic sentence
49
+ 10. **Use active voice**
50
+ 11. **Put statements in positive form**
51
+ 12. **Use definite, specific, concrete language**
52
+ 13. **Omit needless words**
53
+ 14. Avoid succession of loose sentences
54
+ 15. Express co-ordinate ideas in similar form
55
+ 16. **Keep related words together**
56
+ 17. Keep to one tense in summaries
57
+ 18. **Place emphatic words at end of sentence**
58
+
59
+ ### Section V: Words and Expressions Commonly Misused
60
+ Alphabetical reference for usage questions — see `guides/elements-of-style/elements-of-style.html`
61
+
62
+ ## Bottom Line
63
+
64
+ Writing for humans? Read the reference guide and apply the rules. Low on tokens? Dispatch a subagent to copyedit with the guide.
@@ -128,7 +128,6 @@ Flow:
128
128
  | R011 | Memory Integration | Session persistence with claude-mem |
129
129
  | R012 | HUD Statusline | Real-time status display |
130
130
  | R013 | Ecomode | Token efficiency for batch ops |
131
- | R014 | Pipeline Mode | Sequential workflow execution |
132
131
  | R015 | Intent Transparency | **MUST** - Transparent agent routing |
133
132
 
134
133
  ### MAY (Optional)
@@ -151,8 +150,6 @@ Flow:
151
150
  | `/dev-refactor` | Refactor code |
152
151
  | `/memory-save` | Save session context to claude-mem |
153
152
  | `/memory-recall` | Search and recall memories |
154
- | `/pipeline-run` | Execute a defined pipeline |
155
- | `/pipeline-list` | List available pipelines |
156
153
  | `/npm-publish` | Publish package to npm registry |
157
154
  | `/npm-version` | Manage semantic versions |
158
155
  | `/npm-audit` | Audit dependencies |
@@ -171,14 +168,11 @@ project/
171
168
  +-- CLAUDE.md # Entry point
172
169
  +-- .claude/
173
170
  | +-- agents/ # Subagent definitions (34 files)
174
- | +-- skills/ # Skills (42 directories)
171
+ | +-- skills/ # Skills (41 directories)
175
172
  | +-- rules/ # Global rules (R000-R017)
176
173
  | +-- hooks/ # Hook scripts (memory, HUD)
177
174
  | +-- contexts/ # Context files (ecomode)
178
175
  +-- guides/ # Reference docs (13 topics)
179
- +-- pipelines/ # Pipeline definitions
180
- | +-- templates/
181
- | +-- examples/
182
176
  ```
183
177
 
184
178
  ## Orchestration
@@ -202,9 +196,8 @@ The main conversation acts as the sole orchestrator. Subagents cannot spawn othe
202
196
  | SW Architect | 2 | arch-documenter, arch-speckit-agent |
203
197
  | Infra Engineer | 2 | infra-docker-expert, infra-aws-expert |
204
198
  | QA Team | 3 | qa-planner, qa-writer, qa-engineer |
205
- | Manager | 6 | mgr-creator, mgr-updater, mgr-supplier, mgr-gitnerd, mgr-sync-checker, mgr-sauron |
199
+ | Manager | 7 | mgr-creator, mgr-updater, mgr-supplier, mgr-gitnerd, mgr-sync-checker, mgr-sauron, mgr-claude-code-bible |
206
200
  | System | 2 | sys-memory-keeper, sys-naggy |
207
- | Tutor | 1 | tutor-go |
208
201
  | **Total** | **34** | |
209
202
 
210
203
  ## Quick Reference
@@ -225,14 +218,48 @@ The main conversation acts as the sole orchestrator. Subagents cannot spawn othe
225
218
  /memory-save
226
219
  /memory-recall authentication
227
220
 
228
- # Pipeline execution
229
- /pipeline-list
230
- /pipeline-run code-review --input file_path=src/main.go
231
-
232
221
  # Verification
233
222
  /sauron-watch
234
223
  ```
235
224
 
225
+ ## External Dependencies
226
+
227
+ ### Required Plugins
228
+
229
+ Install via `/plugin install <name>`:
230
+
231
+ | Plugin | Source | Purpose |
232
+ |--------|--------|---------|
233
+ | superpowers | claude-plugins-official | TDD, debugging, collaboration patterns |
234
+ | superpowers-developing-for-claude-code | superpowers-marketplace | Claude Code development documentation |
235
+ | elements-of-style | superpowers-marketplace | Writing clarity guidelines |
236
+ | double-shot-latte | superpowers-marketplace | Continuation prompt automation |
237
+ | obsidian-skills | - | Obsidian markdown support |
238
+ | context7 | claude-plugins-official | Library documentation lookup |
239
+
240
+ ### Required MCP Servers
241
+
242
+ | Server | Purpose |
243
+ |--------|---------|
244
+ | claude-mem | Session memory persistence (Chroma-based) |
245
+
246
+ ### Setup Commands
247
+
248
+ ```bash
249
+ # Add marketplace
250
+ /plugin marketplace add obra/superpowers-marketplace
251
+
252
+ # Install plugins
253
+ /plugin install superpowers
254
+ /plugin install superpowers-developing-for-claude-code
255
+ /plugin install elements-of-style
256
+ /plugin install double-shot-latte
257
+
258
+ # MCP setup (claude-mem)
259
+ npm install -g claude-mem
260
+ claude-mem setup
261
+ ```
262
+
236
263
  ## Git Workflow (MUST follow)
237
264
 
238
265
  | Branch | Purpose |
@@ -128,7 +128,6 @@ oh-my-customcode로 구동됩니다.
128
128
  | R011 | 메모리 통합 | claude-mem을 통한 세션 지속성 |
129
129
  | R012 | HUD 상태줄 | 실시간 상태 표시 |
130
130
  | R013 | Ecomode | 배치 작업 토큰 효율성 |
131
- | R014 | 파이프라인 모드 | 순차 워크플로우 실행 |
132
131
  | R015 | 의도 투명성 | **필수** - 투명한 에이전트 라우팅 |
133
132
 
134
133
  ### MAY (선택)
@@ -151,8 +150,6 @@ oh-my-customcode로 구동됩니다.
151
150
  | `/dev-refactor` | 코드 리팩토링 |
152
151
  | `/memory-save` | 세션 컨텍스트를 claude-mem에 저장 |
153
152
  | `/memory-recall` | 메모리 검색 및 리콜 |
154
- | `/pipeline-run` | 정의된 파이프라인 실행 |
155
- | `/pipeline-list` | 사용 가능한 파이프라인 목록 |
156
153
  | `/npm-publish` | npm 레지스트리에 패키지 배포 |
157
154
  | `/npm-version` | 시맨틱 버전 관리 |
158
155
  | `/npm-audit` | 의존성 감사 |
@@ -171,14 +168,11 @@ project/
171
168
  +-- CLAUDE.md # 진입점
172
169
  +-- .claude/
173
170
  | +-- agents/ # 서브에이전트 정의 (34 파일)
174
- | +-- skills/ # 스킬 (42 디렉토리)
171
+ | +-- skills/ # 스킬 (41 디렉토리)
175
172
  | +-- rules/ # 전역 규칙 (R000-R017)
176
173
  | +-- hooks/ # 훅 스크립트 (메모리, HUD)
177
174
  | +-- contexts/ # 컨텍스트 파일 (ecomode)
178
175
  +-- guides/ # 레퍼런스 문서 (13 토픽)
179
- +-- pipelines/ # 파이프라인 정의
180
- | +-- templates/
181
- | +-- examples/
182
176
  ```
183
177
 
184
178
  ## 오케스트레이션
@@ -202,9 +196,8 @@ project/
202
196
  | SW Architect | 2 | arch-documenter, arch-speckit-agent |
203
197
  | Infra Engineer | 2 | infra-docker-expert, infra-aws-expert |
204
198
  | QA Team | 3 | qa-planner, qa-writer, qa-engineer |
205
- | Manager | 6 | mgr-creator, mgr-updater, mgr-supplier, mgr-gitnerd, mgr-sync-checker, mgr-sauron |
199
+ | Manager | 7 | mgr-creator, mgr-updater, mgr-supplier, mgr-gitnerd, mgr-sync-checker, mgr-sauron, mgr-claude-code-bible |
206
200
  | System | 2 | sys-memory-keeper, sys-naggy |
207
- | Tutor | 1 | tutor-go |
208
201
  | **총계** | **34** | |
209
202
 
210
203
  ## 빠른 참조
@@ -225,14 +218,48 @@ project/
225
218
  /memory-save
226
219
  /memory-recall authentication
227
220
 
228
- # 파이프라인 실행
229
- /pipeline-list
230
- /pipeline-run code-review --input file_path=src/main.go
231
-
232
221
  # 검증
233
222
  /sauron-watch
234
223
  ```
235
224
 
225
+ ## 외부 의존성
226
+
227
+ ### 필수 플러그인
228
+
229
+ `/plugin install <이름>`으로 설치:
230
+
231
+ | 플러그인 | 소스 | 용도 |
232
+ |----------|------|------|
233
+ | superpowers | claude-plugins-official | TDD, 디버깅, 협업 패턴 |
234
+ | superpowers-developing-for-claude-code | superpowers-marketplace | Claude Code 개발 문서 |
235
+ | elements-of-style | superpowers-marketplace | 글쓰기 명확성 가이드라인 |
236
+ | double-shot-latte | superpowers-marketplace | 연속 프롬프트 자동화 |
237
+ | obsidian-skills | - | 옵시디언 마크다운 지원 |
238
+ | context7 | claude-plugins-official | 라이브러리 문서 조회 |
239
+
240
+ ### 필수 MCP 서버
241
+
242
+ | 서버 | 용도 |
243
+ |------|------|
244
+ | claude-mem | 세션 메모리 영속성 (Chroma 기반) |
245
+
246
+ ### 설치 명령어
247
+
248
+ ```bash
249
+ # 마켓플레이스 추가
250
+ /plugin marketplace add obra/superpowers-marketplace
251
+
252
+ # 플러그인 설치
253
+ /plugin install superpowers
254
+ /plugin install superpowers-developing-for-claude-code
255
+ /plugin install elements-of-style
256
+ /plugin install double-shot-latte
257
+
258
+ # MCP 설정 (claude-mem)
259
+ npm install -g claude-mem
260
+ claude-mem setup
261
+ ```
262
+
236
263
  ## Git 워크플로우 (반드시 준수)
237
264
 
238
265
  | 브랜치 | 용도 |