natureco-cli 5.18.3 → 5.20.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 (346) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +1 -1
  3. package/skills/a-b-testing/SKILL.md +34 -0
  4. package/skills/accessibility-audit/SKILL.md +34 -0
  5. package/skills/agent-memory/SKILL.md +34 -0
  6. package/skills/agent-orchestration/SKILL.md +34 -0
  7. package/skills/airunway-aks-setup/SKILL.md +73 -0
  8. package/skills/algorithmic-art/SKILL.md +405 -0
  9. package/skills/analytics-setup/SKILL.md +34 -0
  10. package/skills/api-design/SKILL.md +34 -0
  11. package/skills/api-versioning/SKILL.md +34 -0
  12. package/skills/appinsights-instrumentation/SKILL.md +76 -0
  13. package/skills/audio-transcription/SKILL.md +34 -0
  14. package/skills/authentication-patterns/SKILL.md +34 -0
  15. package/skills/authorization-rbac/SKILL.md +34 -0
  16. package/skills/azure-ai/SKILL.md +71 -0
  17. package/skills/azure-aigateway/SKILL.md +129 -0
  18. package/skills/azure-cloud-migrate/SKILL.md +52 -0
  19. package/skills/azure-compliance/SKILL.md +108 -0
  20. package/skills/azure-compute/SKILL.md +46 -0
  21. package/skills/azure-cost/SKILL.md +45 -0
  22. package/skills/azure-deploy/SKILL.md +97 -0
  23. package/skills/azure-diagnostics/SKILL.md +151 -0
  24. package/skills/azure-enterprise-infra-planner/SKILL.md +54 -0
  25. package/skills/azure-hosted-copilot-sdk/SKILL.md +89 -0
  26. package/skills/azure-kubernetes/SKILL.md +153 -0
  27. package/skills/azure-kusto/SKILL.md +231 -0
  28. package/skills/azure-messaging/SKILL.md +57 -0
  29. package/skills/azure-prepare/SKILL.md +165 -0
  30. package/skills/azure-quotas/SKILL.md +276 -0
  31. package/skills/azure-rbac/SKILL.md +17 -0
  32. package/skills/azure-reliability/SKILL.md +387 -0
  33. package/skills/azure-resource-lookup/SKILL.md +108 -0
  34. package/skills/azure-resource-visualizer/SKILL.md +183 -0
  35. package/skills/azure-storage/SKILL.md +100 -0
  36. package/skills/azure-upgrade/SKILL.md +91 -0
  37. package/skills/azure-validate/SKILL.md +72 -0
  38. package/skills/backup-strategy/SKILL.md +34 -0
  39. package/skills/bash-scripting/SKILL.md +34 -0
  40. package/skills/batch-api-calls/SKILL.md +34 -0
  41. package/skills/batch-processing/SKILL.md +34 -0
  42. package/skills/brainstorming/SKILL.md +159 -0
  43. package/skills/brand-guidelines/SKILL.md +73 -0
  44. package/skills/brandkit/SKILL.md +798 -0
  45. package/skills/brutalist-skill/SKILL.md +92 -0
  46. package/skills/bulk-file-operations/SKILL.md +34 -0
  47. package/skills/cache-responses/SKILL.md +34 -0
  48. package/skills/caching-strategy/SKILL.md +34 -0
  49. package/skills/calendar-optimization/SKILL.md +34 -0
  50. package/skills/canvas-design/SKILL.md +130 -0
  51. package/skills/cavecrew/SKILL.md +82 -0
  52. package/skills/caveman-commit/SKILL.md +65 -0
  53. package/skills/caveman-help/SKILL.md +63 -0
  54. package/skills/caveman-review/SKILL.md +55 -0
  55. package/skills/caveman-stats/SKILL.md +10 -0
  56. package/skills/changelog-generation/SKILL.md +34 -0
  57. package/skills/chat-bot-design/SKILL.md +34 -0
  58. package/skills/chunking-strategy/SKILL.md +34 -0
  59. package/skills/ci-cd-pipeline/SKILL.md +34 -0
  60. package/skills/classification-pipeline/SKILL.md +34 -0
  61. package/skills/claude-api/SKILL.md +356 -0
  62. package/skills/clipboard-master/SKILL.md +34 -0
  63. package/skills/code-explanation/SKILL.md +34 -0
  64. package/skills/code-generation/SKILL.md +34 -0
  65. package/skills/code-migration/SKILL.md +34 -0
  66. package/skills/code-review-checklist/SKILL.md +34 -0
  67. package/skills/composition-patterns/SKILL.md +89 -0
  68. package/skills/contact-management/SKILL.md +34 -0
  69. package/skills/content-generation/SKILL.md +34 -0
  70. package/skills/context-pruning/SKILL.md +34 -0
  71. package/skills/context-window-management/SKILL.md +34 -0
  72. package/skills/continuous-improvement/SKILL.md +34 -0
  73. package/skills/cron-scheduling/SKILL.md +34 -0
  74. package/skills/cross-platform-compat/SKILL.md +34 -0
  75. package/skills/csv-processing/SKILL.md +34 -0
  76. package/skills/daily-journal/SKILL.md +34 -0
  77. package/skills/data-analysis/SKILL.md +34 -0
  78. package/skills/data-backup/SKILL.md +34 -0
  79. package/skills/data-cleaning/SKILL.md +34 -0
  80. package/skills/data-extraction/SKILL.md +34 -0
  81. package/skills/data-validation/SKILL.md +34 -0
  82. package/skills/database-migrations/SKILL.md +34 -0
  83. package/skills/database-schema-design/SKILL.md +34 -0
  84. package/skills/decision-mapping/SKILL.md +84 -0
  85. package/skills/decision-matrix/SKILL.md +34 -0
  86. package/skills/dependency-management/SKILL.md +34 -0
  87. package/skills/deploy-to-vercel/SKILL.md +296 -0
  88. package/skills/design-an-interface/SKILL.md +94 -0
  89. package/skills/design-doc-mermaid/SKILL.md +498 -0
  90. package/skills/dev-environment-setup/SKILL.md +34 -0
  91. package/skills/develop-userscripts/SKILL.md +84 -0
  92. package/skills/distraction-blocker/SKILL.md +34 -0
  93. package/skills/doc-coauthoring/SKILL.md +375 -0
  94. package/skills/docker-optimization/SKILL.md +34 -0
  95. package/skills/document-template/SKILL.md +34 -0
  96. package/skills/documentation/SKILL.md +109 -0
  97. package/skills/documentation-gen/SKILL.md +34 -0
  98. package/skills/docx/SKILL.md +590 -0
  99. package/skills/edit-article/SKILL.md +15 -0
  100. package/skills/efficient-formatting/SKILL.md +34 -0
  101. package/skills/email-management/SKILL.md +34 -0
  102. package/skills/email-service/SKILL.md +34 -0
  103. package/skills/embedding-generation/SKILL.md +34 -0
  104. package/skills/entity-extraction/SKILL.md +34 -0
  105. package/skills/entra-agent-id/SKILL.md +356 -0
  106. package/skills/entra-app-registration/SKILL.md +191 -0
  107. package/skills/environment-config/SKILL.md +34 -0
  108. package/skills/error-handling/SKILL.md +34 -0
  109. package/skills/estimation-techniques/SKILL.md +34 -0
  110. package/skills/event-driven-architecture/SKILL.md +34 -0
  111. package/skills/excel-automation/SKILL.md +34 -0
  112. package/skills/execution-monitoring/SKILL.md +34 -0
  113. package/skills/expense-tracking/SKILL.md +34 -0
  114. package/skills/faceless-explainer/SKILL.md +202 -0
  115. package/skills/fastify/SKILL.md +75 -0
  116. package/skills/feature-engineering/SKILL.md +34 -0
  117. package/skills/feature-flags/SKILL.md +34 -0
  118. package/skills/file-conversion/SKILL.md +34 -0
  119. package/skills/file-upload-handling/SKILL.md +34 -0
  120. package/skills/fine-tuning-prep/SKILL.md +34 -0
  121. package/skills/focus-mode/SKILL.md +34 -0
  122. package/skills/form-validation/SKILL.md +34 -0
  123. package/skills/function-calling/SKILL.md +34 -0
  124. package/skills/general-video/SKILL.md +143 -0
  125. package/skills/git-guardrails-claude-code/SKILL.md +95 -0
  126. package/skills/git-workflow/SKILL.md +34 -0
  127. package/skills/github-actions-docs/SKILL.md +98 -0
  128. package/skills/goal-setting/SKILL.md +34 -0
  129. package/skills/gpt-tasteskill/SKILL.md +74 -0
  130. package/skills/graphql-design/SKILL.md +34 -0
  131. package/skills/grill-me/SKILL.md +7 -0
  132. package/skills/grilling/SKILL.md +10 -0
  133. package/skills/habit-tracker/SKILL.md +34 -0
  134. package/skills/hallucination-detection/SKILL.md +34 -0
  135. package/skills/handoff/SKILL.md +16 -0
  136. package/skills/hyperframes/SKILL.md +152 -0
  137. package/skills/hyperframes-animation/SKILL.md +82 -0
  138. package/skills/hyperframes-cli/SKILL.md +109 -0
  139. package/skills/hyperframes-core/SKILL.md +78 -0
  140. package/skills/hyperframes-creative/SKILL.md +68 -0
  141. package/skills/hyperframes-media/SKILL.md +97 -0
  142. package/skills/image-processing/SKILL.md +34 -0
  143. package/skills/image-to-code-skill/SKILL.md +1228 -0
  144. package/skills/imagegen-frontend-mobile/SKILL.md +1465 -0
  145. package/skills/imagegen-frontend-web/SKILL.md +987 -0
  146. package/skills/implement/SKILL.md +15 -0
  147. package/skills/init/SKILL.md +91 -0
  148. package/skills/internal-comms/SKILL.md +32 -0
  149. package/skills/json-transformation/SKILL.md +34 -0
  150. package/skills/keyboard-shortcuts/SKILL.md +34 -0
  151. package/skills/knowledge-base/SKILL.md +34 -0
  152. package/skills/knowledge-graph/SKILL.md +34 -0
  153. package/skills/kubernetes-deployment/SKILL.md +34 -0
  154. package/skills/language-translation/SKILL.md +34 -0
  155. package/skills/lark-approval/SKILL.md +56 -0
  156. package/skills/lark-base/SKILL.md +157 -0
  157. package/skills/lark-doc/SKILL.md +81 -0
  158. package/skills/lark-shared/SKILL.md +168 -0
  159. package/skills/lark-workflow-meeting-summary/SKILL.md +122 -0
  160. package/skills/linting-neostandard-eslint9/SKILL.md +64 -0
  161. package/skills/llm-chaining/SKILL.md +34 -0
  162. package/skills/localization-i18n/SKILL.md +34 -0
  163. package/skills/logging-best-practices/SKILL.md +34 -0
  164. package/skills/loop-me/SKILL.md +32 -0
  165. package/skills/machine-learning-pipeline/SKILL.md +34 -0
  166. package/skills/meeting-notes/SKILL.md +34 -0
  167. package/skills/meeting-scheduler/SKILL.md +34 -0
  168. package/skills/message-queues/SKILL.md +34 -0
  169. package/skills/message-summarization/SKILL.md +34 -0
  170. package/skills/microservices-architecture/SKILL.md +34 -0
  171. package/skills/microsoft-foundry/SKILL.md +262 -0
  172. package/skills/migrate-to-shoehorn/SKILL.md +118 -0
  173. package/skills/milestone-tracking/SKILL.md +34 -0
  174. package/skills/minimalist-skill/SKILL.md +85 -0
  175. package/skills/model-deployment/SKILL.md +34 -0
  176. package/skills/model-evaluation/SKILL.md +34 -0
  177. package/skills/monitoring-setup/SKILL.md +34 -0
  178. package/skills/monorepo-setup/SKILL.md +34 -0
  179. package/skills/motion-graphics/SKILL.md +170 -0
  180. package/skills/multi-agent-systems/SKILL.md +34 -0
  181. package/skills/music-to-video/SKILL.md +197 -0
  182. package/skills/network-troubleshooting/SKILL.md +34 -0
  183. package/skills/node/SKILL.md +94 -0
  184. package/skills/nodejs-core/SKILL.md +156 -0
  185. package/skills/note-organization/SKILL.md +34 -0
  186. package/skills/oauth/SKILL.md +186 -0
  187. package/skills/obsidian-vault/SKILL.md +59 -0
  188. package/skills/octocat/SKILL.md +93 -0
  189. package/skills/openclaw-secure-linux-cloud/SKILL.md +157 -0
  190. package/skills/opensource-guide-coach/SKILL.md +218 -0
  191. package/skills/output-skill/SKILL.md +49 -0
  192. package/skills/package-publishing/SKILL.md +34 -0
  193. package/skills/password-generator/SKILL.md +34 -0
  194. package/skills/pdf/SKILL.md +314 -0
  195. package/skills/pdf-processing/SKILL.md +34 -0
  196. package/skills/performance-optimization/SKILL.md +34 -0
  197. package/skills/pomodoro-timer/SKILL.md +34 -0
  198. package/skills/powershell-automation/SKILL.md +34 -0
  199. package/skills/pptx/SKILL.md +232 -0
  200. package/skills/pr-to-video/SKILL.md +235 -0
  201. package/skills/priority-filtering/SKILL.md +34 -0
  202. package/skills/product-launch-video/SKILL.md +205 -0
  203. package/skills/project-tracking/SKILL.md +34 -0
  204. package/skills/prompt-compression/SKILL.md +34 -0
  205. package/skills/prompt-engineering/SKILL.md +34 -0
  206. package/skills/push-notifications/SKILL.md +34 -0
  207. package/skills/python-appservice-deploy/SKILL.md +36 -0
  208. package/skills/qa/SKILL.md +130 -0
  209. package/skills/rag-implementation/SKILL.md +34 -0
  210. package/skills/rate-limiting/SKILL.md +34 -0
  211. package/skills/react-best-practices/SKILL.md +149 -0
  212. package/skills/react-native-skills/SKILL.md +121 -0
  213. package/skills/react-view-transitions/SKILL.md +320 -0
  214. package/skills/readme-i18n/SKILL.md +176 -0
  215. package/skills/real-time-communication/SKILL.md +34 -0
  216. package/skills/redesign-skill/SKILL.md +178 -0
  217. package/skills/refactoring-strategy/SKILL.md +34 -0
  218. package/skills/regex-mastery/SKILL.md +34 -0
  219. package/skills/remotion/SKILL.md +364 -0
  220. package/skills/report-generation/SKILL.md +34 -0
  221. package/skills/request-refactor-plan/SKILL.md +68 -0
  222. package/skills/research-compiler/SKILL.md +34 -0
  223. package/skills/resolving-merge-conflicts/SKILL.md +14 -0
  224. package/skills/responsive-design/SKILL.md +34 -0
  225. package/skills/rest-api-patterns/SKILL.md +34 -0
  226. package/skills/retrospectives/SKILL.md +34 -0
  227. package/skills/risk-assessment/SKILL.md +34 -0
  228. package/skills/roadmap-creation/SKILL.md +34 -0
  229. package/skills/running-claude-code-via-litellm-copilot/SKILL.md +263 -0
  230. package/skills/scaffold-exercises/SKILL.md +106 -0
  231. package/skills/search-implementation/SKILL.md +34 -0
  232. package/skills/secrets-management/SKILL.md +34 -0
  233. package/skills/secure-linux-web-hosting/SKILL.md +162 -0
  234. package/skills/security-audit/SKILL.md +34 -0
  235. package/skills/selective-memory/SKILL.md +34 -0
  236. package/skills/semantic-search/SKILL.md +34 -0
  237. package/skills/semantic-versioning/SKILL.md +34 -0
  238. package/skills/sentiment-analysis/SKILL.md +34 -0
  239. package/skills/seo-optimization/SKILL.md +34 -0
  240. package/skills/setup-pre-commit/SKILL.md +91 -0
  241. package/skills/shadcn/SKILL.md +267 -0
  242. package/skills/simple/SKILL.md +52 -0
  243. package/skills/skill-creator/SKILL.md +485 -0
  244. package/skills/skill-optimizer/SKILL.md +47 -0
  245. package/skills/skills-cli/SKILL.md +281 -0
  246. package/skills/slack-gif-creator/SKILL.md +254 -0
  247. package/skills/snipgrapher/SKILL.md +58 -0
  248. package/skills/snippet-manager/SKILL.md +34 -0
  249. package/skills/soft-skill/SKILL.md +98 -0
  250. package/skills/sprint-planning/SKILL.md +34 -0
  251. package/skills/sql-query-optimization/SKILL.md +34 -0
  252. package/skills/stakeholder-communication/SKILL.md +34 -0
  253. package/skills/state-management/SKILL.md +34 -0
  254. package/skills/statistical-analysis/SKILL.md +34 -0
  255. package/skills/stitch-skill/SKILL.md +184 -0
  256. package/skills/streaming-responses/SKILL.md +34 -0
  257. package/skills/structured-output/SKILL.md +34 -0
  258. package/skills/summarization-techniques/SKILL.md +34 -0
  259. package/skills/supabase/SKILL.md +135 -0
  260. package/skills/supabase-postgres-best-practices/SKILL.md +64 -0
  261. package/skills/system-diagnostics/SKILL.md +34 -0
  262. package/skills/systematic-debugging/SKILL.md +296 -0
  263. package/skills/talking-head-recut/SKILL.md +1191 -0
  264. package/skills/task-decomposition/SKILL.md +34 -0
  265. package/skills/task-prioritization/SKILL.md +34 -0
  266. package/skills/taste-skill/SKILL.md +1206 -0
  267. package/skills/taste-skill-v1/SKILL.md +226 -0
  268. package/skills/tdd/SKILL.md +108 -0
  269. package/skills/teach/SKILL.md +140 -0
  270. package/skills/template-library/SKILL.md +34 -0
  271. package/skills/test-driven-development/SKILL.md +371 -0
  272. package/skills/test-generation/SKILL.md +34 -0
  273. package/skills/testing-strategy/SKILL.md +34 -0
  274. package/skills/text-expansion/SKILL.md +34 -0
  275. package/skills/theme-factory/SKILL.md +59 -0
  276. package/skills/time-blocking/SKILL.md +34 -0
  277. package/skills/to-prd/SKILL.md +75 -0
  278. package/skills/token-budgeting/SKILL.md +34 -0
  279. package/skills/token-optimization/SKILL.md +34 -0
  280. package/skills/tool-calling-patterns/SKILL.md +34 -0
  281. package/skills/typescript-magician/SKILL.md +117 -0
  282. package/skills/tzst/SKILL.md +68 -0
  283. package/skills/ubiquitous-language/SKILL.md +93 -0
  284. package/skills/use-my-browser/SKILL.md +110 -0
  285. package/skills/using-superpowers/SKILL.md +121 -0
  286. package/skills/vector-database-setup/SKILL.md +34 -0
  287. package/skills/vercel-cli-with-tokens/SKILL.md +353 -0
  288. package/skills/vercel-optimize/SKILL.md +322 -0
  289. package/skills/video-editing/SKILL.md +34 -0
  290. package/skills/viral-instagram-reels/SKILL.md +180 -0
  291. package/skills/viral-short-form/SKILL.md +147 -0
  292. package/skills/viral-short-form-ideas/SKILL.md +184 -0
  293. package/skills/viral-tiktok-content/SKILL.md +180 -0
  294. package/skills/visualization-creation/SKILL.md +34 -0
  295. package/skills/web-artifacts-builder/SKILL.md +74 -0
  296. package/skills/web-design-guidelines/SKILL.md +39 -0
  297. package/skills/web-scraping/SKILL.md +34 -0
  298. package/skills/webapp-testing/SKILL.md +96 -0
  299. package/skills/webhook-handling/SKILL.md +34 -0
  300. package/skills/website-to-video/SKILL.md +145 -0
  301. package/skills/weekly-review/SKILL.md +34 -0
  302. package/skills/workflow-automation/SKILL.md +34 -0
  303. package/skills/writing-beats/SKILL.md +67 -0
  304. package/skills/writing-fragments/SKILL.md +79 -0
  305. package/skills/writing-great-skills/SKILL.md +82 -0
  306. package/skills/writing-guidelines/SKILL.md +39 -0
  307. package/skills/writing-plans/SKILL.md +174 -0
  308. package/skills/writing-shape/SKILL.md +79 -0
  309. package/skills/xdrop/SKILL.md +78 -0
  310. package/skills/xget/SKILL.md +87 -0
  311. package/skills/xlsx/SKILL.md +292 -0
  312. package/src/commands/code_v5.js +377 -73
  313. package/src/commands/repl.js +505 -86
  314. package/src/providers/model/anthropic.js +84 -0
  315. package/src/providers/model/gemini.js +49 -0
  316. package/src/providers/model/minimax.js +48 -0
  317. package/src/providers/model/ollama.js +42 -0
  318. package/src/providers/model/openai.js +49 -0
  319. package/src/providers/search/duckduckgo.js +45 -0
  320. package/src/providers/search/exa.js +52 -0
  321. package/src/providers/search/searxng.js +51 -0
  322. package/src/providers/search/tavily.js +47 -0
  323. package/src/tools/model_provider.js +71 -0
  324. package/src/tools/parallel_search.js +40 -49
  325. package/src/tools/search_provider.js +79 -0
  326. package/src/tools/skills_download.js +217 -0
  327. package/src/tools/web_search.js +42 -62
  328. package/src/tools/workflow.js +21 -9
  329. package/src/utils/cron.js +82 -126
  330. package/src/utils/effort-levels.js +42 -0
  331. package/src/utils/fallback-chain.js +72 -0
  332. package/src/utils/file-history.js +78 -0
  333. package/src/utils/model-provider.js +113 -0
  334. package/src/utils/permissions.js +147 -0
  335. package/src/utils/plan-mode.js +164 -0
  336. package/src/utils/provider-detect.js +7 -32
  337. package/src/utils/sandbox.js +60 -0
  338. package/src/utils/search-provider.js +62 -0
  339. package/src/utils/session-search.js +66 -0
  340. package/src/utils/structured-output.js +20 -0
  341. package/src/utils/system-prompt.js +28 -2
  342. package/src/utils/tasks.js +132 -0
  343. package/src/utils/tool-hooks.js +154 -0
  344. package/src/utils/tools.js +18 -2
  345. package/src/utils/ultra-review.js +59 -0
  346. package/src/utils/worktree.js +192 -0
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: data-validation
3
+ description: Validate data with schema checks, type constraints, range validation, and uniqueness
4
+ category: Intelligence & General
5
+ ---
6
+
7
+ # Data Validation
8
+
9
+ ## Overview
10
+ Validate data with schema checks, type constraints, range validation, and uniqueness. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply data validation best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on data validation
16
+ - When automating or optimizing data validation tasks
17
+
18
+ ## Instructions
19
+ 1. **Assess**: Evaluate the current state, requirements, and constraints
20
+ 2. **Plan**: Define the approach, steps, and success criteria
21
+ 3. **Execute**: Follow the established patterns and best practices
22
+ 4. **Verify**: Check results against expected outcomes and quality standards
23
+ 5. **Iterate**: Refine based on feedback and lessons learned
24
+
25
+ ## Examples
26
+ ```
27
+ User: Help me apply data validation for my current project
28
+ Assistant: I'll help you apply data validation step by step...
29
+ ```
30
+
31
+ ## Related Skills
32
+ - Use with `workflow` tool for orchestrated execution
33
+ - Combine with `task` tool for delegated processing
34
+ - Reference `system-prompt` for system-level integration
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: database-migrations
3
+ description: Manage database migrations with version control, rollbacks, and zero-downtime deploys
4
+ category: Software Development
5
+ ---
6
+
7
+ # Database Migrations
8
+
9
+ ## Overview
10
+ Manage database migrations with version control, rollbacks, and zero-downtime deploys. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply database migrations best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on database migrations
16
+ - When automating or optimizing database migrations tasks
17
+
18
+ ## Instructions
19
+ 1. **Assess**: Evaluate the current state, requirements, and constraints
20
+ 2. **Plan**: Define the approach, steps, and success criteria
21
+ 3. **Execute**: Follow the established patterns and best practices
22
+ 4. **Verify**: Check results against expected outcomes and quality standards
23
+ 5. **Iterate**: Refine based on feedback and lessons learned
24
+
25
+ ## Examples
26
+ ```
27
+ User: Help me apply database migrations for my current project
28
+ Assistant: I'll help you apply database migrations step by step...
29
+ ```
30
+
31
+ ## Related Skills
32
+ - Use with `workflow` tool for orchestrated execution
33
+ - Combine with `task` tool for delegated processing
34
+ - Reference `system-prompt` for system-level integration
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: database-schema-design
3
+ description: Design normalized database schemas with indexes, constraints, and relationships
4
+ category: Software Development
5
+ ---
6
+
7
+ # Database Schema Design
8
+
9
+ ## Overview
10
+ Design normalized database schemas with indexes, constraints, and relationships. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply database schema design best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on database schema design
16
+ - When automating or optimizing database schema design tasks
17
+
18
+ ## Instructions
19
+ 1. **Assess**: Evaluate the current state, requirements, and constraints
20
+ 2. **Plan**: Define the approach, steps, and success criteria
21
+ 3. **Execute**: Follow the established patterns and best practices
22
+ 4. **Verify**: Check results against expected outcomes and quality standards
23
+ 5. **Iterate**: Refine based on feedback and lessons learned
24
+
25
+ ## Examples
26
+ ```
27
+ User: Help me apply database schema design for my current project
28
+ Assistant: I'll help you apply database schema design step by step...
29
+ ```
30
+
31
+ ## Related Skills
32
+ - Use with `workflow` tool for orchestrated execution
33
+ - Combine with `task` tool for delegated processing
34
+ - Reference `system-prompt` for system-level integration
@@ -0,0 +1,84 @@
1
+ ---
2
+ name: decision-mapping
3
+ description: Turn a loose idea into a sequenced map of investigation tickets, then drive them to resolution one at a time.
4
+ disable-model-invocation: true
5
+ ---
6
+
7
+ This skill is invoked when a loose idea requires more than one agent session to turn into a plan. It creates a stateful decision map in a markdown file, and drives the user through a sequence of tickets to resolve the open questions - which may require either prototyping, research or discussion.
8
+
9
+ ## The Decision Map
10
+
11
+ The decision map is a single compact Markdown file, one per planning effort, git-tracked alongside the project. It is the canonical artifact — the **whole map is loaded as context into every session**, so it must stay compact.
12
+
13
+ Assets created during tickets should be linked to from the map, not duplicated within it.
14
+
15
+ ### Structure
16
+
17
+ Numbered entries ("tickets"), each its own section keyed by its number:
18
+
19
+ ```markdown
20
+ ## #1: Relational Or Non-Relational Database?
21
+
22
+ Blocked by: #<ticket-number>, #<ticket-number>
23
+ Type: Research | Prototype | Grilling
24
+
25
+ ### Question
26
+
27
+ <question-here>
28
+
29
+ ### Answer
30
+
31
+ <answer-here>
32
+ ```
33
+
34
+ Each ticket must be sized to one 100K token agent session.
35
+
36
+ ## Ticket Types
37
+
38
+ There are three types of tickets:
39
+
40
+ - **Research**: Reading documentation, third-party API's, or local resources like knowledge bases. Creates a markdown summary as an asset. Use this when knowledge outside the current working directory is required.
41
+ - **Prototype**: Writing UI or logic code to test a hypothesis, or to explore a design space. Uses the /prototype skill. Creates a prototype as an asset. Use this when "how should it look" or "how should it behave" is the key question.
42
+ - **Grilling**: Conversation with the agent. Uses the /grilling and /domain-modeling skills. Asks one question at a time. The default case.
43
+
44
+ ## Fog of war
45
+
46
+ The map is _deliberately_ incomplete beyond the frontier. Your job is to investigate the frontier, and to resolve tickets in order to push the frontier forward. Push back the fog of war, one node at a time.
47
+
48
+ At some point, the fog of war should have been pushed back far enough that the path to the finish line is clear. At that point, no more tickets will be required and the decision map can be considered 'done'.
49
+
50
+ ## Invocation
51
+
52
+ There are two ways this skill can be invoked: **bootstrap** and **resume**.
53
+
54
+ ### Bootstrap
55
+
56
+ User invokes with a loose idea.
57
+
58
+ 1. Run a /grilling + /domain-modeling session to surface the open decisions. Ask one question at a time.
59
+ 2. Write a new decision map — mostly fog, frontier identified, trivially-decidable entries resolved inline.
60
+ 3. Stop. Map-building is one session's work; do not also resolve tickets.
61
+
62
+ ### Resume
63
+
64
+ User invokes with a path to an existing map and a ticket number.
65
+
66
+ 1. Load the **whole map** as context.
67
+ 2. Run a session to resolve the ticket, invoking skills as needed. If in doubt, use `/grilling` and `/domain-modeling`.
68
+ 3. Record what the session resolved in the ticket's body.
69
+ 4. Add newly-discovered tickets (with correct `blocked_by` edges).
70
+ 5. Stop.
71
+
72
+ If the decisions made invalidate other parts of the map, update or delete those nodes.
73
+
74
+ ## Parallelism
75
+
76
+ The user may choose to run tickets in parallel, so expect other agents to make changes to the map.
77
+
78
+ ## Skipping The Decision Map
79
+
80
+ Many times, the initial grilling will result in no fog of war. No unresolved tickets. Nothing to do, except implement.
81
+
82
+ In those situations, you should offer the user the chance to skip the decision map - since the decision map is only needed if multi-session decisions need to be made.
83
+
84
+ If they skip it, you should recommend either implementing directly or using `/to-prd` to schedule a multi-session implementation.
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: decision-matrix
3
+ description: Evaluate options using weighted decision matrices with criteria scoring
4
+ category: Productivity
5
+ ---
6
+
7
+ # Decision Matrix
8
+
9
+ ## Overview
10
+ Evaluate options using weighted decision matrices with criteria scoring. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply decision matrix best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on decision matrix
16
+ - When automating or optimizing decision matrix tasks
17
+
18
+ ## Instructions
19
+ 1. **Assess**: Evaluate the current state, requirements, and constraints
20
+ 2. **Plan**: Define the approach, steps, and success criteria
21
+ 3. **Execute**: Follow the established patterns and best practices
22
+ 4. **Verify**: Check results against expected outcomes and quality standards
23
+ 5. **Iterate**: Refine based on feedback and lessons learned
24
+
25
+ ## Examples
26
+ ```
27
+ User: Help me apply decision matrix for my current project
28
+ Assistant: I'll help you apply decision matrix step by step...
29
+ ```
30
+
31
+ ## Related Skills
32
+ - Use with `workflow` tool for orchestrated execution
33
+ - Combine with `task` tool for delegated processing
34
+ - Reference `system-prompt` for system-level integration
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: dependency-management
3
+ description: Manage dependencies with version pinning, audit, update automation, and lock files
4
+ category: Software Development
5
+ ---
6
+
7
+ # Dependency Management
8
+
9
+ ## Overview
10
+ Manage dependencies with version pinning, audit, update automation, and lock files. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply dependency management best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on dependency management
16
+ - When automating or optimizing dependency management tasks
17
+
18
+ ## Instructions
19
+ 1. **Assess**: Evaluate the current state, requirements, and constraints
20
+ 2. **Plan**: Define the approach, steps, and success criteria
21
+ 3. **Execute**: Follow the established patterns and best practices
22
+ 4. **Verify**: Check results against expected outcomes and quality standards
23
+ 5. **Iterate**: Refine based on feedback and lessons learned
24
+
25
+ ## Examples
26
+ ```
27
+ User: Help me apply dependency management for my current project
28
+ Assistant: I'll help you apply dependency management step by step...
29
+ ```
30
+
31
+ ## Related Skills
32
+ - Use with `workflow` tool for orchestrated execution
33
+ - Combine with `task` tool for delegated processing
34
+ - Reference `system-prompt` for system-level integration
@@ -0,0 +1,296 @@
1
+ ---
2
+ name: deploy-to-vercel
3
+ description: Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
4
+ metadata:
5
+ author: vercel
6
+ version: "3.0.0"
7
+ ---
8
+
9
+ # Deploy to Vercel
10
+
11
+ Deploy any project to Vercel. **Always deploy as preview** (not production) unless the user explicitly asks for production.
12
+
13
+ The goal is to get the user into the best long-term setup: their project linked to Vercel with git-push deploys. Every method below tries to move the user closer to that state.
14
+
15
+ ## Step 1: Gather Project State
16
+
17
+ Run all four checks before deciding which method to use:
18
+
19
+ ```bash
20
+ # 1. Check for a git remote
21
+ git remote get-url origin 2>/dev/null
22
+
23
+ # 2. Check if locally linked to a Vercel project (either file means linked)
24
+ cat .vercel/project.json 2>/dev/null || cat .vercel/repo.json 2>/dev/null
25
+
26
+ # 3. Check if the Vercel CLI is installed and authenticated
27
+ vercel whoami 2>/dev/null
28
+
29
+ # 4. List available teams (if authenticated)
30
+ vercel teams list --format json 2>/dev/null
31
+ ```
32
+
33
+ ### Team selection
34
+
35
+ If the user belongs to multiple teams, present all available team slugs as a bulleted list and ask which one to deploy to. Once the user picks a team, proceed immediately to the next step — do not ask for additional confirmation.
36
+
37
+ Pass the team slug via `--scope` on all subsequent CLI commands (`vercel deploy`, `vercel link`, `vercel inspect`, etc.):
38
+
39
+ ```bash
40
+ vercel deploy [path] -y --no-wait --scope <team-slug>
41
+ ```
42
+
43
+ If the project is already linked (`.vercel/project.json` or `.vercel/repo.json` exists), the `orgId` in those files determines the team — no need to ask again. If there is only one team (or just a personal account), skip the prompt and use it directly.
44
+
45
+ **About the `.vercel/` directory:** A linked project has either:
46
+ - `.vercel/project.json` — created by `vercel link` (single project linking). Contains `projectId` and `orgId`.
47
+ - `.vercel/repo.json` — created by `vercel link --repo` (repo-based linking). Contains `orgId`, `remoteName`, and a `projects` array mapping directories to Vercel project IDs.
48
+
49
+ Either file means the project is linked. Check for both.
50
+
51
+ **Do NOT** use `vercel project inspect`, `vercel ls`, or `vercel link` to detect state in an unlinked directory — without a `.vercel/` config, they will interactively prompt (or with `--yes`, silently link as a side-effect). Only `vercel whoami` is safe to run anywhere.
52
+
53
+ ## Step 2: Choose a Deploy Method
54
+
55
+ ### Linked (`.vercel/` exists) + has git remote → Git Push
56
+
57
+ This is the ideal state. The project is linked and has git integration.
58
+
59
+ 1. **Ask the user before pushing.** Never push without explicit approval:
60
+ ```
61
+ This project is connected to Vercel via git. I can commit and push to
62
+ trigger a deployment. Want me to proceed?
63
+ ```
64
+
65
+ 2. **Commit and push:**
66
+ ```bash
67
+ git add .
68
+ git commit -m "deploy: <description of changes>"
69
+ git push
70
+ ```
71
+ Vercel automatically builds from the push. Non-production branches get preview deployments; the production branch (usually `main`) gets a production deployment.
72
+
73
+ 3. **Retrieve the preview URL.** If the CLI is authenticated:
74
+ ```bash
75
+ sleep 5
76
+ vercel ls --format json
77
+ ```
78
+ The JSON output has a `deployments` array. Find the latest entry — its `url` field is the preview URL.
79
+
80
+ If the CLI is not authenticated, tell the user to check the Vercel dashboard or the commit status checks on their git provider for the preview URL.
81
+
82
+ ---
83
+
84
+ ### Linked (`.vercel/` exists) + no git remote → `vercel deploy`
85
+
86
+ The project is linked but there's no git repo. Deploy directly with the CLI.
87
+
88
+ ```bash
89
+ vercel deploy [path] -y --no-wait
90
+ ```
91
+
92
+ Use `--no-wait` so the CLI returns immediately with the deployment URL instead of blocking until the build finishes (builds can take a while). Then check on the deployment status with:
93
+
94
+ ```bash
95
+ vercel inspect <deployment-url>
96
+ ```
97
+
98
+ For production deploys (only if user explicitly asks):
99
+ ```bash
100
+ vercel deploy [path] --prod -y --no-wait
101
+ ```
102
+
103
+ ---
104
+
105
+ ### Not linked + CLI is authenticated → Link first, then deploy
106
+
107
+ The CLI is working but the project isn't linked yet. This is the opportunity to get the user into the best state.
108
+
109
+ 1. **Ask the user which team to deploy to.** Present the team slugs from Step 1 as a bulleted list. If there's only one team (or just a personal account), skip this step.
110
+
111
+ 2. **Once a team is selected, proceed directly to linking.** Tell the user what will happen but do not ask for separate confirmation:
112
+ ```
113
+ Linking this project to <team name> on Vercel. This will create a Vercel
114
+ project to deploy to and enable automatic deployments on future git pushes.
115
+ ```
116
+
117
+ 3. **If a git remote exists**, use repo-based linking with the selected team scope:
118
+ ```bash
119
+ vercel link --repo --scope <team-slug>
120
+ ```
121
+ This reads the git remote URL and matches it to existing Vercel projects that deploy from that repo. It creates `.vercel/repo.json`. This is much more reliable than `vercel link` (without `--repo`), which tries to match by directory name and often fails when the local folder and Vercel project are named differently.
122
+
123
+ **If there is no git remote**, fall back to standard linking:
124
+ ```bash
125
+ vercel link --scope <team-slug>
126
+ ```
127
+ This prompts the user to select or create a project. It creates `.vercel/project.json`.
128
+
129
+ 4. **Then deploy using the best available method:**
130
+ - If a git remote exists → commit and push (see git push method above)
131
+ - If no git remote → `vercel deploy [path] -y --no-wait --scope <team-slug>`, then `vercel inspect <url>` to check status
132
+
133
+ ---
134
+
135
+ ### Not linked + CLI not authenticated → Install, auth, link, deploy
136
+
137
+ The Vercel CLI isn't set up at all.
138
+
139
+ 1. **Install the CLI (if not already installed):**
140
+ ```bash
141
+ npm install -g vercel
142
+ ```
143
+
144
+ 2. **Authenticate:**
145
+ ```bash
146
+ vercel login
147
+ ```
148
+ The user completes auth in their browser. If running in a non-interactive environment where login is not possible, skip to the **no-auth fallback** below.
149
+
150
+ 3. **Ask which team to deploy to** — present team slugs from `vercel teams list --format json` as a bulleted list. If only one team / personal account, skip. Once selected, proceed immediately.
151
+
152
+ 4. **Link the project** with the selected team scope (use `--repo` if a git remote exists, plain `vercel link` otherwise):
153
+ ```bash
154
+ vercel link --repo --scope <team-slug> # if git remote exists
155
+ vercel link --scope <team-slug> # if no git remote
156
+ ```
157
+
158
+ 5. **Deploy** using the best available method (git push if remote exists, otherwise `vercel deploy -y --no-wait --scope <team-slug>`, then `vercel inspect <url>` to check status).
159
+
160
+ ---
161
+
162
+ ### No-Auth Fallback — claude.ai sandbox
163
+
164
+ **When to use:** Last resort when the CLI can't be installed or authenticated in the claude.ai sandbox. This requires no authentication — it returns a **Preview URL** (live site) and a **Claim URL** (transfer to your Vercel account).
165
+
166
+ ```bash
167
+ bash /mnt/skills/user/deploy-to-vercel/resources/deploy.sh [path]
168
+ ```
169
+
170
+ **Arguments:**
171
+ - `path` - Directory to deploy, or a `.tgz` file (defaults to current directory)
172
+
173
+ **Examples:**
174
+ ```bash
175
+ # Deploy current directory
176
+ bash /mnt/skills/user/deploy-to-vercel/resources/deploy.sh
177
+
178
+ # Deploy specific project
179
+ bash /mnt/skills/user/deploy-to-vercel/resources/deploy.sh /path/to/project
180
+
181
+ # Deploy existing tarball
182
+ bash /mnt/skills/user/deploy-to-vercel/resources/deploy.sh /path/to/project.tgz
183
+ ```
184
+
185
+ The script auto-detects the framework from `package.json`, packages the project (excluding `node_modules`, `.git`, `.env`), uploads it, and waits for the build to complete.
186
+
187
+ **Tell the user:** "Your deployment is ready at [previewUrl]. Claim it at [claimUrl] to manage your deployment."
188
+
189
+ ---
190
+
191
+ ### No-Auth Fallback — Codex sandbox
192
+
193
+ **When to use:** In the Codex sandbox where the CLI may not be authenticated. Codex runs in a sandboxed environment by default — try the CLI first, and fall back to the deploy script if auth fails.
194
+
195
+ 1. **Check whether the Vercel CLI is installed** (no escalation needed for this check):
196
+ ```bash
197
+ command -v vercel
198
+ ```
199
+
200
+ 2. **If `vercel` is installed**, try deploying with the CLI:
201
+ ```bash
202
+ vercel deploy [path] -y --no-wait
203
+ ```
204
+
205
+ 3. **If `vercel` is not installed, or the CLI fails with "No existing credentials found"**, use the fallback script:
206
+ ```bash
207
+ skill_dir="<path-to-skill>"
208
+
209
+ # Deploy current directory
210
+ bash "$skill_dir/resources/deploy-codex.sh"
211
+
212
+ # Deploy specific project
213
+ bash "$skill_dir/resources/deploy-codex.sh" /path/to/project
214
+
215
+ # Deploy existing tarball
216
+ bash "$skill_dir/resources/deploy-codex.sh" /path/to/project.tgz
217
+ ```
218
+
219
+ The script handles framework detection, packaging, and deployment. It waits for the build to complete and returns JSON with `previewUrl` and `claimUrl`.
220
+
221
+ **Tell the user:** "Your deployment is ready at [previewUrl]. Claim it at [claimUrl] to manage your deployment."
222
+
223
+ **Escalated network access:** Only escalate the actual deploy command if sandboxing blocks the network call (`sandbox_permissions=require_escalated`). Do **not** escalate the `command -v vercel` check.
224
+
225
+ ---
226
+
227
+ ## Agent-Specific Notes
228
+
229
+ ### Claude Code / terminal-based agents
230
+
231
+ You have full shell access. Do NOT use the `/mnt/skills/` path. Follow the decision flow above using the CLI directly.
232
+
233
+ For the no-auth fallback, run the deploy script from the skill's installed location:
234
+ ```bash
235
+ bash ~/.claude/skills/deploy-to-vercel/resources/deploy.sh [path]
236
+ ```
237
+ The path may vary depending on where the user installed the skill.
238
+
239
+ ### Sandboxed environments (claude.ai)
240
+
241
+ You likely cannot run `vercel login` or `git push`. Go directly to the **no-auth fallback — claude.ai sandbox**.
242
+
243
+ ### Codex
244
+
245
+ Codex runs in a sandbox. Check if the CLI is available first, then fall back to the deploy script. Go to the **no-auth fallback — Codex sandbox**.
246
+
247
+ ---
248
+
249
+ ## Output
250
+
251
+ Always show the user the deployment URL.
252
+
253
+ - **Git push:** Use `vercel ls --format json` to find the preview URL. If the CLI isn't authenticated, tell the user to check the Vercel dashboard or commit status checks.
254
+ - **CLI deploy:** Show the URL returned by `vercel deploy --no-wait`. Use `vercel inspect <url>` to check build status and report it to the user.
255
+ - **No-auth fallback:** Show both the preview URL and the claim URL:
256
+ ```
257
+ Deployment successful!
258
+
259
+ Preview URL: https://my-app-abc123.vercel.app
260
+ Claim URL: https://vercel.com/claim-deployment?code=...
261
+
262
+ View your site at the Preview URL.
263
+ To transfer this deployment to your Vercel account, visit the Claim URL.
264
+ ```
265
+
266
+ **Do not** curl or fetch the deployed URL to verify it works. Just return the link.
267
+
268
+ ---
269
+
270
+ ## Troubleshooting
271
+
272
+ ### Network Egress Error (claude.ai)
273
+
274
+ If deployment fails due to network restrictions on claude.ai, tell the user:
275
+
276
+ ```
277
+ Deployment failed due to network restrictions. To fix this:
278
+
279
+ 1. Go to https://claude.ai/settings/capabilities
280
+ 2. Add *.vercel.com to the allowed domains
281
+ 3. Try deploying again
282
+ ```
283
+
284
+ ### Escalated Network Access (Codex / sandboxed environments)
285
+
286
+ If deployment fails due to network issues (timeouts, DNS errors, connection resets) in a sandboxed environment, rerun with escalated permissions (`sandbox_permissions=require_escalated`). Do not escalate the initial CLI availability check — only escalate the actual deploy command.
287
+
288
+ Example guidance to the user:
289
+ ```
290
+ The deploy needs escalated network access to deploy to Vercel. I can rerun
291
+ the command with escalated permissions — want me to proceed?
292
+ ```
293
+
294
+ ### CLI Auth Failure
295
+
296
+ If `vercel login` or `vercel deploy` fails with authentication errors, fall back to the no-auth deploy script (claude.ai or Codex variant, depending on the environment).
@@ -0,0 +1,94 @@
1
+ ---
2
+ name: design-an-interface
3
+ description: Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".
4
+ ---
5
+
6
+ # Design an Interface
7
+
8
+ Based on "Design It Twice" from "A Philosophy of Software Design": your first idea is unlikely to be the best. Generate multiple radically different designs, then compare.
9
+
10
+ ## Workflow
11
+
12
+ ### 1. Gather Requirements
13
+
14
+ Before designing, understand:
15
+
16
+ - [ ] What problem does this module solve?
17
+ - [ ] Who are the callers? (other modules, external users, tests)
18
+ - [ ] What are the key operations?
19
+ - [ ] Any constraints? (performance, compatibility, existing patterns)
20
+ - [ ] What should be hidden inside vs exposed?
21
+
22
+ Ask: "What does this module need to do? Who will use it?"
23
+
24
+ ### 2. Generate Designs (Parallel Sub-Agents)
25
+
26
+ Spawn 3+ sub-agents simultaneously using Task tool. Each must produce a **radically different** approach.
27
+
28
+ ```
29
+ Prompt template for each sub-agent:
30
+
31
+ Design an interface for: [module description]
32
+
33
+ Requirements: [gathered requirements]
34
+
35
+ Constraints for this design: [assign a different constraint to each agent]
36
+ - Agent 1: "Minimize method count - aim for 1-3 methods max"
37
+ - Agent 2: "Maximize flexibility - support many use cases"
38
+ - Agent 3: "Optimize for the most common case"
39
+ - Agent 4: "Take inspiration from [specific paradigm/library]"
40
+
41
+ Output format:
42
+ 1. Interface signature (types/methods)
43
+ 2. Usage example (how caller uses it)
44
+ 3. What this design hides internally
45
+ 4. Trade-offs of this approach
46
+ ```
47
+
48
+ ### 3. Present Designs
49
+
50
+ Show each design with:
51
+
52
+ 1. **Interface signature** - types, methods, params
53
+ 2. **Usage examples** - how callers actually use it in practice
54
+ 3. **What it hides** - complexity kept internal
55
+
56
+ Present designs sequentially so user can absorb each approach before comparison.
57
+
58
+ ### 4. Compare Designs
59
+
60
+ After showing all designs, compare them on:
61
+
62
+ - **Interface simplicity**: fewer methods, simpler params
63
+ - **General-purpose vs specialized**: flexibility vs focus
64
+ - **Implementation efficiency**: does shape allow efficient internals?
65
+ - **Depth**: small interface hiding significant complexity (good) vs large interface with thin implementation (bad)
66
+ - **Ease of correct use** vs **ease of misuse**
67
+
68
+ Discuss trade-offs in prose, not tables. Highlight where designs diverge most.
69
+
70
+ ### 5. Synthesize
71
+
72
+ Often the best design combines insights from multiple options. Ask:
73
+
74
+ - "Which design best fits your primary use case?"
75
+ - "Any elements from other designs worth incorporating?"
76
+
77
+ ## Evaluation Criteria
78
+
79
+ From "A Philosophy of Software Design":
80
+
81
+ **Interface simplicity**: Fewer methods, simpler params = easier to learn and use correctly.
82
+
83
+ **General-purpose**: Can handle future use cases without changes. But beware over-generalization.
84
+
85
+ **Implementation efficiency**: Does interface shape allow efficient implementation? Or force awkward internals?
86
+
87
+ **Depth**: Small interface hiding significant complexity = deep module (good). Large interface with thin implementation = shallow module (avoid).
88
+
89
+ ## Anti-Patterns
90
+
91
+ - Don't let sub-agents produce similar designs - enforce radical difference
92
+ - Don't skip comparison - the value is in contrast
93
+ - Don't implement - this is purely about interface shape
94
+ - Don't evaluate based on implementation effort