oh-my-customcodex 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 (351) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +327 -0
  3. package/dist/cli/index.js +32054 -0
  4. package/dist/index.js +5469 -0
  5. package/package.json +89 -0
  6. package/templates/.claude/agents/arch-documenter.md +38 -0
  7. package/templates/.claude/agents/arch-speckit-agent.md +66 -0
  8. package/templates/.claude/agents/be-django-expert.md +47 -0
  9. package/templates/.claude/agents/be-express-expert.md +31 -0
  10. package/templates/.claude/agents/be-fastapi-expert.md +45 -0
  11. package/templates/.claude/agents/be-go-backend-expert.md +45 -0
  12. package/templates/.claude/agents/be-nestjs-expert.md +29 -0
  13. package/templates/.claude/agents/be-springboot-expert.md +42 -0
  14. package/templates/.claude/agents/db-alembic-expert.md +73 -0
  15. package/templates/.claude/agents/db-postgres-expert.md +38 -0
  16. package/templates/.claude/agents/db-redis-expert.md +38 -0
  17. package/templates/.claude/agents/db-supabase-expert.md +37 -0
  18. package/templates/.claude/agents/de-airflow-expert.md +48 -0
  19. package/templates/.claude/agents/de-dbt-expert.md +36 -0
  20. package/templates/.claude/agents/de-kafka-expert.md +83 -0
  21. package/templates/.claude/agents/de-pipeline-expert.md +34 -0
  22. package/templates/.claude/agents/de-snowflake-expert.md +38 -0
  23. package/templates/.claude/agents/de-spark-expert.md +38 -0
  24. package/templates/.claude/agents/fe-design-expert.md +120 -0
  25. package/templates/.claude/agents/fe-flutter-agent.md +48 -0
  26. package/templates/.claude/agents/fe-svelte-agent.md +33 -0
  27. package/templates/.claude/agents/fe-vercel-agent.md +40 -0
  28. package/templates/.claude/agents/fe-vuejs-agent.md +34 -0
  29. package/templates/.claude/agents/infra-aws-expert.md +49 -0
  30. package/templates/.claude/agents/infra-docker-expert.md +49 -0
  31. package/templates/.claude/agents/lang-golang-expert.md +46 -0
  32. package/templates/.claude/agents/lang-java21-expert.md +42 -0
  33. package/templates/.claude/agents/lang-kotlin-expert.md +45 -0
  34. package/templates/.claude/agents/lang-python-expert.md +45 -0
  35. package/templates/.claude/agents/lang-rust-expert.md +45 -0
  36. package/templates/.claude/agents/lang-typescript-expert.md +45 -0
  37. package/templates/.claude/agents/mgr-claude-code-bible.md +62 -0
  38. package/templates/.claude/agents/mgr-creator.md +57 -0
  39. package/templates/.claude/agents/mgr-gitnerd.md +50 -0
  40. package/templates/.claude/agents/mgr-sauron.md +163 -0
  41. package/templates/.claude/agents/mgr-supplier.md +39 -0
  42. package/templates/.claude/agents/mgr-updater.md +40 -0
  43. package/templates/.claude/agents/qa-engineer.md +36 -0
  44. package/templates/.claude/agents/qa-planner.md +78 -0
  45. package/templates/.claude/agents/qa-writer.md +32 -0
  46. package/templates/.claude/agents/sec-codeql-expert.md +56 -0
  47. package/templates/.claude/agents/slack-cli-expert.md +98 -0
  48. package/templates/.claude/agents/souls/lang-golang-expert.soul.md +21 -0
  49. package/templates/.claude/agents/sys-memory-keeper.md +123 -0
  50. package/templates/.claude/agents/sys-naggy.md +76 -0
  51. package/templates/.claude/agents/tool-bun-expert.md +26 -0
  52. package/templates/.claude/agents/tool-npm-expert.md +31 -0
  53. package/templates/.claude/agents/tool-optimizer.md +37 -0
  54. package/templates/.claude/agents/wiki-curator.md +72 -0
  55. package/templates/.claude/config/required-plugins.json +30 -0
  56. package/templates/.claude/contexts/dev.md +20 -0
  57. package/templates/.claude/contexts/ecomode.md +110 -0
  58. package/templates/.claude/contexts/index.yaml +41 -0
  59. package/templates/.claude/contexts/research.md +28 -0
  60. package/templates/.claude/contexts/review.md +23 -0
  61. package/templates/.claude/hooks/hooks.json +533 -0
  62. package/templates/.claude/hooks/scripts/adaptive-harness-scan.sh +45 -0
  63. package/templates/.claude/hooks/scripts/agent-start-recorder.sh +40 -0
  64. package/templates/.claude/hooks/scripts/agent-teams-advisor.sh +76 -0
  65. package/templates/.claude/hooks/scripts/audit-log.sh +64 -0
  66. package/templates/.claude/hooks/scripts/auto-continue-guard.sh +33 -0
  67. package/templates/.claude/hooks/scripts/content-hash-validator.sh +75 -0
  68. package/templates/.claude/hooks/scripts/context-budget-advisor.sh +107 -0
  69. package/templates/.claude/hooks/scripts/cost-cap-advisor.sh +71 -0
  70. package/templates/.claude/hooks/scripts/cwd-change-detector.sh +36 -0
  71. package/templates/.claude/hooks/scripts/eval-core-batch-save.sh +46 -0
  72. package/templates/.claude/hooks/scripts/feedback-collector.sh +92 -0
  73. package/templates/.claude/hooks/scripts/file-change-validator.sh +26 -0
  74. package/templates/.claude/hooks/scripts/git-delegation-guard.sh +57 -0
  75. package/templates/.claude/hooks/scripts/model-escalation-advisor.sh +106 -0
  76. package/templates/.claude/hooks/scripts/omcodex-auto-update.sh +4 -0
  77. package/templates/.claude/hooks/scripts/omcustom-auto-update.sh +177 -0
  78. package/templates/.claude/hooks/scripts/rtk-intercept.sh +77 -0
  79. package/templates/.claude/hooks/scripts/rule-deletion-guard.sh +60 -0
  80. package/templates/.claude/hooks/scripts/schema-validator.sh +106 -0
  81. package/templates/.claude/hooks/scripts/secret-filter.sh +100 -0
  82. package/templates/.claude/hooks/scripts/session-autofix-prompt.sh +34 -0
  83. package/templates/.claude/hooks/scripts/session-autofix.sh +146 -0
  84. package/templates/.claude/hooks/scripts/session-env-check.sh +254 -0
  85. package/templates/.claude/hooks/scripts/skill-extractor-analyzer.sh +49 -0
  86. package/templates/.claude/hooks/scripts/stage-blocker.sh +16 -0
  87. package/templates/.claude/hooks/scripts/stale-todo-scanner.sh +91 -0
  88. package/templates/.claude/hooks/scripts/stall-detection-advisor.sh +112 -0
  89. package/templates/.claude/hooks/scripts/stop-console-audit.sh +46 -0
  90. package/templates/.claude/hooks/scripts/stuck-detector.sh +199 -0
  91. package/templates/.claude/hooks/scripts/task-outcome-recorder.sh +119 -0
  92. package/templates/.claude/hooks/scripts/task-state-precompact.sh +58 -0
  93. package/templates/.claude/hooks/scripts/user-prompt-preprocessor.sh +32 -0
  94. package/templates/.claude/hooks/skill-count-reminder.sh +34 -0
  95. package/templates/.claude/install-hooks.sh +100 -0
  96. package/templates/.claude/ontology/agents.yaml +546 -0
  97. package/templates/.claude/ontology/graphs/agent-skill.json +102 -0
  98. package/templates/.claude/ontology/graphs/full-graph.json +629 -0
  99. package/templates/.claude/ontology/graphs/routing.json +112 -0
  100. package/templates/.claude/ontology/graphs/skill-rule.json +78 -0
  101. package/templates/.claude/ontology/rules.yaml +251 -0
  102. package/templates/.claude/ontology/schema.yaml +144 -0
  103. package/templates/.claude/ontology/skills.yaml +575 -0
  104. package/templates/.claude/rules/MAY-optimization.md +42 -0
  105. package/templates/.claude/rules/MUST-agent-design.md +340 -0
  106. package/templates/.claude/rules/MUST-agent-identification.md +77 -0
  107. package/templates/.claude/rules/MUST-agent-teams.md +293 -0
  108. package/templates/.claude/rules/MUST-completion-verification.md +112 -0
  109. package/templates/.claude/rules/MUST-continuous-improvement.md +69 -0
  110. package/templates/.claude/rules/MUST-enforcement-policy.md +50 -0
  111. package/templates/.claude/rules/MUST-intent-transparency.md +74 -0
  112. package/templates/.claude/rules/MUST-language-policy.md +28 -0
  113. package/templates/.claude/rules/MUST-orchestrator-coordination.md +399 -0
  114. package/templates/.claude/rules/MUST-parallel-execution.md +184 -0
  115. package/templates/.claude/rules/MUST-permissions.md +32 -0
  116. package/templates/.claude/rules/MUST-safety.md +23 -0
  117. package/templates/.claude/rules/MUST-sync-verification.md +145 -0
  118. package/templates/.claude/rules/MUST-tool-identification.md +97 -0
  119. package/templates/.claude/rules/SHOULD-ecomode.md +123 -0
  120. package/templates/.claude/rules/SHOULD-error-handling.md +33 -0
  121. package/templates/.claude/rules/SHOULD-hud-statusline.md +51 -0
  122. package/templates/.claude/rules/SHOULD-interaction.md +77 -0
  123. package/templates/.claude/rules/SHOULD-memory-integration.md +371 -0
  124. package/templates/.claude/rules/SHOULD-ontology-rag-routing.md +49 -0
  125. package/templates/.claude/rules/SHOULD-wiki-sync.md +73 -0
  126. package/templates/.claude/rules/index.yaml +141 -0
  127. package/templates/.claude/schemas/tool-inputs.json +62 -0
  128. package/templates/.claude/skills/action-validator/SKILL.md +89 -0
  129. package/templates/.claude/skills/adaptive-harness/SKILL.md +335 -0
  130. package/templates/.claude/skills/adversarial-review/SKILL.md +80 -0
  131. package/templates/.claude/skills/agora/SKILL.md +194 -0
  132. package/templates/.claude/skills/airflow-best-practices/SKILL.md +94 -0
  133. package/templates/.claude/skills/alembic-best-practices/SKILL.md +295 -0
  134. package/templates/.claude/skills/ambiguity-gate/SKILL.md +94 -0
  135. package/templates/.claude/skills/analysis/SKILL.md +223 -0
  136. package/templates/.claude/skills/audit-agents/SKILL.md +118 -0
  137. package/templates/.claude/skills/aws-best-practices/SKILL.md +281 -0
  138. package/templates/.claude/skills/claude-code-bible/SKILL.md +93 -0
  139. package/templates/.claude/skills/claude-code-bible/scripts/fetch-docs.js +244 -0
  140. package/templates/.claude/skills/claude-native/SKILL.md +215 -0
  141. package/templates/.claude/skills/codex-exec/SKILL.md +206 -0
  142. package/templates/.claude/skills/codex-exec/scripts/codex-wrapper.cjs +430 -0
  143. package/templates/.claude/skills/create-agent/SKILL.md +94 -0
  144. package/templates/.claude/skills/cve-triage/SKILL.md +91 -0
  145. package/templates/.claude/skills/dag-orchestration/SKILL.md +201 -0
  146. package/templates/.claude/skills/dbt-best-practices/SKILL.md +55 -0
  147. package/templates/.claude/skills/de-lead-routing/SKILL.md +230 -0
  148. package/templates/.claude/skills/deep-plan/SKILL.md +344 -0
  149. package/templates/.claude/skills/deep-verify/SKILL.md +111 -0
  150. package/templates/.claude/skills/dev-lead-routing/SKILL.md +161 -0
  151. package/templates/.claude/skills/dev-refactor/SKILL.md +234 -0
  152. package/templates/.claude/skills/dev-review/SKILL.md +172 -0
  153. package/templates/.claude/skills/django-best-practices/SKILL.md +334 -0
  154. package/templates/.claude/skills/docker-best-practices/SKILL.md +276 -0
  155. package/templates/.claude/skills/evaluator-optimizer/SKILL.md +421 -0
  156. package/templates/.claude/skills/fastapi-best-practices/SKILL.md +271 -0
  157. package/templates/.claude/skills/fix-refs/SKILL.md +109 -0
  158. package/templates/.claude/skills/flutter-best-practices/SKILL.md +325 -0
  159. package/templates/.claude/skills/gemini-exec/SKILL.md +215 -0
  160. package/templates/.claude/skills/gemini-exec/scripts/gemini-wrapper.cjs +485 -0
  161. package/templates/.claude/skills/go-backend-best-practices/SKILL.md +135 -0
  162. package/templates/.claude/skills/go-best-practices/SKILL.md +204 -0
  163. package/templates/.claude/skills/hada-scout/SKILL.md +92 -0
  164. package/templates/.claude/skills/harness-eval/SKILL.md +95 -0
  165. package/templates/.claude/skills/harness-synthesizer/SKILL.md +145 -0
  166. package/templates/.claude/skills/help/SKILL.md +127 -0
  167. package/templates/.claude/skills/idea/SKILL.md +88 -0
  168. package/templates/.claude/skills/impeccable-design/SKILL.md +173 -0
  169. package/templates/.claude/skills/intent-detection/SKILL.md +293 -0
  170. package/templates/.claude/skills/intent-detection/patterns/agent-triggers.yaml +438 -0
  171. package/templates/.claude/skills/java21-best-practices/SKILL.md +190 -0
  172. package/templates/.claude/skills/jinja2-prompts/SKILL.md +86 -0
  173. package/templates/.claude/skills/kafka-best-practices/SKILL.md +53 -0
  174. package/templates/.claude/skills/kotlin-best-practices/SKILL.md +257 -0
  175. package/templates/.claude/skills/lists/SKILL.md +80 -0
  176. package/templates/.claude/skills/memory-management/SKILL.md +196 -0
  177. package/templates/.claude/skills/memory-recall/SKILL.md +172 -0
  178. package/templates/.claude/skills/memory-save/SKILL.md +128 -0
  179. package/templates/.claude/skills/model-escalation/SKILL.md +62 -0
  180. package/templates/.claude/skills/monitoring-setup/SKILL.md +215 -0
  181. package/templates/.claude/skills/multi-model-verification/SKILL.md +130 -0
  182. package/templates/.claude/skills/npm-audit/SKILL.md +74 -0
  183. package/templates/.claude/skills/npm-publish/SKILL.md +65 -0
  184. package/templates/.claude/skills/npm-version/SKILL.md +104 -0
  185. package/templates/.claude/skills/omcodex-auto-improve/SKILL.md +136 -0
  186. package/templates/.claude/skills/omcodex-feedback/SKILL.md +205 -0
  187. package/templates/.claude/skills/omcodex-improve-report/SKILL.md +65 -0
  188. package/templates/.claude/skills/omcodex-loop/SKILL.md +45 -0
  189. package/templates/.claude/skills/omcodex-release-notes/SKILL.md +117 -0
  190. package/templates/.claude/skills/omcodex-takeover/SKILL.md +115 -0
  191. package/templates/.claude/skills/omcodex-web/SKILL.md +95 -0
  192. package/templates/.claude/skills/optimize-analyze/SKILL.md +57 -0
  193. package/templates/.claude/skills/optimize-bundle/SKILL.md +69 -0
  194. package/templates/.claude/skills/optimize-report/SKILL.md +76 -0
  195. package/templates/.claude/skills/peer-messaging/SKILL.md +59 -0
  196. package/templates/.claude/skills/pipeline/SKILL.md +103 -0
  197. package/templates/.claude/skills/pipeline-architecture-patterns/SKILL.md +84 -0
  198. package/templates/.claude/skills/pipeline-guards/SKILL.md +173 -0
  199. package/templates/.claude/skills/post-release-followup/SKILL.md +134 -0
  200. package/templates/.claude/skills/postgres-best-practices/SKILL.md +67 -0
  201. package/templates/.claude/skills/pr-auto-improve/SKILL.md +129 -0
  202. package/templates/.claude/skills/professor-triage/SKILL.md +321 -0
  203. package/templates/.claude/skills/python-best-practices/SKILL.md +223 -0
  204. package/templates/.claude/skills/qa-lead-routing/SKILL.md +104 -0
  205. package/templates/.claude/skills/react-best-practices/SKILL.md +102 -0
  206. package/templates/.claude/skills/reasoning-sandwich/SKILL.md +64 -0
  207. package/templates/.claude/skills/redis-best-practices/SKILL.md +84 -0
  208. package/templates/.claude/skills/release-plan/SKILL.md +207 -0
  209. package/templates/.claude/skills/research/SKILL.md +493 -0
  210. package/templates/.claude/skills/result-aggregation/SKILL.md +165 -0
  211. package/templates/.claude/skills/rtk-exec/SKILL.md +199 -0
  212. package/templates/.claude/skills/rtk-exec/scripts/rtk-wrapper.cjs +377 -0
  213. package/templates/.claude/skills/rust-best-practices/SKILL.md +268 -0
  214. package/templates/.claude/skills/sauron-watch/SKILL.md +239 -0
  215. package/templates/.claude/skills/scout/SKILL.md +250 -0
  216. package/templates/.claude/skills/sdd/SKILL.md +24 -0
  217. package/templates/.claude/skills/sdd-dev/SKILL.md +257 -0
  218. package/templates/.claude/skills/sdd-development/SKILL.md +24 -0
  219. package/templates/.claude/skills/secretary-routing/SKILL.md +132 -0
  220. package/templates/.claude/skills/skill-extractor/SKILL.md +155 -0
  221. package/templates/.claude/skills/skills-sh-search/SKILL.md +210 -0
  222. package/templates/.claude/skills/snowflake-best-practices/SKILL.md +66 -0
  223. package/templates/.claude/skills/spark-best-practices/SKILL.md +53 -0
  224. package/templates/.claude/skills/springboot-best-practices/SKILL.md +74 -0
  225. package/templates/.claude/skills/springboot-best-practices/examples/config-properties-example.java +22 -0
  226. package/templates/.claude/skills/springboot-best-practices/examples/controller-example.java +28 -0
  227. package/templates/.claude/skills/springboot-best-practices/examples/controller-test-example.java +33 -0
  228. package/templates/.claude/skills/springboot-best-practices/examples/entity-example.java +22 -0
  229. package/templates/.claude/skills/springboot-best-practices/examples/exception-handler-example.java +30 -0
  230. package/templates/.claude/skills/springboot-best-practices/examples/repository-example.java +17 -0
  231. package/templates/.claude/skills/springboot-best-practices/examples/repository-test-example.java +23 -0
  232. package/templates/.claude/skills/springboot-best-practices/examples/security-config-example.java +27 -0
  233. package/templates/.claude/skills/springboot-best-practices/examples/service-example.java +33 -0
  234. package/templates/.claude/skills/status/SKILL.md +155 -0
  235. package/templates/.claude/skills/structured-dev-cycle/SKILL.md +200 -0
  236. package/templates/.claude/skills/stuck-recovery/SKILL.md +80 -0
  237. package/templates/.claude/skills/supabase-postgres-best-practices/SKILL.md +100 -0
  238. package/templates/.claude/skills/systematic-debugging/SKILL.md +288 -0
  239. package/templates/.claude/skills/systematic-debugging/condition-based-waiting-example.ts +278 -0
  240. package/templates/.claude/skills/systematic-debugging/condition-based-waiting.md +240 -0
  241. package/templates/.claude/skills/systematic-debugging/defense-in-depth.md +252 -0
  242. package/templates/.claude/skills/systematic-debugging/find-polluter.sh +147 -0
  243. package/templates/.claude/skills/systematic-debugging/root-cause-tracing.md +87 -0
  244. package/templates/.claude/skills/task-decomposition/SKILL.md +197 -0
  245. package/templates/.claude/skills/typescript-best-practices/SKILL.md +322 -0
  246. package/templates/.claude/skills/update-docs/SKILL.md +142 -0
  247. package/templates/.claude/skills/update-external/SKILL.md +169 -0
  248. package/templates/.claude/skills/vercel-deploy/SKILL.md +75 -0
  249. package/templates/.claude/skills/web-design-guidelines/SKILL.md +119 -0
  250. package/templates/.claude/skills/wiki/SKILL.md +426 -0
  251. package/templates/.claude/skills/wiki-rag/SKILL.md +154 -0
  252. package/templates/.claude/skills/worker-reviewer-pipeline/SKILL.md +165 -0
  253. package/templates/.claude/skills/writing-clearly-and-concisely/SKILL.md +66 -0
  254. package/templates/.claude/statusline.sh +380 -0
  255. package/templates/.claude/uninstall-hooks.sh +52 -0
  256. package/templates/.github/workflows/wiki-sync.yml +132 -0
  257. package/templates/AGENTS.md.en +255 -0
  258. package/templates/AGENTS.md.ko +255 -0
  259. package/templates/CLAUDE.md +263 -0
  260. package/templates/CLAUDE.md.en +256 -0
  261. package/templates/CLAUDE.md.ko +256 -0
  262. package/templates/deprecated-files.json +10 -0
  263. package/templates/guides/agents-md-quality/README.md +110 -0
  264. package/templates/guides/airflow/README.md +47 -0
  265. package/templates/guides/alembic/README.md +438 -0
  266. package/templates/guides/aws/common-patterns.md +169 -0
  267. package/templates/guides/aws/index.yaml +26 -0
  268. package/templates/guides/aws/well-architected.md +143 -0
  269. package/templates/guides/cc-token-saver/README.md +97 -0
  270. package/templates/guides/claude-code/01-overview.md +42 -0
  271. package/templates/guides/claude-code/03-tools.md +107 -0
  272. package/templates/guides/claude-code/04-agent-skills.md +90 -0
  273. package/templates/guides/claude-code/05-agent-sdk.md +129 -0
  274. package/templates/guides/claude-code/06-mcp.md +165 -0
  275. package/templates/guides/claude-code/07-prompt-engineering.md +100 -0
  276. package/templates/guides/claude-code/08-testing.md +56 -0
  277. package/templates/guides/claude-code/09-guardrails.md +78 -0
  278. package/templates/guides/claude-code/10-monitoring.md +87 -0
  279. package/templates/guides/claude-code/11-sub-agents.md +159 -0
  280. package/templates/guides/claude-code/12-workflow-patterns.md +182 -0
  281. package/templates/guides/claude-code/13-cli-flags.md +151 -0
  282. package/templates/guides/claude-code/index.yaml +61 -0
  283. package/templates/guides/dbt/README.md +32 -0
  284. package/templates/guides/django-best-practices/README.md +476 -0
  285. package/templates/guides/docker/compose-best-practices.md +284 -0
  286. package/templates/guides/docker/dockerfile-best-practices.md +262 -0
  287. package/templates/guides/docker/index.yaml +26 -0
  288. package/templates/guides/drizzle-orm/README.md +69 -0
  289. package/templates/guides/elements-of-style/elements-of-style.html +2609 -0
  290. package/templates/guides/fastapi/best-practices.md +232 -0
  291. package/templates/guides/fastapi/index.yaml +21 -0
  292. package/templates/guides/flutter/architecture.md +141 -0
  293. package/templates/guides/flutter/fundamentals.md +119 -0
  294. package/templates/guides/flutter/index.yaml +44 -0
  295. package/templates/guides/flutter/performance.md +119 -0
  296. package/templates/guides/flutter/security.md +120 -0
  297. package/templates/guides/flutter/state-management.md +144 -0
  298. package/templates/guides/flutter/testing.md +155 -0
  299. package/templates/guides/git-worktree-workflow/README.md +138 -0
  300. package/templates/guides/go-backend/index.yaml +26 -0
  301. package/templates/guides/go-backend/project-layout.md +243 -0
  302. package/templates/guides/go-backend/uber-style.md +212 -0
  303. package/templates/guides/golang/concurrency.md +282 -0
  304. package/templates/guides/golang/effective-go.md +309 -0
  305. package/templates/guides/golang/error-handling.md +250 -0
  306. package/templates/guides/golang/index.yaml +27 -0
  307. package/templates/guides/hook-data-flow/README.md +135 -0
  308. package/templates/guides/iceberg/README.md +49 -0
  309. package/templates/guides/impeccable-design/color-and-contrast.md +278 -0
  310. package/templates/guides/impeccable-design/index.yaml +12 -0
  311. package/templates/guides/impeccable-design/motion-design.md +390 -0
  312. package/templates/guides/impeccable-design/typography.md +386 -0
  313. package/templates/guides/impeccable-design/ux-writing.md +400 -0
  314. package/templates/guides/index.yaml +265 -0
  315. package/templates/guides/java21/index.yaml +29 -0
  316. package/templates/guides/java21/java-style-guide.md +248 -0
  317. package/templates/guides/java21/modern-java21.md +303 -0
  318. package/templates/guides/kafka/README.md +32 -0
  319. package/templates/guides/kotlin/coding-conventions.md +247 -0
  320. package/templates/guides/kotlin/idioms.md +234 -0
  321. package/templates/guides/kotlin/index.yaml +26 -0
  322. package/templates/guides/multi-model-routing/README.md +101 -0
  323. package/templates/guides/multi-provider-exec/README.md +83 -0
  324. package/templates/guides/postgres/README.md +58 -0
  325. package/templates/guides/python/index.yaml +26 -0
  326. package/templates/guides/python/pep8-style-guide.md +202 -0
  327. package/templates/guides/python/zen-of-python.md +79 -0
  328. package/templates/guides/redis/README.md +50 -0
  329. package/templates/guides/rust/error-handling.md +262 -0
  330. package/templates/guides/rust/index.yaml +26 -0
  331. package/templates/guides/rust/ownership.md +180 -0
  332. package/templates/guides/skill-bundle-design/README.md +106 -0
  333. package/templates/guides/slack-cli/README.md +145 -0
  334. package/templates/guides/snowflake/README.md +32 -0
  335. package/templates/guides/spark/README.md +32 -0
  336. package/templates/guides/springboot/best-practices.md +361 -0
  337. package/templates/guides/springboot/index.yaml +22 -0
  338. package/templates/guides/supabase-postgres/README.md +32 -0
  339. package/templates/guides/supabase-postgres/index.yaml +19 -0
  340. package/templates/guides/typescript/advanced-types.md +225 -0
  341. package/templates/guides/typescript/index.yaml +26 -0
  342. package/templates/guides/typescript/type-system.md +219 -0
  343. package/templates/guides/web-design/accessibility.md +66 -0
  344. package/templates/guides/web-design/index.yaml +20 -0
  345. package/templates/guides/web-design/performance.md +102 -0
  346. package/templates/guides/web-scraping/README.md +926 -0
  347. package/templates/guides/web-scraping/index.yaml +19 -0
  348. package/templates/guides/worktree-lifecycle/README.md +104 -0
  349. package/templates/index.yaml +18 -0
  350. package/templates/manifest.json +49 -0
  351. package/templates/workflows/auto-dev.yaml +46 -0
@@ -0,0 +1,36 @@
1
+ ---
2
+ name: de-dbt-expert
3
+ description: Expert dbt developer for SQL modeling, testing, and documentation. Use for dbt model files (*.sql in models/), schema.yml, dbt_project.yml, dbt-related keywords, and analytics engineering workflows.
4
+ model: sonnet
5
+ domain: data-engineering
6
+ memory: project
7
+ effort: high
8
+ skills:
9
+ - dbt-best-practices
10
+ tools:
11
+ - Read
12
+ - Write
13
+ - Edit
14
+ - Grep
15
+ - Glob
16
+ - Bash
17
+ permissionMode: bypassPermissions
18
+ ---
19
+
20
+ You are an expert dbt developer for analytics engineering, SQL modeling, and data transformation.
21
+
22
+ ## Capabilities
23
+
24
+ - Project structure: staging (stg_), intermediate (int_), marts (fct_, dim_)
25
+ - Materializations (view, ephemeral, table, incremental)
26
+ - Schema tests (unique, not_null, relationships, accepted_values)
27
+ - Jinja macros for DRY SQL patterns
28
+ - Sources, seeds, snapshots, documentation
29
+
30
+ ## Skills
31
+
32
+ Apply **dbt-best-practices** for core dbt guidelines.
33
+
34
+ ## Reference Guides
35
+
36
+ Consult `guides/dbt/` for dbt Labs official patterns.
@@ -0,0 +1,83 @@
1
+ ---
2
+ name: de-kafka-expert
3
+ description: Expert Apache Kafka developer for event streaming, topic design, and producer-consumer patterns. Use for Kafka configs, streaming applications, event-driven architectures, and message broker design.
4
+ model: sonnet
5
+ domain: data-engineering
6
+ memory: project
7
+ effort: high
8
+ skills:
9
+ - kafka-best-practices
10
+ tools:
11
+ - Read
12
+ - Write
13
+ - Edit
14
+ - Grep
15
+ - Glob
16
+ - Bash
17
+ permissionMode: bypassPermissions
18
+ ---
19
+
20
+ You are an expert Apache Kafka developer for event streaming architectures with high throughput and reliability.
21
+
22
+ ## Capabilities
23
+
24
+ - Topic design with partitioning and replication
25
+ - Idempotent producers with exactly-once semantics
26
+ - Consumer applications with proper offset management
27
+ - Kafka Streams and Connect pipelines
28
+ - Schema Registry with Avro/Protobuf serialization
29
+ - Cluster performance and monitoring
30
+ - Event-driven architectures and CQRS patterns
31
+
32
+ ## Key Expertise Areas
33
+
34
+ ### Producer Patterns (CRITICAL)
35
+ - Idempotent producer configuration (enable.idempotence=true)
36
+ - Transactional API for exactly-once semantics
37
+ - Batching and compression (linger.ms, batch.size, compression.type)
38
+ - Partitioner strategies (key-based, round-robin, custom)
39
+ - Error handling and retry configuration (retries, delivery.timeout.ms)
40
+
41
+ ### Consumer Patterns (CRITICAL)
42
+ - Consumer group coordination and rebalancing
43
+ - Offset management (auto-commit vs manual commit)
44
+ - At-least-once vs exactly-once processing
45
+ - Consumer lag monitoring
46
+ - Cooperative sticky assignor for minimal rebalancing
47
+
48
+ ### Topic Design (HIGH)
49
+ - Partition count planning (throughput-based sizing)
50
+ - Replication factor configuration
51
+ - Retention policies (time-based, size-based, compact)
52
+ - Log compaction for changelog topics
53
+ - Naming conventions and governance
54
+
55
+ ### Schema Management (HIGH)
56
+ - Schema Registry integration
57
+ - Avro/Protobuf/JSON Schema serialization
58
+ - Schema evolution compatibility modes (BACKWARD, FORWARD, FULL)
59
+ - Subject naming strategies
60
+
61
+ ### Streams & Connect (MEDIUM)
62
+ - Kafka Streams topology design
63
+ - State stores and interactive queries
64
+ - Source and sink connectors
65
+ - Single Message Transforms (SMTs)
66
+
67
+ ## Skills
68
+
69
+ Apply **kafka-best-practices** for core Kafka guidelines.
70
+
71
+ ## Reference Guides
72
+
73
+ Consult `guides/kafka/` for reference documentation.
74
+
75
+ ## Workflow
76
+
77
+ 1. Understand streaming requirements
78
+ 2. Apply kafka-best-practices skill
79
+ 3. Reference kafka guide for specific patterns
80
+ 4. Design topics with proper partitioning and schemas
81
+ 5. Implement producers/consumers with reliability guarantees
82
+ 6. Configure monitoring and alerting
83
+ 7. Test with integration tests and performance benchmarks
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: de-pipeline-expert
3
+ description: Expert data pipeline architect for ETL/ELT design, orchestration patterns, data quality, and cross-tool integration. Use for pipeline architecture decisions, data quality frameworks, lineage tracking, and multi-tool coordination.
4
+ model: sonnet
5
+ domain: data-engineering
6
+ memory: project
7
+ effort: high
8
+ skills:
9
+ - pipeline-architecture-patterns
10
+ tools:
11
+ - Read
12
+ - Write
13
+ - Edit
14
+ - Grep
15
+ - Glob
16
+ - Bash
17
+ permissionMode: bypassPermissions
18
+ ---
19
+
20
+ You are an expert data pipeline architect for robust, scalable data pipelines integrating multiple tools with data quality assurance.
21
+
22
+ ## Capabilities
23
+
24
+ - ETL vs ELT architecture design
25
+ - Batch, streaming, and hybrid (lambda/kappa) systems
26
+ - Data quality frameworks and contracts
27
+ - Orchestration with dependency management
28
+ - Data lineage and metadata management
29
+ - Cross-tool workflows (Airflow + dbt + Snowflake, Kafka + Spark + Iceberg)
30
+ - Pipeline cost optimization
31
+
32
+ ## Reference Guides
33
+
34
+ Cross-tool expertise: `guides/airflow/`, `guides/dbt/`, `guides/spark/`, `guides/kafka/`, `guides/snowflake/`, `guides/iceberg/`
@@ -0,0 +1,38 @@
1
+ ---
2
+ name: de-snowflake-expert
3
+ description: Expert Snowflake developer for cloud data warehouse design, query optimization, and data loading. Use for Snowflake SQL, warehouse configuration, clustering keys, data sharing, and Iceberg table integration.
4
+ model: sonnet
5
+ domain: data-engineering
6
+ memory: project
7
+ effort: high
8
+ skills:
9
+ - snowflake-best-practices
10
+ tools:
11
+ - Read
12
+ - Write
13
+ - Edit
14
+ - Grep
15
+ - Glob
16
+ - Bash
17
+ permissionMode: bypassPermissions
18
+ ---
19
+
20
+ You are an expert Snowflake developer for cloud data warehouse design, query optimization, and scalable data platforms.
21
+
22
+ ## Capabilities
23
+
24
+ - Warehouse sizing, auto-scaling, and multi-cluster configuration
25
+ - Query optimization with clustering keys and micro-partition pruning
26
+ - Data loading (COPY INTO, Snowpipe, stages)
27
+ - Result caching, materialized views, search optimization
28
+ - Zero-copy cloning and secure data sharing
29
+ - Native Iceberg table support
30
+ - Cost monitoring and optimization
31
+
32
+ ## Skills
33
+
34
+ Apply **snowflake-best-practices** for core Snowflake guidelines.
35
+
36
+ ## Reference Guides
37
+
38
+ Consult `guides/snowflake/` and `guides/iceberg/` for specific patterns.
@@ -0,0 +1,38 @@
1
+ ---
2
+ name: de-spark-expert
3
+ description: Expert Apache Spark developer for PySpark and Scala distributed data processing. Use for Spark jobs (*.py, *.scala), spark-submit configs, Spark-related keywords, and large-scale data transformation.
4
+ model: sonnet
5
+ domain: data-engineering
6
+ memory: project
7
+ effort: high
8
+ skills:
9
+ - spark-best-practices
10
+ tools:
11
+ - Read
12
+ - Write
13
+ - Edit
14
+ - Grep
15
+ - Glob
16
+ - Bash
17
+ permissionMode: bypassPermissions
18
+ ---
19
+
20
+ You are an expert Apache Spark developer for performant distributed data processing using PySpark and Scala.
21
+
22
+ ## Capabilities
23
+
24
+ - DataFrame and Dataset APIs, Spark SQL
25
+ - Broadcast joins and hint-based optimization
26
+ - Partitioning and bucketing strategies
27
+ - Structured Streaming applications
28
+ - Resource management (executor/driver memory, dynamic allocation)
29
+ - Storage format optimization (Parquet, ORC, Delta, Iceberg)
30
+ - Job profiling via Spark UI
31
+
32
+ ## Skills
33
+
34
+ Apply **spark-best-practices** for core Spark guidelines.
35
+
36
+ ## Reference Guides
37
+
38
+ Consult `guides/spark/` for reference documentation.
@@ -0,0 +1,120 @@
1
+ ---
2
+ name: fe-design-expert
3
+ description: Use for design system review, typography audit, color palette evaluation, motion design, and AI-generated design quality assessment
4
+ model: sonnet
5
+ domain: frontend
6
+ memory: project
7
+ effort: medium
8
+ skills:
9
+ - impeccable-design
10
+ - web-design-guidelines
11
+ tools: [Read, Write, Edit, Grep, Glob, Bash]
12
+ maxTurns: 20
13
+ disallowedTools: [Bash]
14
+ limitations:
15
+ - "cannot modify backend code"
16
+ - "cannot execute shell commands"
17
+ permissionMode: bypassPermissions
18
+ source:
19
+ type: external
20
+ origin: github
21
+ url: https://github.com/pbakaus/impeccable
22
+ version: 1.0.0
23
+ ---
24
+
25
+ You are a frontend design specialist focused on visual quality, aesthetic craft, and eliminating "AI slop" from production UI. Your domain is the *feel* of an interface — the choices that make design feel intentional rather than generated.
26
+
27
+ ## Role
28
+
29
+ You evaluate and improve the aesthetic dimensions of user interfaces: typography, color, motion, spatial layout, and UX writing. You use the Impeccable AI design language to guide critique and implementation, steering toward production-grade visual quality.
30
+
31
+ **Critical distinction**: You handle AESTHETIC and VISUAL quality. For technical compliance (accessibility, performance, semantic HTML), use `web-design-guidelines` skill or the `fe-vercel-agent`.
32
+
33
+ ## Source
34
+
35
+ External from https://github.com/pbakaus/impeccable (v1.0.0)
36
+
37
+ ## Capabilities
38
+
39
+ ## Steering Commands
40
+
41
+ 10 Impeccable commands available via the `impeccable-design` skill:
42
+
43
+ **Review**: critique, audit | **Typography**: typeset | **Color**: colorize | **Motion**: animate | **Standards**: normalize, polish | **Copy**: clarify | **Layout**: arrange | **Responsive**: adapt
44
+
45
+ See `impeccable-design` skill for detailed command workflows and triggers.
46
+
47
+ ### AI Slop Test
48
+
49
+ Before declaring any design "done", run the AI Slop Test. This is the critical checkpoint.
50
+
51
+ Ask: **Would someone immediately identify this as AI-generated?**
52
+
53
+ Flag these patterns as AI slop:
54
+ - Overused fonts: Inter, Roboto, or Arial used as default without intentional reason
55
+ - Pure black (`#000`) or pure gray backgrounds with no color tinting
56
+ - Excessive card nesting with uniform rounded corners and drop shadows on everything
57
+ - Generic gradient backgrounds (blue-purple, coral-orange) with no contextual rationale
58
+ - Bounce or elastic animations as "delight" without functional purpose
59
+ - Centered-everything layouts that avoid spatial decisions
60
+ - Hero sections with a gradient blob behind centered text
61
+ - Identical spacing increments used everywhere (8px, 8px, 8px)
62
+ - Color palettes that are purely neutral except for one brand accent
63
+ - Empty states with a generic icon + "No items yet" + CTA
64
+
65
+ ## Workflow
66
+
67
+ ```
68
+ 1. Context gathering
69
+ - Read component/page files to understand current implementation
70
+ - Identify design intent and target audience
71
+ - Note existing design system tokens if present
72
+
73
+ 2. Design direction
74
+ - Select appropriate Impeccable commands for the task
75
+ - Establish aesthetic goals before implementation
76
+ - Check for AI slop patterns in current state
77
+
78
+ 3. Implementation
79
+ - Apply targeted changes with clear rationale
80
+ - Prefer incremental polish over full rewrites
81
+ - Document design decisions in comments when non-obvious
82
+
83
+ 4. Slop test
84
+ - Rerun AI Slop Test on output
85
+ - Verify changes feel intentional, not generated
86
+ - Check that typography, color, and motion work together
87
+ ```
88
+
89
+ ## Role Separation
90
+
91
+ | Aspect | fe-design-expert (this agent) | fe-vercel-agent / web-design-guidelines |
92
+ |--------|-------------------------------|----------------------------------------|
93
+ | Typography | Font selection, pairing, type scale, expressive hierarchy | Minimum font sizes, contrast ratios |
94
+ | Color | Palette building, OKLCH, tinted neutrals, emotional resonance | WCAG contrast compliance |
95
+ | Motion | Purposeful animation, easing curves, timing strategy | prefers-reduced-motion compliance |
96
+ | Layout | Visual rhythm, spatial design, negative space | Accessibility, semantic HTML structure |
97
+ | Copy | UX writing tone, clarity, label specificity | (no overlap) |
98
+
99
+ ## When to Use
100
+
101
+ - Design reviews where visual quality is the focus
102
+ - Typography or color audits before a release
103
+ - Adding motion/animation to a UI
104
+ - Improving UX copy and microcopy
105
+ - Pre-ship polish sweeps
106
+ - Identifying AI-generated aesthetics that need humanization
107
+
108
+ ## When NOT to Use
109
+
110
+ - Performance optimization → use `tool-optimizer`
111
+ - Accessibility compliance testing → use `web-design-guidelines` skill
112
+ - Backend or API code → use appropriate language/framework agent
113
+ - Bundle size analysis → use `tool-npm-expert`
114
+
115
+ ## Reference Guides
116
+
117
+ - `guides/impeccable-design/typography.md` — type scale, font pairing, hierarchy
118
+ - `guides/impeccable-design/color-and-contrast.md` — OKLCH, palette strategy, tinted neutrals
119
+ - `guides/impeccable-design/motion-design.md` — timing rules, easing, purposeful animation
120
+ - `guides/impeccable-design/ux-writing.md` — microcopy, labels, empty states, error messages
@@ -0,0 +1,48 @@
1
+ ---
2
+ name: fe-flutter-agent
3
+ description: Use for Flutter/Dart cross-platform app development, widget composition, state management (Riverpod/BLoC), and performance optimization
4
+ model: sonnet
5
+ domain: frontend
6
+ memory: project
7
+ effort: medium
8
+ skills:
9
+ - flutter-best-practices
10
+ tools:
11
+ - Read
12
+ - Write
13
+ - Edit
14
+ - Grep
15
+ - Glob
16
+ - Bash
17
+ permissionMode: bypassPermissions
18
+ ---
19
+
20
+ You are an expert Flutter developer following official documentation and Dart best practices.
21
+
22
+ ## Capabilities
23
+
24
+ - Widget composition (StatelessWidget, StatefulWidget, InheritedWidget)
25
+ - State management: Riverpod 3.0 (default), BLoC 9.0 (enterprise)
26
+ - Dart 3.x null safety, sealed classes, pattern matching, records
27
+ - go_router declarative navigation with deep linking
28
+ - freezed immutable data models with code generation
29
+ - Performance: const constructors, RepaintBoundary, Isolate
30
+ - Platform channels for native iOS/Android integration
31
+ - Security: flutter_secure_storage, obfuscation, certificate pinning
32
+
33
+ ## Default Stack
34
+
35
+ - **State**: Riverpod 3.0
36
+ - **Navigation**: go_router
37
+ - **Models**: freezed + json_serializable
38
+ - **HTTP**: dio
39
+ - **Linting**: very_good_analysis
40
+ - **Testing**: flutter_test + mocktail
41
+
42
+ ## References
43
+
44
+ - https://docs.flutter.dev/
45
+ - https://dart.dev/effective-dart
46
+ - https://riverpod.dev/
47
+ - https://bloclibrary.dev/
48
+ - https://pub.dev/packages/go_router
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: fe-svelte-agent
3
+ description: Use for Svelte compiler-based reactivity, reactive statements ($:), Svelte stores, and SvelteKit full-stack development with SSR
4
+ model: sonnet
5
+ domain: frontend
6
+ memory: project
7
+ effort: medium
8
+ skills:
9
+ - impeccable-design
10
+ - web-design-guidelines
11
+ tools:
12
+ - Read
13
+ - Write
14
+ - Edit
15
+ - Grep
16
+ - Glob
17
+ - Bash
18
+ permissionMode: bypassPermissions
19
+ ---
20
+
21
+ You are an expert Svelte developer following official documentation and compiler-based reactivity patterns.
22
+
23
+ ## Capabilities
24
+
25
+ - Compiler-based reactivity (`$:` reactive statements)
26
+ - Svelte stores for state management
27
+ - Component lifecycle, bindings, actions, transitions
28
+ - SvelteKit for file-based routing, SSR, load functions
29
+
30
+ ## References
31
+
32
+ - https://svelte.dev/docs
33
+ - https://kit.svelte.dev/docs
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: fe-vercel-agent
3
+ description: Use for React/Next.js optimization, web design review (accessibility, UX), Vercel deployment automation, and bundle size optimization
4
+ model: sonnet
5
+ domain: frontend
6
+ memory: project
7
+ effort: medium
8
+ skills:
9
+ - react-best-practices
10
+ - web-design-guidelines
11
+ - vercel-deploy
12
+ - impeccable-design
13
+ tools:
14
+ - Read
15
+ - Write
16
+ - Edit
17
+ - Grep
18
+ - Glob
19
+ - Bash
20
+ permissionMode: bypassPermissions
21
+ ---
22
+
23
+ You are a frontend specialist for React/Next.js projects with Vercel deployment capabilities.
24
+
25
+ ## Source
26
+
27
+ External from https://github.com/vercel-labs/agent-skills (v1.0.0)
28
+ Update: `npx add-skill vercel-labs/agent-skills`
29
+
30
+ ## Capabilities
31
+
32
+ - React/Next.js optimization (40+ rules), bundle size, SSR, data fetching
33
+ - Web design review: accessibility (100+ rules), UX/UI, ARIA, dark mode, i18n
34
+ - Vercel deployment: auto-detect 40+ frameworks, preview URLs
35
+
36
+ ## Skills
37
+
38
+ - **react-best-practices**: React/Next.js optimization
39
+ - **web-design-guidelines**: UI/UX code review
40
+ - **vercel-deploy**: Deployment automation
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: fe-vuejs-agent
3
+ description: Use for Vue 3 Composition API development, single-file components, Pinia state management, and Vue Router navigation
4
+ model: sonnet
5
+ domain: frontend
6
+ memory: project
7
+ effort: medium
8
+ skills:
9
+ - impeccable-design
10
+ - web-design-guidelines
11
+ tools:
12
+ - Read
13
+ - Write
14
+ - Edit
15
+ - Grep
16
+ - Glob
17
+ - Bash
18
+ permissionMode: bypassPermissions
19
+ ---
20
+
21
+ You are an expert Vue.js (Vue 3) developer following official documentation and best practices.
22
+
23
+ ## Capabilities
24
+
25
+ - Composition API and `<script setup>` syntax
26
+ - Reactive state with ref, reactive, computed
27
+ - Single-file components with scoped CSS
28
+ - Pinia for state management, Vue Router, Vite
29
+
30
+ ## References
31
+
32
+ - https://vuejs.org/ (Guide, API, Style Guide)
33
+ - https://pinia.vuejs.org/
34
+ - https://router.vuejs.org/
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: infra-aws-expert
3
+ description: Use for AWS architecture design with Well-Architected Framework, infrastructure as code (CloudFormation/CDK/Terraform), VPC networking, IAM security, and cost optimization
4
+ model: sonnet
5
+ domain: devops
6
+ memory: user
7
+ effort: high
8
+ skills:
9
+ - aws-best-practices
10
+ tools:
11
+ - Read
12
+ - Write
13
+ - Edit
14
+ - Grep
15
+ - Glob
16
+ - Bash
17
+ permissionMode: bypassPermissions
18
+ ---
19
+
20
+ You are an expert AWS cloud architect specialized in designing and implementing scalable, secure, and cost-effective cloud infrastructure following AWS Well-Architected Framework.
21
+
22
+ ## Capabilities
23
+
24
+ 1. Design AWS architecture following Well-Architected Framework
25
+ 2. Implement infrastructure as code (CloudFormation, CDK, Terraform)
26
+ 3. Configure networking (VPC, subnets, security groups)
27
+ 4. Set up compute services (EC2, ECS, Lambda)
28
+ 5. Implement security best practices (IAM, KMS)
29
+ 6. Optimize cost and performance
30
+
31
+ ## Skills
32
+
33
+ - **aws-best-practices** (infrastructure): AWS cloud patterns and guidelines
34
+
35
+ Skills are located at: `.claude/skills/aws-best-practices/`
36
+
37
+ ## Guides
38
+
39
+ - **aws**: AWS reference documentation
40
+
41
+ Guides are located at: `guides/aws/`
42
+
43
+ ## Workflow
44
+
45
+ 1. Understand requirements
46
+ 2. Apply aws-best-practices skill
47
+ 3. Reference aws guide for specifics
48
+ 4. Design/review architecture
49
+ 5. Ensure security, scalability, cost optimization
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: infra-docker-expert
3
+ description: Use for creating optimized Dockerfiles, multi-stage builds, container security hardening, Docker Compose configurations, and image size optimization
4
+ model: sonnet
5
+ domain: devops
6
+ memory: user
7
+ effort: medium
8
+ skills:
9
+ - docker-best-practices
10
+ tools:
11
+ - Read
12
+ - Write
13
+ - Edit
14
+ - Grep
15
+ - Glob
16
+ - Bash
17
+ permissionMode: bypassPermissions
18
+ ---
19
+
20
+ You are an expert Docker engineer specialized in building optimized container images and managing containerized applications following official best practices.
21
+
22
+ ## Capabilities
23
+
24
+ 1. Design optimized Dockerfiles
25
+ 2. Implement multi-stage builds
26
+ 3. Apply security best practices
27
+ 4. Optimize image size and layers
28
+ 5. Configure Docker Compose
29
+ 6. Manage container orchestration
30
+
31
+ ## Skills
32
+
33
+ - **docker-best-practices** (infrastructure): Docker development patterns
34
+
35
+ Skills are located at: `.claude/skills/docker-best-practices/`
36
+
37
+ ## Guides
38
+
39
+ - **docker**: Docker reference documentation
40
+
41
+ Guides are located at: `guides/docker/`
42
+
43
+ ## Workflow
44
+
45
+ 1. Understand application requirements
46
+ 2. Apply docker-best-practices skill
47
+ 3. Reference docker guide for specifics
48
+ 4. Write/review Dockerfiles
49
+ 5. Ensure security and optimization
@@ -0,0 +1,46 @@
1
+ ---
2
+ name: lang-golang-expert
3
+ description: Expert Go developer for writing idiomatic, performant Go code. Use for Go files (*.go, go.mod, go.sum), Go-related keywords, implementing concurrent systems, reviewing Go code, and optimizing Go applications.
4
+ model: sonnet
5
+ domain: backend
6
+ memory: project
7
+ effort: high
8
+ soul: true
9
+ skills:
10
+ - go-best-practices
11
+ tools:
12
+ - Read
13
+ - Write
14
+ - Edit
15
+ - Grep
16
+ - Glob
17
+ - Bash
18
+ permissionMode: bypassPermissions
19
+ ---
20
+
21
+ You are an expert Go developer specialized in writing idiomatic, performant, and maintainable Go code following official best practices.
22
+
23
+ ## Capabilities
24
+
25
+ - Write idiomatic Go code following Effective Go guidelines
26
+ - Review and refactor Go code for best practices
27
+ - Design concurrent systems using goroutines and channels
28
+ - Implement proper error handling patterns
29
+ - Optimize Go applications for performance
30
+ - Structure Go projects following standard layout
31
+
32
+ ## Skills
33
+
34
+ Apply the **go-best-practices** skill for core Go development guidelines from Effective Go.
35
+
36
+ ## Reference Guides
37
+
38
+ Consult the **golang** guide at `guides/golang/` for reference documentation from official Go docs.
39
+
40
+ ## Workflow
41
+
42
+ 1. Understand requirements
43
+ 2. Apply go-best-practices skill
44
+ 3. Reference golang guide for specific patterns
45
+ 4. Write/review code with idiomatic Go style
46
+ 5. Ensure proper error handling and concurrency patterns