oh-my-customcode 0.3.1 → 0.4.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 +1 -1
  3. package/dist/index.js +2 -18
  4. package/package.json +6 -1
  5. package/templates/.claude/agents/arch-documenter.md +10 -1
  6. package/templates/.claude/agents/arch-speckit-agent.md +10 -1
  7. package/templates/.claude/agents/be-express-expert.md +10 -1
  8. package/templates/.claude/agents/be-fastapi-expert.md +11 -1
  9. package/templates/.claude/agents/be-go-backend-expert.md +11 -1
  10. package/templates/.claude/agents/be-nestjs-expert.md +10 -1
  11. package/templates/.claude/agents/be-springboot-expert.md +11 -1
  12. package/templates/.claude/agents/db-supabase-expert.md +9 -1
  13. package/templates/.claude/agents/fe-svelte-agent.md +10 -1
  14. package/templates/.claude/agents/fe-vercel-agent.md +13 -1
  15. package/templates/.claude/agents/fe-vuejs-agent.md +10 -1
  16. package/templates/.claude/agents/infra-aws-expert.md +11 -1
  17. package/templates/.claude/agents/infra-docker-expert.md +11 -1
  18. package/templates/.claude/agents/lang-golang-expert.md +11 -1
  19. package/templates/.claude/agents/lang-java21-expert.md +10 -1
  20. package/templates/.claude/agents/lang-kotlin-expert.md +11 -1
  21. package/templates/.claude/agents/lang-python-expert.md +11 -1
  22. package/templates/.claude/agents/lang-rust-expert.md +11 -1
  23. package/templates/.claude/agents/lang-typescript-expert.md +11 -1
  24. package/templates/.claude/agents/mgr-claude-code-bible.md +246 -0
  25. package/templates/.claude/agents/mgr-creator.md +20 -2
  26. package/templates/.claude/agents/mgr-gitnerd.md +32 -1
  27. package/templates/.claude/agents/mgr-sauron.md +41 -26
  28. package/templates/.claude/agents/mgr-supplier.md +11 -1
  29. package/templates/.claude/agents/mgr-sync-checker.md +11 -1
  30. package/templates/.claude/agents/mgr-updater.md +11 -1
  31. package/templates/.claude/agents/qa-engineer.md +10 -1
  32. package/templates/.claude/agents/qa-planner.md +10 -1
  33. package/templates/.claude/agents/qa-writer.md +10 -1
  34. package/templates/.claude/agents/sys-memory-keeper.md +21 -9
  35. package/templates/.claude/agents/sys-naggy.md +10 -1
  36. package/templates/.claude/agents/tool-bun-expert.md +10 -1
  37. package/templates/.claude/agents/tool-npm-expert.md +13 -1
  38. package/templates/.claude/agents/tool-optimizer.md +13 -1
  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 +62 -7
  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/examples/code-review.yaml +1 -1
  78. package/templates/guides/elements-of-style/elements-of-style.html +2609 -0
  79. package/templates/guides/index.yaml +1 -1
  80. package/templates/index.yaml +1 -1
  81. package/templates/manifest.json +5 -11
  82. package/templates/pipelines/examples/code-review.yaml +1 -1
  83. package/templates/pipelines/index.yaml +1 -1
  84. package/templates/.claude/agents/tutor-go.md +0 -119
  85. package/templates/.claude/hooks/hud/index.yaml +0 -27
  86. package/templates/.claude/hooks/hud/update-status.sh +0 -32
  87. package/templates/.claude/hooks/index.yaml +0 -46
  88. package/templates/.claude/hooks/memory-persistence/pre-compact.sh +0 -37
  89. package/templates/.claude/hooks/memory-persistence/session-end.sh +0 -64
  90. package/templates/.claude/hooks/memory-persistence/session-start.sh +0 -41
  91. package/templates/.claude/hooks/strategic-compact/suggest-compact.sh +0 -50
  92. package/templates/.claude/rules/SHOULD-pipeline-mode.md +0 -165
  93. package/templates/.claude/skills/pipeline-execution/SKILL.md +0 -188
  94. package/templates/.claude/skills/pipeline-list/SKILL.md +0 -74
  95. package/templates/.claude/skills/pipeline-run/SKILL.md +0 -143
  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: go-best-practices
3
3
  description: Idiomatic Go patterns from Effective Go
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Purpose
@@ -20,7 +20,7 @@ Show help information for commands, agents, and system rules.
20
20
 
21
21
  ### Default Help
22
22
  ```
23
- Baekgom Agents - Help
23
+ AI Agent System - Help
24
24
 
25
25
  Usage: {command} [arguments] [options]
26
26
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: intent-detection
3
3
  description: Automatically detect user intent and route to appropriate agent
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Purpose
@@ -313,6 +313,14 @@ agents:
313
313
  supported_actions: [watch, quick, report, verify]
314
314
  base_confidence: 40
315
315
 
316
+ mgr-claude-code-bible:
317
+ keywords:
318
+ korean: [공식문서, 바이블, 클로드코드 문서]
319
+ english: ["claude code docs", "official docs", bible, "code.claude.com", "native verification"]
320
+ file_patterns: []
321
+ supported_actions: [fetch, verify, check]
322
+ base_confidence: 40
323
+
316
324
  # Master
317
325
  planner:
318
326
  keywords:
@@ -339,11 +347,3 @@ agents:
339
347
  supported_actions: [manage, create, coordinate]
340
348
  base_confidence: 40
341
349
 
342
- # Tutors
343
- tutor-go:
344
- keywords:
345
- korean: [튜터, 학습, 튜토리얼, 고 튜토리얼, 강의]
346
- english: [tutor, learn, tutorial, "golang tutorial", teach]
347
- file_patterns: []
348
- supported_actions: [teach, learn, tutorial]
349
- base_confidence: 40
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: kotlin-best-practices
3
3
  description: Idiomatic Kotlin patterns from JetBrains conventions
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Purpose
@@ -19,7 +19,7 @@ Show all available commands with optional filtering and detailed information.
19
19
 
20
20
  ### Default
21
21
  ```
22
- Baekgom Agents - Available Commands
22
+ AI Agent System - Available Commands
23
23
 
24
24
  System:
25
25
  lists Show all available commands
@@ -44,7 +44,7 @@ Use "<command> --help" for detailed information.
44
44
  ```
45
45
  lists --verbose
46
46
 
47
- Baekgom Agents - Available Commands (Detailed)
47
+ AI Agent System - Available Commands (Detailed)
48
48
 
49
49
  System Commands:
50
50
  ┌─────────┬──────────────────────────────────────────────┐
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: memory-management
3
3
  description: Memory persistence operations using claude-mem
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Purpose
@@ -21,7 +22,7 @@ steps:
21
22
  - Open items
22
23
  - Key code changes
23
24
  2. Format document:
24
- - Add project tag: "baekgom-agents"
25
+ - Add project tag: "my-project"
25
26
  - Add session ID: {date}-{uuid}
26
27
  - Add relevant tags
27
28
  3. Store in claude-mem:
@@ -36,7 +37,7 @@ operation: recall
36
37
  description: Search and retrieve relevant memories
37
38
  steps:
38
39
  1. Build query:
39
- - Always prefix with "baekgom-agents"
40
+ - Always prefix with "my-project"
40
41
  - Add user-provided search terms
41
42
  - Include date for temporal searches
42
43
  2. Search claude-mem:
@@ -64,11 +65,11 @@ steps:
64
65
 
65
66
  ```python
66
67
  # Always include project name
67
- chroma_query_documents(["baekgom-agents {search_terms}"])
68
+ chroma_query_documents(["my-project {search_terms}"])
68
69
 
69
70
  # Examples:
70
- chroma_query_documents(["baekgom-agents authentication flow"])
71
- chroma_query_documents(["baekgom-agents 2025-01-24 memory system"])
71
+ chroma_query_documents(["my-project authentication flow"])
72
+ chroma_query_documents(["my-project 2025-01-24 memory system"])
72
73
  ```
73
74
 
74
75
  ### Get by ID
@@ -104,7 +105,7 @@ content: |
104
105
  Additional context...
105
106
 
106
107
  metadata:
107
- project: baekgom-agents
108
+ project: my-project
108
109
  session: {date}-{uuid}
109
110
  tags: [session, task, decision, ...]
110
111
  created_at: {timestamp}
@@ -132,7 +133,7 @@ results:
132
133
 
133
134
  ```yaml
134
135
  do:
135
- - Always include "baekgom-agents" prefix
136
+ - Always include "my-project" prefix
136
137
  - Use semantic, intent-based queries
137
138
  - Include dates for temporal searches
138
139
  - Use multiple queries for better coverage
@@ -27,7 +27,7 @@ Search and recall relevant memories from claude-mem using semantic search.
27
27
 
28
28
  ```
29
29
  1. Build semantic query
30
- ├── Prefix with "baekgom-agents"
30
+ ├── Prefix with "my-project"
31
31
  ├── Add user query terms
32
32
  └── Include date if specified
33
33
 
@@ -63,7 +63,7 @@ avoid:
63
63
  ```
64
64
  [sys-memory-keeper:recall authentication]
65
65
 
66
- Searching memories for: "baekgom-agents authentication"
66
+ Searching memories for: "my-project authentication"
67
67
 
68
68
  Found 3 relevant memories:
69
69
 
@@ -89,7 +89,7 @@ Use "sys-memory-keeper:recall --verbose" for full content.
89
89
  ```
90
90
  [sys-memory-keeper:recall authentication --verbose]
91
91
 
92
- Searching memories for: "baekgom-agents authentication"
92
+ Searching memories for: "my-project authentication"
93
93
 
94
94
  [1] mem_abc123 (Score: 0.95)
95
95
  Date: 2025-01-20
@@ -118,7 +118,7 @@ Searching memories for: "baekgom-agents authentication"
118
118
  ```
119
119
  [sys-memory-keeper:recall --recent]
120
120
 
121
- Fetching recent memories for: baekgom-agents
121
+ Fetching recent memories for: my-project
122
122
 
123
123
  [1] mem_xyz999 (Score: 1.00)
124
124
  Date: 2025-01-24
@@ -137,7 +137,7 @@ Fetching recent memories for: baekgom-agents
137
137
  ```
138
138
  [sys-memory-keeper:recall "nonexistent topic"]
139
139
 
140
- Searching memories for: "baekgom-agents nonexistent topic"
140
+ Searching memories for: "my-project nonexistent topic"
141
141
 
142
142
  No memories found matching your query.
143
143
 
@@ -28,7 +28,7 @@ Save current session context to claude-mem for persistence across context compac
28
28
  └── Code changes (if --include-code)
29
29
 
30
30
  2. Format with metadata
31
- ├── project: baekgom-agents
31
+ ├── project: my-project
32
32
  ├── session: {date}-{uuid}
33
33
  ├── tags: [session, ...user_tags]
34
34
  └── created_at: {timestamp}
@@ -42,7 +42,7 @@ Save current session context to claude-mem for persistence across context compac
42
42
  ## Storage Format
43
43
 
44
44
  ```yaml
45
- project: baekgom-agents
45
+ project: my-project
46
46
  session: {date}-{uuid}
47
47
  tags: [session, task, decision]
48
48
  content:
@@ -66,7 +66,7 @@ Context collected:
66
66
  Open items: 1 pending
67
67
 
68
68
  Metadata:
69
- Project: baekgom-agents
69
+ Project: my-project
70
70
  Session: 2025-01-24-a1b2c3d4
71
71
  Tags: [session, task, decision]
72
72
 
@@ -81,7 +81,7 @@ Memory ID: mem_abc123
81
81
  Saving session context...
82
82
 
83
83
  Metadata:
84
- Project: baekgom-agents
84
+ Project: my-project
85
85
  Session: 2025-01-24-a1b2c3d4
86
86
  Tags: [session, task, decision, authentication, oauth]
87
87
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: python-best-practices
3
3
  description: Pythonic patterns from PEP 8 and PEP 20
4
+ user-invocable: false
4
5
  ---
5
6
 
6
7
  ## Purpose
@@ -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
  | 브랜치 | 용도 |
@@ -61,6 +61,6 @@ error_handling:
61
61
  default: stop
62
62
 
63
63
  metadata:
64
- author: baekgom-agents
64
+ author: oh-my-customcode
65
65
  version: 1.0.0
66
66
  tags: [code-review, quality, security]