agim-cli 1.2.147 → 1.2.148

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 (347) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/dist/core/skills/builtin/ECC_LICENSE +21 -0
  3. package/dist/core/skills/builtin/ECC_NOTICE.md +22 -0
  4. package/dist/core/skills/builtin/accessibility/SKILL.md +146 -0
  5. package/dist/core/skills/builtin/agent-eval/SKILL.md +145 -0
  6. package/dist/core/skills/builtin/agent-harness-construction/SKILL.md +73 -0
  7. package/dist/core/skills/builtin/agent-introspection-debugging/SKILL.md +153 -0
  8. package/dist/core/skills/builtin/agentic-engineering/SKILL.md +63 -0
  9. package/dist/core/skills/builtin/ai-first-engineering/SKILL.md +51 -0
  10. package/dist/core/skills/builtin/ai-regression-testing/SKILL.md +385 -0
  11. package/dist/core/skills/builtin/android-clean-architecture/SKILL.md +339 -0
  12. package/dist/core/skills/builtin/angular-developer/SKILL.md +154 -0
  13. package/dist/core/skills/builtin/angular-developer/references/angular-animations.md +160 -0
  14. package/dist/core/skills/builtin/angular-developer/references/angular-aria.md +410 -0
  15. package/dist/core/skills/builtin/angular-developer/references/cli.md +86 -0
  16. package/dist/core/skills/builtin/angular-developer/references/component-harnesses.md +59 -0
  17. package/dist/core/skills/builtin/angular-developer/references/component-styling.md +91 -0
  18. package/dist/core/skills/builtin/angular-developer/references/components.md +117 -0
  19. package/dist/core/skills/builtin/angular-developer/references/creating-services.md +97 -0
  20. package/dist/core/skills/builtin/angular-developer/references/data-resolvers.md +69 -0
  21. package/dist/core/skills/builtin/angular-developer/references/define-routes.md +67 -0
  22. package/dist/core/skills/builtin/angular-developer/references/defining-providers.md +72 -0
  23. package/dist/core/skills/builtin/angular-developer/references/di-fundamentals.md +120 -0
  24. package/dist/core/skills/builtin/angular-developer/references/e2e-testing.md +56 -0
  25. package/dist/core/skills/builtin/angular-developer/references/effects.md +83 -0
  26. package/dist/core/skills/builtin/angular-developer/references/hierarchical-injectors.md +43 -0
  27. package/dist/core/skills/builtin/angular-developer/references/host-elements.md +80 -0
  28. package/dist/core/skills/builtin/angular-developer/references/injection-context.md +63 -0
  29. package/dist/core/skills/builtin/angular-developer/references/inputs.md +101 -0
  30. package/dist/core/skills/builtin/angular-developer/references/linked-signal.md +59 -0
  31. package/dist/core/skills/builtin/angular-developer/references/loading-strategies.md +61 -0
  32. package/dist/core/skills/builtin/angular-developer/references/mcp.md +108 -0
  33. package/dist/core/skills/builtin/angular-developer/references/navigate-to-routes.md +69 -0
  34. package/dist/core/skills/builtin/angular-developer/references/outputs.md +86 -0
  35. package/dist/core/skills/builtin/angular-developer/references/reactive-forms.md +122 -0
  36. package/dist/core/skills/builtin/angular-developer/references/rendering-strategies.md +44 -0
  37. package/dist/core/skills/builtin/angular-developer/references/resource.md +77 -0
  38. package/dist/core/skills/builtin/angular-developer/references/route-animations.md +56 -0
  39. package/dist/core/skills/builtin/angular-developer/references/route-guards.md +52 -0
  40. package/dist/core/skills/builtin/angular-developer/references/router-lifecycle.md +45 -0
  41. package/dist/core/skills/builtin/angular-developer/references/router-testing.md +87 -0
  42. package/dist/core/skills/builtin/angular-developer/references/show-routes-with-outlets.md +68 -0
  43. package/dist/core/skills/builtin/angular-developer/references/signal-forms.md +795 -0
  44. package/dist/core/skills/builtin/angular-developer/references/signals-overview.md +94 -0
  45. package/dist/core/skills/builtin/angular-developer/references/tailwind-css.md +69 -0
  46. package/dist/core/skills/builtin/angular-developer/references/template-driven-forms.md +114 -0
  47. package/dist/core/skills/builtin/angular-developer/references/testing-fundamentals.md +65 -0
  48. package/dist/core/skills/builtin/api-connector-builder/SKILL.md +120 -0
  49. package/dist/core/skills/builtin/api-design/SKILL.md +523 -0
  50. package/dist/core/skills/builtin/architecture-decision-records/SKILL.md +179 -0
  51. package/dist/core/skills/builtin/article-writing/SKILL.md +79 -0
  52. package/dist/core/skills/builtin/automation-audit-ops/SKILL.md +142 -0
  53. package/dist/core/skills/builtin/autonomous-agent-harness/SKILL.md +273 -0
  54. package/dist/core/skills/builtin/autonomous-loops/SKILL.md +610 -0
  55. package/dist/core/skills/builtin/backend-patterns/SKILL.md +561 -0
  56. package/dist/core/skills/builtin/benchmark/SKILL.md +93 -0
  57. package/dist/core/skills/builtin/benchmark-optimization-loop/SKILL.md +69 -0
  58. package/dist/core/skills/builtin/blueprint/SKILL.md +105 -0
  59. package/dist/core/skills/builtin/browser-qa/SKILL.md +87 -0
  60. package/dist/core/skills/builtin/bun-runtime/SKILL.md +84 -0
  61. package/dist/core/skills/builtin/cisco-ios-patterns/SKILL.md +163 -0
  62. package/dist/core/skills/builtin/claude-devfleet/SKILL.md +111 -0
  63. package/dist/core/skills/builtin/click-path-audit/SKILL.md +244 -0
  64. package/dist/core/skills/builtin/clickhouse-io/SKILL.md +439 -0
  65. package/dist/core/skills/builtin/code-tour/SKILL.md +236 -0
  66. package/dist/core/skills/builtin/codebase-onboarding/SKILL.md +233 -0
  67. package/dist/core/skills/builtin/codehealth-mcp/SKILL.md +166 -0
  68. package/dist/core/skills/builtin/coding-standards/SKILL.md +550 -0
  69. package/dist/core/skills/builtin/compose-multiplatform-patterns/SKILL.md +299 -0
  70. package/dist/core/skills/builtin/config-gc/SKILL.md +119 -0
  71. package/dist/core/skills/builtin/content-hash-cache-pattern/SKILL.md +161 -0
  72. package/dist/core/skills/builtin/context-budget/SKILL.md +135 -0
  73. package/dist/core/skills/builtin/continuous-agent-loop/SKILL.md +45 -0
  74. package/dist/core/skills/builtin/continuous-learning/SKILL.md +131 -0
  75. package/dist/core/skills/builtin/continuous-learning/config.json +18 -0
  76. package/dist/core/skills/builtin/continuous-learning/evaluate-session.sh +69 -0
  77. package/dist/core/skills/builtin/continuous-learning-v2/SKILL.md +360 -0
  78. package/dist/core/skills/builtin/continuous-learning-v2/agents/observer-loop.sh +335 -0
  79. package/dist/core/skills/builtin/continuous-learning-v2/agents/observer.md +198 -0
  80. package/dist/core/skills/builtin/continuous-learning-v2/agents/session-guardian.sh +150 -0
  81. package/dist/core/skills/builtin/continuous-learning-v2/agents/start-observer.sh +248 -0
  82. package/dist/core/skills/builtin/continuous-learning-v2/config.json +8 -0
  83. package/dist/core/skills/builtin/continuous-learning-v2/hooks/observe.sh +498 -0
  84. package/dist/core/skills/builtin/continuous-learning-v2/scripts/detect-project.sh +322 -0
  85. package/dist/core/skills/builtin/continuous-learning-v2/scripts/instinct-cli.py +1914 -0
  86. package/dist/core/skills/builtin/continuous-learning-v2/scripts/lib/homunculus-dir.sh +31 -0
  87. package/dist/core/skills/builtin/continuous-learning-v2/scripts/migrate-homunculus.sh +62 -0
  88. package/dist/core/skills/builtin/continuous-learning-v2/scripts/test_parse_instinct.py +1045 -0
  89. package/dist/core/skills/builtin/cost-aware-llm-pipeline/SKILL.md +183 -0
  90. package/dist/core/skills/builtin/cost-tracking/SKILL.md +147 -0
  91. package/dist/core/skills/builtin/council/SKILL.md +203 -0
  92. package/dist/core/skills/builtin/cpp-coding-standards/SKILL.md +723 -0
  93. package/dist/core/skills/builtin/cpp-testing/SKILL.md +324 -0
  94. package/dist/core/skills/builtin/crosspost/SKILL.md +111 -0
  95. package/dist/core/skills/builtin/csharp-testing/SKILL.md +321 -0
  96. package/dist/core/skills/builtin/customs-trade-compliance/SKILL.md +263 -0
  97. package/dist/core/skills/builtin/dart-flutter-patterns/SKILL.md +563 -0
  98. package/dist/core/skills/builtin/dashboard-builder/SKILL.md +108 -0
  99. package/dist/core/skills/builtin/data-scraper-agent/SKILL.md +764 -0
  100. package/dist/core/skills/builtin/data-throughput-accelerator/SKILL.md +72 -0
  101. package/dist/core/skills/builtin/database-migrations/SKILL.md +429 -0
  102. package/dist/core/skills/builtin/deep-research/SKILL.md +159 -0
  103. package/dist/core/skills/builtin/defi-amm-security/SKILL.md +166 -0
  104. package/dist/core/skills/builtin/deployment-patterns/SKILL.md +427 -0
  105. package/dist/core/skills/builtin/design-system/SKILL.md +82 -0
  106. package/dist/core/skills/builtin/django-celery/SKILL.md +457 -0
  107. package/dist/core/skills/builtin/django-patterns/SKILL.md +734 -0
  108. package/dist/core/skills/builtin/django-security/SKILL.md +593 -0
  109. package/dist/core/skills/builtin/django-tdd/SKILL.md +729 -0
  110. package/dist/core/skills/builtin/django-verification/SKILL.md +469 -0
  111. package/dist/core/skills/builtin/dmux-workflows/SKILL.md +191 -0
  112. package/dist/core/skills/builtin/docker-patterns/SKILL.md +364 -0
  113. package/dist/core/skills/builtin/documentation-lookup/SKILL.md +90 -0
  114. package/dist/core/skills/builtin/dotnet-patterns/SKILL.md +321 -0
  115. package/dist/core/skills/builtin/dynamic-workflow-mode/SKILL.md +123 -0
  116. package/dist/core/skills/builtin/e2e-testing/SKILL.md +326 -0
  117. package/dist/core/skills/builtin/email-ops/SKILL.md +121 -0
  118. package/dist/core/skills/builtin/energy-procurement/SKILL.md +228 -0
  119. package/dist/core/skills/builtin/enterprise-agent-ops/SKILL.md +50 -0
  120. package/dist/core/skills/builtin/error-handling/SKILL.md +376 -0
  121. package/dist/core/skills/builtin/eval-harness/SKILL.md +270 -0
  122. package/dist/core/skills/builtin/evm-token-decimals/SKILL.md +130 -0
  123. package/dist/core/skills/builtin/exa-search/SKILL.md +107 -0
  124. package/dist/core/skills/builtin/fal-ai-media/SKILL.md +288 -0
  125. package/dist/core/skills/builtin/fastapi-patterns/SKILL.md +513 -0
  126. package/dist/core/skills/builtin/finance-billing-ops/SKILL.md +127 -0
  127. package/dist/core/skills/builtin/flox-environments/SKILL.md +496 -0
  128. package/dist/core/skills/builtin/flutter-dart-code-review/SKILL.md +435 -0
  129. package/dist/core/skills/builtin/foundation-models-on-device/SKILL.md +243 -0
  130. package/dist/core/skills/builtin/frontend-a11y/SKILL.md +445 -0
  131. package/dist/core/skills/builtin/frontend-design-direction/SKILL.md +92 -0
  132. package/dist/core/skills/builtin/frontend-patterns/SKILL.md +656 -0
  133. package/dist/core/skills/builtin/frontend-slides/SKILL.md +184 -0
  134. package/dist/core/skills/builtin/frontend-slides/STYLE_PRESETS.md +330 -0
  135. package/dist/core/skills/builtin/frontend-slides/animation-patterns.md +122 -0
  136. package/dist/core/skills/builtin/frontend-slides/html-template.md +419 -0
  137. package/dist/core/skills/builtin/frontend-slides/scripts/export-pdf.sh +418 -0
  138. package/dist/core/skills/builtin/frontend-slides/scripts/extract-pptx.py +96 -0
  139. package/dist/core/skills/builtin/frontend-slides/viewport-base.css +153 -0
  140. package/dist/core/skills/builtin/fsharp-testing/SKILL.md +280 -0
  141. package/dist/core/skills/builtin/gan-style-harness/SKILL.md +278 -0
  142. package/dist/core/skills/builtin/gateguard/SKILL.md +132 -0
  143. package/dist/core/skills/builtin/git-workflow/SKILL.md +715 -0
  144. package/dist/core/skills/builtin/github-ops/SKILL.md +144 -0
  145. package/dist/core/skills/builtin/golang-patterns/SKILL.md +674 -0
  146. package/dist/core/skills/builtin/golang-testing/SKILL.md +720 -0
  147. package/dist/core/skills/builtin/healthcare-cdss-patterns/SKILL.md +245 -0
  148. package/dist/core/skills/builtin/healthcare-emr-patterns/SKILL.md +159 -0
  149. package/dist/core/skills/builtin/healthcare-eval-harness/SKILL.md +207 -0
  150. package/dist/core/skills/builtin/healthcare-phi-compliance/SKILL.md +145 -0
  151. package/dist/core/skills/builtin/hermes-imports/SKILL.md +88 -0
  152. package/dist/core/skills/builtin/hexagonal-architecture/SKILL.md +276 -0
  153. package/dist/core/skills/builtin/hipaa-compliance/SKILL.md +78 -0
  154. package/dist/core/skills/builtin/hookify-rules/SKILL.md +128 -0
  155. package/dist/core/skills/builtin/inherit-legacy-style/SKILL.md +156 -0
  156. package/dist/core/skills/builtin/intent-driven-development/SKILL.md +360 -0
  157. package/dist/core/skills/builtin/inventory-demand-planning/SKILL.md +247 -0
  158. package/dist/core/skills/builtin/ios-icon-gen/SKILL.md +157 -0
  159. package/dist/core/skills/builtin/ios-icon-gen/scripts/generate_icons.swift +258 -0
  160. package/dist/core/skills/builtin/ios-icon-gen/scripts/iconify_gen.sh +235 -0
  161. package/dist/core/skills/builtin/iterative-retrieval/SKILL.md +211 -0
  162. package/dist/core/skills/builtin/java-coding-standards/SKILL.md +383 -0
  163. package/dist/core/skills/builtin/jira-integration/SKILL.md +302 -0
  164. package/dist/core/skills/builtin/jpa-patterns/SKILL.md +151 -0
  165. package/dist/core/skills/builtin/knowledge-ops/SKILL.md +154 -0
  166. package/dist/core/skills/builtin/kotlin-coroutines-flows/SKILL.md +284 -0
  167. package/dist/core/skills/builtin/kotlin-exposed-patterns/SKILL.md +719 -0
  168. package/dist/core/skills/builtin/kotlin-ktor-patterns/SKILL.md +689 -0
  169. package/dist/core/skills/builtin/kotlin-patterns/SKILL.md +711 -0
  170. package/dist/core/skills/builtin/kotlin-testing/SKILL.md +824 -0
  171. package/dist/core/skills/builtin/kubernetes-patterns/SKILL.md +755 -0
  172. package/dist/core/skills/builtin/laravel-patterns/SKILL.md +415 -0
  173. package/dist/core/skills/builtin/laravel-plugin-discovery/SKILL.md +229 -0
  174. package/dist/core/skills/builtin/laravel-security/SKILL.md +947 -0
  175. package/dist/core/skills/builtin/laravel-tdd/SKILL.md +674 -0
  176. package/dist/core/skills/builtin/laravel-verification/SKILL.md +179 -0
  177. package/dist/core/skills/builtin/latency-critical-systems/SKILL.md +73 -0
  178. package/dist/core/skills/builtin/lead-intelligence/SKILL.md +321 -0
  179. package/dist/core/skills/builtin/lead-intelligence/agents/enrichment-agent.md +85 -0
  180. package/dist/core/skills/builtin/lead-intelligence/agents/mutual-mapper.md +75 -0
  181. package/dist/core/skills/builtin/lead-intelligence/agents/outreach-drafter.md +98 -0
  182. package/dist/core/skills/builtin/lead-intelligence/agents/signal-scorer.md +60 -0
  183. package/dist/core/skills/builtin/liquid-glass-design/SKILL.md +279 -0
  184. package/dist/core/skills/builtin/llm-trading-agent-security/SKILL.md +146 -0
  185. package/dist/core/skills/builtin/logistics-exception-management/SKILL.md +222 -0
  186. package/dist/core/skills/builtin/make-interfaces-feel-better/SKILL.md +151 -0
  187. package/dist/core/skills/builtin/market-research/SKILL.md +75 -0
  188. package/dist/core/skills/builtin/marketing-campaign/SKILL.md +113 -0
  189. package/dist/core/skills/builtin/mcp-server-patterns/SKILL.md +69 -0
  190. package/dist/core/skills/builtin/messages-ops/SKILL.md +104 -0
  191. package/dist/core/skills/builtin/mle-workflow/SKILL.md +346 -0
  192. package/dist/core/skills/builtin/motion-advanced/SKILL.md +596 -0
  193. package/dist/core/skills/builtin/motion-foundations/SKILL.md +299 -0
  194. package/dist/core/skills/builtin/motion-patterns/SKILL.md +434 -0
  195. package/dist/core/skills/builtin/motion-ui/SKILL.md +575 -0
  196. package/dist/core/skills/builtin/mysql-patterns/SKILL.md +412 -0
  197. package/dist/core/skills/builtin/nanoclaw-repl/SKILL.md +33 -0
  198. package/dist/core/skills/builtin/nestjs-patterns/SKILL.md +230 -0
  199. package/dist/core/skills/builtin/netmiko-ssh-automation/SKILL.md +173 -0
  200. package/dist/core/skills/builtin/network-bgp-diagnostics/SKILL.md +167 -0
  201. package/dist/core/skills/builtin/network-config-validation/SKILL.md +210 -0
  202. package/dist/core/skills/builtin/network-interface-health/SKILL.md +152 -0
  203. package/dist/core/skills/builtin/nextjs-turbopack/SKILL.md +57 -0
  204. package/dist/core/skills/builtin/nodejs-keccak256/SKILL.md +102 -0
  205. package/dist/core/skills/builtin/nutrient-document-processing/SKILL.md +167 -0
  206. package/dist/core/skills/builtin/nuxt4-patterns/SKILL.md +100 -0
  207. package/dist/core/skills/builtin/openclaw-persona-forge/SKILL.md +288 -0
  208. package/dist/core/skills/builtin/openclaw-persona-forge/gacha.py +224 -0
  209. package/dist/core/skills/builtin/openclaw-persona-forge/gacha.sh +5 -0
  210. package/dist/core/skills/builtin/openclaw-persona-forge/references/avatar-style.md +124 -0
  211. package/dist/core/skills/builtin/openclaw-persona-forge/references/boundary-rules.md +53 -0
  212. package/dist/core/skills/builtin/openclaw-persona-forge/references/error-handling.md +53 -0
  213. package/dist/core/skills/builtin/openclaw-persona-forge/references/identity-tension.md +48 -0
  214. package/dist/core/skills/builtin/openclaw-persona-forge/references/naming-system.md +39 -0
  215. package/dist/core/skills/builtin/openclaw-persona-forge/references/output-template.md +166 -0
  216. package/dist/core/skills/builtin/opensource-pipeline/SKILL.md +255 -0
  217. package/dist/core/skills/builtin/orch-add-feature/SKILL.md +44 -0
  218. package/dist/core/skills/builtin/orch-build-mvp/SKILL.md +48 -0
  219. package/dist/core/skills/builtin/orch-change-feature/SKILL.md +42 -0
  220. package/dist/core/skills/builtin/orch-fix-defect/SKILL.md +42 -0
  221. package/dist/core/skills/builtin/orch-pipeline/SKILL.md +120 -0
  222. package/dist/core/skills/builtin/orch-refine-code/SKILL.md +43 -0
  223. package/dist/core/skills/builtin/parallel-execution-optimizer/SKILL.md +72 -0
  224. package/dist/core/skills/builtin/perl-patterns/SKILL.md +504 -0
  225. package/dist/core/skills/builtin/perl-security/SKILL.md +503 -0
  226. package/dist/core/skills/builtin/perl-testing/SKILL.md +475 -0
  227. package/dist/core/skills/builtin/plan-orchestrate/SKILL.md +262 -0
  228. package/dist/core/skills/builtin/plankton-code-quality/SKILL.md +236 -0
  229. package/dist/core/skills/builtin/postgres-patterns/SKILL.md +147 -0
  230. package/dist/core/skills/builtin/prediction-market-oracle-research/SKILL.md +63 -0
  231. package/dist/core/skills/builtin/prediction-market-risk-review/SKILL.md +60 -0
  232. package/dist/core/skills/builtin/prisma-patterns/SKILL.md +371 -0
  233. package/dist/core/skills/builtin/product-capability/SKILL.md +141 -0
  234. package/dist/core/skills/builtin/product-lens/SKILL.md +92 -0
  235. package/dist/core/skills/builtin/production-audit/SKILL.md +206 -0
  236. package/dist/core/skills/builtin/production-scheduling/SKILL.md +238 -0
  237. package/dist/core/skills/builtin/prompt-optimizer/SKILL.md +398 -0
  238. package/dist/core/skills/builtin/python-patterns/SKILL.md +750 -0
  239. package/dist/core/skills/builtin/python-testing/SKILL.md +816 -0
  240. package/dist/core/skills/builtin/pytorch-patterns/SKILL.md +396 -0
  241. package/dist/core/skills/builtin/quality-nonconformance/SKILL.md +260 -0
  242. package/dist/core/skills/builtin/quarkus-patterns/SKILL.md +722 -0
  243. package/dist/core/skills/builtin/quarkus-security/SKILL.md +467 -0
  244. package/dist/core/skills/builtin/quarkus-tdd/SKILL.md +811 -0
  245. package/dist/core/skills/builtin/quarkus-verification/SKILL.md +479 -0
  246. package/dist/core/skills/builtin/ralphinho-rfc-pipeline/SKILL.md +67 -0
  247. package/dist/core/skills/builtin/react-patterns/SKILL.md +341 -0
  248. package/dist/core/skills/builtin/react-performance/SKILL.md +574 -0
  249. package/dist/core/skills/builtin/react-testing/SKILL.md +423 -0
  250. package/dist/core/skills/builtin/recsys-pipeline-architect/SKILL.md +114 -0
  251. package/dist/core/skills/builtin/recursive-decision-ledger/SKILL.md +79 -0
  252. package/dist/core/skills/builtin/redis-patterns/SKILL.md +403 -0
  253. package/dist/core/skills/builtin/regex-vs-llm-structured-text/SKILL.md +220 -0
  254. package/dist/core/skills/builtin/repo-scan/SKILL.md +78 -0
  255. package/dist/core/skills/builtin/research-ops/SKILL.md +112 -0
  256. package/dist/core/skills/builtin/returns-reverse-logistics/SKILL.md +240 -0
  257. package/dist/core/skills/builtin/rules-distill/SKILL.md +264 -0
  258. package/dist/core/skills/builtin/rules-distill/scripts/scan-rules.sh +58 -0
  259. package/dist/core/skills/builtin/rules-distill/scripts/scan-skills.sh +129 -0
  260. package/dist/core/skills/builtin/rust-patterns/SKILL.md +499 -0
  261. package/dist/core/skills/builtin/rust-testing/SKILL.md +500 -0
  262. package/dist/core/skills/builtin/safety-guard/SKILL.md +75 -0
  263. package/dist/core/skills/builtin/santa-method/SKILL.md +306 -0
  264. package/dist/core/skills/builtin/scientific-db-pubmed-database/SKILL.md +175 -0
  265. package/dist/core/skills/builtin/scientific-db-uspto-database/SKILL.md +177 -0
  266. package/dist/core/skills/builtin/scientific-pkg-gget/SKILL.md +166 -0
  267. package/dist/core/skills/builtin/scientific-thinking-literature-review/SKILL.md +192 -0
  268. package/dist/core/skills/builtin/scientific-thinking-scholar-evaluation/SKILL.md +160 -0
  269. package/dist/core/skills/builtin/search-first/SKILL.md +182 -0
  270. package/dist/core/skills/builtin/security-bounty-hunter/SKILL.md +99 -0
  271. package/dist/core/skills/builtin/security-review/SKILL.md +503 -0
  272. package/dist/core/skills/builtin/security-review/cloud-infrastructure-security.md +361 -0
  273. package/dist/core/skills/builtin/security-scan/SKILL.md +165 -0
  274. package/dist/core/skills/builtin/seo/SKILL.md +154 -0
  275. package/dist/core/skills/builtin/skill-comply/SKILL.md +58 -0
  276. package/dist/core/skills/builtin/skill-comply/fixtures/compliant_trace.jsonl +5 -0
  277. package/dist/core/skills/builtin/skill-comply/fixtures/noncompliant_trace.jsonl +3 -0
  278. package/dist/core/skills/builtin/skill-comply/fixtures/tdd_spec.yaml +44 -0
  279. package/dist/core/skills/builtin/skill-comply/prompts/classifier.md +24 -0
  280. package/dist/core/skills/builtin/skill-comply/prompts/scenario_generator.md +62 -0
  281. package/dist/core/skills/builtin/skill-comply/prompts/spec_generator.md +42 -0
  282. package/dist/core/skills/builtin/skill-comply/pyproject.toml +15 -0
  283. package/dist/core/skills/builtin/skill-comply/scripts/__init__.py +0 -0
  284. package/dist/core/skills/builtin/skill-comply/scripts/classifier.py +85 -0
  285. package/dist/core/skills/builtin/skill-comply/scripts/grader.py +124 -0
  286. package/dist/core/skills/builtin/skill-comply/scripts/parser.py +107 -0
  287. package/dist/core/skills/builtin/skill-comply/scripts/report.py +170 -0
  288. package/dist/core/skills/builtin/skill-comply/scripts/run.py +127 -0
  289. package/dist/core/skills/builtin/skill-comply/scripts/runner.py +186 -0
  290. package/dist/core/skills/builtin/skill-comply/scripts/scenario_generator.py +70 -0
  291. package/dist/core/skills/builtin/skill-comply/scripts/spec_generator.py +72 -0
  292. package/dist/core/skills/builtin/skill-comply/scripts/utils.py +13 -0
  293. package/dist/core/skills/builtin/skill-comply/tests/test_grader.py +197 -0
  294. package/dist/core/skills/builtin/skill-comply/tests/test_parser.py +90 -0
  295. package/dist/core/skills/builtin/skill-comply/tests/test_runner.py +172 -0
  296. package/dist/core/skills/builtin/skill-scout/SKILL.md +140 -0
  297. package/dist/core/skills/builtin/skill-stocktake/SKILL.md +194 -0
  298. package/dist/core/skills/builtin/skill-stocktake/scripts/quick-diff.sh +87 -0
  299. package/dist/core/skills/builtin/skill-stocktake/scripts/save-results.sh +56 -0
  300. package/dist/core/skills/builtin/skill-stocktake/scripts/scan.sh +170 -0
  301. package/dist/core/skills/builtin/springboot-patterns/SKILL.md +314 -0
  302. package/dist/core/skills/builtin/springboot-security/SKILL.md +272 -0
  303. package/dist/core/skills/builtin/springboot-tdd/SKILL.md +158 -0
  304. package/dist/core/skills/builtin/springboot-verification/SKILL.md +231 -0
  305. package/dist/core/skills/builtin/strategic-compact/SKILL.md +135 -0
  306. package/dist/core/skills/builtin/swift-actor-persistence/SKILL.md +143 -0
  307. package/dist/core/skills/builtin/swift-concurrency-6-2/SKILL.md +216 -0
  308. package/dist/core/skills/builtin/swift-protocol-di-testing/SKILL.md +190 -0
  309. package/dist/core/skills/builtin/swiftui-patterns/SKILL.md +259 -0
  310. package/dist/core/skills/builtin/tdd-workflow/SKILL.md +463 -0
  311. package/dist/core/skills/builtin/team-agent-orchestration/SKILL.md +110 -0
  312. package/dist/core/skills/builtin/team-builder/SKILL.md +168 -0
  313. package/dist/core/skills/builtin/terminal-ops/SKILL.md +109 -0
  314. package/dist/core/skills/builtin/tinystruct-patterns/SKILL.md +203 -0
  315. package/dist/core/skills/builtin/tinystruct-patterns/references/architecture.md +90 -0
  316. package/dist/core/skills/builtin/tinystruct-patterns/references/data-handling.md +60 -0
  317. package/dist/core/skills/builtin/tinystruct-patterns/references/database.md +99 -0
  318. package/dist/core/skills/builtin/tinystruct-patterns/references/routing.md +64 -0
  319. package/dist/core/skills/builtin/tinystruct-patterns/references/system-usage.md +97 -0
  320. package/dist/core/skills/builtin/tinystruct-patterns/references/testing.md +72 -0
  321. package/dist/core/skills/builtin/token-budget-advisor/SKILL.md +133 -0
  322. package/dist/core/skills/builtin/ui-demo/SKILL.md +465 -0
  323. package/dist/core/skills/builtin/ui-to-vue/SKILL.md +134 -0
  324. package/dist/core/skills/builtin/uncloud/SKILL.md +343 -0
  325. package/dist/core/skills/builtin/unified-notifications-ops/SKILL.md +187 -0
  326. package/dist/core/skills/builtin/verification-loop/SKILL.md +126 -0
  327. package/dist/core/skills/builtin/video-editing/SKILL.md +310 -0
  328. package/dist/core/skills/builtin/videodb/SKILL.md +374 -0
  329. package/dist/core/skills/builtin/videodb/reference/api-reference.md +550 -0
  330. package/dist/core/skills/builtin/videodb/reference/capture-reference.md +407 -0
  331. package/dist/core/skills/builtin/videodb/reference/capture.md +101 -0
  332. package/dist/core/skills/builtin/videodb/reference/editor.md +443 -0
  333. package/dist/core/skills/builtin/videodb/reference/generative.md +331 -0
  334. package/dist/core/skills/builtin/videodb/reference/rtstream-reference.md +564 -0
  335. package/dist/core/skills/builtin/videodb/reference/rtstream.md +65 -0
  336. package/dist/core/skills/builtin/videodb/reference/search.md +230 -0
  337. package/dist/core/skills/builtin/videodb/reference/streaming.md +406 -0
  338. package/dist/core/skills/builtin/videodb/reference/use-cases.md +118 -0
  339. package/dist/core/skills/builtin/videodb/scripts/ws_listener.py +282 -0
  340. package/dist/core/skills/builtin/visa-doc-translate/README.md +86 -0
  341. package/dist/core/skills/builtin/visa-doc-translate/SKILL.md +117 -0
  342. package/dist/core/skills/builtin/vite-patterns/SKILL.md +449 -0
  343. package/dist/core/skills/builtin/windows-desktop-e2e/SKILL.md +887 -0
  344. package/dist/core/skills/builtin/x-api/SKILL.md +234 -0
  345. package/dist/core/skills/loader.js +11 -0
  346. package/dist/core/skills/loader.js.map +1 -1
  347. package/package.json +1 -1
@@ -0,0 +1,222 @@
1
+ ---
2
+ name: logistics-exception-management
3
+ description: [ECC] >
4
+ Codified expertise for handling freight exceptions, shipment delays,
5
+ damages, losses, and carrier disputes. Informed by logistics professionals
6
+ with 15+ years operational experience. Includes escalation protocols,
7
+ carrier-specific behaviors, claims procedures, and judgment frameworks.
8
+ Use when handling shipping exceptions, freight claims, delivery issues,
9
+ or carrier disputes.
10
+ license: Apache-2.0
11
+ version: 1.0.0
12
+ homepage: https://github.com/affaan-m/everything-claude-code
13
+ origin: ECC
14
+ metadata:
15
+ author: evos
16
+ clawdbot:
17
+ emoji: ""
18
+ ---
19
+
20
+ # Logistics Exception Management
21
+
22
+ ## Role and Context
23
+
24
+ You are a senior freight exceptions analyst with 15+ years managing shipment exceptions across all modes — LTL, FTL, parcel, intermodal, ocean, and air. You sit at the intersection of shippers, carriers, consignees, insurance providers, and internal stakeholders. Your systems include TMS (transportation management), WMS (warehouse management), carrier portals, claims management platforms, and ERP order management. Your job is to resolve exceptions quickly while protecting financial interests, preserving carrier relationships, and maintaining customer satisfaction.
25
+
26
+ ## When to Use
27
+
28
+ - Shipment is delayed, damaged, lost, or refused at delivery
29
+ - Carrier dispute over liability, accessorial charges, or detention claims
30
+ - Customer escalation due to missed delivery window or incorrect order
31
+ - Filing or managing freight claims with carriers or insurers
32
+ - Building exception handling SOPs or escalation protocols
33
+
34
+ ## How It Works
35
+
36
+ 1. Classify the exception by type (delay, damage, loss, shortage, refusal) and severity
37
+ 2. Apply the appropriate resolution workflow based on classification and financial exposure
38
+ 3. Document evidence per carrier-specific requirements and filing deadlines
39
+ 4. Escalate through defined tiers based on time elapsed and dollar thresholds
40
+ 5. File claims within statute windows, negotiate settlements, and track recovery
41
+
42
+ ## Examples
43
+
44
+ - **Damage claim**: 500-unit shipment arrives with 30% salvageable. Carrier claims force majeure. Walk through evidence collection, salvage assessment, liability determination, claim filing, and negotiation strategy.
45
+ - **Detention dispute**: Carrier bills 8 hours detention at a DC. Receiver says driver arrived 2 hours early. Reconcile GPS data, appointment logs, and gate timestamps to resolve.
46
+ - **Lost shipment**: High-value parcel shows "delivered" but consignee denies receipt. Initiate trace, coordinate with carrier investigation, file claim within the 9-month Carmack window.
47
+
48
+ ## Core Knowledge
49
+
50
+ ### Exception Taxonomy
51
+
52
+ Every exception falls into a classification that determines the resolution workflow, documentation requirements, and urgency:
53
+
54
+ - **Delay (transit):** Shipment not delivered by promised date. Subtypes: weather, mechanical, capacity (no driver), customs hold, consignee reschedule. Most common exception type (~40% of all exceptions). Resolution hinges on whether delay is carrier-fault or force majeure.
55
+ - **Damage (visible):** Noted on POD at delivery. Carrier liability is strong when consignee documents on the delivery receipt. Photograph immediately. Never accept "driver left before we could inspect."
56
+ - **Damage (concealed):** Discovered after delivery, not noted on POD. Must file concealed damage claim within 5 days of delivery (industry standard, not law). Burden of proof shifts to shipper. Carrier will challenge — you need packaging integrity evidence.
57
+ - **Damage (temperature):** Reefer/temperature-controlled failure. Requires continuous temp recorder data (Sensitech, Emerson). Pre-trip inspection records are critical. Carriers will claim "product was loaded warm."
58
+ - **Shortage:** Piece count discrepancy at delivery. Count at the tailgate — never sign clean BOL if count is off. Distinguish driver count vs warehouse count conflicts. OS&D (Over, Short & Damage) report required.
59
+ - **Overage:** More product delivered than on BOL. Often indicates cross-shipment from another consignee. Trace the extra freight — somebody is short.
60
+ - **Refused delivery:** Consignee rejects. Reasons: damaged, late (perishable window), incorrect product, no PO match, dock scheduling conflict. Carrier is entitled to storage charges and return freight if refusal is not carrier-fault.
61
+ - **Misdelivered:** Delivered to wrong address or wrong consignee. Full carrier liability. Time-critical to recover — product deteriorates or gets consumed.
62
+ - **Lost (full shipment):** No delivery, no scan activity. Trigger trace at 24 hours past ETA for FTL, 48 hours for LTL. File formal tracer with carrier OS&D department.
63
+ - **Lost (partial):** Some items missing from shipment. Often happens at LTL terminals during cross-dock handling. Serial number tracking critical for high-value.
64
+ - **Contaminated:** Product exposed to chemicals, odors, or incompatible freight (common in LTL). Regulatory implications for food and pharma.
65
+
66
+ ### Carrier Behaviour by Mode
67
+
68
+ Understanding how different carrier types operate changes your resolution strategy:
69
+
70
+ - **LTL carriers** (FedEx Freight, XPO, Estes): Shipments touch 2-4 terminals. Each touch = damage risk. Claims departments are large and process-driven. Expect 30-60 day claim resolution. Terminal managers have authority up to ~$2,500.
71
+ - **FTL/truckload** (asset carriers + brokers): Single-driver, dock-to-dock. Damage is usually loading/unloading. Brokers add a layer — the broker's carrier may go dark. Always get the actual carrier's MC number.
72
+ - **Parcel** (UPS, FedEx, USPS): Automated claims portals. Strict documentation requirements. Declared value matters — default liability is very low ($100 for UPS). Must purchase additional coverage at shipping.
73
+ - **Intermodal** (rail + drayage): Multiple handoffs. Damage often occurs during rail transit (impact events) or chassis swap. Bill of lading chain determines liability allocation between rail and dray.
74
+ - **Ocean** (container shipping): Governed by Hague-Visby or COGSA (US). Carrier liability is per-package ($500 per package under COGSA unless declared). Container seal integrity is everything. Surveyor inspection at destination port.
75
+ - **Air freight:** Governed by Montreal Convention. Strict 14-day notice for damage, 21 days for delay. Weight-based liability limits unless value declared. Fastest claims resolution of all modes.
76
+
77
+ ### Claims Process Fundamentals
78
+
79
+ - **Carmack Amendment (US domestic surface):** Carrier is liable for actual loss or damage with limited exceptions (act of God, act of public enemy, act of shipper, public authority, inherent vice). Shipper must prove: goods were in good condition when tendered, goods arrived damaged/short, and the amount of damages.
80
+ - **Filing deadline:** 9 months from delivery date for US domestic (49 USC § 14706). Miss this and the claim is time-barred regardless of merit.
81
+ - **Documentation required:** Original BOL (showing clean tender), delivery receipt (showing exception), commercial invoice (proving value), inspection report, photographs, repair estimates or replacement quotes, packaging specifications.
82
+ - **Carrier response:** Carrier has 30 days to acknowledge, 120 days to pay or decline. If they decline, you have 2 years from the decline date to file suit.
83
+
84
+ ### Seasonal and Cyclical Patterns
85
+
86
+ - **Peak season (Oct-Jan):** Exception rates increase 30-50%. Carrier networks are strained. Transit times extend. Claims departments slow down. Build buffer into commitments.
87
+ - **Produce season (Apr-Sep):** Temperature exceptions spike. Reefer availability tightens. Pre-cooling compliance becomes critical.
88
+ - **Hurricane season (Jun-Nov):** Gulf and East Coast disruptions. Force majeure claims increase. Rerouting decisions needed within 4-6 hours of storm track updates.
89
+ - **Month/quarter end:** Shippers rush volume. Carrier tender rejections spike. Double-brokering increases. Quality suffers across the board.
90
+ - **Driver shortage cycles:** Worst in Q4 and after new regulation implementation (ELD mandate, FMCSA drug clearinghouse). Spot rates spike, service drops.
91
+
92
+ ### Fraud and Red Flags
93
+
94
+ - **Staged damages:** Damage patterns inconsistent with transit mode. Multiple claims from same consignee location.
95
+ - **Address manipulation:** Redirect requests post-pickup to different addresses. Common in high-value electronics.
96
+ - **Systematic shortages:** Consistent 1-2 unit shortages across multiple shipments — indicates pilferage at a terminal or during transit.
97
+ - **Double-brokering indicators:** Carrier on BOL doesn't match truck that shows up. Driver can't name their dispatcher. Insurance certificate is from a different entity.
98
+
99
+ ## Decision Frameworks
100
+
101
+ ### Severity Classification
102
+
103
+ Assess every exception on three axes and take the highest severity:
104
+
105
+ **Financial Impact:**
106
+ - Level 1 (Low): < $1,000 product value, no expedite needed
107
+ - Level 2 (Moderate): $1,000 - $5,000 or minor expedite costs
108
+ - Level 3 (Significant): $5,000 - $25,000 or customer penalty risk
109
+ - Level 4 (Major): $25,000 - $100,000 or contract compliance risk
110
+ - Level 5 (Critical): > $100,000 or regulatory/safety implications
111
+
112
+ **Customer Impact:**
113
+ - Standard customer, no SLA at risk → does not elevate
114
+ - Key account with SLA at risk → elevate by 1 level
115
+ - Enterprise customer with penalty clauses → elevate by 2 levels
116
+ - Customer's production line or retail launch at risk → automatic Level 4+
117
+
118
+ **Time Sensitivity:**
119
+ - Standard transit with buffer → does not elevate
120
+ - Delivery needed within 48 hours, no alternative sourced → elevate by 1
121
+ - Same-day or next-day critical (production shutdown, event deadline) → automatic Level 4+
122
+
123
+ ### Eat-the-Cost vs Fight-the-Claim
124
+
125
+ This is the most common judgment call. Thresholds:
126
+
127
+ - **< $500 and carrier relationship is strong:** Absorb. The admin cost of claims processing ($150-250 internal) makes it negative-ROI. Log for carrier scorecard.
128
+ - **$500 - $2,500:** File claim but don't escalate aggressively. This is the "standard process" zone. Accept partial settlements above 70% of value.
129
+ - **$2,500 - $10,000:** Full claims process. Escalate at 30-day mark if no resolution. Involve carrier account manager. Reject settlements below 80%.
130
+ - **> $10,000:** VP-level awareness. Dedicated claims handler. Independent inspection if damage. Reject settlements below 90%. Legal review if denied.
131
+ - **Any amount + pattern:** If this is the 3rd+ exception from the same carrier in 30 days, treat it as a carrier performance issue regardless of individual dollar amounts.
132
+
133
+ ### Priority Sequencing
134
+
135
+ When multiple exceptions are active simultaneously (common during peak season or weather events), prioritize:
136
+
137
+ 1. Safety/regulatory (temperature-controlled pharma, hazmat) — always first
138
+ 2. Customer production shutdown risk — financial multiplier is 10-50x product value
139
+ 3. Perishable with remaining shelf life < 48 hours
140
+ 4. Highest financial impact adjusted for customer tier
141
+ 5. Oldest unresolved exception (prevent aging beyond SLA)
142
+
143
+ ## Key Edge Cases
144
+
145
+ These are situations where the obvious approach is wrong. Brief summaries are included here so you can expand them into project-specific playbooks if needed.
146
+
147
+ 1. **Pharma reefer failure with disputed temps:** Carrier shows correct set-point; your Sensitech data shows excursion. The dispute is about sensor placement and pre-cooling. Never accept carrier's single-point reading — demand continuous data logger download.
148
+
149
+ 2. **Consignee claims damage but caused it during unloading:** POD is signed clean, but consignee calls 2 hours later claiming damage. If your driver witnessed their forklift drop the pallet, the driver's contemporaneous notes are your best defense. Without that, concealed damage claim against you is likely.
150
+
151
+ 3. **72-hour scan gap on high-value shipment:** No tracking updates doesn't always mean lost. LTL scan gaps happen at busy terminals. Before triggering a loss protocol, call the origin and destination terminals directly. Ask for physical trailer/bay location.
152
+
153
+ 4. **Cross-border customs hold:** When a shipment is held at customs, determine quickly if the hold is for documentation (fixable) or compliance (potentially unfixable). Carrier documentation errors (wrong harmonized codes on the carrier's portion) vs shipper errors (incorrect commercial invoice values) require different resolution paths.
154
+
155
+ 5. **Partial deliveries against single BOL:** Multiple delivery attempts where quantities don't match. Maintain a running tally. Don't file shortage claim until all partials are reconciled — carriers will use premature claims as evidence of shipper error.
156
+
157
+ 6. **Broker insolvency mid-shipment:** Your freight is on a truck, the broker who arranged it goes bankrupt. The actual carrier has a lien right. Determine quickly: is the carrier paid? If not, negotiate directly with the carrier for release.
158
+
159
+ 7. **Concealed damage discovered at final customer:** You delivered to distributor, distributor delivered to end customer, end customer finds damage. The chain-of-custody documentation determines who bears the loss.
160
+
161
+ 8. **Peak surcharge dispute during weather event:** Carrier applies emergency surcharge retroactively. Contract may or may not allow this — check force majeure and fuel surcharge clauses specifically.
162
+
163
+ ## Communication Patterns
164
+
165
+ ### Tone Calibration
166
+
167
+ Match communication tone to situation severity and relationship:
168
+
169
+ - **Routine exception, good carrier relationship:** Collaborative. "We've got a delay on PRO# X — can you get me an updated ETA? Customer is asking."
170
+ - **Significant exception, neutral relationship:** Professional and documented. State facts, reference BOL/PRO, specify what you need and by when.
171
+ - **Major exception or pattern, strained relationship:** Formal. CC management. Reference contract terms. Set response deadlines. "Per Section 4.2 of our transportation agreement dated..."
172
+ - **Customer-facing (delay):** Proactive, honest, solution-oriented. Never blame the carrier by name. "Your shipment has experienced a transit delay. Here's what we're doing and your updated timeline."
173
+ - **Customer-facing (damage/loss):** Empathetic, action-oriented. Lead with the resolution, not the problem. "We've identified an issue with your shipment and have already initiated [replacement/credit]."
174
+
175
+ ### Key Templates
176
+
177
+ Brief templates appear below. Adapt them to your carrier, customer, and insurance workflows before using them in production.
178
+
179
+ **Initial carrier inquiry:** Subject: `Exception Notice — PRO# {pro} / BOL# {bol}`. State: what happened, what you need (ETA update, inspection, OS&D report), and by when.
180
+
181
+ **Customer proactive update:** Lead with: what you know, what you're doing about it, what the customer's revised timeline is, and your direct contact for questions.
182
+
183
+ **Escalation to carrier management:** Subject: `ESCALATION: Unresolved Exception — {shipment_ref} — {days} Days`. Include timeline of previous communications, financial impact, and what resolution you expect.
184
+
185
+ ## Escalation Protocols
186
+
187
+ ### Automatic Escalation Triggers
188
+
189
+ | Trigger | Action | Timeline |
190
+ |---|---|---|
191
+ | Exception value > $25,000 | Notify VP Supply Chain immediately | Within 1 hour |
192
+ | Enterprise customer affected | Assign dedicated handler, notify account team | Within 2 hours |
193
+ | Carrier non-response | Escalate to carrier account manager | After 4 hours |
194
+ | Repeated carrier (3+ in 30 days) | Carrier performance review with procurement | Within 1 week |
195
+ | Potential fraud indicators | Notify compliance and halt standard processing | Immediately |
196
+ | Temperature excursion on regulated product | Notify quality/regulatory team | Within 30 minutes |
197
+ | No scan update on high-value (> $50K) | Initiate trace protocol and notify security | After 24 hours |
198
+ | Claims denied > $10,000 | Legal review of denial basis | Within 48 hours |
199
+
200
+ ### Escalation Chain
201
+
202
+ Level 1 (Analyst) → Level 2 (Team Lead, 4 hours) → Level 3 (Manager, 24 hours) → Level 4 (Director, 48 hours) → Level 5 (VP, 72+ hours or any Level 5 severity)
203
+
204
+ ## Performance Indicators
205
+
206
+ Track these metrics weekly and trend monthly:
207
+
208
+ | Metric | Target | Red Flag |
209
+ |---|---|---|
210
+ | Mean resolution time | < 72 hours | > 120 hours |
211
+ | First-contact resolution rate | > 40% | < 25% |
212
+ | Financial recovery rate (claims) | > 75% | < 50% |
213
+ | Customer satisfaction (post-exception) | > 4.0/5.0 | < 3.5/5.0 |
214
+ | Exception rate (per 1,000 shipments) | < 25 | > 40 |
215
+ | Claims filing timeliness | 100% within 30 days | Any > 60 days |
216
+ | Repeat exceptions (same carrier/lane) | < 10% | > 20% |
217
+ | Aged exceptions (> 30 days open) | < 5% of total | > 15% |
218
+
219
+ ## Additional Resources
220
+
221
+ - Pair this skill with your internal claims deadlines, mode-specific escalation matrix, and insurer notice requirements.
222
+ - Keep carrier-specific proof-of-delivery rules and OS&D checklists near the team that will execute the playbooks.
@@ -0,0 +1,151 @@
1
+ ---
2
+ name: make-interfaces-feel-better
3
+ description: [ECC] Apply concrete design-engineering details that make interfaces feel polished. Use when reviewing or improving UI spacing, typography, borders, shadows, motion, hit areas, icons, text wrapping, and interaction states.
4
+ origin: community
5
+ ---
6
+
7
+ # Make Interfaces Feel Better
8
+
9
+ Use this skill for the small design-engineering details that compound into a
10
+ more polished interface.
11
+
12
+ Source: salvaged from stale community PR #1659 by `linus707`.
13
+
14
+ ## When to Use
15
+
16
+ - The user says the UI feels off, flat, generic, cramped, jumpy, or unfinished.
17
+ - You are building controls, cards, lists, dashboards, navigation, forms, or
18
+ toolbars.
19
+ - A component needs hover, active, focus, enter, exit, loading, or empty states.
20
+ - A frontend review needs specific before/after recommendations.
21
+
22
+ ## Core Principles
23
+
24
+ ### Concentric Radius
25
+
26
+ For nearby nested rounded surfaces:
27
+
28
+ ```text
29
+ outer radius = inner radius + padding
30
+ ```
31
+
32
+ If padding is large, treat layers as separate surfaces instead of forcing the
33
+ math. The point is optical coherence, not formula worship.
34
+
35
+ ### Optical Alignment
36
+
37
+ Geometric centering is not always visual centering. Icon buttons, play
38
+ triangles, arrows, stars, and asymmetric icons often need a small offset. Fix the
39
+ SVG when possible; otherwise adjust with a pixel-level margin or padding change.
40
+
41
+ ### Shadows And Borders
42
+
43
+ Use borders for separation and focus rings. Use layered shadows when a card,
44
+ button, dropdown, or popover needs depth. Shadows should be transparent and
45
+ subtle enough to work across backgrounds.
46
+
47
+ ### Text Wrapping
48
+
49
+ - Use `text-wrap: balance` on headings and short titles.
50
+ - Use `text-wrap: pretty` on short-to-medium body text, captions, descriptions,
51
+ and list items.
52
+ - Avoid both on long prose, code, and preformatted content.
53
+ - Use `font-variant-numeric: tabular-nums` for counters, timers, prices, tables,
54
+ and other updating numbers.
55
+
56
+ ### Font Smoothing
57
+
58
+ On macOS, apply antialiased font smoothing at the root layout when the project
59
+ does not already do so:
60
+
61
+ ```css
62
+ html {
63
+ -webkit-font-smoothing: antialiased;
64
+ -moz-osx-font-smoothing: grayscale;
65
+ }
66
+ ```
67
+
68
+ ### Image Outlines
69
+
70
+ Images often need a subtle inset outline so their edges do not blur into the
71
+ surface.
72
+
73
+ ```css
74
+ img {
75
+ outline: 1px solid rgba(0, 0, 0, 0.1);
76
+ outline-offset: -1px;
77
+ }
78
+
79
+ @media (prefers-color-scheme: dark) {
80
+ img {
81
+ outline-color: rgba(255, 255, 255, 0.1);
82
+ }
83
+ }
84
+ ```
85
+
86
+ Use neutral black or white alpha outlines. Do not tint image outlines with the
87
+ brand palette.
88
+
89
+ ### Motion
90
+
91
+ Use CSS transitions for interactive state changes because they can retarget
92
+ when the user changes intent mid-motion. Reserve keyframes for staged
93
+ one-shot entrances or loading sequences.
94
+
95
+ Good motion defaults:
96
+
97
+ - Enter: combine opacity, small `translateY`, and optionally blur.
98
+ - Exit: shorter and quieter than enter, usually 150ms.
99
+ - Press: `scale(0.96)` for tactile buttons, with a way to disable it when the
100
+ movement distracts.
101
+ - Icon swaps: cross-fade with opacity, scale, and blur instead of instant
102
+ visibility toggles.
103
+
104
+ ### Transition Scope
105
+
106
+ Never use `transition: all`. Specify the changed properties:
107
+
108
+ ```css
109
+ .button {
110
+ transition-property: transform, background-color, box-shadow;
111
+ transition-duration: 150ms;
112
+ transition-timing-function: ease-out;
113
+ }
114
+ ```
115
+
116
+ Use `will-change` only for first-frame stutter on compositor-friendly
117
+ properties such as `transform`, `opacity`, and `filter`. Never use
118
+ `will-change: all`.
119
+
120
+ ### Hit Areas
121
+
122
+ Interactive controls should have at least a 40x40px hit area, ideally 44x44px
123
+ where the layout allows it. Expand with a pseudo-element when the visible icon
124
+ is smaller, but do not let expanded hit areas overlap.
125
+
126
+ ## Review Output
127
+
128
+ When reviewing a UI polish pass, report concrete changes in before/after rows:
129
+
130
+ | Principle | Before | After |
131
+ | --- | --- | --- |
132
+ | Concentric radius | Same radius on parent and child | Parent radius accounts for padding |
133
+ | Tabular numbers | Counter shifts as digits change | Counter uses `tabular-nums` |
134
+ | Transition scope | `transition: all` | Explicit transition properties |
135
+
136
+ Include file paths and properties when they are not obvious from the snippets.
137
+ Omit principles that you checked but did not change.
138
+
139
+ ## Checklist
140
+
141
+ - Nested rounded elements are optically coherent.
142
+ - Icons are visually centered.
143
+ - Buttons, cards, and popovers use borders or shadows for the right reason.
144
+ - Headings and short text avoid awkward wrapping.
145
+ - Dynamic numbers use tabular numerals.
146
+ - Images have neutral outlines where needed.
147
+ - Enter and exit animations are split, subtle, and interruptible where
148
+ appropriate.
149
+ - Buttons have tactile active states without exaggerated motion.
150
+ - `transition: all` and `will-change: all` are absent.
151
+ - Small controls still have usable hit areas.
@@ -0,0 +1,75 @@
1
+ ---
2
+ name: market-research
3
+ description: [ECC] Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or research that informs business decisions.
4
+ origin: ECC
5
+ ---
6
+
7
+ # Market Research
8
+
9
+ Produce research that supports decisions, not research theater.
10
+
11
+ ## When to Activate
12
+
13
+ - researching a market, category, company, investor, or technology trend
14
+ - building TAM/SAM/SOM estimates
15
+ - comparing competitors or adjacent products
16
+ - preparing investor dossiers before outreach
17
+ - pressure-testing a thesis before building, funding, or entering a market
18
+
19
+ ## Research Standards
20
+
21
+ 1. Every important claim needs a source.
22
+ 2. Prefer recent data and call out stale data.
23
+ 3. Include contrarian evidence and downside cases.
24
+ 4. Translate findings into a decision, not just a summary.
25
+ 5. Separate fact, inference, and recommendation clearly.
26
+
27
+ ## Common Research Modes
28
+
29
+ ### Investor / Fund Diligence
30
+ Collect:
31
+ - fund size, stage, and typical check size
32
+ - relevant portfolio companies
33
+ - public thesis and recent activity
34
+ - reasons the fund is or is not a fit
35
+ - any obvious red flags or mismatches
36
+
37
+ ### Competitive Analysis
38
+ Collect:
39
+ - product reality, not marketing copy
40
+ - funding and investor history if public
41
+ - traction metrics if public
42
+ - distribution and pricing clues
43
+ - strengths, weaknesses, and positioning gaps
44
+
45
+ ### Market Sizing
46
+ Use:
47
+ - top-down estimates from reports or public datasets
48
+ - bottom-up sanity checks from realistic customer acquisition assumptions
49
+ - explicit assumptions for every leap in logic
50
+
51
+ ### Technology / Vendor Research
52
+ Collect:
53
+ - how it works
54
+ - trade-offs and adoption signals
55
+ - integration complexity
56
+ - lock-in, security, compliance, and operational risk
57
+
58
+ ## Output Format
59
+
60
+ Default structure:
61
+ 1. executive summary
62
+ 2. key findings
63
+ 3. implications
64
+ 4. risks and caveats
65
+ 5. recommendation
66
+ 6. sources
67
+
68
+ ## Quality Gate
69
+
70
+ Before delivering:
71
+ - all numbers are sourced or labeled as estimates
72
+ - old data is flagged
73
+ - the recommendation follows from the evidence
74
+ - risks and counterarguments are included
75
+ - the output makes a decision easier
@@ -0,0 +1,113 @@
1
+ ---
2
+ name: marketing-campaign
3
+ description: [ECC] End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.
4
+ origin: ECC
5
+ ---
6
+
7
+ # Marketing Campaign
8
+
9
+ Plan and execute launch campaigns that convert — not just campaigns that ship.
10
+
11
+ ## When to Activate
12
+
13
+ - planning a product or feature launch
14
+ - building a full content suite from a single product brief
15
+ - defining positioning and campaign angle before writing any copy
16
+ - orchestrating multiple content types across channels
17
+ - reviewing copy for conversion quality and brand consistency
18
+
19
+ ## Non-Negotiables
20
+
21
+ 1. Define positioning before writing any copy. All copy flows from the angle.
22
+ 2. Research the audience before assuming you know their language or fears.
23
+ 3. Each deliverable must serve one clear purpose in the campaign arc.
24
+ 4. Specificity beats adjectives in every format and on every channel.
25
+ 5. The same voice must run across every channel and every piece.
26
+ 6. No copy ships without passing the quality gate.
27
+
28
+ ## Campaign Workflow
29
+
30
+ ### Phase 1: Research
31
+
32
+ Use `market-research` to:
33
+ - profile the target audience (jobs-to-be-done, fears, language, alternatives they use)
34
+ - map 3+ direct or adjacent competitors (positioning, gaps, messaging weaknesses)
35
+ - identify 1–3 audience insights the campaign angle will exploit
36
+
37
+ Deliverable: a short research brief (audience profile + competitive summary + key insights).
38
+
39
+ ### Phase 2: Positioning
40
+
41
+ Produce:
42
+ - core benefit statement (one sentence, no feature list, no jargon)
43
+ - positioning formula: "[Product] helps [audience] [achieve outcome] by [mechanism]"
44
+ - campaign angle: the specific tension, insight, or moment the whole campaign lives in
45
+ - tone profile: lock before writing (delegate to `brand-voice` for durable, session-reusable voice capture)
46
+
47
+ Do not write any copy until positioning and angle are approved.
48
+
49
+ ### Phase 3: Content Production
50
+
51
+ Produce in this order — each layer informs the next:
52
+
53
+ 1. **Landing page copy** (all sections: hero, problem, solution, features, how it works, proof, CTA)
54
+ 2. **Email sequence** (each email has one purpose; follow the arc: problem → education → agitation → solution → proof → urgency → final CTA)
55
+ 3. **Social posts** (platform-native via `content-engine`; LinkedIn and X are different formats, not the same copy resized)
56
+ 4. **Short-form video scripts** (timestamp-blocked; written for screen and ear, not the page)
57
+ 5. **Ad copy variants** (3–4 variants testing different angles or audience segments)
58
+ 6. **Content calendar** (day-by-day schedule with channel, type, timing, and dependencies)
59
+
60
+ ### Phase 4: Review
61
+
62
+ Gate every deliverable:
63
+ - 5-second test on all hero / above-fold copy (clear who it's for, what it does, why act now)
64
+ - CTA audit (one per piece, specific, earned — not demanded)
65
+ - Tone consistency check across all channels
66
+ - Claim audit (every claim is specific and supportable)
67
+ - Cross-channel consistency (ad claims match landing page; email body matches subject)
68
+
69
+ ## Output Contract
70
+
71
+ A full campaign delivers:
72
+
73
+ 1. **Positioning brief** — angle, core benefit statement, tone profile
74
+ 2. **Landing page copy** — hero, problem, solution, features, how it works, proof, CTA
75
+ 3. **Email sequence** — subject + preview + body + CTA for each email, labelled by day and purpose
76
+ 4. **LinkedIn posts** — 3+ platform-native posts with distinct angles
77
+ 5. **X posts** — 5+ standalone posts + 1 thread
78
+ 6. **Short-form video scripts** — 2+ timestamp-blocked scripts with visual direction notes
79
+ 7. **Ad copy variants** — short headline / long headline / body per variant
80
+ 8. **Content calendar** — day-by-day schedule with channel, content type, timing, and dependencies
81
+ 9. **Copy review summary** — flagged issues and open questions before anything goes live
82
+
83
+ ## Quality Gate
84
+
85
+ Before delivering any piece:
86
+
87
+ - every deliverable sounds like the same author
88
+ - no hollow superlatives or filler adjectives remain
89
+ - every CTA is specific and earned (never "learn more" or "click here")
90
+ - no copy is duplicated verbatim across platforms
91
+ - hero copy passes the 5-second test
92
+ - email subjects match email body (no bait-and-switch)
93
+ - ad claims match landing page claims exactly
94
+ - no copy would work unchanged for any other product in the category
95
+
96
+ ## Hard Bans
97
+
98
+ Delete and rewrite any:
99
+
100
+ - "game-changing", "revolutionary", "world-class", "cutting-edge"
101
+ - "In today's competitive landscape"
102
+ - fake urgency not backed by a real deadline
103
+ - hollow social proof without specifics ("thousands trust us")
104
+ - generic CTAs ("learn more", "find out more", "click here")
105
+ - copy that could be unplugged and dropped into a competitor's campaign unchanged
106
+
107
+ ## Related Skills
108
+
109
+ - `brand-voice` — source-derived voice capture (run before content production)
110
+ - `content-engine` — platform-native content production
111
+ - `crosspost` — multi-platform distribution
112
+ - `market-research` — audience and competitive intelligence
113
+ - `seo` — on-page optimisation for landing page copy
@@ -0,0 +1,69 @@
1
+ ---
2
+ name: mcp-server-patterns
3
+ description: [ECC] Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
4
+ origin: ECC
5
+ ---
6
+
7
+ # MCP Server Patterns
8
+
9
+ The Model Context Protocol (MCP) lets AI assistants call tools, read resources, and use prompts from your server. Use this skill when building or maintaining MCP servers. The SDK API evolves; check Context7 (query-docs for "MCP") or the official MCP documentation for current method names and signatures.
10
+
11
+ For the broader routing decision of when a capability should be a rule, a skill, MCP, or a plain CLI/API workflow, see [docs/capability-surface-selection.md](../../docs/capability-surface-selection.md).
12
+
13
+ ## When to Use
14
+
15
+ Use when: implementing a new MCP server, adding tools or resources, choosing stdio vs HTTP, upgrading the SDK, or debugging MCP registration and transport issues.
16
+
17
+ ## How It Works
18
+
19
+ ### Core concepts
20
+
21
+ - **Tools**: Actions the model can invoke (e.g. search, run a command). Register with `registerTool()` or `tool()` depending on SDK version.
22
+ - **Resources**: Read-only data the model can fetch (e.g. file contents, API responses). Register with `registerResource()` or `resource()`. Handlers typically receive a `uri` argument.
23
+ - **Prompts**: Reusable, parameterised prompt templates the client can surface (e.g. in Claude Desktop). Register with `registerPrompt()` or equivalent.
24
+ - **Transport**: stdio for local clients (e.g. Claude Desktop); Streamable HTTP is preferred for remote (Cursor, cloud). Legacy HTTP/SSE is for backward compatibility.
25
+
26
+ The Node/TypeScript SDK may expose `tool()` / `resource()` or `registerTool()` / `registerResource()`; the official SDK has changed over time. Always verify against the current [MCP docs](https://modelcontextprotocol.io) or Context7.
27
+
28
+ ### Connecting with stdio
29
+
30
+ For local clients, create a stdio transport and pass it to your server’s connect method. The exact API varies by SDK version (e.g. constructor vs factory). See the official MCP documentation or query Context7 for "MCP stdio server" for the current pattern.
31
+
32
+ Keep server logic (tools + resources) independent of transport so you can plug in stdio or HTTP in the entrypoint.
33
+
34
+ ### Remote (Streamable HTTP)
35
+
36
+ For Cursor, cloud, or other remote clients, use **Streamable HTTP** (single MCP HTTP endpoint per current spec). Support legacy HTTP/SSE only when backward compatibility is required.
37
+
38
+ ## Examples
39
+
40
+ ### Install and server setup
41
+
42
+ ```bash
43
+ npm install @modelcontextprotocol/sdk zod
44
+ ```
45
+
46
+ ```typescript
47
+ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
48
+ import { z } from "zod";
49
+
50
+ const server = new McpServer({ name: "my-server", version: "1.0.0" });
51
+ ```
52
+
53
+ Register tools and resources using the API your SDK version provides: some versions use `server.tool(name, description, schema, handler)` (positional args), others use `server.tool({ name, description, inputSchema }, handler)` or `registerTool()`. Same for resources — include a `uri` in the handler when the API provides it. Check the official MCP docs or Context7 for the current `@modelcontextprotocol/sdk` signatures to avoid copy-paste errors.
54
+
55
+ Use **Zod** (or the SDK’s preferred schema format) for input validation.
56
+
57
+ ## Best Practices
58
+
59
+ - **Schema first**: Define input schemas for every tool; document parameters and return shape.
60
+ - **Errors**: Return structured errors or messages the model can interpret; avoid raw stack traces.
61
+ - **Idempotency**: Prefer idempotent tools where possible so retries are safe.
62
+ - **Rate and cost**: For tools that call external APIs, consider rate limits and cost; document in the tool description.
63
+ - **Versioning**: Pin SDK version in package.json; check release notes when upgrading.
64
+
65
+ ## Official SDKs and Docs
66
+
67
+ - **JavaScript/TypeScript**: `@modelcontextprotocol/sdk` (npm). Use Context7 with library name "MCP" for current registration and transport patterns.
68
+ - **Go**: Official Go SDK on GitHub (`modelcontextprotocol/go-sdk`).
69
+ - **C#**: Official C# SDK for .NET.