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
@@ -0,0 +1,225 @@
1
+ # Baekgom Agents - Command Registry
2
+
3
+ # Commands format: {agent}:{action}
4
+ # Example: updater:docs, supplier:audit, creator:agent
5
+
6
+ commands:
7
+ # System commands (no agent prefix)
8
+ system:
9
+ - name: lists
10
+ path: ./system/lists.md
11
+ description: Show all available commands
12
+
13
+ - name: status
14
+ path: ./system/status.md
15
+ description: Show system status
16
+
17
+ - name: help
18
+ path: ./system/help.md
19
+ description: Show help information
20
+
21
+ # Creator commands
22
+ creator:
23
+ - name: agent
24
+ path: ./creator/agent.md
25
+ description: Create a new agent
26
+ full_command: "creator:agent"
27
+
28
+ # Updater commands
29
+ updater:
30
+ - name: docs
31
+ path: ./updater/docs.md
32
+ description: Sync documentation with project structure
33
+ full_command: "updater:docs"
34
+
35
+ - name: external
36
+ path: ./updater/external.md
37
+ description: Update agents from external sources
38
+ full_command: "updater:external"
39
+
40
+ # Supplier commands
41
+ supplier:
42
+ - name: audit
43
+ path: ./supplier/audit.md
44
+ description: Audit agent dependencies
45
+ full_command: "supplier:audit"
46
+
47
+ - name: fix
48
+ path: ./supplier/fix.md
49
+ description: Fix broken references
50
+ full_command: "supplier:fix"
51
+
52
+ # Dev commands (language-agnostic)
53
+ dev:
54
+ - name: review
55
+ path: ./dev/review.md
56
+ description: Review code for best practices
57
+ full_command: "dev:review"
58
+
59
+ - name: refactor
60
+ path: ./dev/refactor.md
61
+ description: Refactor code
62
+ full_command: "dev:refactor"
63
+
64
+ # Memory commands
65
+ memory:
66
+ - name: save
67
+ path: ./memory/save.md
68
+ description: Save current session context to claude-mem
69
+ full_command: "memory:save"
70
+
71
+ - name: recall
72
+ path: ./memory/recall.md
73
+ description: Search and recall relevant memories
74
+ full_command: "memory:recall"
75
+
76
+ # Pipeline commands
77
+ pipeline:
78
+ - name: run
79
+ path: ./pipeline/run.md
80
+ description: Execute a defined pipeline
81
+ full_command: "pipeline:run"
82
+
83
+ - name: list
84
+ path: ./pipeline/list.md
85
+ description: List available pipelines
86
+ full_command: "pipeline:list"
87
+
88
+ # Intent commands
89
+ intent:
90
+ - name: explain
91
+ path: ./intent/explain.md
92
+ description: Explain intent detection system
93
+ full_command: "intent:explain"
94
+
95
+ # Naggy commands (TODO management)
96
+ naggy:
97
+ - name: list
98
+ path: ./naggy/list.yaml
99
+ description: List all pending TODOs
100
+ full_command: "naggy:list"
101
+
102
+ - name: add
103
+ path: ./naggy/add.yaml
104
+ description: Add new TODO item
105
+ full_command: "naggy:add"
106
+
107
+ - name: done
108
+ path: ./naggy/done.yaml
109
+ description: Mark task as complete
110
+ full_command: "naggy:done"
111
+
112
+ - name: priority
113
+ path: ./naggy/priority.yaml
114
+ description: Set task priority
115
+ full_command: "naggy:priority"
116
+
117
+ - name: remind
118
+ path: ./naggy/remind.yaml
119
+ description: Show overdue tasks
120
+ full_command: "naggy:remind"
121
+
122
+ # Git commands (gitnerd)
123
+ git:
124
+ - name: commit
125
+ path: ./git/commit.yaml
126
+ description: Create a proper commit with conventional message format
127
+ full_command: "git:commit"
128
+
129
+ - name: branch
130
+ path: ./git/branch.yaml
131
+ description: Create feature branch
132
+ full_command: "git:branch"
133
+
134
+ - name: pr
135
+ path: ./git/pr.yaml
136
+ description: Create pull request
137
+ full_command: "git:pr"
138
+
139
+ - name: sync
140
+ path: ./git/sync.yaml
141
+ description: Sync with remote
142
+ full_command: "git:sync"
143
+
144
+ - name: status
145
+ path: ./git/status.yaml
146
+ description: Show detailed git status
147
+ full_command: "git:status"
148
+
149
+ # Optimize commands (optimizer)
150
+ optimize:
151
+ - name: analyze
152
+ path: ./optimize/analyze.yaml
153
+ description: Analyze bundle and performance metrics
154
+ full_command: "optimize:analyze"
155
+
156
+ - name: bundle
157
+ path: ./optimize/bundle.yaml
158
+ description: Apply bundle optimizations
159
+ full_command: "optimize:bundle"
160
+
161
+ - name: report
162
+ path: ./optimize/report.yaml
163
+ description: Generate comprehensive optimization report
164
+ full_command: "optimize:report"
165
+
166
+ # NPM commands (npm-expert)
167
+ npm:
168
+ - name: publish
169
+ path: ./npm/publish.yaml
170
+ description: Publish package to npm registry
171
+ full_command: "npm:publish"
172
+
173
+ - name: version
174
+ path: ./npm/version.yaml
175
+ description: Manage semantic versions (major/minor/patch)
176
+ full_command: "npm:version"
177
+
178
+ - name: audit
179
+ path: ./npm/audit.yaml
180
+ description: Audit dependencies for security and updates
181
+ full_command: "npm:audit"
182
+
183
+ # Sauron commands (verification)
184
+ sauron:
185
+ - name: watch
186
+ path: ./sauron/watch.yaml
187
+ description: Full R017 verification (5+3 rounds)
188
+ full_command: "sauron:watch"
189
+
190
+ - name: quick
191
+ path: ./sauron/quick.yaml
192
+ description: Quick verification (single pass)
193
+ full_command: "sauron:quick"
194
+
195
+ - name: report
196
+ path: ./sauron/report.yaml
197
+ description: Generate verification status report
198
+ full_command: "sauron:report"
199
+
200
+ # Sync commands (sync-checker)
201
+ sync:
202
+ - name: check
203
+ path: ./sync/check.yaml
204
+ description: Run full synchronization check
205
+ full_command: "sync:check"
206
+
207
+ - name: agents
208
+ path: ./sync/agents.yaml
209
+ description: Check agent registry sync
210
+ full_command: "sync:agents"
211
+
212
+ - name: commands
213
+ path: ./sync/commands.yaml
214
+ description: Check command registry sync
215
+ full_command: "sync:commands"
216
+
217
+ - name: docs
218
+ path: ./sync/docs.yaml
219
+ description: Check documentation sync
220
+ full_command: "sync:docs"
221
+
222
+ - name: fix
223
+ path: ./sync/fix.yaml
224
+ description: Auto-fix simple inconsistencies
225
+ full_command: "sync:fix"
@@ -0,0 +1,144 @@
1
+ # Command: intent:explain
2
+
3
+ > Explain how intent detection works and show current triggers
4
+
5
+ ## Usage
6
+
7
+ ```
8
+ intent:explain
9
+ intent:explain <agent>
10
+ intent:explain --triggers
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Name | Type | Required | Description |
16
+ |------|------|----------|-------------|
17
+ | agent | string | no | Show triggers for specific agent |
18
+
19
+ ## Options
20
+
21
+ ```
22
+ --triggers, -t Show all agent triggers
23
+ --test, -T Test intent detection with a sample input
24
+ --verbose, -v Show detailed scoring breakdown
25
+ ```
26
+
27
+ ## Output
28
+
29
+ ### Basic Explanation
30
+
31
+ ```
32
+ [intent:explain]
33
+
34
+ ## Intent Detection System
35
+
36
+ Intent detection automatically routes your requests to the appropriate agent.
37
+
38
+ ### How It Works
39
+
40
+ 1. **Extract** keywords, file patterns, and action verbs from your input
41
+ 2. **Match** against agent triggers (weights: keyword 40%, file 30%, action 20%, context 10%)
42
+ 3. **Calculate** confidence score
43
+ 4. **Route** based on confidence:
44
+ - >= 90%: Auto-execute
45
+ - 70-89%: Request confirmation
46
+ - < 70%: List options
47
+
48
+ ### Override
49
+
50
+ Use `@agent-name` to explicitly specify an agent:
51
+ ```
52
+ @python-expert review api.py
53
+ ```
54
+
55
+ ### Available Agents
56
+
57
+ | Agent | Keywords | File Patterns |
58
+ |-------|----------|---------------|
59
+ | golang-expert | go, golang | *.go |
60
+ | python-expert | python, py | *.py |
61
+ | ... | ... | ... |
62
+
63
+ Use `intent:explain --triggers` for full trigger list.
64
+ ```
65
+
66
+ ### Agent-Specific
67
+
68
+ ```
69
+ [intent:explain golang-expert]
70
+
71
+ ## golang-expert Triggers
72
+
73
+ Keywords:
74
+ Korean: 고, 고랭, go 언어
75
+ English: go, golang
76
+
77
+ File Patterns:
78
+ *.go, go.mod, go.sum
79
+
80
+ Supported Actions:
81
+ review, fix, refactor, explain
82
+
83
+ Base Confidence: 40%
84
+
85
+ Example matches:
86
+ "Go 코드 리뷰해줘" → 95% confidence
87
+ "main.go 확인해줘" → 90% confidence
88
+ "고랭 에러 수정" → 85% confidence
89
+ ```
90
+
91
+ ### Test Mode
92
+
93
+ ```
94
+ [intent:explain --test]
95
+
96
+ Enter test input: Go 코드 리뷰해줘
97
+
98
+ [Detection Result]
99
+ ├── Input: "Go 코드 리뷰해줘"
100
+ ├── Extracted:
101
+ │ ├── Keywords: ["Go"]
102
+ │ ├── Actions: ["리뷰"]
103
+ │ └── Files: []
104
+ ├── Matches:
105
+ │ ├── golang-expert: 95%
106
+ │ │ └── keyword "Go" (40) + action "리뷰" (40) + base (15)
107
+ │ ├── go-backend-expert: 55%
108
+ │ │ └── keyword partial (20) + action "리뷰" (20) + base (15)
109
+ │ └── other agents: < 30%
110
+ └── Selected: golang-expert (95%)
111
+
112
+ Would execute: golang-expert → code review
113
+ ```
114
+
115
+ ### Full Triggers
116
+
117
+ ```
118
+ [intent:explain --triggers]
119
+
120
+ ## All Agent Triggers
121
+
122
+ ### SW Engineers
123
+
124
+ **golang-expert**
125
+ Keywords: go, golang, 고, 고랭
126
+ Files: *.go, go.mod, go.sum
127
+ Actions: review, fix, refactor, explain
128
+
129
+ **python-expert**
130
+ Keywords: python, py, 파이썬
131
+ Files: *.py, requirements.txt, pyproject.toml
132
+ Actions: review, fix, refactor, explain
133
+
134
+ ... [continues for all agents]
135
+ ```
136
+
137
+ ## Agent
138
+
139
+ Executed by: **secretary** (orchestrator)
140
+
141
+ ## Related Commands
142
+
143
+ - `@agent-name {command}` - Override intent detection
144
+ - `lists` - Show all available agents
@@ -0,0 +1,164 @@
1
+ # Command: memory:recall
2
+
3
+ > Search and recall relevant memories from claude-mem
4
+
5
+ ## Usage
6
+
7
+ ```
8
+ memory:recall <query>
9
+ memory:recall authentication
10
+ memory:recall "2025-01-24 bug fix"
11
+ memory:recall --recent
12
+ ```
13
+
14
+ ## Parameters
15
+
16
+ | Name | Type | Required | Description |
17
+ |------|------|----------|-------------|
18
+ | query | string | yes* | Search query (*not required with --recent) |
19
+
20
+ ## Options
21
+
22
+ ```
23
+ --recent, -r Recall most recent memories
24
+ --limit, -l Maximum results to return (default: 5)
25
+ --verbose, -v Show full memory content
26
+ --date, -d Filter by date (YYYY-MM-DD)
27
+ ```
28
+
29
+ ## Workflow
30
+
31
+ ```
32
+ 1. Build semantic query
33
+ ├── Prefix with "baekgom-agents"
34
+ ├── Add user query terms
35
+ └── Include date if specified
36
+
37
+ 2. Search claude-mem
38
+ └── chroma_query_documents
39
+
40
+ 3. Format results
41
+ ├── Sort by relevance score
42
+ ├── Show summary for each
43
+ └── Provide memory IDs for detailed access
44
+
45
+ 4. Present to user
46
+ ```
47
+
48
+ ## Output
49
+
50
+ ### Basic Search
51
+
52
+ ```
53
+ [memory:recall authentication]
54
+
55
+ Searching memories for: "baekgom-agents authentication"
56
+
57
+ Found 3 relevant memories:
58
+
59
+ [1] mem_abc123 (Score: 0.95)
60
+ Date: 2025-01-20
61
+ Summary: Implemented OAuth flow with Google provider
62
+ Tags: [authentication, oauth, google]
63
+
64
+ [2] mem_def456 (Score: 0.87)
65
+ Date: 2025-01-18
66
+ Summary: JWT token decision - RS256 algorithm
67
+ Tags: [authentication, decision, jwt]
68
+
69
+ [3] mem_ghi789 (Score: 0.82)
70
+ Date: 2025-01-15
71
+ Summary: Authentication architecture discussion
72
+ Tags: [authentication, architecture, planning]
73
+
74
+ Use "memory:recall --verbose" for full content.
75
+ ```
76
+
77
+ ### Verbose Output
78
+
79
+ ```
80
+ [memory:recall authentication --verbose]
81
+
82
+ Searching memories for: "baekgom-agents authentication"
83
+
84
+ [1] mem_abc123 (Score: 0.95)
85
+ Date: 2025-01-20
86
+ Tags: [authentication, oauth, google]
87
+
88
+ Content:
89
+ ## Session Summary
90
+ Date: 2025-01-20
91
+
92
+ ### Tasks Completed
93
+ - Implemented OAuth flow with Google provider
94
+ - Added callback handler for OAuth response
95
+ - Created user session management
96
+
97
+ ### Decisions Made
98
+ - Use passport.js for OAuth handling
99
+ Rationale: Well-maintained, good documentation
100
+
101
+ ---
102
+
103
+ [2] mem_def456 (Score: 0.87)
104
+ ...
105
+ ```
106
+
107
+ ### Recent Memories
108
+
109
+ ```
110
+ [memory:recall --recent]
111
+
112
+ Fetching recent memories for: baekgom-agents
113
+
114
+ [1] mem_xyz999 (Score: 1.00)
115
+ Date: 2025-01-24
116
+ Summary: Memory system Phase 1 implementation
117
+ Tags: [session, memory, phase1]
118
+
119
+ [2] mem_xyz888 (Score: 0.98)
120
+ Date: 2025-01-23
121
+ Summary: Agent identification rules update
122
+ Tags: [session, rules, enforcement]
123
+
124
+ ...
125
+ ```
126
+
127
+ ### No Results
128
+
129
+ ```
130
+ [memory:recall "nonexistent topic"]
131
+
132
+ Searching memories for: "baekgom-agents nonexistent topic"
133
+
134
+ No memories found matching your query.
135
+
136
+ Suggestions:
137
+ - Try different keywords
138
+ - Use broader search terms
139
+ - Check available memories with "memory:recall --recent"
140
+ ```
141
+
142
+ ## Query Tips
143
+
144
+ ```yaml
145
+ effective_queries:
146
+ - "authentication flow" (topic-based)
147
+ - "2025-01-20 oauth" (temporal + topic)
148
+ - "decision jwt" (type + topic)
149
+ - "agent creation workflow" (semantic intent)
150
+
151
+ avoid:
152
+ - Single generic words like "code" or "task"
153
+ - Very long queries (keep it focused)
154
+ - Special characters or complex syntax
155
+ ```
156
+
157
+ ## Agent
158
+
159
+ Executed by: **memory-keeper** (manager)
160
+
161
+ ## Related Commands
162
+
163
+ - `memory:save` - Save current context
164
+ - `status` - Check current session status
@@ -0,0 +1,128 @@
1
+ # Command: memory:save
2
+
3
+ > Save current session context to claude-mem
4
+
5
+ ## Usage
6
+
7
+ ```
8
+ memory:save
9
+ memory:save --tags "feature,authentication"
10
+ memory:save --include-code
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Name | Type | Required | Description |
16
+ |------|------|----------|-------------|
17
+ | tags | string | no | Comma-separated additional tags |
18
+
19
+ ## Options
20
+
21
+ ```
22
+ --tags, -t Additional tags for the memory
23
+ --include-code Include code changes in the save
24
+ --summary, -s Custom summary (otherwise auto-generated)
25
+ --verbose, -v Show detailed save information
26
+ ```
27
+
28
+ ## Workflow
29
+
30
+ ```
31
+ 1. Collect session context
32
+ ├── Tasks completed
33
+ ├── Decisions made
34
+ ├── Open items
35
+ └── Code changes (if --include-code)
36
+
37
+ 2. Format with metadata
38
+ ├── project: baekgom-agents
39
+ ├── session: {date}-{uuid}
40
+ ├── tags: [session, ...user_tags]
41
+ └── created_at: {timestamp}
42
+
43
+ 3. Store in claude-mem
44
+ └── chroma_add_documents
45
+
46
+ 4. Report result
47
+ ```
48
+
49
+ ## Output
50
+
51
+ ### Success
52
+
53
+ ```
54
+ [memory:save]
55
+
56
+ Saving session context...
57
+
58
+ Context collected:
59
+ Tasks: 3 completed
60
+ Decisions: 2 recorded
61
+ Open items: 1 pending
62
+
63
+ Metadata:
64
+ Project: baekgom-agents
65
+ Session: 2025-01-24-a1b2c3d4
66
+ Tags: [session, task, decision]
67
+
68
+ [Done] Session context saved successfully.
69
+ Memory ID: mem_abc123
70
+ ```
71
+
72
+ ### With Tags
73
+
74
+ ```
75
+ [memory:save --tags "authentication,oauth"]
76
+
77
+ Saving session context...
78
+
79
+ Metadata:
80
+ Project: baekgom-agents
81
+ Session: 2025-01-24-a1b2c3d4
82
+ Tags: [session, task, decision, authentication, oauth]
83
+
84
+ [Done] Session context saved successfully.
85
+ Memory ID: mem_abc123
86
+ ```
87
+
88
+ ### Verbose
89
+
90
+ ```
91
+ [memory:save --verbose]
92
+
93
+ Collecting session context...
94
+
95
+ Tasks Completed:
96
+ 1. Implemented OAuth flow
97
+ 2. Added JWT token validation
98
+ 3. Created authentication middleware
99
+
100
+ Decisions Made:
101
+ 1. Use RS256 for JWT signing
102
+ Rationale: Better security for distributed systems
103
+ 2. Token expiry: 1 hour
104
+ Rationale: Balance security and user experience
105
+
106
+ Open Items:
107
+ 1. Refresh token implementation
108
+ Status: In progress
109
+
110
+ Saving to claude-mem...
111
+
112
+ Document content:
113
+ ## Session Summary
114
+ Date: 2025-01-24
115
+ ...
116
+
117
+ [Done] Session context saved.
118
+ Memory ID: mem_abc123
119
+ ```
120
+
121
+ ## Agent
122
+
123
+ Executed by: **memory-keeper** (manager)
124
+
125
+ ## Related Commands
126
+
127
+ - `memory:recall` - Search and recall memories
128
+ - `status` - Check current session status
@@ -0,0 +1,8 @@
1
+ name: add
2
+ agent: naggy
3
+ description: Add new TODO item
4
+ usage: naggy:add <task>
5
+ arguments:
6
+ - name: task
7
+ required: true
8
+ description: Task description
@@ -0,0 +1,8 @@
1
+ name: done
2
+ agent: naggy
3
+ description: Mark task as complete
4
+ usage: naggy:done <id>
5
+ arguments:
6
+ - name: id
7
+ required: true
8
+ description: Task ID to mark as complete
@@ -0,0 +1,4 @@
1
+ name: list
2
+ agent: naggy
3
+ description: List all pending TODOs
4
+ usage: naggy:list
@@ -0,0 +1,11 @@
1
+ name: priority
2
+ agent: naggy
3
+ description: Set task priority level
4
+ usage: naggy:priority <id> <level>
5
+ arguments:
6
+ - name: id
7
+ required: true
8
+ description: Task ID to update
9
+ - name: level
10
+ required: true
11
+ description: Priority level (high, medium, low)
@@ -0,0 +1,4 @@
1
+ name: remind
2
+ agent: naggy
3
+ description: Show overdue and stale tasks
4
+ usage: naggy:remind