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,333 @@
1
+ # Agent Triggers for Intent Detection
2
+ # Used by intent-detection skill to match user input to agents
3
+
4
+ # Score weights
5
+ weights:
6
+ keyword: 40
7
+ file_pattern: 30
8
+ action: 20
9
+ context: 10
10
+
11
+ # Action verbs (both Korean and English)
12
+ action_verbs:
13
+ review:
14
+ korean: [리뷰, 검토, 확인, 체크]
15
+ english: [review, check, analyze, audit]
16
+ create:
17
+ korean: [생성, 만들어, 추가]
18
+ english: [create, make, add, new]
19
+ fix:
20
+ korean: [수정, 고쳐, 버그, 에러]
21
+ english: [fix, repair, debug, solve]
22
+ refactor:
23
+ korean: [리팩토링, 개선, 정리]
24
+ english: [refactor, improve, clean, optimize]
25
+ explain:
26
+ korean: [설명, 알려줘, 뭐야]
27
+ english: [explain, what, how, why]
28
+
29
+ # Agent definitions
30
+ agents:
31
+ # SW Engineers
32
+ golang-expert:
33
+ keywords:
34
+ korean: [고, 고랭, "go 언어"]
35
+ english: [go, golang]
36
+ file_patterns: ["*.go", "go.mod", "go.sum"]
37
+ supported_actions: [review, fix, refactor, explain]
38
+ base_confidence: 40
39
+
40
+ python-expert:
41
+ keywords:
42
+ korean: [파이썬, 파이선]
43
+ english: [python, py]
44
+ file_patterns: ["*.py", "requirements.txt", "pyproject.toml", "setup.py", "Pipfile"]
45
+ supported_actions: [review, fix, refactor, explain]
46
+ base_confidence: 40
47
+
48
+ rust-expert:
49
+ keywords:
50
+ korean: [러스트]
51
+ english: [rust, rs]
52
+ file_patterns: ["*.rs", "Cargo.toml", "Cargo.lock"]
53
+ supported_actions: [review, fix, refactor, explain]
54
+ base_confidence: 40
55
+
56
+ kotlin-expert:
57
+ keywords:
58
+ korean: [코틀린]
59
+ english: [kotlin, kt]
60
+ file_patterns: ["*.kt", "*.kts", "build.gradle.kts"]
61
+ supported_actions: [review, fix, refactor, explain]
62
+ base_confidence: 40
63
+
64
+ typescript-expert:
65
+ keywords:
66
+ korean: [타입스크립트]
67
+ english: [typescript, ts]
68
+ file_patterns: ["*.ts", "*.tsx", "tsconfig.json"]
69
+ supported_actions: [review, fix, refactor, explain]
70
+ base_confidence: 40
71
+
72
+ vercel-agent:
73
+ keywords:
74
+ korean: [리액트, 버셀, 넥스트]
75
+ english: [react, vercel, next, nextjs]
76
+ file_patterns: ["*.jsx", "*.tsx", "next.config.*", "vercel.json"]
77
+ supported_actions: [review, create, fix, refactor]
78
+ base_confidence: 40
79
+
80
+ vuejs-agent:
81
+ keywords:
82
+ korean: [뷰, 뷰제이에스, 피니아]
83
+ english: [vue, vuejs, "vue.js", vue3, pinia, "vue router"]
84
+ file_patterns: ["*.vue", "vite.config.*", "vue.config.*"]
85
+ supported_actions: [review, create, fix, refactor]
86
+ base_confidence: 40
87
+
88
+ svelte-agent:
89
+ keywords:
90
+ korean: [스벨트, 스벨트킷]
91
+ english: [svelte, sveltekit, "svelte kit"]
92
+ file_patterns: ["*.svelte", "svelte.config.*"]
93
+ supported_actions: [review, create, fix, refactor]
94
+ base_confidence: 40
95
+
96
+ # Backend Engineers
97
+ fastapi-expert:
98
+ keywords:
99
+ korean: [패스트에이피아이, 패스트api]
100
+ english: [fastapi, starlette]
101
+ file_patterns: ["main.py", "app.py", "routers/*.py"]
102
+ supported_actions: [review, create, fix, refactor]
103
+ base_confidence: 35
104
+
105
+ springboot-expert:
106
+ keywords:
107
+ korean: [스프링, 스프링부트]
108
+ english: [spring, springboot, "spring boot", java]
109
+ file_patterns: ["*.java", "pom.xml", "build.gradle", "application.yml", "application.properties"]
110
+ supported_actions: [review, create, fix, refactor]
111
+ base_confidence: 35
112
+
113
+ go-backend-expert:
114
+ keywords:
115
+ korean: [고 백엔드, "go 백엔드", "go api"]
116
+ english: ["go backend", "go api", gin, echo, fiber]
117
+ file_patterns: ["*.go", "go.mod"]
118
+ supported_actions: [review, create, fix, refactor]
119
+ base_confidence: 35
120
+
121
+ # Infra Engineers
122
+ docker-expert:
123
+ keywords:
124
+ korean: [도커, 컨테이너]
125
+ english: [docker, container, dockerfile]
126
+ file_patterns: ["Dockerfile", "docker-compose.yml", "docker-compose.yaml", ".dockerignore"]
127
+ supported_actions: [review, create, fix, explain]
128
+ base_confidence: 40
129
+
130
+ aws-expert:
131
+ keywords:
132
+ korean: [에이더블유에스, 아마존, 클라우드]
133
+ english: [aws, amazon, cloud, s3, ec2, lambda, ecs, eks]
134
+ file_patterns: ["*.tf", "serverless.yml", "template.yaml", "cloudformation.*"]
135
+ supported_actions: [review, create, fix, explain]
136
+ base_confidence: 40
137
+
138
+ # Managers
139
+ creator:
140
+ keywords:
141
+ korean: [에이전트 생성, 에이전트 만들어]
142
+ english: ["create agent", "new agent"]
143
+ file_patterns: []
144
+ supported_actions: [create]
145
+ base_confidence: 50
146
+
147
+ updater:
148
+ keywords:
149
+ korean: [업데이트, 동기화]
150
+ english: [update, sync]
151
+ file_patterns: []
152
+ supported_actions: [review, fix]
153
+ base_confidence: 50
154
+
155
+ supplier:
156
+ keywords:
157
+ korean: [검사, 의존성, 감사]
158
+ english: [audit, check, dependency, validate]
159
+ file_patterns: []
160
+ supported_actions: [review]
161
+ base_confidence: 50
162
+
163
+ # QA Team
164
+ qa-planner:
165
+ keywords:
166
+ korean: [테스트 계획, QA 계획, 테스트 전략]
167
+ english: ["test plan", "qa plan", "test strategy", "test scenarios"]
168
+ file_patterns: []
169
+ supported_actions: [plan, scenarios, criteria]
170
+ base_confidence: 40
171
+
172
+ qa-writer:
173
+ keywords:
174
+ korean: [테스트 케이스, 테스트 문서, 테스트 리포트]
175
+ english: ["test case", "test documentation", "test report", "qa documentation"]
176
+ file_patterns: []
177
+ supported_actions: [write, report, template]
178
+ base_confidence: 40
179
+
180
+ qa-engineer:
181
+ keywords:
182
+ korean: [테스트 실행, 테스트 수행, 회귀 테스트, 자동화 테스트]
183
+ english: ["run tests", "execute tests", "regression", "automate test", "verify fix"]
184
+ file_patterns: ["*_test.*", "*.spec.*", "test_*.*"]
185
+ supported_actions: [execute, verify, automate, regress]
186
+ base_confidence: 40
187
+
188
+ # QA Lead (Orchestrator)
189
+ qa-lead:
190
+ keywords:
191
+ korean: [품질 리드, QA 리드, 테스트 조율]
192
+ english: ["qa lead", "quality lead", "test coordination"]
193
+ file_patterns: []
194
+ supported_actions: [coordinate, review, lead]
195
+ base_confidence: 40
196
+
197
+ documenter:
198
+ keywords:
199
+ korean: [문서, 설명서, 리드미]
200
+ english: [document, docs, readme, documentation]
201
+ file_patterns: ["*.md", "README*", "CHANGELOG*"]
202
+ supported_actions: [create, review]
203
+ base_confidence: 35
204
+
205
+ # Task & Reminder Management
206
+ naggy:
207
+ keywords:
208
+ korean: [할일, 태스크, 리마인드, 알림]
209
+ english: [todo, task, remind, reminder]
210
+ file_patterns: []
211
+ supported_actions: [list, add, done, complete, priority, remind]
212
+ base_confidence: 40
213
+
214
+ # Version Control
215
+ gitnerd:
216
+ keywords:
217
+ korean: [커밋, 브랜치, 푸시, 풀, 머지, 리베이스]
218
+ english: [git, commit, branch, pr, push, pull, merge, rebase]
219
+ file_patterns: [".gitignore", ".gitattributes"]
220
+ supported_actions: [commit, branch, pr, sync, status, push, pull, merge]
221
+ base_confidence: 40
222
+
223
+ # Documentation Sync
224
+ sync-checker:
225
+ keywords:
226
+ korean: [동기화, 싱크, 검증]
227
+ english: [sync, synchronization, check, verify]
228
+ file_patterns: ["index.yaml", "CLAUDE.md", "COMMANDS.md"]
229
+ supported_actions: [check, agents, commands, docs, fix]
230
+ base_confidence: 40
231
+
232
+ # Master
233
+ planner:
234
+ keywords:
235
+ korean: [계획, 설계, 전략, 아키텍처]
236
+ english: [plan, architect, strategy, design]
237
+ file_patterns: []
238
+ supported_actions: [plan, design, architect]
239
+ base_confidence: 40
240
+
241
+ # Orchestrators
242
+ dev-lead:
243
+ keywords:
244
+ korean: [조율, 리뷰, 리드, 개발리드]
245
+ english: [lead, coordinate, review, "dev lead"]
246
+ file_patterns: []
247
+ supported_actions: [coordinate, review, lead]
248
+ base_confidence: 40
249
+
250
+ secretary:
251
+ keywords:
252
+ korean: [에이전트, 관리, 오케스트레이션]
253
+ english: [manage, agent, orchestrate]
254
+ file_patterns: []
255
+ supported_actions: [manage, create, coordinate]
256
+ base_confidence: 40
257
+
258
+ # System Agents
259
+ memory-keeper:
260
+ keywords:
261
+ korean: [메모리, 기억, 저장, 회상]
262
+ english: [memory, remember, recall, save]
263
+ file_patterns: []
264
+ supported_actions: [save, recall, remember]
265
+ base_confidence: 40
266
+
267
+ # Additional Backend Engineers
268
+ express-expert:
269
+ keywords:
270
+ korean: [익스프레스, 노드]
271
+ english: [express, expressjs, "express.js", node]
272
+ file_patterns: ["*.js", "*.ts", "package.json", "app.js", "server.js"]
273
+ supported_actions: [review, create, fix, refactor]
274
+ base_confidence: 35
275
+
276
+ java21-expert:
277
+ keywords:
278
+ korean: [자바, 자바21]
279
+ english: [java, java21, jdk21, jdk]
280
+ file_patterns: ["*.java", "pom.xml", "build.gradle"]
281
+ supported_actions: [review, create, fix, refactor]
282
+ base_confidence: 35
283
+
284
+ nestjs-expert:
285
+ keywords:
286
+ korean: [네스트, 네스트제이에스]
287
+ english: [nestjs, nest, "nest.js"]
288
+ file_patterns: ["*.ts", "nest-cli.json", "*.module.ts", "*.controller.ts"]
289
+ supported_actions: [review, create, fix, refactor]
290
+ base_confidence: 35
291
+
292
+ # SW Architects
293
+ speckit-agent:
294
+ keywords:
295
+ korean: [스펙, 명세, 스펙키트]
296
+ english: [spec, specification, speckit, design]
297
+ file_patterns: ["*.spec.md", "*.spec.yaml", "specs/*"]
298
+ supported_actions: [spec, design, document]
299
+ base_confidence: 40
300
+
301
+ # SW Engineer - Tooling
302
+ bun-expert:
303
+ keywords:
304
+ korean: [번, 번런타임]
305
+ english: [bun, bunx, "bun.js", bunfig]
306
+ file_patterns: ["bunfig.toml", "bun.lockb", "*.bun.ts"]
307
+ supported_actions: [build, test, run, migrate, review]
308
+ base_confidence: 40
309
+
310
+ npm-expert:
311
+ keywords:
312
+ korean: [npm, 패키지, 배포, 퍼블리시]
313
+ english: [npm, publish, package, registry, version]
314
+ file_patterns: ["package.json", ".npmrc", ".npmignore"]
315
+ supported_actions: [publish, version, audit, pack]
316
+ base_confidence: 40
317
+
318
+ optimizer:
319
+ keywords:
320
+ korean: [최적화, 번들, 성능, 트리쉐이킹]
321
+ english: [optimize, bundle, performance, "tree-shaking", "dead code"]
322
+ file_patterns: []
323
+ supported_actions: [analyze, optimize, report, bundle]
324
+ base_confidence: 40
325
+
326
+ # Manager - Verification
327
+ sauron:
328
+ keywords:
329
+ korean: [검증, 전체검증, 무결성, 사우론]
330
+ english: [verify, verification, sauron, "full check", "system integrity", "r017"]
331
+ file_patterns: []
332
+ supported_actions: [watch, quick, report, verify]
333
+ base_confidence: 40
@@ -0,0 +1,188 @@
1
+ # Pipeline Execution Skill
2
+
3
+ > **Category**: Orchestration
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Execute declarative pipelines with variable passing between sequential steps.
9
+
10
+ ## Capabilities
11
+
12
+ 1. Load and validate pipeline definitions
13
+ 2. Execute steps sequentially
14
+ 3. Pass outputs as inputs to subsequent steps
15
+ 4. Handle errors according to pipeline policy
16
+ 5. Report progress and final results
17
+
18
+ ## Execution Flow
19
+
20
+ ```
21
+ 1. Load Pipeline Definition
22
+ └── Validate YAML structure
23
+
24
+ 2. Process Inputs
25
+ └── Resolve input variables
26
+
27
+ 3. Execute Steps (sequential)
28
+ For each step:
29
+ ├── Resolve input variables (${var})
30
+ ├── Invoke agent with action
31
+ ├── Capture output
32
+ ├── Handle errors
33
+ └── Store output for next steps
34
+
35
+ 4. Report Results
36
+ └── Aggregate and format output
37
+ ```
38
+
39
+ ## Variable Resolution
40
+
41
+ ### Input Variables
42
+
43
+ ```yaml
44
+ input:
45
+ file: "${file_path}" # From pipeline inputs
46
+ data: "${step_1.result}" # From previous step
47
+ config: "${inputs.config}" # Explicit input reference
48
+ ```
49
+
50
+ ### Resolution Order
51
+
52
+ 1. Pipeline inputs (`${inputs.*}`)
53
+ 2. Previous step outputs (`${step_id}` or `${step_id.field}`)
54
+ 3. Environment variables (`${env.VAR}`) - if enabled
55
+
56
+ ## Step Execution
57
+
58
+ ### Normal Execution
59
+
60
+ ```
61
+ [Pipeline] code-review
62
+ ├── [1/4] detect_language...
63
+ │ └── Agent: secretary
64
+ │ └── Action: detect_language
65
+ │ └── Input: { file: "src/main.go" }
66
+ │ └── Output: "go"
67
+ │ └── Status: ✓
68
+ ```
69
+
70
+ ### Error Handling
71
+
72
+ ```yaml
73
+ on_error: stop # Stop pipeline, report error
74
+ on_error: continue # Log warning, continue to next step
75
+ on_error: retry # Retry with backoff
76
+ ```
77
+
78
+ ### Retry Configuration
79
+
80
+ ```yaml
81
+ retry:
82
+ max_attempts: 3
83
+ delay: 1000 # ms
84
+ backoff: exponential # linear | exponential
85
+ ```
86
+
87
+ ## Output Format
88
+
89
+ ### Progress Updates
90
+
91
+ ```
92
+ [Pipeline] code-review (2/4)
93
+ ├── [1/4] detect_language: ✓ go
94
+ ├── [2/4] analyze: ⏳ Running...
95
+ ├── [3/4] security_check: ⏳ Pending
96
+ └── [4/4] report: ⏳ Pending
97
+ ```
98
+
99
+ ### Completion
100
+
101
+ ```
102
+ [Pipeline Complete] code-review
103
+
104
+ Results:
105
+ ├── language: go
106
+ ├── analysis: { issues: 3, suggestions: 5 }
107
+ ├── security: { vulnerabilities: 0 }
108
+ └── report: "Review completed..."
109
+
110
+ Total: 4 steps, 0 failures
111
+ ```
112
+
113
+ ### Error Report
114
+
115
+ ```
116
+ [Pipeline Failed] code-review
117
+
118
+ Failed at step 2: analyze
119
+ ├── Error: Agent not found: xyz-expert
120
+ ├── Input: { file: "src/main.go" }
121
+ └── Steps completed: 1/4
122
+
123
+ Partial results available in ${partial_results}
124
+ ```
125
+
126
+ ## Integration
127
+
128
+ ### With Secretary
129
+
130
+ ```yaml
131
+ secretary:
132
+ - Receives pipeline:run command
133
+ - Loads pipeline definition
134
+ - Uses this skill for execution
135
+ - Reports results to user
136
+ ```
137
+
138
+ ### With Ecomode
139
+
140
+ ```yaml
141
+ ecomode_active:
142
+ - Compact progress updates
143
+ - Summary-only final output
144
+ - Skip verbose step details
145
+ ```
146
+
147
+ ## Validation Rules
148
+
149
+ ### Pipeline Structure
150
+
151
+ ```yaml
152
+ required:
153
+ - name: string
154
+ - steps: array (min 1)
155
+
156
+ optional:
157
+ - description: string
158
+ - inputs: array
159
+ - error_handling: object
160
+ - metadata: object
161
+ ```
162
+
163
+ ### Step Structure
164
+
165
+ ```yaml
166
+ required:
167
+ - id: string (unique)
168
+ - agent: string
169
+ - action: string
170
+
171
+ optional:
172
+ - input: object
173
+ - output: string
174
+ - on_error: stop | continue | retry
175
+ - retry: object
176
+ - description: string
177
+ ```
178
+
179
+ ## Error Codes
180
+
181
+ | Code | Meaning |
182
+ |------|---------|
183
+ | PIPELINE_NOT_FOUND | Pipeline file doesn't exist |
184
+ | INVALID_PIPELINE | YAML structure invalid |
185
+ | MISSING_INPUT | Required input not provided |
186
+ | STEP_FAILED | Step execution failed |
187
+ | AGENT_NOT_FOUND | Specified agent doesn't exist |
188
+ | VARIABLE_UNRESOLVED | Variable reference couldn't be resolved |
@@ -0,0 +1,27 @@
1
+ # Pipeline Execution Skill
2
+
3
+ metadata:
4
+ name: pipeline-execution
5
+ category: orchestration
6
+ description: Execute declarative pipelines with sequential steps
7
+
8
+ source:
9
+ type: internal
10
+
11
+ provides:
12
+ - Pipeline loading and validation
13
+ - Sequential step execution
14
+ - Variable resolution between steps
15
+ - Error handling per step
16
+ - Progress reporting
17
+ - Result aggregation
18
+
19
+ execution:
20
+ mode: sequential
21
+ variable_syntax: "${variable}"
22
+ error_default: stop
23
+
24
+ used_by:
25
+ - secretary
26
+
27
+ rule: R014