dsh-ecc-skills 0.4.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 (278) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +99 -0
  3. package/cordis.patch.yml +5 -0
  4. package/lib/index.js +195 -0
  5. package/package.json +46 -0
  6. package/skills/accessibility/SKILL.md +147 -0
  7. package/skills/agent-architecture-audit/SKILL.md +257 -0
  8. package/skills/agent-eval/SKILL.md +147 -0
  9. package/skills/agent-harness-construction/SKILL.md +74 -0
  10. package/skills/agent-introspection-debugging/SKILL.md +154 -0
  11. package/skills/agent-payment-x402/SKILL.md +225 -0
  12. package/skills/agent-self-evaluation/SKILL.md +182 -0
  13. package/skills/agent-sort/SKILL.md +216 -0
  14. package/skills/agentic-engineering/SKILL.md +64 -0
  15. package/skills/agentic-os/SKILL.md +388 -0
  16. package/skills/ai-first-engineering/SKILL.md +52 -0
  17. package/skills/ai-regression-testing/SKILL.md +386 -0
  18. package/skills/android-clean-architecture/SKILL.md +340 -0
  19. package/skills/angular-developer/SKILL.md +155 -0
  20. package/skills/api-connector-builder/SKILL.md +121 -0
  21. package/skills/api-design/SKILL.md +524 -0
  22. package/skills/architecture-decision-records/SKILL.md +180 -0
  23. package/skills/article-writing/SKILL.md +80 -0
  24. package/skills/automation-audit-ops/SKILL.md +143 -0
  25. package/skills/autonomous-agent-harness/SKILL.md +274 -0
  26. package/skills/autonomous-loops/SKILL.md +611 -0
  27. package/skills/backend-patterns/SKILL.md +562 -0
  28. package/skills/benchmark/SKILL.md +95 -0
  29. package/skills/benchmark-methodology/SKILL.md +191 -0
  30. package/skills/benchmark-optimization-loop/SKILL.md +71 -0
  31. package/skills/blender-motion-state-inspection/SKILL.md +165 -0
  32. package/skills/blueprint/SKILL.md +106 -0
  33. package/skills/brand-discovery/SKILL.md +145 -0
  34. package/skills/brand-voice/SKILL.md +98 -0
  35. package/skills/browser-qa/SKILL.md +105 -0
  36. package/skills/bun-runtime/SKILL.md +85 -0
  37. package/skills/canary-watch/SKILL.md +108 -0
  38. package/skills/carrier-relationship-management/SKILL.md +212 -0
  39. package/skills/cisco-ios-patterns/SKILL.md +164 -0
  40. package/skills/ck/SKILL.md +148 -0
  41. package/skills/claude-devfleet/SKILL.md +112 -0
  42. package/skills/click-path-audit/SKILL.md +245 -0
  43. package/skills/clickhouse-io/SKILL.md +445 -0
  44. package/skills/code-tour/SKILL.md +254 -0
  45. package/skills/codebase-onboarding/SKILL.md +234 -0
  46. package/skills/codehealth-mcp/SKILL.md +167 -0
  47. package/skills/coding-standards/SKILL.md +551 -0
  48. package/skills/competitive-platform-analysis/SKILL.md +214 -0
  49. package/skills/competitive-report-structure/SKILL.md +162 -0
  50. package/skills/compose-multiplatform-patterns/SKILL.md +300 -0
  51. package/skills/config-gc/SKILL.md +120 -0
  52. package/skills/configure-ecc/SKILL.md +206 -0
  53. package/skills/connections-optimizer/SKILL.md +190 -0
  54. package/skills/content-engine/SKILL.md +132 -0
  55. package/skills/content-hash-cache-pattern/SKILL.md +162 -0
  56. package/skills/context-budget/SKILL.md +136 -0
  57. package/skills/continuous-agent-loop/SKILL.md +46 -0
  58. package/skills/contract-first/SKILL.md +287 -0
  59. package/skills/cost-aware-llm-pipeline/SKILL.md +184 -0
  60. package/skills/cost-tracking/SKILL.md +97 -0
  61. package/skills/council/SKILL.md +204 -0
  62. package/skills/council-multi-model/SKILL.md +167 -0
  63. package/skills/cpp-coding-standards/SKILL.md +724 -0
  64. package/skills/cpp-testing/SKILL.md +325 -0
  65. package/skills/crosspost/SKILL.md +112 -0
  66. package/skills/csharp-testing/SKILL.md +322 -0
  67. package/skills/customer-billing-ops/SKILL.md +141 -0
  68. package/skills/customs-trade-compliance/SKILL.md +263 -0
  69. package/skills/dart-flutter-patterns/SKILL.md +564 -0
  70. package/skills/dashboard-builder/SKILL.md +109 -0
  71. package/skills/data-scraper-agent/SKILL.md +765 -0
  72. package/skills/data-throughput-accelerator/SKILL.md +74 -0
  73. package/skills/database-migrations/SKILL.md +430 -0
  74. package/skills/deep-research/SKILL.md +160 -0
  75. package/skills/defi-amm-security/SKILL.md +167 -0
  76. package/skills/delivery-gate/SKILL.md +126 -0
  77. package/skills/deployment-patterns/SKILL.md +428 -0
  78. package/skills/design-system/SKILL.md +83 -0
  79. package/skills/dev-team/SKILL.md +203 -0
  80. package/skills/django-celery/SKILL.md +458 -0
  81. package/skills/django-patterns/SKILL.md +735 -0
  82. package/skills/django-security/SKILL.md +644 -0
  83. package/skills/django-tdd/SKILL.md +730 -0
  84. package/skills/django-verification/SKILL.md +470 -0
  85. package/skills/dmux-workflows/SKILL.md +192 -0
  86. package/skills/docker-patterns/SKILL.md +520 -0
  87. package/skills/documentation-lookup/SKILL.md +91 -0
  88. package/skills/dotnet-patterns/SKILL.md +322 -0
  89. package/skills/dynamic-workflow-mode/SKILL.md +124 -0
  90. package/skills/e2e-testing/SKILL.md +327 -0
  91. package/skills/ecc-tools-cost-audit/SKILL.md +161 -0
  92. package/skills/email-ops/SKILL.md +122 -0
  93. package/skills/energy-procurement/SKILL.md +228 -0
  94. package/skills/enterprise-agent-ops/SKILL.md +51 -0
  95. package/skills/error-handling/SKILL.md +377 -0
  96. package/skills/eval-harness/SKILL.md +271 -0
  97. package/skills/evm-token-decimals/SKILL.md +131 -0
  98. package/skills/exa-search/SKILL.md +108 -0
  99. package/skills/fal-ai-media/SKILL.md +289 -0
  100. package/skills/fastapi-patterns/SKILL.md +514 -0
  101. package/skills/finance-billing-ops/SKILL.md +128 -0
  102. package/skills/flox-environments/SKILL.md +497 -0
  103. package/skills/flutter-dart-code-review/SKILL.md +436 -0
  104. package/skills/foundation-models-on-device/SKILL.md +243 -0
  105. package/skills/frontend-a11y/SKILL.md +446 -0
  106. package/skills/frontend-design-direction/SKILL.md +93 -0
  107. package/skills/frontend-patterns/SKILL.md +657 -0
  108. package/skills/fsharp-testing/SKILL.md +281 -0
  109. package/skills/gan-style-harness/SKILL.md +279 -0
  110. package/skills/generating-python-installer/SKILL.md +820 -0
  111. package/skills/git-workflow/SKILL.md +716 -0
  112. package/skills/github-ops/SKILL.md +145 -0
  113. package/skills/golang-patterns/SKILL.md +676 -0
  114. package/skills/golang-testing/SKILL.md +721 -0
  115. package/skills/google-workspace-ops/SKILL.md +96 -0
  116. package/skills/growth-log/SKILL.md +128 -0
  117. package/skills/healthcare-cdss-patterns/SKILL.md +246 -0
  118. package/skills/healthcare-emr-patterns/SKILL.md +160 -0
  119. package/skills/healthcare-eval-harness/SKILL.md +208 -0
  120. package/skills/healthcare-phi-compliance/SKILL.md +146 -0
  121. package/skills/hermes-imports/SKILL.md +89 -0
  122. package/skills/hexagonal-architecture/SKILL.md +277 -0
  123. package/skills/hipaa-compliance/SKILL.md +79 -0
  124. package/skills/homelab-network-readiness/SKILL.md +170 -0
  125. package/skills/homelab-network-setup/SKILL.md +130 -0
  126. package/skills/homelab-pihole-dns/SKILL.md +275 -0
  127. package/skills/homelab-vlan-segmentation/SKILL.md +312 -0
  128. package/skills/homelab-wireguard-vpn/SKILL.md +306 -0
  129. package/skills/hookify-rules/SKILL.md +128 -0
  130. package/skills/inherit-legacy-style/SKILL.md +157 -0
  131. package/skills/intent-driven-development/SKILL.md +360 -0
  132. package/skills/inventory-demand-planning/SKILL.md +247 -0
  133. package/skills/investor-materials/SKILL.md +97 -0
  134. package/skills/investor-outreach/SKILL.md +92 -0
  135. package/skills/ios-icon-gen/SKILL.md +158 -0
  136. package/skills/iterative-retrieval/SKILL.md +212 -0
  137. package/skills/ito-baskets/SKILL.md +263 -0
  138. package/skills/ito-compute/SKILL.md +151 -0
  139. package/skills/ito-inference/SKILL.md +119 -0
  140. package/skills/ito-training/SKILL.md +123 -0
  141. package/skills/java-coding-standards/SKILL.md +384 -0
  142. package/skills/jira-integration/SKILL.md +303 -0
  143. package/skills/jpa-patterns/SKILL.md +152 -0
  144. package/skills/knowledge-ops/SKILL.md +155 -0
  145. package/skills/kotlin-coroutines-flows/SKILL.md +285 -0
  146. package/skills/kotlin-exposed-patterns/SKILL.md +720 -0
  147. package/skills/kotlin-ktor-patterns/SKILL.md +690 -0
  148. package/skills/kotlin-patterns/SKILL.md +712 -0
  149. package/skills/kotlin-testing/SKILL.md +825 -0
  150. package/skills/kubernetes-patterns/SKILL.md +756 -0
  151. package/skills/laravel-patterns/SKILL.md +416 -0
  152. package/skills/laravel-plugin-discovery/SKILL.md +230 -0
  153. package/skills/laravel-security/SKILL.md +948 -0
  154. package/skills/laravel-tdd/SKILL.md +675 -0
  155. package/skills/laravel-verification/SKILL.md +180 -0
  156. package/skills/latency-critical-systems/SKILL.md +75 -0
  157. package/skills/lead-intelligence/SKILL.md +322 -0
  158. package/skills/liquid-glass-design/SKILL.md +279 -0
  159. package/skills/living-docs-governance/SKILL.md +137 -0
  160. package/skills/llm-trading-agent-security/SKILL.md +147 -0
  161. package/skills/logistics-exception-management/SKILL.md +222 -0
  162. package/skills/loop-design-check/SKILL.md +143 -0
  163. package/skills/mailtrap-email-integration/SKILL.md +77 -0
  164. package/skills/make-interfaces-feel-better/SKILL.md +152 -0
  165. package/skills/manim-video/SKILL.md +90 -0
  166. package/skills/market-research/SKILL.md +76 -0
  167. package/skills/marketing-campaign/SKILL.md +114 -0
  168. package/skills/mcp-server-patterns/SKILL.md +70 -0
  169. package/skills/messages-ops/SKILL.md +105 -0
  170. package/skills/ml-adoption-playbook/SKILL.md +57 -0
  171. package/skills/mle-workflow/SKILL.md +348 -0
  172. package/skills/motion-advanced/SKILL.md +597 -0
  173. package/skills/motion-foundations/SKILL.md +300 -0
  174. package/skills/motion-patterns/SKILL.md +435 -0
  175. package/skills/motion-ui/SKILL.md +576 -0
  176. package/skills/mysql-patterns/SKILL.md +413 -0
  177. package/skills/nanoclaw-repl/SKILL.md +34 -0
  178. package/skills/nasiko-control-plane/SKILL.md +49 -0
  179. package/skills/nestjs-patterns/SKILL.md +231 -0
  180. package/skills/netmiko-ssh-automation/SKILL.md +174 -0
  181. package/skills/network-bgp-diagnostics/SKILL.md +168 -0
  182. package/skills/network-config-validation/SKILL.md +211 -0
  183. package/skills/network-interface-health/SKILL.md +153 -0
  184. package/skills/nextjs-turbopack/SKILL.md +58 -0
  185. package/skills/nodejs-keccak256/SKILL.md +103 -0
  186. package/skills/nutrient-document-processing/SKILL.md +168 -0
  187. package/skills/nuxt4-patterns/SKILL.md +101 -0
  188. package/skills/opensource-pipeline/SKILL.md +256 -0
  189. package/skills/orch-add-feature/SKILL.md +45 -0
  190. package/skills/orch-build-mvp/SKILL.md +49 -0
  191. package/skills/orch-change-feature/SKILL.md +43 -0
  192. package/skills/orch-fix-defect/SKILL.md +43 -0
  193. package/skills/orch-pipeline/SKILL.md +121 -0
  194. package/skills/orch-refine-code/SKILL.md +44 -0
  195. package/skills/parallel-execution-optimizer/SKILL.md +74 -0
  196. package/skills/perl-patterns/SKILL.md +505 -0
  197. package/skills/perl-security/SKILL.md +504 -0
  198. package/skills/perl-testing/SKILL.md +476 -0
  199. package/skills/plan-canvas/SKILL.md +196 -0
  200. package/skills/plankton-code-quality/SKILL.md +237 -0
  201. package/skills/postgres-patterns/SKILL.md +148 -0
  202. package/skills/prediction-market-oracle-research/SKILL.md +64 -0
  203. package/skills/prediction-market-risk-review/SKILL.md +61 -0
  204. package/skills/prisma-patterns/SKILL.md +401 -0
  205. package/skills/product-capability/SKILL.md +142 -0
  206. package/skills/product-lens/SKILL.md +93 -0
  207. package/skills/production-audit/SKILL.md +207 -0
  208. package/skills/production-scheduling/SKILL.md +238 -0
  209. package/skills/project-flow-ops/SKILL.md +112 -0
  210. package/skills/prompt-optimizer/SKILL.md +398 -0
  211. package/skills/python-patterns/SKILL.md +751 -0
  212. package/skills/python-testing/SKILL.md +817 -0
  213. package/skills/pytorch-patterns/SKILL.md +397 -0
  214. package/skills/quality-nonconformance/SKILL.md +260 -0
  215. package/skills/quarkus-patterns/SKILL.md +723 -0
  216. package/skills/quarkus-security/SKILL.md +468 -0
  217. package/skills/quarkus-tdd/SKILL.md +812 -0
  218. package/skills/quarkus-verification/SKILL.md +481 -0
  219. package/skills/ralphinho-rfc-pipeline/SKILL.md +68 -0
  220. package/skills/react-native-patterns/SKILL.md +326 -0
  221. package/skills/react-patterns/SKILL.md +342 -0
  222. package/skills/react-performance/SKILL.md +575 -0
  223. package/skills/react-testing/SKILL.md +424 -0
  224. package/skills/recsys-pipeline-architect/SKILL.md +115 -0
  225. package/skills/recursive-decision-ledger/SKILL.md +81 -0
  226. package/skills/redis-patterns/SKILL.md +404 -0
  227. package/skills/regex-vs-llm-structured-text/SKILL.md +221 -0
  228. package/skills/remotion-video-creation/SKILL.md +43 -0
  229. package/skills/repo-scan/SKILL.md +170 -0
  230. package/skills/research-ops/SKILL.md +113 -0
  231. package/skills/returns-reverse-logistics/SKILL.md +240 -0
  232. package/skills/rules-distill/SKILL.md +265 -0
  233. package/skills/rust-patterns/SKILL.md +500 -0
  234. package/skills/rust-testing/SKILL.md +501 -0
  235. package/skills/safety-guard/SKILL.md +76 -0
  236. package/skills/santa-method/SKILL.md +307 -0
  237. package/skills/scientific-db-pubmed-database/SKILL.md +176 -0
  238. package/skills/scientific-db-uspto-database/SKILL.md +178 -0
  239. package/skills/scientific-pkg-gget/SKILL.md +167 -0
  240. package/skills/scientific-thinking-literature-review/SKILL.md +193 -0
  241. package/skills/scientific-thinking-scholar-evaluation/SKILL.md +161 -0
  242. package/skills/search-first/SKILL.md +183 -0
  243. package/skills/security-bounty-hunter/SKILL.md +100 -0
  244. package/skills/security-scan/SKILL.md +166 -0
  245. package/skills/seo/SKILL.md +155 -0
  246. package/skills/skill-scout/SKILL.md +141 -0
  247. package/skills/skill-stocktake/SKILL.md +195 -0
  248. package/skills/social-graph-ranker/SKILL.md +155 -0
  249. package/skills/social-publisher/SKILL.md +130 -0
  250. package/skills/springboot-patterns/SKILL.md +315 -0
  251. package/skills/springboot-security/SKILL.md +273 -0
  252. package/skills/springboot-tdd/SKILL.md +159 -0
  253. package/skills/springboot-verification/SKILL.md +232 -0
  254. package/skills/swift-actor-persistence/SKILL.md +144 -0
  255. package/skills/swift-concurrency-6-2/SKILL.md +216 -0
  256. package/skills/swift-protocol-di-testing/SKILL.md +191 -0
  257. package/skills/swiftui-patterns/SKILL.md +259 -0
  258. package/skills/taste/SKILL.md +264 -0
  259. package/skills/tdd-workflow/SKILL.md +583 -0
  260. package/skills/team-agent-orchestration/SKILL.md +111 -0
  261. package/skills/team-builder/SKILL.md +169 -0
  262. package/skills/terminal-opener/SKILL.md +55 -0
  263. package/skills/terminal-ops/SKILL.md +110 -0
  264. package/skills/tinystruct-patterns/SKILL.md +279 -0
  265. package/skills/token-budget-advisor/SKILL.md +134 -0
  266. package/skills/ui-demo/SKILL.md +466 -0
  267. package/skills/ui-to-vue/SKILL.md +135 -0
  268. package/skills/uncloud/SKILL.md +344 -0
  269. package/skills/unified-memory/SKILL.md +170 -0
  270. package/skills/unified-notifications-ops/SKILL.md +188 -0
  271. package/skills/verification-loop/SKILL.md +129 -0
  272. package/skills/video-editing/SKILL.md +311 -0
  273. package/skills/videodb/SKILL.md +375 -0
  274. package/skills/vite-patterns/SKILL.md +450 -0
  275. package/skills/vue-patterns/SKILL.md +471 -0
  276. package/skills/windows-desktop-e2e/SKILL.md +888 -0
  277. package/skills/workspace-surface-audit/SKILL.md +126 -0
  278. package/skills/x-api/SKILL.md +235 -0
@@ -0,0 +1,97 @@
1
+ ---
2
+ name: investor-materials
3
+ description: Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.
4
+ metadata:
5
+ origin: ECC
6
+ ---
7
+
8
+ # Investor Materials
9
+
10
+ Build investor-facing materials that are consistent, credible, and easy to defend.
11
+
12
+ ## When to Activate
13
+
14
+ - creating or revising a pitch deck
15
+ - writing an investor memo or one-pager
16
+ - building a financial model, milestone plan, or use-of-funds table
17
+ - answering accelerator or incubator application questions
18
+ - aligning multiple fundraising docs around one source of truth
19
+
20
+ ## Golden Rule
21
+
22
+ All investor materials must agree with each other.
23
+
24
+ Create or confirm a single source of truth before writing:
25
+ - traction metrics
26
+ - pricing and revenue assumptions
27
+ - raise size and instrument
28
+ - use of funds
29
+ - team bios and titles
30
+ - milestones and timelines
31
+
32
+ If conflicting numbers appear, stop and resolve them before drafting.
33
+
34
+ ## Core Workflow
35
+
36
+ 1. inventory the canonical facts
37
+ 2. identify missing assumptions
38
+ 3. choose the asset type
39
+ 4. draft the asset with explicit logic
40
+ 5. cross-check every number against the source of truth
41
+
42
+ ## Asset Guidance
43
+
44
+ ### Pitch Deck
45
+ Recommended flow:
46
+ 1. company + wedge
47
+ 2. problem
48
+ 3. solution
49
+ 4. product / demo
50
+ 5. market
51
+ 6. business model
52
+ 7. traction
53
+ 8. team
54
+ 9. competition / differentiation
55
+ 10. ask
56
+ 11. use of funds / milestones
57
+ 12. appendix
58
+
59
+ If the user wants a web-native deck, pair this skill with `frontend-slides`.
60
+
61
+ ### One-Pager / Memo
62
+ - state what the company does in one clean sentence
63
+ - show why now
64
+ - include traction and proof points early
65
+ - make the ask precise
66
+ - keep claims easy to verify
67
+
68
+ ### Financial Model
69
+ Include:
70
+ - explicit assumptions
71
+ - bear / base / bull cases when useful
72
+ - clean layer-by-layer revenue logic
73
+ - milestone-linked spending
74
+ - sensitivity analysis where the decision hinges on assumptions
75
+
76
+ ### Accelerator Applications
77
+ - answer the exact question asked
78
+ - prioritize traction, insight, and team advantage
79
+ - avoid puffery
80
+ - keep internal metrics consistent with the deck and model
81
+
82
+ ## Red Flags to Avoid
83
+
84
+ - unverifiable claims
85
+ - fuzzy market sizing without assumptions
86
+ - inconsistent team roles or titles
87
+ - revenue math that does not sum cleanly
88
+ - inflated certainty where assumptions are fragile
89
+
90
+ ## Quality Gate
91
+
92
+ Before delivering:
93
+ - every number matches the current source of truth
94
+ - use of funds and revenue layers sum correctly
95
+ - assumptions are visible, not buried
96
+ - the story is clear without hype language
97
+ - the final asset is defensible in a partner meeting
@@ -0,0 +1,92 @@
1
+ ---
2
+ name: investor-outreach
3
+ description: Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.
4
+ metadata:
5
+ origin: ECC
6
+ ---
7
+
8
+ # Investor Outreach
9
+
10
+ Write investor communication that is short, concrete, and easy to act on.
11
+
12
+ ## When to Activate
13
+
14
+ - writing a cold email to an investor
15
+ - drafting a warm intro request
16
+ - sending follow-ups after a meeting or no response
17
+ - writing investor updates during a process
18
+ - tailoring outreach based on fund thesis or partner fit
19
+
20
+ ## Core Rules
21
+
22
+ 1. Personalize every outbound message.
23
+ 2. Keep the ask low-friction.
24
+ 3. Use proof instead of adjectives.
25
+ 4. Stay concise.
26
+ 5. Never send copy that could go to any investor.
27
+
28
+ ## Voice Handling
29
+
30
+ If the user's voice matters, run `brand-voice` first and reuse its `VOICE PROFILE`.
31
+ This skill should keep the investor-specific structure and ask discipline, not recreate its own parallel voice system.
32
+
33
+ ## Hard Bans
34
+
35
+ Delete and rewrite any of these:
36
+ - "I'd love to connect"
37
+ - "excited to share"
38
+ - generic thesis praise without a real tie-in
39
+ - vague founder adjectives
40
+ - begging language
41
+ - soft closing questions when a direct ask is clearer
42
+
43
+ ## Cold Email Structure
44
+
45
+ 1. subject line: short and specific
46
+ 2. opener: why this investor specifically
47
+ 3. pitch: what the company does, why now, and what proof matters
48
+ 4. ask: one concrete next step
49
+ 5. sign-off: name, role, and one credibility anchor if needed
50
+
51
+ ## Personalization Sources
52
+
53
+ Reference one or more of:
54
+ - relevant portfolio companies
55
+ - a public thesis, talk, post, or article
56
+ - a mutual connection
57
+ - a clear market or product fit with the investor's focus
58
+
59
+ If that context is missing, state that the draft still needs personalization instead of pretending it is finished.
60
+
61
+ ## Follow-Up Cadence
62
+
63
+ Default:
64
+ - day 0: initial outbound
65
+ - day 4 or 5: short follow-up with one new data point
66
+ - day 10 to 12: final follow-up with a clean close
67
+
68
+ Do not keep nudging after that unless the user wants a longer sequence.
69
+
70
+ ## Warm Intro Requests
71
+
72
+ Make life easy for the connector:
73
+ - explain why the intro is a fit
74
+ - include a forwardable blurb
75
+ - keep the forwardable blurb under 100 words
76
+
77
+ ## Post-Meeting Updates
78
+
79
+ Include:
80
+ - the specific thing discussed
81
+ - the answer or update promised
82
+ - one new proof point if available
83
+ - the next step
84
+
85
+ ## Quality Gate
86
+
87
+ Before delivering:
88
+ - the message is genuinely personalized
89
+ - the ask is explicit
90
+ - the proof point is concrete
91
+ - filler praise and softener language are gone
92
+ - word count stays tight
@@ -0,0 +1,158 @@
1
+ ---
2
+ name: ios-icon-gen
3
+ description: Generate iOS app icons as PNG imagesets for Xcode asset catalogs from SF Symbols (5000+ Apple-native) or Iconify API (275k+ open source icons from 200+ collections). Use when generating icons, creating icon assets, adding icons to asset catalog, or searching for icons for iOS projects.
4
+ metadata:
5
+ origin: community
6
+ ---
7
+
8
+ # iOS Icon Generator
9
+
10
+ Generate PNG icon imagesets for Xcode asset catalogs from two sources.
11
+
12
+ ## When to Activate
13
+
14
+ - Generating icon assets for an iOS/macOS Xcode project
15
+ - Searching for icons across open source collections
16
+ - Creating PNG imagesets (1x, 2x, 3x) for asset catalogs
17
+ - Replacing placeholder icons with production-quality assets
18
+ - Matching existing icon styles in an Xcode project
19
+
20
+ ## Core Principles
21
+
22
+ ### 1. Two Sources, One Output Format
23
+ Both sources produce identical Xcode-compatible imagesets. Choose based on need:
24
+
25
+ | Source | Icons | Requires | Best for |
26
+ |--------|-------|----------|----------|
27
+ | **Iconify API** | 275,000+ from 200+ collections | Internet | Wide selection, specific styles, open source icons |
28
+ | **SF Symbols** | 5,000+ Apple symbols | macOS only | Apple-native style, offline use |
29
+
30
+ ### 2. Always Match Existing Style
31
+ Before generating, check the project's existing icons for size, color, and weight consistency.
32
+
33
+ ### 3. Output Structure
34
+ Both methods produce a complete Xcode imageset:
35
+
36
+ ```
37
+ <output-dir>/<asset-name>.imageset/
38
+ Contents.json
39
+ <asset-name>.png # 1x (68px default)
40
+ <asset-name>@2x.png # 2x (136px default)
41
+ <asset-name>@3x.png # 3x (204px default)
42
+ ```
43
+
44
+ ## Examples
45
+
46
+ ### Step 1: Assess Requirements
47
+
48
+ Determine icon needs: what the icon represents, preferred style, target color, and size.
49
+
50
+ If the project already has icons, check existing style:
51
+ ```bash
52
+ # Check dimensions of existing icon
53
+ sips -g pixelWidth -g pixelHeight path/to/existing@2x.png
54
+ ```
55
+
56
+ ### Step 2: Search for Icons
57
+
58
+ **Iconify API (recommended for wide selection):**
59
+ ```bash
60
+ # Search all collections
61
+ $SKILL_DIR/scripts/iconify_gen.sh search "receipt"
62
+
63
+ # Search within a specific collection
64
+ $SKILL_DIR/scripts/iconify_gen.sh search "business card" --prefix mdi
65
+
66
+ # List available collections
67
+ $SKILL_DIR/scripts/iconify_gen.sh collections
68
+ ```
69
+
70
+ **SF Symbols (for Apple-native style):**
71
+ Browse the SF Symbols app or reference common names:
72
+
73
+ | Use Case | Symbol Name |
74
+ |----------|-------------|
75
+ | Document | `doc.text`, `doc.fill` |
76
+ | Receipt | `doc.text.below.ecg`, `receipt` |
77
+ | Person | `person.crop.rectangle`, `person.text.rectangle` |
78
+ | Camera | `camera`, `camera.fill` |
79
+ | Scan | `doc.viewfinder`, `qrcode.viewfinder` |
80
+ | Settings | `gearshape`, `slider.horizontal.3` |
81
+
82
+ ### Step 3: Preview (Optional)
83
+
84
+ ```bash
85
+ # Iconify preview
86
+ $SKILL_DIR/scripts/iconify_gen.sh preview mdi:receipt-text-outline
87
+ ```
88
+
89
+ ### Step 4: Generate
90
+
91
+ **Iconify API:**
92
+ ```bash
93
+ # Basic generation
94
+ $SKILL_DIR/scripts/iconify_gen.sh mdi:receipt-text-outline editTool_expenseReport
95
+
96
+ # Custom color and output location
97
+ $SKILL_DIR/scripts/iconify_gen.sh mdi:receipt-text-outline myIcon --color 007AFF --output ./Assets.xcassets/icons
98
+ ```
99
+
100
+ Options: `--size <pt>` (default: 68), `--color <hex>` (default: 8E8E93), `--output <dir>` (default: /tmp/icons)
101
+
102
+ **SF Symbols:**
103
+ ```bash
104
+ # Basic generation
105
+ swift $SKILL_DIR/scripts/generate_icons.swift doc.text.below.ecg editTool_expenseReport
106
+
107
+ # Custom color, weight, and output
108
+ swift $SKILL_DIR/scripts/generate_icons.swift person.crop.rectangle myIcon --color 007AFF --weight regular --output ./Assets.xcassets/icons
109
+ ```
110
+
111
+ Options: `--size <pt>` (default: 68), `--color <hex>` (default: 8E8E93), `--weight <name>` (default: thin), `--output <dir>` (default: /tmp/icons)
112
+
113
+ ### Step 5: Verify and Integrate
114
+
115
+ 1. Read the generated @2x PNG to verify visually
116
+ 2. Copy to asset catalog if not output there directly:
117
+ ```bash
118
+ cp -r /tmp/icons/<name>.imageset path/to/Assets.xcassets/<group>/
119
+ ```
120
+ 3. Build the project to verify Xcode picks up the new assets
121
+
122
+ ## Popular Iconify Collections
123
+
124
+ | Prefix | Name | Count | Style |
125
+ |--------|------|-------|-------|
126
+ | `mdi` | Material Design Icons | 7400+ | Filled + outline variants |
127
+ | `ph` | Phosphor | 9000+ | 6 weights per icon |
128
+ | `solar` | Solar | 7400+ | Bold, linear, outline |
129
+ | `tabler` | Tabler Icons | 6000+ | Consistent stroke width |
130
+ | `lucide` | Lucide | 1700+ | Clean, minimal |
131
+ | `ri` | Remix Icon | 3100+ | Filled + line variants |
132
+ | `carbon` | Carbon | 2400+ | IBM design language |
133
+ | `heroicons` | HeroIcons | 1200+ | Tailwind CSS companion |
134
+
135
+ Browse all: <https://icon-sets.iconify.design/>
136
+
137
+ ## Scripts Reference
138
+
139
+ | Script | Source | Path |
140
+ |--------|--------|------|
141
+ | `iconify_gen.sh` | Iconify API (275k+ icons) | `$SKILL_DIR/scripts/iconify_gen.sh` |
142
+ | `generate_icons.swift` | SF Symbols (5k+ icons) | `$SKILL_DIR/scripts/generate_icons.swift` |
143
+
144
+ ## Best Practices
145
+
146
+ - **Search before generating** -- browse available icons to find the best match
147
+ - **Match existing project style** -- check dimensions, color, and weight of existing icons before generating new ones
148
+ - **Use Iconify for variety** -- 200+ collections means you can find the exact style you need
149
+ - **Use SF Symbols for Apple consistency** -- they match system UI perfectly
150
+ - **Generate directly to asset catalog** -- use `--output ./Assets.xcassets/icons` to skip manual copying
151
+ - **Verify visually** -- always preview the @2x PNG before committing
152
+
153
+ ## Anti-Patterns
154
+
155
+ - Generating icons without checking existing project icon style
156
+ - Using default colors when the project has a defined color palette
157
+ - Generating at wrong sizes (check existing icons first)
158
+ - Committing generated icons without visual verification
@@ -0,0 +1,212 @@
1
+ ---
2
+ name: iterative-retrieval
3
+ description: Pattern for progressively refining context retrieval to solve the subagent context problem. Use when a subagent lacks the context it needs and retrieval must be refined across passes.
4
+ metadata:
5
+ origin: ECC
6
+ ---
7
+
8
+ # Iterative Retrieval Pattern
9
+
10
+ Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working.
11
+
12
+ ## When to Activate
13
+
14
+ - Spawning subagents that need codebase context they cannot predict upfront
15
+ - Building multi-agent workflows where context is progressively refined
16
+ - Encountering "context too large" or "missing context" failures in agent tasks
17
+ - Designing RAG-like retrieval pipelines for code exploration
18
+ - Optimizing token usage in agent orchestration
19
+
20
+ ## The Problem
21
+
22
+ Subagents are spawned with limited context. They don't know:
23
+ - Which files contain relevant code
24
+ - What patterns exist in the codebase
25
+ - What terminology the project uses
26
+
27
+ Standard approaches fail:
28
+ - **Send everything**: Exceeds context limits
29
+ - **Send nothing**: Agent lacks critical information
30
+ - **Guess what's needed**: Often wrong
31
+
32
+ ## The Solution: Iterative Retrieval
33
+
34
+ A 4-phase loop that progressively refines context:
35
+
36
+ ```
37
+ ┌─────────────────────────────────────────────┐
38
+ │ │
39
+ │ ┌──────────┐ ┌──────────┐ │
40
+ │ │ DISPATCH │─────│ EVALUATE │ │
41
+ │ └──────────┘ └──────────┘ │
42
+ │ ▲ │ │
43
+ │ │ ▼ │
44
+ │ ┌──────────┐ ┌──────────┐ │
45
+ │ │ LOOP │─────│ REFINE │ │
46
+ │ └──────────┘ └──────────┘ │
47
+ │ │
48
+ │ Max 3 cycles, then proceed │
49
+ └─────────────────────────────────────────────┘
50
+ ```
51
+
52
+ ### Phase 1: DISPATCH
53
+
54
+ Initial broad query to gather candidate files:
55
+
56
+ ```javascript
57
+ // Start with high-level intent
58
+ const initialQuery = {
59
+ patterns: ['src/**/*.ts', 'lib/**/*.ts'],
60
+ keywords: ['authentication', 'user', 'session'],
61
+ excludes: ['*.test.ts', '*.spec.ts']
62
+ };
63
+
64
+ // Dispatch to retrieval agent
65
+ const candidates = await retrieveFiles(initialQuery);
66
+ ```
67
+
68
+ ### Phase 2: EVALUATE
69
+
70
+ Assess retrieved content for relevance:
71
+
72
+ ```javascript
73
+ function evaluateRelevance(files, task) {
74
+ return files.map(file => ({
75
+ path: file.path,
76
+ relevance: scoreRelevance(file.content, task),
77
+ reason: explainRelevance(file.content, task),
78
+ missingContext: identifyGaps(file.content, task)
79
+ }));
80
+ }
81
+ ```
82
+
83
+ Scoring criteria:
84
+ - **High (0.8-1.0)**: Directly implements target functionality
85
+ - **Medium (0.5-0.7)**: Contains related patterns or types
86
+ - **Low (0.2-0.4)**: Tangentially related
87
+ - **None (0-0.2)**: Not relevant, exclude
88
+
89
+ ### Phase 3: REFINE
90
+
91
+ Update search criteria based on evaluation:
92
+
93
+ ```javascript
94
+ function refineQuery(evaluation, previousQuery) {
95
+ return {
96
+ // Add new patterns discovered in high-relevance files
97
+ patterns: [...previousQuery.patterns, ...extractPatterns(evaluation)],
98
+
99
+ // Add terminology found in codebase
100
+ keywords: [...previousQuery.keywords, ...extractKeywords(evaluation)],
101
+
102
+ // Exclude confirmed irrelevant paths
103
+ excludes: [...previousQuery.excludes, ...evaluation
104
+ .filter(e => e.relevance < 0.2)
105
+ .map(e => e.path)
106
+ ],
107
+
108
+ // Target specific gaps
109
+ focusAreas: evaluation
110
+ .flatMap(e => e.missingContext)
111
+ .filter(unique)
112
+ };
113
+ }
114
+ ```
115
+
116
+ ### Phase 4: LOOP
117
+
118
+ Repeat with refined criteria (max 3 cycles):
119
+
120
+ ```javascript
121
+ async function iterativeRetrieve(task, maxCycles = 3) {
122
+ let query = createInitialQuery(task);
123
+ let bestContext = [];
124
+
125
+ for (let cycle = 0; cycle < maxCycles; cycle++) {
126
+ const candidates = await retrieveFiles(query);
127
+ const evaluation = evaluateRelevance(candidates, task);
128
+
129
+ // Check if we have sufficient context
130
+ const highRelevance = evaluation.filter(e => e.relevance >= 0.7);
131
+ if (highRelevance.length >= 3 && !hasCriticalGaps(evaluation)) {
132
+ return highRelevance;
133
+ }
134
+
135
+ // Refine and continue
136
+ query = refineQuery(evaluation, query);
137
+ bestContext = mergeContext(bestContext, highRelevance);
138
+ }
139
+
140
+ return bestContext;
141
+ }
142
+ ```
143
+
144
+ ## Practical Examples
145
+
146
+ ### Example 1: Bug Fix Context
147
+
148
+ ```
149
+ Task: "Fix the authentication token expiry bug"
150
+
151
+ Cycle 1:
152
+ DISPATCH: Search for "token", "auth", "expiry" in src/**
153
+ EVALUATE: Found auth.ts (0.9), tokens.ts (0.8), user.ts (0.3)
154
+ REFINE: Add "refresh", "jwt" keywords; exclude user.ts
155
+
156
+ Cycle 2:
157
+ DISPATCH: Search refined terms
158
+ EVALUATE: Found session-manager.ts (0.95), jwt-utils.ts (0.85)
159
+ REFINE: Sufficient context (2 high-relevance files)
160
+
161
+ Result: auth.ts, tokens.ts, session-manager.ts, jwt-utils.ts
162
+ ```
163
+
164
+ ### Example 2: Feature Implementation
165
+
166
+ ```
167
+ Task: "Add rate limiting to API endpoints"
168
+
169
+ Cycle 1:
170
+ DISPATCH: Search "rate", "limit", "api" in routes/**
171
+ EVALUATE: No matches - codebase uses "throttle" terminology
172
+ REFINE: Add "throttle", "middleware" keywords
173
+
174
+ Cycle 2:
175
+ DISPATCH: Search refined terms
176
+ EVALUATE: Found throttle.ts (0.9), middleware/index.ts (0.7)
177
+ REFINE: Need router patterns
178
+
179
+ Cycle 3:
180
+ DISPATCH: Search "router", "express" patterns
181
+ EVALUATE: Found router-setup.ts (0.8)
182
+ REFINE: Sufficient context
183
+
184
+ Result: throttle.ts, middleware/index.ts, router-setup.ts
185
+ ```
186
+
187
+ ## Integration with Agents
188
+
189
+ Use in agent prompts:
190
+
191
+ ```markdown
192
+ When retrieving context for this task:
193
+ 1. Start with broad keyword search
194
+ 2. Evaluate each file's relevance (0-1 scale)
195
+ 3. Identify what context is still missing
196
+ 4. Refine search criteria and repeat (max 3 cycles)
197
+ 5. Return files with relevance >= 0.7
198
+ ```
199
+
200
+ ## Best Practices
201
+
202
+ 1. **Start broad, narrow progressively** - Don't over-specify initial queries
203
+ 2. **Learn codebase terminology** - First cycle often reveals naming conventions
204
+ 3. **Track what's missing** - Explicit gap identification drives refinement
205
+ 4. **Stop at "good enough"** - 3 high-relevance files beats 10 mediocre ones
206
+ 5. **Exclude confidently** - Low-relevance files won't become relevant
207
+
208
+ ## Related
209
+
210
+ - [The Longform Guide](https://x.com/affaanmustafa/status/2014040193557471352) - Subagent orchestration section
211
+ - `continuous-learning` skill - For patterns that improve over time
212
+ - Agent definitions bundled with ECC (manual install path: `agents/`)