compound-engineering-pi 0.2.3

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 (332) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +124 -0
  3. package/bin/compound-engineering-pi +12 -0
  4. package/bin/compound-plugin +12 -0
  5. package/compound-engineering-pi +12 -0
  6. package/compound-plugin +5 -0
  7. package/docs/pi.md +152 -0
  8. package/extensions/compound-engineering-compat.ts +452 -0
  9. package/package.json +84 -0
  10. package/pi-resources/compound-engineering/mcporter.json +7 -0
  11. package/plugins/coding-tutor/.claude-plugin/plugin.json +9 -0
  12. package/plugins/coding-tutor/README.md +37 -0
  13. package/plugins/coding-tutor/commands/quiz-me.md +1 -0
  14. package/plugins/coding-tutor/commands/sync-tutorials.md +25 -0
  15. package/plugins/coding-tutor/commands/teach-me.md +1 -0
  16. package/plugins/coding-tutor/skills/coding-tutor/SKILL.md +214 -0
  17. package/plugins/coding-tutor/skills/coding-tutor/scripts/create_tutorial.py +207 -0
  18. package/plugins/coding-tutor/skills/coding-tutor/scripts/index_tutorials.py +193 -0
  19. package/plugins/coding-tutor/skills/coding-tutor/scripts/quiz_priority.py +190 -0
  20. package/plugins/coding-tutor/skills/coding-tutor/scripts/setup_tutorials.py +118 -0
  21. package/plugins/compound-engineering/.claude-plugin/plugin.json +33 -0
  22. package/plugins/compound-engineering/CHANGELOG.md +457 -0
  23. package/plugins/compound-engineering/CLAUDE.md +89 -0
  24. package/plugins/compound-engineering/LICENSE +21 -0
  25. package/plugins/compound-engineering/README.md +232 -0
  26. package/plugins/compound-engineering/agents/design/design-implementation-reviewer.md +109 -0
  27. package/plugins/compound-engineering/agents/design/design-iterator.md +224 -0
  28. package/plugins/compound-engineering/agents/design/figma-design-sync.md +190 -0
  29. package/plugins/compound-engineering/agents/docs/ankane-readme-writer.md +65 -0
  30. package/plugins/compound-engineering/agents/research/best-practices-researcher.md +126 -0
  31. package/plugins/compound-engineering/agents/research/framework-docs-researcher.md +106 -0
  32. package/plugins/compound-engineering/agents/research/git-history-analyzer.md +59 -0
  33. package/plugins/compound-engineering/agents/research/learnings-researcher.md +264 -0
  34. package/plugins/compound-engineering/agents/research/repo-research-analyst.md +135 -0
  35. package/plugins/compound-engineering/agents/review/agent-native-reviewer.md +261 -0
  36. package/plugins/compound-engineering/agents/review/architecture-strategist.md +67 -0
  37. package/plugins/compound-engineering/agents/review/code-simplicity-reviewer.md +101 -0
  38. package/plugins/compound-engineering/agents/review/data-integrity-guardian.md +85 -0
  39. package/plugins/compound-engineering/agents/review/data-migration-expert.md +112 -0
  40. package/plugins/compound-engineering/agents/review/deployment-verification-agent.md +174 -0
  41. package/plugins/compound-engineering/agents/review/dhh-rails-reviewer.md +66 -0
  42. package/plugins/compound-engineering/agents/review/julik-frontend-races-reviewer.md +221 -0
  43. package/plugins/compound-engineering/agents/review/kieran-python-reviewer.md +133 -0
  44. package/plugins/compound-engineering/agents/review/kieran-rails-reviewer.md +115 -0
  45. package/plugins/compound-engineering/agents/review/kieran-typescript-reviewer.md +124 -0
  46. package/plugins/compound-engineering/agents/review/pattern-recognition-specialist.md +72 -0
  47. package/plugins/compound-engineering/agents/review/performance-oracle.md +137 -0
  48. package/plugins/compound-engineering/agents/review/schema-drift-detector.md +154 -0
  49. package/plugins/compound-engineering/agents/review/security-sentinel.md +114 -0
  50. package/plugins/compound-engineering/agents/workflow/bug-reproduction-validator.md +82 -0
  51. package/plugins/compound-engineering/agents/workflow/every-style-editor.md +64 -0
  52. package/plugins/compound-engineering/agents/workflow/lint.md +16 -0
  53. package/plugins/compound-engineering/agents/workflow/pr-comment-resolver.md +84 -0
  54. package/plugins/compound-engineering/agents/workflow/spec-flow-analyzer.md +134 -0
  55. package/plugins/compound-engineering/commands/agent-native-audit.md +278 -0
  56. package/plugins/compound-engineering/commands/changelog.md +138 -0
  57. package/plugins/compound-engineering/commands/create-agent-skill.md +9 -0
  58. package/plugins/compound-engineering/commands/deepen-plan.md +546 -0
  59. package/plugins/compound-engineering/commands/deploy-docs.md +113 -0
  60. package/plugins/compound-engineering/commands/feature-video.md +342 -0
  61. package/plugins/compound-engineering/commands/generate_command.md +163 -0
  62. package/plugins/compound-engineering/commands/heal-skill.md +143 -0
  63. package/plugins/compound-engineering/commands/lfg.md +20 -0
  64. package/plugins/compound-engineering/commands/release-docs.md +212 -0
  65. package/plugins/compound-engineering/commands/report-bug.md +151 -0
  66. package/plugins/compound-engineering/commands/reproduce-bug.md +100 -0
  67. package/plugins/compound-engineering/commands/resolve_parallel.md +35 -0
  68. package/plugins/compound-engineering/commands/resolve_todo_parallel.md +37 -0
  69. package/plugins/compound-engineering/commands/slfg.md +32 -0
  70. package/plugins/compound-engineering/commands/technical_review.md +8 -0
  71. package/plugins/compound-engineering/commands/test-browser.md +339 -0
  72. package/plugins/compound-engineering/commands/test-xcode.md +332 -0
  73. package/plugins/compound-engineering/commands/triage.md +311 -0
  74. package/plugins/compound-engineering/commands/workflows/brainstorm.md +124 -0
  75. package/plugins/compound-engineering/commands/workflows/compound.md +239 -0
  76. package/plugins/compound-engineering/commands/workflows/plan.md +551 -0
  77. package/plugins/compound-engineering/commands/workflows/review.md +526 -0
  78. package/plugins/compound-engineering/commands/workflows/work.md +433 -0
  79. package/plugins/compound-engineering/skills/agent-browser/SKILL.md +223 -0
  80. package/plugins/compound-engineering/skills/agent-native-architecture/SKILL.md +435 -0
  81. package/plugins/compound-engineering/skills/agent-native-architecture/references/action-parity-discipline.md +409 -0
  82. package/plugins/compound-engineering/skills/agent-native-architecture/references/agent-execution-patterns.md +467 -0
  83. package/plugins/compound-engineering/skills/agent-native-architecture/references/agent-native-testing.md +582 -0
  84. package/plugins/compound-engineering/skills/agent-native-architecture/references/architecture-patterns.md +478 -0
  85. package/plugins/compound-engineering/skills/agent-native-architecture/references/dynamic-context-injection.md +338 -0
  86. package/plugins/compound-engineering/skills/agent-native-architecture/references/files-universal-interface.md +301 -0
  87. package/plugins/compound-engineering/skills/agent-native-architecture/references/from-primitives-to-domain-tools.md +359 -0
  88. package/plugins/compound-engineering/skills/agent-native-architecture/references/mcp-tool-design.md +506 -0
  89. package/plugins/compound-engineering/skills/agent-native-architecture/references/mobile-patterns.md +871 -0
  90. package/plugins/compound-engineering/skills/agent-native-architecture/references/product-implications.md +443 -0
  91. package/plugins/compound-engineering/skills/agent-native-architecture/references/refactoring-to-prompt-native.md +317 -0
  92. package/plugins/compound-engineering/skills/agent-native-architecture/references/self-modification.md +269 -0
  93. package/plugins/compound-engineering/skills/agent-native-architecture/references/shared-workspace-architecture.md +680 -0
  94. package/plugins/compound-engineering/skills/agent-native-architecture/references/system-prompt-design.md +250 -0
  95. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/SKILL.md +184 -0
  96. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/database-adapters.md +231 -0
  97. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/module-organization.md +121 -0
  98. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/rails-integration.md +183 -0
  99. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/resources.md +119 -0
  100. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/testing-patterns.md +261 -0
  101. package/plugins/compound-engineering/skills/brainstorming/SKILL.md +190 -0
  102. package/plugins/compound-engineering/skills/compound-docs/SKILL.md +511 -0
  103. package/plugins/compound-engineering/skills/compound-docs/assets/critical-pattern-template.md +34 -0
  104. package/plugins/compound-engineering/skills/compound-docs/assets/resolution-template.md +93 -0
  105. package/plugins/compound-engineering/skills/compound-docs/references/yaml-schema.md +65 -0
  106. package/plugins/compound-engineering/skills/compound-docs/schema.yaml +176 -0
  107. package/plugins/compound-engineering/skills/create-agent-skills/SKILL.md +275 -0
  108. package/plugins/compound-engineering/skills/create-agent-skills/references/api-security.md +226 -0
  109. package/plugins/compound-engineering/skills/create-agent-skills/references/be-clear-and-direct.md +531 -0
  110. package/plugins/compound-engineering/skills/create-agent-skills/references/best-practices.md +404 -0
  111. package/plugins/compound-engineering/skills/create-agent-skills/references/common-patterns.md +595 -0
  112. package/plugins/compound-engineering/skills/create-agent-skills/references/core-principles.md +437 -0
  113. package/plugins/compound-engineering/skills/create-agent-skills/references/executable-code.md +175 -0
  114. package/plugins/compound-engineering/skills/create-agent-skills/references/iteration-and-testing.md +474 -0
  115. package/plugins/compound-engineering/skills/create-agent-skills/references/official-spec.md +134 -0
  116. package/plugins/compound-engineering/skills/create-agent-skills/references/recommended-structure.md +168 -0
  117. package/plugins/compound-engineering/skills/create-agent-skills/references/skill-structure.md +152 -0
  118. package/plugins/compound-engineering/skills/create-agent-skills/references/using-scripts.md +113 -0
  119. package/plugins/compound-engineering/skills/create-agent-skills/references/using-templates.md +112 -0
  120. package/plugins/compound-engineering/skills/create-agent-skills/references/workflows-and-validation.md +510 -0
  121. package/plugins/compound-engineering/skills/create-agent-skills/templates/router-skill.md +73 -0
  122. package/plugins/compound-engineering/skills/create-agent-skills/templates/simple-skill.md +33 -0
  123. package/plugins/compound-engineering/skills/create-agent-skills/workflows/add-reference.md +96 -0
  124. package/plugins/compound-engineering/skills/create-agent-skills/workflows/add-script.md +93 -0
  125. package/plugins/compound-engineering/skills/create-agent-skills/workflows/add-template.md +74 -0
  126. package/plugins/compound-engineering/skills/create-agent-skills/workflows/add-workflow.md +120 -0
  127. package/plugins/compound-engineering/skills/create-agent-skills/workflows/audit-skill.md +138 -0
  128. package/plugins/compound-engineering/skills/create-agent-skills/workflows/create-domain-expertise-skill.md +605 -0
  129. package/plugins/compound-engineering/skills/create-agent-skills/workflows/create-new-skill.md +191 -0
  130. package/plugins/compound-engineering/skills/create-agent-skills/workflows/get-guidance.md +121 -0
  131. package/plugins/compound-engineering/skills/create-agent-skills/workflows/upgrade-to-router.md +161 -0
  132. package/plugins/compound-engineering/skills/create-agent-skills/workflows/verify-skill.md +204 -0
  133. package/plugins/compound-engineering/skills/dhh-rails-style/SKILL.md +185 -0
  134. package/plugins/compound-engineering/skills/dhh-rails-style/references/architecture.md +653 -0
  135. package/plugins/compound-engineering/skills/dhh-rails-style/references/controllers.md +303 -0
  136. package/plugins/compound-engineering/skills/dhh-rails-style/references/frontend.md +510 -0
  137. package/plugins/compound-engineering/skills/dhh-rails-style/references/gems.md +266 -0
  138. package/plugins/compound-engineering/skills/dhh-rails-style/references/models.md +359 -0
  139. package/plugins/compound-engineering/skills/dhh-rails-style/references/testing.md +338 -0
  140. package/plugins/compound-engineering/skills/document-review/SKILL.md +87 -0
  141. package/plugins/compound-engineering/skills/dspy-ruby/SKILL.md +737 -0
  142. package/plugins/compound-engineering/skills/dspy-ruby/assets/config-template.rb +187 -0
  143. package/plugins/compound-engineering/skills/dspy-ruby/assets/module-template.rb +300 -0
  144. package/plugins/compound-engineering/skills/dspy-ruby/assets/signature-template.rb +221 -0
  145. package/plugins/compound-engineering/skills/dspy-ruby/references/core-concepts.md +674 -0
  146. package/plugins/compound-engineering/skills/dspy-ruby/references/observability.md +366 -0
  147. package/plugins/compound-engineering/skills/dspy-ruby/references/optimization.md +603 -0
  148. package/plugins/compound-engineering/skills/dspy-ruby/references/providers.md +418 -0
  149. package/plugins/compound-engineering/skills/dspy-ruby/references/toolsets.md +502 -0
  150. package/plugins/compound-engineering/skills/every-style-editor/SKILL.md +134 -0
  151. package/plugins/compound-engineering/skills/every-style-editor/references/EVERY_WRITE_STYLE.md +529 -0
  152. package/plugins/compound-engineering/skills/file-todos/SKILL.md +252 -0
  153. package/plugins/compound-engineering/skills/file-todos/assets/todo-template.md +155 -0
  154. package/plugins/compound-engineering/skills/frontend-design/SKILL.md +42 -0
  155. package/plugins/compound-engineering/skills/gemini-imagegen/SKILL.md +237 -0
  156. package/plugins/compound-engineering/skills/gemini-imagegen/requirements.txt +2 -0
  157. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/compose_images.py +157 -0
  158. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/edit_image.py +144 -0
  159. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/gemini_images.py +263 -0
  160. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/generate_image.py +133 -0
  161. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/multi_turn_chat.py +216 -0
  162. package/plugins/compound-engineering/skills/git-worktree/SKILL.md +302 -0
  163. package/plugins/compound-engineering/skills/git-worktree/scripts/worktree-manager.sh +337 -0
  164. package/plugins/compound-engineering/skills/orchestrating-swarms/SKILL.md +1718 -0
  165. package/plugins/compound-engineering/skills/rclone/SKILL.md +150 -0
  166. package/plugins/compound-engineering/skills/rclone/scripts/check_setup.sh +60 -0
  167. package/plugins/compound-engineering/skills/resolve-pr-parallel/SKILL.md +89 -0
  168. package/plugins/compound-engineering/skills/resolve-pr-parallel/scripts/get-pr-comments +68 -0
  169. package/plugins/compound-engineering/skills/resolve-pr-parallel/scripts/resolve-pr-thread +23 -0
  170. package/plugins/compound-engineering/skills/skill-creator/SKILL.md +210 -0
  171. package/plugins/compound-engineering/skills/skill-creator/scripts/init_skill.py +303 -0
  172. package/plugins/compound-engineering/skills/skill-creator/scripts/package_skill.py +110 -0
  173. package/plugins/compound-engineering/skills/skill-creator/scripts/quick_validate.py +65 -0
  174. package/prompts/deepen-plan.md +549 -0
  175. package/prompts/feature-video.md +341 -0
  176. package/prompts/resolve_todo_parallel.md +36 -0
  177. package/prompts/test-browser.md +342 -0
  178. package/prompts/workflows-brainstorm.md +123 -0
  179. package/prompts/workflows-compound.md +238 -0
  180. package/prompts/workflows-plan.md +550 -0
  181. package/prompts/workflows-review.md +529 -0
  182. package/prompts/workflows-work.md +432 -0
  183. package/skills/agent-browser/SKILL.md +223 -0
  184. package/skills/agent-native-architecture/SKILL.md +435 -0
  185. package/skills/agent-native-architecture/references/action-parity-discipline.md +409 -0
  186. package/skills/agent-native-architecture/references/agent-execution-patterns.md +467 -0
  187. package/skills/agent-native-architecture/references/agent-native-testing.md +582 -0
  188. package/skills/agent-native-architecture/references/architecture-patterns.md +478 -0
  189. package/skills/agent-native-architecture/references/dynamic-context-injection.md +338 -0
  190. package/skills/agent-native-architecture/references/files-universal-interface.md +301 -0
  191. package/skills/agent-native-architecture/references/from-primitives-to-domain-tools.md +359 -0
  192. package/skills/agent-native-architecture/references/mcp-tool-design.md +506 -0
  193. package/skills/agent-native-architecture/references/mobile-patterns.md +871 -0
  194. package/skills/agent-native-architecture/references/product-implications.md +443 -0
  195. package/skills/agent-native-architecture/references/refactoring-to-prompt-native.md +317 -0
  196. package/skills/agent-native-architecture/references/self-modification.md +269 -0
  197. package/skills/agent-native-architecture/references/shared-workspace-architecture.md +680 -0
  198. package/skills/agent-native-architecture/references/system-prompt-design.md +250 -0
  199. package/skills/agent-native-reviewer/SKILL.md +260 -0
  200. package/skills/andrew-kane-gem-writer/SKILL.md +184 -0
  201. package/skills/andrew-kane-gem-writer/references/database-adapters.md +231 -0
  202. package/skills/andrew-kane-gem-writer/references/module-organization.md +121 -0
  203. package/skills/andrew-kane-gem-writer/references/rails-integration.md +183 -0
  204. package/skills/andrew-kane-gem-writer/references/resources.md +119 -0
  205. package/skills/andrew-kane-gem-writer/references/testing-patterns.md +261 -0
  206. package/skills/ankane-readme-writer/SKILL.md +63 -0
  207. package/skills/architecture-strategist/SKILL.md +66 -0
  208. package/skills/best-practices-researcher/SKILL.md +125 -0
  209. package/skills/brainstorming/SKILL.md +190 -0
  210. package/skills/bug-reproduction-validator/SKILL.md +81 -0
  211. package/skills/code-simplicity-reviewer/SKILL.md +100 -0
  212. package/skills/compound-docs/SKILL.md +511 -0
  213. package/skills/compound-docs/assets/critical-pattern-template.md +34 -0
  214. package/skills/compound-docs/assets/resolution-template.md +93 -0
  215. package/skills/compound-docs/references/yaml-schema.md +65 -0
  216. package/skills/compound-docs/schema.yaml +176 -0
  217. package/skills/create-agent-skills/SKILL.md +275 -0
  218. package/skills/create-agent-skills/references/api-security.md +226 -0
  219. package/skills/create-agent-skills/references/be-clear-and-direct.md +531 -0
  220. package/skills/create-agent-skills/references/best-practices.md +404 -0
  221. package/skills/create-agent-skills/references/common-patterns.md +595 -0
  222. package/skills/create-agent-skills/references/core-principles.md +437 -0
  223. package/skills/create-agent-skills/references/executable-code.md +175 -0
  224. package/skills/create-agent-skills/references/iteration-and-testing.md +474 -0
  225. package/skills/create-agent-skills/references/official-spec.md +134 -0
  226. package/skills/create-agent-skills/references/recommended-structure.md +168 -0
  227. package/skills/create-agent-skills/references/skill-structure.md +152 -0
  228. package/skills/create-agent-skills/references/using-scripts.md +113 -0
  229. package/skills/create-agent-skills/references/using-templates.md +112 -0
  230. package/skills/create-agent-skills/references/workflows-and-validation.md +510 -0
  231. package/skills/create-agent-skills/templates/router-skill.md +73 -0
  232. package/skills/create-agent-skills/templates/simple-skill.md +33 -0
  233. package/skills/create-agent-skills/workflows/add-reference.md +96 -0
  234. package/skills/create-agent-skills/workflows/add-script.md +93 -0
  235. package/skills/create-agent-skills/workflows/add-template.md +74 -0
  236. package/skills/create-agent-skills/workflows/add-workflow.md +120 -0
  237. package/skills/create-agent-skills/workflows/audit-skill.md +138 -0
  238. package/skills/create-agent-skills/workflows/create-domain-expertise-skill.md +605 -0
  239. package/skills/create-agent-skills/workflows/create-new-skill.md +191 -0
  240. package/skills/create-agent-skills/workflows/get-guidance.md +121 -0
  241. package/skills/create-agent-skills/workflows/upgrade-to-router.md +161 -0
  242. package/skills/create-agent-skills/workflows/verify-skill.md +204 -0
  243. package/skills/data-integrity-guardian/SKILL.md +84 -0
  244. package/skills/data-migration-expert/SKILL.md +111 -0
  245. package/skills/deployment-verification-agent/SKILL.md +173 -0
  246. package/skills/design-implementation-reviewer/SKILL.md +107 -0
  247. package/skills/design-iterator/SKILL.md +222 -0
  248. package/skills/dhh-rails-reviewer/SKILL.md +65 -0
  249. package/skills/dhh-rails-style/SKILL.md +185 -0
  250. package/skills/dhh-rails-style/references/architecture.md +653 -0
  251. package/skills/dhh-rails-style/references/controllers.md +303 -0
  252. package/skills/dhh-rails-style/references/frontend.md +510 -0
  253. package/skills/dhh-rails-style/references/gems.md +266 -0
  254. package/skills/dhh-rails-style/references/models.md +359 -0
  255. package/skills/dhh-rails-style/references/testing.md +338 -0
  256. package/skills/document-review/SKILL.md +87 -0
  257. package/skills/dspy-ruby/SKILL.md +737 -0
  258. package/skills/dspy-ruby/assets/config-template.rb +187 -0
  259. package/skills/dspy-ruby/assets/module-template.rb +300 -0
  260. package/skills/dspy-ruby/assets/signature-template.rb +221 -0
  261. package/skills/dspy-ruby/references/core-concepts.md +674 -0
  262. package/skills/dspy-ruby/references/observability.md +366 -0
  263. package/skills/dspy-ruby/references/optimization.md +603 -0
  264. package/skills/dspy-ruby/references/providers.md +418 -0
  265. package/skills/dspy-ruby/references/toolsets.md +502 -0
  266. package/skills/every-style-editor/SKILL.md +134 -0
  267. package/skills/every-style-editor/references/EVERY_WRITE_STYLE.md +529 -0
  268. package/skills/every-style-editor-2/SKILL.md +62 -0
  269. package/skills/figma-design-sync/SKILL.md +188 -0
  270. package/skills/file-todos/SKILL.md +252 -0
  271. package/skills/file-todos/assets/todo-template.md +155 -0
  272. package/skills/framework-docs-researcher/SKILL.md +105 -0
  273. package/skills/frontend-design/SKILL.md +42 -0
  274. package/skills/gemini-imagegen/SKILL.md +237 -0
  275. package/skills/gemini-imagegen/requirements.txt +2 -0
  276. package/skills/gemini-imagegen/scripts/compose_images.py +157 -0
  277. package/skills/gemini-imagegen/scripts/edit_image.py +144 -0
  278. package/skills/gemini-imagegen/scripts/gemini_images.py +263 -0
  279. package/skills/gemini-imagegen/scripts/generate_image.py +133 -0
  280. package/skills/gemini-imagegen/scripts/multi_turn_chat.py +216 -0
  281. package/skills/git-history-analyzer/SKILL.md +58 -0
  282. package/skills/git-worktree/SKILL.md +302 -0
  283. package/skills/git-worktree/scripts/worktree-manager.sh +337 -0
  284. package/skills/julik-frontend-races-reviewer/SKILL.md +220 -0
  285. package/skills/kieran-python-reviewer/SKILL.md +132 -0
  286. package/skills/kieran-rails-reviewer/SKILL.md +114 -0
  287. package/skills/kieran-typescript-reviewer/SKILL.md +123 -0
  288. package/skills/learnings-researcher/SKILL.md +263 -0
  289. package/skills/lint/SKILL.md +14 -0
  290. package/skills/orchestrating-swarms/SKILL.md +1718 -0
  291. package/skills/pattern-recognition-specialist/SKILL.md +71 -0
  292. package/skills/performance-oracle/SKILL.md +136 -0
  293. package/skills/pr-comment-resolver/SKILL.md +82 -0
  294. package/skills/rclone/SKILL.md +150 -0
  295. package/skills/rclone/scripts/check_setup.sh +60 -0
  296. package/skills/repo-research-analyst/SKILL.md +134 -0
  297. package/skills/resolve_pr_parallel/SKILL.md +89 -0
  298. package/skills/resolve_pr_parallel/scripts/get-pr-comments +68 -0
  299. package/skills/resolve_pr_parallel/scripts/resolve-pr-thread +23 -0
  300. package/skills/schema-drift-detector/SKILL.md +153 -0
  301. package/skills/security-sentinel/SKILL.md +113 -0
  302. package/skills/skill-creator/SKILL.md +210 -0
  303. package/skills/skill-creator/scripts/init_skill.py +303 -0
  304. package/skills/skill-creator/scripts/package_skill.py +110 -0
  305. package/skills/skill-creator/scripts/quick_validate.py +65 -0
  306. package/skills/spec-flow-analyzer/SKILL.md +133 -0
  307. package/src/commands/convert.ts +183 -0
  308. package/src/commands/install.ts +273 -0
  309. package/src/commands/list.ts +37 -0
  310. package/src/commands/sync.ts +89 -0
  311. package/src/converters/claude-to-codex.ts +182 -0
  312. package/src/converters/claude-to-opencode.ts +395 -0
  313. package/src/converters/claude-to-pi.ts +205 -0
  314. package/src/index.ts +22 -0
  315. package/src/parsers/claude-home.ts +65 -0
  316. package/src/parsers/claude.ts +252 -0
  317. package/src/sync/codex.ts +92 -0
  318. package/src/sync/opencode.ts +75 -0
  319. package/src/sync/pi.ts +88 -0
  320. package/src/targets/codex.ts +96 -0
  321. package/src/targets/index.ts +38 -0
  322. package/src/targets/opencode.ts +57 -0
  323. package/src/targets/pi.ts +131 -0
  324. package/src/templates/pi/compat-extension.ts +452 -0
  325. package/src/types/claude.ts +90 -0
  326. package/src/types/codex.ts +23 -0
  327. package/src/types/opencode.ts +54 -0
  328. package/src/types/pi.ts +40 -0
  329. package/src/utils/codex-agents.ts +64 -0
  330. package/src/utils/files.ts +77 -0
  331. package/src/utils/frontmatter.ts +65 -0
  332. package/src/utils/symlink.ts +43 -0
@@ -0,0 +1,134 @@
1
+ ---
2
+ name: spec-flow-analyzer
3
+ description: "Analyzes specifications and feature descriptions for user flow completeness and gap identification. Use when a spec, plan, or feature description needs flow analysis, edge case discovery, or requirements validation."
4
+ model: inherit
5
+ ---
6
+
7
+ <examples>
8
+ <example>
9
+ Context: The user has just finished drafting a specification for OAuth implementation.
10
+ user: "Here's the OAuth spec for our new integration: [OAuth spec details]"
11
+ assistant: "Let me use the spec-flow-analyzer agent to analyze this OAuth specification for user flows and missing elements."
12
+ <commentary>Since the user has provided a specification document, use the Task tool to launch the spec-flow-analyzer agent to identify all user flows, edge cases, and missing clarifications.</commentary>
13
+ </example>
14
+ <example>
15
+ Context: The user is planning a new social sharing feature.
16
+ user: "I'm thinking we should add social sharing to posts. Users can share to Twitter, Facebook, and LinkedIn."
17
+ assistant: "This sounds like a feature specification that would benefit from flow analysis. Let me use the spec-flow-analyzer agent to map out all the user flows and identify any missing pieces."
18
+ <commentary>The user is describing a new feature. Use the spec-flow-analyzer agent to analyze the feature from the user's perspective, identify all permutations, and surface questions about missing elements.</commentary>
19
+ </example>
20
+ <example>
21
+ Context: The user has created a plan for a new onboarding flow.
22
+ user: "Can you review this onboarding plan and make sure we haven't missed anything?"
23
+ assistant: "I'll use the spec-flow-analyzer agent to thoroughly analyze this onboarding plan from the user's perspective."
24
+ <commentary>The user is explicitly asking for review of a plan. Use the spec-flow-analyzer agent to identify all user flows, edge cases, and gaps in the specification.</commentary>
25
+ </example>
26
+ </examples>
27
+
28
+ You are an elite User Experience Flow Analyst and Requirements Engineer. Your expertise lies in examining specifications, plans, and feature descriptions through the lens of the end user, identifying every possible user journey, edge case, and interaction pattern.
29
+
30
+ Your primary mission is to:
31
+ 1. Map out ALL possible user flows and permutations
32
+ 2. Identify gaps, ambiguities, and missing specifications
33
+ 3. Ask clarifying questions about unclear elements
34
+ 4. Present a comprehensive overview of user journeys
35
+ 5. Highlight areas that need further definition
36
+
37
+ When you receive a specification, plan, or feature description, you will:
38
+
39
+ ## Phase 1: Deep Flow Analysis
40
+
41
+ - Map every distinct user journey from start to finish
42
+ - Identify all decision points, branches, and conditional paths
43
+ - Consider different user types, roles, and permission levels
44
+ - Think through happy paths, error states, and edge cases
45
+ - Examine state transitions and system responses
46
+ - Consider integration points with existing features
47
+ - Analyze authentication, authorization, and session flows
48
+ - Map data flows and transformations
49
+
50
+ ## Phase 2: Permutation Discovery
51
+
52
+ For each feature, systematically consider:
53
+ - First-time user vs. returning user scenarios
54
+ - Different entry points to the feature
55
+ - Various device types and contexts (mobile, desktop, tablet)
56
+ - Network conditions (offline, slow connection, perfect connection)
57
+ - Concurrent user actions and race conditions
58
+ - Partial completion and resumption scenarios
59
+ - Error recovery and retry flows
60
+ - Cancellation and rollback paths
61
+
62
+ ## Phase 3: Gap Identification
63
+
64
+ Identify and document:
65
+ - Missing error handling specifications
66
+ - Unclear state management
67
+ - Ambiguous user feedback mechanisms
68
+ - Unspecified validation rules
69
+ - Missing accessibility considerations
70
+ - Unclear data persistence requirements
71
+ - Undefined timeout or rate limiting behavior
72
+ - Missing security considerations
73
+ - Unclear integration contracts
74
+ - Ambiguous success/failure criteria
75
+
76
+ ## Phase 4: Question Formulation
77
+
78
+ For each gap or ambiguity, formulate:
79
+ - Specific, actionable questions
80
+ - Context about why this matters
81
+ - Potential impact if left unspecified
82
+ - Examples to illustrate the ambiguity
83
+
84
+ ## Output Format
85
+
86
+ Structure your response as follows:
87
+
88
+ ### User Flow Overview
89
+
90
+ [Provide a clear, structured breakdown of all identified user flows. Use visual aids like mermaid diagrams when helpful. Number each flow and describe it concisely.]
91
+
92
+ ### Flow Permutations Matrix
93
+
94
+ [Create a matrix or table showing different variations of each flow based on:
95
+ - User state (authenticated, guest, admin, etc.)
96
+ - Context (first time, returning, error recovery)
97
+ - Device/platform
98
+ - Any other relevant dimensions]
99
+
100
+ ### Missing Elements & Gaps
101
+
102
+ [Organized by category, list all identified gaps with:
103
+ - **Category**: (e.g., Error Handling, Validation, Security)
104
+ - **Gap Description**: What's missing or unclear
105
+ - **Impact**: Why this matters
106
+ - **Current Ambiguity**: What's currently unclear]
107
+
108
+ ### Critical Questions Requiring Clarification
109
+
110
+ [Numbered list of specific questions, prioritized by:
111
+ 1. **Critical** (blocks implementation or creates security/data risks)
112
+ 2. **Important** (significantly affects UX or maintainability)
113
+ 3. **Nice-to-have** (improves clarity but has reasonable defaults)]
114
+
115
+ For each question, include:
116
+ - The question itself
117
+ - Why it matters
118
+ - What assumptions you'd make if it's not answered
119
+ - Examples illustrating the ambiguity
120
+
121
+ ### Recommended Next Steps
122
+
123
+ [Concrete actions to resolve the gaps and questions]
124
+
125
+ Key principles:
126
+ - **Be exhaustively thorough** - assume the spec will be implemented exactly as written, so every gap matters
127
+ - **Think like a user** - walk through flows as if you're actually using the feature
128
+ - **Consider the unhappy paths** - errors, failures, and edge cases are where most gaps hide
129
+ - **Be specific in questions** - avoid "what about errors?" in favor of "what should happen when the OAuth provider returns a 429 rate limit error?"
130
+ - **Prioritize ruthlessly** - distinguish between critical blockers and nice-to-have clarifications
131
+ - **Use examples liberally** - concrete scenarios make ambiguities clear
132
+ - **Reference existing patterns** - when available, reference how similar flows work in the codebase
133
+
134
+ Your goal is to ensure that when implementation begins, developers have a crystal-clear understanding of every user journey, every edge case is accounted for, and no critical questions remain unanswered. Be the advocate for the user's experience and the guardian against ambiguity.
@@ -0,0 +1,278 @@
1
+ ---
2
+ name: agent-native-audit
3
+ description: Run comprehensive agent-native architecture review with scored principles
4
+ argument-hint: "[optional: specific principle to audit]"
5
+ disable-model-invocation: true
6
+ ---
7
+
8
+ # Agent-Native Architecture Audit
9
+
10
+ Conduct a comprehensive review of the codebase against agent-native architecture principles, launching parallel sub-agents for each principle and producing a scored report.
11
+
12
+ ## Core Principles to Audit
13
+
14
+ 1. **Action Parity** - "Whatever the user can do, the agent can do"
15
+ 2. **Tools as Primitives** - "Tools provide capability, not behavior"
16
+ 3. **Context Injection** - "System prompt includes dynamic context about app state"
17
+ 4. **Shared Workspace** - "Agent and user work in the same data space"
18
+ 5. **CRUD Completeness** - "Every entity has full CRUD (Create, Read, Update, Delete)"
19
+ 6. **UI Integration** - "Agent actions immediately reflected in UI"
20
+ 7. **Capability Discovery** - "Users can discover what the agent can do"
21
+ 8. **Prompt-Native Features** - "Features are prompts defining outcomes, not code"
22
+
23
+ ## Workflow
24
+
25
+ ### Step 1: Load the Agent-Native Skill
26
+
27
+ First, invoke the agent-native-architecture skill to understand all principles:
28
+
29
+ ```
30
+ /compound-engineering:agent-native-architecture
31
+ ```
32
+
33
+ Select option 7 (action parity) to load the full reference material.
34
+
35
+ ### Step 2: Launch Parallel Sub-Agents
36
+
37
+ Launch 8 parallel sub-agents using the Task tool with `subagent_type: Explore`, one for each principle. Each agent should:
38
+
39
+ 1. Enumerate ALL instances in the codebase (user actions, tools, contexts, data stores, etc.)
40
+ 2. Check compliance against the principle
41
+ 3. Provide a SPECIFIC SCORE like "X out of Y (percentage%)"
42
+ 4. List specific gaps and recommendations
43
+
44
+ <sub-agents>
45
+
46
+ **Agent 1: Action Parity**
47
+ ```
48
+ Audit for ACTION PARITY - "Whatever the user can do, the agent can do."
49
+
50
+ Tasks:
51
+ 1. Enumerate ALL user actions in frontend (API calls, button clicks, form submissions)
52
+ - Search for API service files, fetch calls, form handlers
53
+ - Check routes and components for user interactions
54
+ 2. Check which have corresponding agent tools
55
+ - Search for agent tool definitions
56
+ - Map user actions to agent capabilities
57
+ 3. Score: "Agent can do X out of Y user actions"
58
+
59
+ Format:
60
+ ## Action Parity Audit
61
+ ### User Actions Found
62
+ | Action | Location | Agent Tool | Status |
63
+ ### Score: X/Y (percentage%)
64
+ ### Missing Agent Tools
65
+ ### Recommendations
66
+ ```
67
+
68
+ **Agent 2: Tools as Primitives**
69
+ ```
70
+ Audit for TOOLS AS PRIMITIVES - "Tools provide capability, not behavior."
71
+
72
+ Tasks:
73
+ 1. Find and read ALL agent tool files
74
+ 2. Classify each as:
75
+ - PRIMITIVE (good): read, write, store, list - enables capability without business logic
76
+ - WORKFLOW (bad): encodes business logic, makes decisions, orchestrates steps
77
+ 3. Score: "X out of Y tools are proper primitives"
78
+
79
+ Format:
80
+ ## Tools as Primitives Audit
81
+ ### Tool Analysis
82
+ | Tool | File | Type | Reasoning |
83
+ ### Score: X/Y (percentage%)
84
+ ### Problematic Tools (workflows that should be primitives)
85
+ ### Recommendations
86
+ ```
87
+
88
+ **Agent 3: Context Injection**
89
+ ```
90
+ Audit for CONTEXT INJECTION - "System prompt includes dynamic context about app state"
91
+
92
+ Tasks:
93
+ 1. Find context injection code (search for "context", "system prompt", "inject")
94
+ 2. Read agent prompts and system messages
95
+ 3. Enumerate what IS injected vs what SHOULD be:
96
+ - Available resources (files, drafts, documents)
97
+ - User preferences/settings
98
+ - Recent activity
99
+ - Available capabilities listed
100
+ - Session history
101
+ - Workspace state
102
+
103
+ Format:
104
+ ## Context Injection Audit
105
+ ### Context Types Analysis
106
+ | Context Type | Injected? | Location | Notes |
107
+ ### Score: X/Y (percentage%)
108
+ ### Missing Context
109
+ ### Recommendations
110
+ ```
111
+
112
+ **Agent 4: Shared Workspace**
113
+ ```
114
+ Audit for SHARED WORKSPACE - "Agent and user work in the same data space"
115
+
116
+ Tasks:
117
+ 1. Identify all data stores/tables/models
118
+ 2. Check if agents read/write to SAME tables or separate ones
119
+ 3. Look for sandbox isolation anti-pattern (agent has separate data space)
120
+
121
+ Format:
122
+ ## Shared Workspace Audit
123
+ ### Data Store Analysis
124
+ | Data Store | User Access | Agent Access | Shared? |
125
+ ### Score: X/Y (percentage%)
126
+ ### Isolated Data (anti-pattern)
127
+ ### Recommendations
128
+ ```
129
+
130
+ **Agent 5: CRUD Completeness**
131
+ ```
132
+ Audit for CRUD COMPLETENESS - "Every entity has full CRUD"
133
+
134
+ Tasks:
135
+ 1. Identify all entities/models in the codebase
136
+ 2. For each entity, check if agent tools exist for:
137
+ - Create
138
+ - Read
139
+ - Update
140
+ - Delete
141
+ 3. Score per entity and overall
142
+
143
+ Format:
144
+ ## CRUD Completeness Audit
145
+ ### Entity CRUD Analysis
146
+ | Entity | Create | Read | Update | Delete | Score |
147
+ ### Overall Score: X/Y entities with full CRUD (percentage%)
148
+ ### Incomplete Entities (list missing operations)
149
+ ### Recommendations
150
+ ```
151
+
152
+ **Agent 6: UI Integration**
153
+ ```
154
+ Audit for UI INTEGRATION - "Agent actions immediately reflected in UI"
155
+
156
+ Tasks:
157
+ 1. Check how agent writes/changes propagate to frontend
158
+ 2. Look for:
159
+ - Streaming updates (SSE, WebSocket)
160
+ - Polling mechanisms
161
+ - Shared state/services
162
+ - Event buses
163
+ - File watching
164
+ 3. Identify "silent actions" anti-pattern (agent changes state but UI doesn't update)
165
+
166
+ Format:
167
+ ## UI Integration Audit
168
+ ### Agent Action → UI Update Analysis
169
+ | Agent Action | UI Mechanism | Immediate? | Notes |
170
+ ### Score: X/Y (percentage%)
171
+ ### Silent Actions (anti-pattern)
172
+ ### Recommendations
173
+ ```
174
+
175
+ **Agent 7: Capability Discovery**
176
+ ```
177
+ Audit for CAPABILITY DISCOVERY - "Users can discover what the agent can do"
178
+
179
+ Tasks:
180
+ 1. Check for these 7 discovery mechanisms:
181
+ - Onboarding flow showing agent capabilities
182
+ - Help documentation
183
+ - Capability hints in UI
184
+ - Agent self-describes in responses
185
+ - Suggested prompts/actions
186
+ - Empty state guidance
187
+ - Slash commands (/help, /tools)
188
+ 2. Score against 7 mechanisms
189
+
190
+ Format:
191
+ ## Capability Discovery Audit
192
+ ### Discovery Mechanism Analysis
193
+ | Mechanism | Exists? | Location | Quality |
194
+ ### Score: X/7 (percentage%)
195
+ ### Missing Discovery
196
+ ### Recommendations
197
+ ```
198
+
199
+ **Agent 8: Prompt-Native Features**
200
+ ```
201
+ Audit for PROMPT-NATIVE FEATURES - "Features are prompts defining outcomes, not code"
202
+
203
+ Tasks:
204
+ 1. Read all agent prompts
205
+ 2. Classify each feature/behavior as defined in:
206
+ - PROMPT (good): outcomes defined in natural language
207
+ - CODE (bad): business logic hardcoded
208
+ 3. Check if behavior changes require prompt edit vs code change
209
+
210
+ Format:
211
+ ## Prompt-Native Features Audit
212
+ ### Feature Definition Analysis
213
+ | Feature | Defined In | Type | Notes |
214
+ ### Score: X/Y (percentage%)
215
+ ### Code-Defined Features (anti-pattern)
216
+ ### Recommendations
217
+ ```
218
+
219
+ </sub-agents>
220
+
221
+ ### Step 3: Compile Summary Report
222
+
223
+ After all agents complete, compile a summary with:
224
+
225
+ ```markdown
226
+ ## Agent-Native Architecture Review: [Project Name]
227
+
228
+ ### Overall Score Summary
229
+
230
+ | Core Principle | Score | Percentage | Status |
231
+ |----------------|-------|------------|--------|
232
+ | Action Parity | X/Y | Z% | ✅/⚠️/❌ |
233
+ | Tools as Primitives | X/Y | Z% | ✅/⚠️/❌ |
234
+ | Context Injection | X/Y | Z% | ✅/⚠️/❌ |
235
+ | Shared Workspace | X/Y | Z% | ✅/⚠️/❌ |
236
+ | CRUD Completeness | X/Y | Z% | ✅/⚠️/❌ |
237
+ | UI Integration | X/Y | Z% | ✅/⚠️/❌ |
238
+ | Capability Discovery | X/Y | Z% | ✅/⚠️/❌ |
239
+ | Prompt-Native Features | X/Y | Z% | ✅/⚠️/❌ |
240
+
241
+ **Overall Agent-Native Score: X%**
242
+
243
+ ### Status Legend
244
+ - ✅ Excellent (80%+)
245
+ - ⚠️ Partial (50-79%)
246
+ - ❌ Needs Work (<50%)
247
+
248
+ ### Top 10 Recommendations by Impact
249
+
250
+ | Priority | Action | Principle | Effort |
251
+ |----------|--------|-----------|--------|
252
+
253
+ ### What's Working Excellently
254
+
255
+ [List top 5 strengths]
256
+ ```
257
+
258
+ ## Success Criteria
259
+
260
+ - [ ] All 8 sub-agents complete their audits
261
+ - [ ] Each principle has a specific numeric score (X/Y format)
262
+ - [ ] Summary table shows all scores and status indicators
263
+ - [ ] Top 10 recommendations are prioritized by impact
264
+ - [ ] Report identifies both strengths and gaps
265
+
266
+ ## Optional: Single Principle Audit
267
+
268
+ If $ARGUMENTS specifies a single principle (e.g., "action parity"), only run that sub-agent and provide detailed findings for that principle alone.
269
+
270
+ Valid arguments:
271
+ - `action parity` or `1`
272
+ - `tools` or `primitives` or `2`
273
+ - `context` or `injection` or `3`
274
+ - `shared` or `workspace` or `4`
275
+ - `crud` or `5`
276
+ - `ui` or `integration` or `6`
277
+ - `discovery` or `7`
278
+ - `prompt` or `features` or `8`
@@ -0,0 +1,138 @@
1
+ ---
2
+ name: changelog
3
+ description: Create engaging changelogs for recent merges to main branch
4
+ argument-hint: "[optional: daily|weekly, or time period in days]"
5
+ disable-model-invocation: true
6
+ ---
7
+
8
+ You are a witty and enthusiastic product marketer tasked with creating a fun, engaging change log for an internal development team. Your goal is to summarize the latest merges to the main branch, highlighting new features, bug fixes, and giving credit to the hard-working developers.
9
+
10
+ ## Time Period
11
+
12
+ - For daily changelogs: Look at PRs merged in the last 24 hours
13
+ - For weekly summaries: Look at PRs merged in the last 7 days
14
+ - Always specify the time period in the title (e.g., "Daily" vs "Weekly")
15
+ - Default: Get the latest changes from the last day from the main branch of the repository
16
+
17
+ ## PR Analysis
18
+
19
+ Analyze the provided GitHub changes and related issues. Look for:
20
+
21
+ 1. New features that have been added
22
+ 2. Bug fixes that have been implemented
23
+ 3. Any other significant changes or improvements
24
+ 4. References to specific issues and their details
25
+ 5. Names of contributors who made the changes
26
+ 6. Use gh cli to lookup the PRs as well and the description of the PRs
27
+ 7. Check PR labels to identify feature type (feature, bug, chore, etc.)
28
+ 8. Look for breaking changes and highlight them prominently
29
+ 9. Include PR numbers for traceability
30
+ 10. Check if PRs are linked to issues and include issue context
31
+
32
+ ## Content Priorities
33
+
34
+ 1. Breaking changes (if any) - MUST be at the top
35
+ 2. User-facing features
36
+ 3. Critical bug fixes
37
+ 4. Performance improvements
38
+ 5. Developer experience improvements
39
+ 6. Documentation updates
40
+
41
+ ## Formatting Guidelines
42
+
43
+ Now, create a change log summary with the following guidelines:
44
+
45
+ 1. Keep it concise and to the point
46
+ 2. Highlight the most important changes first
47
+ 3. Group similar changes together (e.g., all new features, all bug fixes)
48
+ 4. Include issue references where applicable
49
+ 5. Mention the names of contributors, giving them credit for their work
50
+ 6. Add a touch of humor or playfulness to make it engaging
51
+ 7. Use emojis sparingly to add visual interest
52
+ 8. Keep total message under 2000 characters for Discord
53
+ 9. Use consistent emoji for each section
54
+ 10. Format code/technical terms in backticks
55
+ 11. Include PR numbers in parentheses (e.g., "Fixed login bug (#123)")
56
+
57
+ ## Deployment Notes
58
+
59
+ When relevant, include:
60
+
61
+ - Database migrations required
62
+ - Environment variable updates needed
63
+ - Manual intervention steps post-deploy
64
+ - Dependencies that need updating
65
+
66
+ Your final output should be formatted as follows:
67
+
68
+ <change_log>
69
+
70
+ # 🚀 [Daily/Weekly] Change Log: [Current Date]
71
+
72
+ ## 🚨 Breaking Changes (if any)
73
+
74
+ [List any breaking changes that require immediate attention]
75
+
76
+ ## 🌟 New Features
77
+
78
+ [List new features here with PR numbers]
79
+
80
+ ## 🐛 Bug Fixes
81
+
82
+ [List bug fixes here with PR numbers]
83
+
84
+ ## 🛠️ Other Improvements
85
+
86
+ [List other significant changes or improvements]
87
+
88
+ ## 🙌 Shoutouts
89
+
90
+ [Mention contributors and their contributions]
91
+
92
+ ## 🎉 Fun Fact of the Day
93
+
94
+ [Include a brief, work-related fun fact or joke]
95
+
96
+ </change_log>
97
+
98
+ ## Style Guide Review
99
+
100
+ Now review the changelog using the EVERY_WRITE_STYLE.md file and go one by one to make sure you are following the style guide. Use multiple agents, run in parallel to make it faster.
101
+
102
+ Remember, your final output should only include the content within the <change_log> tags. Do not include any of your thought process or the original data in the output.
103
+
104
+ ## Discord Posting (Optional)
105
+
106
+ You can post changelogs to Discord by adding your own webhook URL:
107
+
108
+ ```
109
+ # Set your Discord webhook URL
110
+ DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN"
111
+
112
+ # Post using curl
113
+ curl -H "Content-Type: application/json" \
114
+ -d "{\"content\": \"{{CHANGELOG}}\"}" \
115
+ $DISCORD_WEBHOOK_URL
116
+ ```
117
+
118
+ To get a webhook URL, go to your Discord server → Server Settings → Integrations → Webhooks → New Webhook.
119
+
120
+ ## Error Handling
121
+
122
+ - If no changes in the time period, post a "quiet day" message: "🌤️ Quiet day! No new changes merged."
123
+ - If unable to fetch PR details, list the PR numbers for manual review
124
+ - Always validate message length before posting to Discord (max 2000 chars)
125
+
126
+ ## Schedule Recommendations
127
+
128
+ - Run daily at 6 AM NY time for previous day's changes
129
+ - Run weekly summary on Mondays for the previous week
130
+ - Special runs after major releases or deployments
131
+
132
+ ## Audience Considerations
133
+
134
+ Adjust the tone and detail level based on the channel:
135
+
136
+ - **Dev team channels**: Include technical details, performance metrics, code snippets
137
+ - **Product team channels**: Focus on user-facing changes and business impact
138
+ - **Leadership channels**: Highlight progress on key initiatives and blockers
@@ -0,0 +1,9 @@
1
+ ---
2
+ name: create-agent-skill
3
+ description: Create or edit Claude Code skills with expert guidance on structure and best practices
4
+ allowed-tools: Skill(create-agent-skills)
5
+ argument-hint: [skill description or requirements]
6
+ disable-model-invocation: true
7
+ ---
8
+
9
+ Invoke the create-agent-skills skill for: $ARGUMENTS