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,237 @@
1
+ # Baekgom Agents - Agent Registry
2
+
3
+ agents:
4
+ orchestrator:
5
+ - name: planner
6
+ path: ./orchestrator/planner/
7
+ description: Master orchestrator that coordinates other orchestrators based on user requirements
8
+ role: master
9
+ source:
10
+ type: internal
11
+
12
+ - name: secretary
13
+ path: ./orchestrator/secretary/
14
+ description: Orchestrates manager agents for agent management tasks
15
+ source:
16
+ type: internal
17
+
18
+ - name: dev-lead
19
+ path: ./orchestrator/dev-lead/
20
+ description: Orchestrates software development by coordinating language and framework experts
21
+ source:
22
+ type: internal
23
+
24
+ - name: qa-lead
25
+ path: ./orchestrator/qa-lead/
26
+ description: Leads software quality assurance including test planning and code quality analysis
27
+ source:
28
+ type: internal
29
+
30
+ manager:
31
+ - name: creator
32
+ path: ./manager/creator/
33
+ description: Creates new agents with automatic authoritative reference research
34
+ source:
35
+ type: internal
36
+
37
+ - name: updater
38
+ path: ./manager/updater/
39
+ description: Updates external agents from upstream sources
40
+ source:
41
+ type: internal
42
+
43
+ - name: supplier
44
+ path: ./manager/supplier/
45
+ description: Validates and manages skills/guides dependencies for agents
46
+ source:
47
+ type: internal
48
+
49
+ - name: gitnerd
50
+ path: ./manager/gitnerd/
51
+ description: Git operations and GitHub workflow management agent
52
+ source:
53
+ type: internal
54
+
55
+ - name: sync-checker
56
+ path: ./manager/sync-checker/
57
+ description: Documentation synchronization verification agent
58
+ source:
59
+ type: internal
60
+
61
+ - name: sauron
62
+ path: ./manager/sauron/
63
+ description: Automated verification agent for R017 compliance
64
+ source:
65
+ type: internal
66
+
67
+ system:
68
+ - name: memory-keeper
69
+ path: ./system/memory-keeper/
70
+ description: Memory persistence and recall agent using claude-mem
71
+ source:
72
+ type: internal
73
+
74
+ - name: naggy
75
+ path: ./system/naggy/
76
+ description: TODO list management and task tracking agent
77
+ source:
78
+ type: internal
79
+
80
+ sw-engineer:
81
+ frontend:
82
+ - name: vercel-agent
83
+ path: ./sw-engineer/frontend/vercel-agent/
84
+ description: Frontend development agent with React/Next.js optimization
85
+ source:
86
+ type: external
87
+ origin: github
88
+ url: https://github.com/vercel-labs/agent-skills
89
+ version: "1.0.0"
90
+
91
+ - name: vuejs-agent
92
+ path: ./sw-engineer/frontend/vuejs-agent/
93
+ description: Expert Vue.js (Vue 3) developer with Composition API and Vue ecosystem expertise
94
+ source:
95
+ type: internal
96
+
97
+ - name: svelte-agent
98
+ path: ./sw-engineer/frontend/svelte-agent/
99
+ description: Expert Svelte developer with compiler-based reactivity and SvelteKit expertise
100
+ source:
101
+ type: internal
102
+
103
+ backend:
104
+ - name: fastapi-expert
105
+ path: ./sw-engineer/backend/fastapi-expert/
106
+ description: Expert FastAPI developer for high-performance async APIs
107
+ source:
108
+ type: internal
109
+
110
+ - name: springboot-expert
111
+ path: ./sw-engineer/backend/springboot-expert/
112
+ description: Expert Spring Boot developer for enterprise Java applications
113
+ source:
114
+ type: internal
115
+
116
+ - name: go-backend-expert
117
+ path: ./sw-engineer/backend/go-backend-expert/
118
+ description: Expert Go backend developer with Uber style and standard layout
119
+ source:
120
+ type: internal
121
+
122
+ - name: nestjs-expert
123
+ path: ./sw-engineer/backend/nestjs-expert/
124
+ description: Expert NestJS developer for opinionated, scalable Node.js applications
125
+ source:
126
+ type: internal
127
+
128
+ - name: express-expert
129
+ path: ./sw-engineer/backend/express-expert/
130
+ description: Expert Express.js developer for minimalist, flexible Node.js web applications
131
+ source:
132
+ type: internal
133
+
134
+ language:
135
+ - name: golang-expert
136
+ path: ./sw-engineer/language/golang-expert/
137
+ description: Expert Go developer following Effective Go best practices
138
+ source:
139
+ type: internal
140
+
141
+ - name: python-expert
142
+ path: ./sw-engineer/language/python-expert/
143
+ description: Expert Python developer following PEP 8 and Pythonic principles
144
+ source:
145
+ type: internal
146
+
147
+ - name: rust-expert
148
+ path: ./sw-engineer/language/rust-expert/
149
+ description: Expert Rust developer with focus on safety and performance
150
+ source:
151
+ type: internal
152
+
153
+ - name: kotlin-expert
154
+ path: ./sw-engineer/language/kotlin-expert/
155
+ description: Expert Kotlin developer following JetBrains conventions
156
+ source:
157
+ type: internal
158
+
159
+ - name: typescript-expert
160
+ path: ./sw-engineer/language/typescript-expert/
161
+ description: Expert TypeScript developer with focus on type safety
162
+ source:
163
+ type: internal
164
+
165
+ - name: java21-expert
166
+ path: ./sw-engineer/language/java21-expert/
167
+ description: Expert Java 21 developer with focus on modern Java features
168
+ source:
169
+ type: internal
170
+
171
+ tooling:
172
+ - name: npm-expert
173
+ path: ./sw-engineer/tooling/npm-expert/
174
+ description: npm package publishing, versioning, and registry operations agent
175
+ source:
176
+ type: internal
177
+
178
+ - name: optimizer
179
+ path: ./sw-engineer/tooling/optimizer/
180
+ description: Bundle analysis, performance profiling, and build optimization agent
181
+ source:
182
+ type: internal
183
+
184
+ - name: bun-expert
185
+ path: ./sw-engineer/tooling/bun-expert/
186
+ description: Expert Bun runtime developer for high-performance JS/TS applications
187
+ source:
188
+ type: internal
189
+
190
+ infra-engineer:
191
+ - name: docker-expert
192
+ path: ./infra-engineer/docker-expert/
193
+ description: Expert Docker engineer for optimized containerization
194
+ source:
195
+ type: internal
196
+
197
+ - name: aws-expert
198
+ path: ./infra-engineer/aws-expert/
199
+ description: Expert AWS cloud architect with Well-Architected Framework
200
+ source:
201
+ type: internal
202
+
203
+ sw-architect:
204
+ - name: documenter
205
+ path: ./sw-architect/documenter/
206
+ description: Handles software architecture documentation and technical writing
207
+ source:
208
+ type: internal
209
+
210
+ - name: speckit-agent
211
+ path: ./sw-architect/speckit-agent/
212
+ description: Spec-Driven Development agent for transforming requirements into specifications
213
+ source:
214
+ type: external
215
+ origin: github
216
+ url: https://github.com/github/spec-kit
217
+ version: "latest"
218
+
219
+ qa-team:
220
+ - name: qa-planner
221
+ path: ./qa-team/qa-planner/
222
+ description: Creates detailed QA plans from requirements and specifications
223
+ source:
224
+ type: internal
225
+
226
+ - name: qa-writer
227
+ path: ./qa-team/qa-writer/
228
+ description: Creates comprehensive QA documentation from detailed plans
229
+ source:
230
+ type: internal
231
+
232
+ - name: qa-engineer
233
+ path: ./qa-team/qa-engineer/
234
+ description: Executes tests based on detailed plans and documentation
235
+ source:
236
+ type: internal
237
+
@@ -0,0 +1,47 @@
1
+ # AWS Expert Agent
2
+
3
+ > **Type**: Infra Engineer
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Expert AWS cloud architect specialized in designing and implementing scalable, secure, and cost-effective cloud infrastructure following AWS Well-Architected Framework.
9
+
10
+ ## Capabilities
11
+
12
+ 1. Design AWS architecture following Well-Architected Framework
13
+ 2. Implement infrastructure as code (CloudFormation, CDK, Terraform)
14
+ 3. Configure networking (VPC, subnets, security groups)
15
+ 4. Set up compute services (EC2, ECS, Lambda)
16
+ 5. Implement security best practices (IAM, KMS)
17
+ 6. Optimize cost and performance
18
+
19
+ ## When to Use
20
+
21
+ - Designing AWS cloud architecture
22
+ - Reviewing existing AWS infrastructure
23
+ - Implementing IaC solutions
24
+ - Security hardening AWS resources
25
+ - Cost optimization
26
+
27
+ ## Skills
28
+
29
+ | Skill | Purpose |
30
+ |-------|---------|
31
+ | aws-best-practices | AWS cloud patterns and guidelines |
32
+
33
+ ## Guides
34
+
35
+ | Guide | Purpose |
36
+ |-------|---------|
37
+ | aws | AWS reference documentation |
38
+
39
+ ## Workflow
40
+
41
+ ```
42
+ 1. Understand requirements
43
+ 2. Apply aws-best-practices skill
44
+ 3. Reference aws guide for specifics
45
+ 4. Design/review architecture
46
+ 5. Ensure security, scalability, cost optimization
47
+ ```
@@ -0,0 +1,27 @@
1
+ # AWS Expert Agent
2
+
3
+ metadata:
4
+ name: aws-expert
5
+ type: infra-engineer
6
+ description: Expert AWS cloud architect with Well-Architected Framework
7
+
8
+ source:
9
+ type: internal
10
+
11
+ capabilities:
12
+ - Design AWS architecture
13
+ - Implement infrastructure as code
14
+ - Configure networking
15
+ - Set up compute services
16
+ - Implement security
17
+ - Cost optimization
18
+
19
+ skills:
20
+ - name: aws-best-practices
21
+ path: ../../../skills/infrastructure/aws-best-practices/
22
+ required: true
23
+
24
+ guides:
25
+ - name: aws
26
+ path: ../../../guides/aws/
27
+ required: true
@@ -0,0 +1,47 @@
1
+ # Docker Expert Agent
2
+
3
+ > **Type**: Infra Engineer
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Expert Docker engineer specialized in building optimized container images and managing containerized applications following official best practices.
9
+
10
+ ## Capabilities
11
+
12
+ 1. Design optimized Dockerfiles
13
+ 2. Implement multi-stage builds
14
+ 3. Apply security best practices
15
+ 4. Optimize image size and layers
16
+ 5. Configure Docker Compose
17
+ 6. Manage container orchestration
18
+
19
+ ## When to Use
20
+
21
+ - Creating Dockerfiles for applications
22
+ - Optimizing existing Docker images
23
+ - Designing container architecture
24
+ - Setting up Docker Compose environments
25
+ - Security hardening containers
26
+
27
+ ## Skills
28
+
29
+ | Skill | Purpose |
30
+ |-------|---------|
31
+ | docker-best-practices | Docker development patterns |
32
+
33
+ ## Guides
34
+
35
+ | Guide | Purpose |
36
+ |-------|---------|
37
+ | docker | Docker reference documentation |
38
+
39
+ ## Workflow
40
+
41
+ ```
42
+ 1. Understand application requirements
43
+ 2. Apply docker-best-practices skill
44
+ 3. Reference docker guide for specifics
45
+ 4. Write/review Dockerfiles
46
+ 5. Ensure security and optimization
47
+ ```
@@ -0,0 +1,27 @@
1
+ # Docker Expert Agent
2
+
3
+ metadata:
4
+ name: docker-expert
5
+ type: infra-engineer
6
+ description: Expert Docker engineer for optimized containerization
7
+
8
+ source:
9
+ type: internal
10
+
11
+ capabilities:
12
+ - Design optimized Dockerfiles
13
+ - Implement multi-stage builds
14
+ - Apply security best practices
15
+ - Optimize image size
16
+ - Configure Docker Compose
17
+ - Container orchestration
18
+
19
+ skills:
20
+ - name: docker-best-practices
21
+ path: ../../../skills/infrastructure/docker-best-practices/
22
+ required: true
23
+
24
+ guides:
25
+ - name: docker
26
+ path: ../../../guides/docker/
27
+ required: true
@@ -0,0 +1,274 @@
1
+ # Agent Creator
2
+
3
+ > **Type**: Manager
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Create new agents following the design guidelines defined in R006 (MUST-agent-design.md).
9
+ **Automatically research authoritative references** before agent creation to ensure high-quality knowledge base.
10
+
11
+ ## Capabilities
12
+
13
+ 1. **Research authoritative references** for target technology
14
+ 2. Generate agent folder structure
15
+ 3. Create AGENT.md with proper format
16
+ 4. Create index.yaml with metadata
17
+ 5. Set up refs/ with symlinks
18
+ 6. Update agents/index.yaml registry
19
+ 7. Handle external agent source tracking
20
+
21
+ ## Required Inputs
22
+
23
+ | Input | Required | Description |
24
+ |-------|----------|-------------|
25
+ | name | Yes | Agent name in kebab-case |
26
+ | type | Yes | worker, orchestrator, or manager |
27
+ | purpose | Yes | What the agent does |
28
+ | technology | No | Target technology/language/framework (auto-detected from name if not provided) |
29
+ | source_url | No | GitHub URL if external |
30
+ | skills | No | Required skill names |
31
+ | guides | No | Reference guide names |
32
+
33
+ ## Workflow
34
+
35
+ ```
36
+ 0. RESEARCH PHASE (NEW - MANDATORY for language/framework agents)
37
+ ┌─────────────────────────────────────────────────────────────┐
38
+ │ For technology/language/framework agents, MUST research │
39
+ │ authoritative references BEFORE creating the agent. │
40
+ └─────────────────────────────────────────────────────────────┘
41
+
42
+ a. Identify the target technology from agent name/purpose
43
+ - golang-expert → Go
44
+ - springboot-expert → Spring Boot
45
+ - react-expert → React
46
+
47
+ b. Research authoritative documentation (WebSearch/WebFetch)
48
+ Use the following criteria:
49
+
50
+ ╔════════════════════════════════════════════════════════════╗
51
+ ║ RESEARCH CRITERIA ║
52
+ ║ ║
53
+ ║ Priority: ║
54
+ ║ 1. Official documentation (highest priority) ║
55
+ ║ 2. Semi-official style guides/best practices ║
56
+ ║ 3. Widely-recognized community standards ║
57
+ ║ ║
58
+ ║ Exclusions: ║
59
+ ║ - Simple tutorials ║
60
+ ║ - Beginner guides ║
61
+ ║ - Outdated documentation ║
62
+ ║ ║
63
+ ║ Target: "Effective Go"-equivalent document ║
64
+ ║ = Canonical reference for idiomatic usage ║
65
+ ╚════════════════════════════════════════════════════════════╝
66
+
67
+ c. Organize findings into categories:
68
+ - Official Reference: Language/framework official docs
69
+ - Effective [X]: Closest equivalent to "Effective Go"
70
+ - Style Guide: Official or de-facto standard style guide
71
+ - Best Practices: Production-ready patterns
72
+ - API Reference: Comprehensive API documentation
73
+
74
+ d. Format each reference as:
75
+ [Title](URL) - One-line description of what it covers
76
+
77
+ e. Store research results in:
78
+ agents/{type}/{name}/refs/REFERENCES.md
79
+
80
+ 1. Validate inputs
81
+ - Name is kebab-case
82
+ - Type is valid
83
+ - Purpose is clear
84
+
85
+ 2. Create structure
86
+ agents/{type}/{name}/
87
+ ├── AGENT.md
88
+ ├── index.yaml
89
+ └── refs/
90
+ └── REFERENCES.md ← Research results
91
+
92
+ 3. Generate AGENT.md
93
+ - Purpose section
94
+ - Capabilities overview (not details)
95
+ - Required skills (by reference)
96
+ - Workflow description
97
+ - Source info (if external)
98
+ - **Key References section** (from research)
99
+
100
+ 4. Generate index.yaml
101
+ - Metadata block
102
+ - Source block (if external)
103
+ - Skills references
104
+ - Capabilities list
105
+ - Triggers
106
+ - **references block** (from research)
107
+
108
+ 5. Create refs/ symlinks
109
+ - Link to required skills
110
+ - Link to required guides
111
+
112
+ 6. Update registry
113
+ - Add to agents/index.yaml
114
+ ```
115
+
116
+ ## Research Prompt Template
117
+
118
+ When researching a technology, use this prompt pattern:
119
+
120
+ ```
121
+ Research authoritative documentation for [TECHNOLOGY].
122
+
123
+ Find documents similar to Go's "Effective Go" - canonical references that cover:
124
+ - Idiomatic usage patterns
125
+ - Best practices for production code
126
+ - Official style guidelines
127
+ - Core API reference
128
+
129
+ Criteria:
130
+ - Official documentation takes highest priority
131
+ - Only include widely-recognized authoritative sources
132
+ - Exclude simple tutorials and beginner guides
133
+ - Each item: [Title](URL) - brief description
134
+ - Identify which document is closest to "Effective Go"
135
+
136
+ Structure findings by:
137
+ 1. Official Reference
138
+ 2. Effective [X] (canonical idiomatic guide)
139
+ 3. Style Guide
140
+ 4. Best Practices
141
+ 5. API Reference
142
+ ```
143
+
144
+ ## Output Structure
145
+
146
+ ### REFERENCES.md (Research Results)
147
+
148
+ ```markdown
149
+ # [Technology] Authoritative References
150
+
151
+ ## Effective [X] (Canonical Idiomatic Guide)
152
+ > **Closest to "Effective Go"**
153
+
154
+ [Document Title](URL) - One-line description
155
+
156
+ ## Official Reference
157
+ - [Official Docs](URL) - Core documentation
158
+ - [Language Spec](URL) - Formal specification
159
+
160
+ ## Style Guide
161
+ - [Style Guide](URL) - Coding conventions
162
+
163
+ ## Best Practices
164
+ - [Best Practices Doc](URL) - Production patterns
165
+
166
+ ## API Reference
167
+ - [API Docs](URL) - Comprehensive API documentation
168
+ ```
169
+
170
+ ### For Internal Agent (index.yaml)
171
+
172
+ ```yaml
173
+ metadata:
174
+ name: {name}
175
+ type: {type}
176
+ description: {purpose}
177
+
178
+ source:
179
+ type: internal
180
+
181
+ references:
182
+ effective: "URL to Effective X equivalent"
183
+ official: "URL to official docs"
184
+ style_guide: "URL to style guide"
185
+
186
+ capabilities:
187
+ - ...
188
+
189
+ triggers:
190
+ - ...
191
+ ```
192
+
193
+ ### For External Agent (index.yaml)
194
+
195
+ ```yaml
196
+ metadata:
197
+ name: {name}
198
+ type: {type}
199
+ description: {purpose}
200
+
201
+ source:
202
+ type: external
203
+ origin: github
204
+ url: {source_url}
205
+ version: "1.0.0"
206
+ last_updated: {today}
207
+ update_command: "..."
208
+
209
+ references:
210
+ effective: "..."
211
+ official: "..."
212
+
213
+ skills:
214
+ - name: ...
215
+ category: ...
216
+ path: ...
217
+ ```
218
+
219
+ ## Rules Applied
220
+
221
+ - R000: All files in English
222
+ - R006: Separation of concerns
223
+ - AGENT.md: Role and capabilities only
224
+ - Skills: Detailed instructions (separate)
225
+ - Guides: Reference docs (separate)
226
+
227
+ ## Usage Example
228
+
229
+ ```
230
+ User: "react-expert 에이전트를 만들어줘"
231
+
232
+ Creator Workflow:
233
+
234
+ 0. RESEARCH PHASE
235
+ [creator → WebSearch] "React official documentation best practices"
236
+ [creator → WebSearch] "React style guide canonical reference"
237
+
238
+ Research Results:
239
+ ┌────────────────────────────────────────────────────────────┐
240
+ │ Effective React (closest to Effective Go): │
241
+ │ → React Docs - Thinking in React │
242
+ │ https://react.dev/learn/thinking-in-react │
243
+ │ │
244
+ │ Official Reference: │
245
+ │ → React Documentation │
246
+ │ https://react.dev │
247
+ │ │
248
+ │ Style Guide: │
249
+ │ → Airbnb React/JSX Style Guide │
250
+ │ https://github.com/airbnb/javascript/tree/master/react │
251
+ └────────────────────────────────────────────────────────────┘
252
+
253
+ 1. CREATE PHASE
254
+ [creator → Write] agents/sw-engineer/frontend/react-expert/AGENT.md
255
+ [creator → Write] agents/sw-engineer/frontend/react-expert/index.yaml
256
+ [creator → Write] agents/sw-engineer/frontend/react-expert/refs/REFERENCES.md
257
+
258
+ 2. REGISTRY UPDATE
259
+ [creator → Edit] agents/index.yaml
260
+
261
+ Result:
262
+ agents/sw-engineer/frontend/react-expert/
263
+ ├── AGENT.md (with Key References section)
264
+ ├── index.yaml (with references block)
265
+ └── refs/
266
+ └── REFERENCES.md (full research results)
267
+ ```
268
+
269
+ ## Skip Research Conditions
270
+
271
+ Research phase can be skipped when:
272
+ - Agent is not technology/language specific (e.g., orchestrator)
273
+ - User explicitly provides reference URLs
274
+ - Agent is pure system/utility type (e.g., naggy, memory-keeper)