@danieljvdm/dev-kit 1.0.2 → 2.0.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 (329) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
  3. package/skill-sources.jsonc +2 -33
  4. package/skill-sources.lock.json +15 -117
  5. package/skills/animate/LICENSE +21 -0
  6. package/skills/animate/NOTICE +10 -0
  7. package/skills/animate/SKILL.md +34 -0
  8. package/skills/animate/references/gestures.md +27 -0
  9. package/skills/animate/references/glossary.md +136 -0
  10. package/skills/animate/references/implementation.md +22 -0
  11. package/skills/animate/references/opportunities.md +18 -0
  12. package/skills/animate/references/principles.md +48 -0
  13. package/skills/animate/references/review.md +19 -0
  14. package/skills/cloudflare-workers/LICENSE +202 -0
  15. package/skills/cloudflare-workers/NOTICE +9 -0
  16. package/skills/cloudflare-workers/SKILL.md +26 -0
  17. package/skills/cloudflare-workers/references/durable-objects.md +68 -0
  18. package/skills/cloudflare-workers/references/sandbox.md +48 -0
  19. package/skills/cloudflare-workers/references/workers.md +63 -0
  20. package/skills/cloudflare-workers/references/wrangler.md +56 -0
  21. package/skills/design-ui/LICENSE +21 -0
  22. package/skills/design-ui/NOTICE +8 -0
  23. package/skills/design-ui/SKILL.md +29 -0
  24. package/skills/design-ui/references/appearance.md +22 -0
  25. package/skills/design-ui/references/components.md +33 -0
  26. package/skills/design-ui/references/exploration.md +50 -0
  27. package/skills/design-ui/references/libraries.md +39 -0
  28. package/skills/design-ui/references/themes.md +23 -0
  29. package/skills/dev-kit/SKILL.md +19 -38
  30. package/skills/dev-kit/references/cloudflare-worker-api.md +1 -1
  31. package/skills/dev-kit/references/skills.md +2 -2
  32. package/skills/effect-development/SKILL.md +27 -0
  33. package/skills/effect-development/agents/openai.yaml +4 -0
  34. package/skills/effect-development/references/api/index.md +32 -0
  35. package/skills/effect-development/references/api/schema-codecs.md +15 -0
  36. package/skills/{build-effect-apis/references → effect-development/references/api}/verification.md +10 -5
  37. package/skills/{effect-architecture-audit/SKILL.md → effect-development/references/architecture/index.md} +1 -6
  38. package/skills/{effect-atom-state/references → effect-development/references/atom}/effect-atom-client.md +8 -6
  39. package/skills/{effect-atom-state/references → effect-development/references/atom}/effect-atom-testing.md +7 -2
  40. package/skills/effect-development/references/atom/index.md +40 -0
  41. package/skills/{build-effect-clis/references → effect-development/references/cli}/entrypoints-and-testing.md +6 -2
  42. package/skills/effect-development/references/cli/index.md +39 -0
  43. package/skills/effect-development/references/setup.md +15 -0
  44. package/skills/open-pull-request/SKILL.md +10 -70
  45. package/skills/open-pull-request/references/evidence.md +22 -0
  46. package/skills/open-pull-request/references/explanation.md +21 -0
  47. package/skills/open-pull-request/references/publication.md +21 -0
  48. package/skills/sentry/LICENSE +202 -0
  49. package/skills/sentry/LICENSE-UPSTREAM +21 -0
  50. package/skills/sentry/NOTICE +14 -0
  51. package/skills/sentry/SKILL.md +33 -0
  52. package/skills/sentry/references/alert-payloads.md +105 -0
  53. package/skills/sentry/references/alerts.md +17 -0
  54. package/skills/sentry/references/artifacts.md +25 -0
  55. package/skills/sentry/references/auth-token.md +65 -0
  56. package/skills/sentry/references/concepts/ai-monitoring.md +131 -0
  57. package/skills/sentry/references/concepts/choosing-a-signal.md +78 -0
  58. package/skills/sentry/references/concepts/crons.md +50 -0
  59. package/skills/sentry/references/concepts/data-scrubbing.md +43 -0
  60. package/skills/sentry/references/concepts/errors.md +40 -0
  61. package/skills/sentry/references/concepts/logging.md +85 -0
  62. package/skills/sentry/references/concepts/metrics.md +49 -0
  63. package/skills/sentry/references/concepts/monitors.md +78 -0
  64. package/skills/sentry/references/concepts/profiling.md +38 -0
  65. package/skills/sentry/references/concepts/reduce-volume.md +49 -0
  66. package/skills/sentry/references/concepts/releases.md +43 -0
  67. package/skills/sentry/references/concepts/session-replay.md +35 -0
  68. package/skills/sentry/references/concepts/tracing.md +54 -0
  69. package/skills/sentry/references/concepts/user-feedback.md +36 -0
  70. package/skills/sentry/references/debug-artifacts/android.md +68 -0
  71. package/skills/sentry/references/debug-artifacts/apple.md +96 -0
  72. package/skills/sentry/references/debug-artifacts/dotnet.md +70 -0
  73. package/skills/sentry/references/debug-artifacts/flutter.md +65 -0
  74. package/skills/sentry/references/debug-artifacts/index.md +75 -0
  75. package/skills/sentry/references/debug-artifacts/javascript.md +94 -0
  76. package/skills/sentry/references/debug-artifacts/matching.md +73 -0
  77. package/skills/sentry/references/debug-artifacts/react-native.md +75 -0
  78. package/skills/sentry/references/first-error-setup.md +25 -0
  79. package/skills/sentry/references/instrumentation.md +30 -0
  80. package/skills/sentry/references/issues.md +32 -0
  81. package/skills/sentry/references/new-project.md +17 -0
  82. package/skills/sentry/references/otel-exporter.md +30 -0
  83. package/skills/sentry/references/release-workflow.md +31 -0
  84. package/skills/sentry/references/releases/ci-pipeline.md +214 -0
  85. package/skills/sentry/references/releases/index.md +93 -0
  86. package/skills/sentry/references/releases/suspect-commits.md +155 -0
  87. package/skills/sentry/references/releases/tagging.md +131 -0
  88. package/skills/sentry/references/releases/troubleshooting.md +67 -0
  89. package/skills/sentry/references/sdks/android/crons.md +305 -0
  90. package/skills/sentry/references/sdks/android/error-monitoring.md +800 -0
  91. package/skills/sentry/references/sdks/android/index.md +748 -0
  92. package/skills/sentry/references/sdks/android/integrations.md +48 -0
  93. package/skills/sentry/references/sdks/android/logging.md +374 -0
  94. package/skills/sentry/references/sdks/android/metrics.md +288 -0
  95. package/skills/sentry/references/sdks/android/profiling.md +397 -0
  96. package/skills/sentry/references/sdks/android/session-replay.md +406 -0
  97. package/skills/sentry/references/sdks/android/tracing.md +861 -0
  98. package/skills/sentry/references/sdks/browser/error-monitoring.md +861 -0
  99. package/skills/sentry/references/sdks/browser/index.md +714 -0
  100. package/skills/sentry/references/sdks/browser/logging.md +315 -0
  101. package/skills/sentry/references/sdks/browser/profiling.md +236 -0
  102. package/skills/sentry/references/sdks/browser/session-replay.md +586 -0
  103. package/skills/sentry/references/sdks/browser/tracing.md +561 -0
  104. package/skills/sentry/references/sdks/browser/user-feedback.md +354 -0
  105. package/skills/sentry/references/sdks/cloudflare/ai-monitoring.md +661 -0
  106. package/skills/sentry/references/sdks/cloudflare/crons.md +231 -0
  107. package/skills/sentry/references/sdks/cloudflare/durable-objects.md +381 -0
  108. package/skills/sentry/references/sdks/cloudflare/error-monitoring.md +329 -0
  109. package/skills/sentry/references/sdks/cloudflare/index.md +698 -0
  110. package/skills/sentry/references/sdks/cloudflare/logging.md +169 -0
  111. package/skills/sentry/references/sdks/cloudflare/nodejs-compat.md +134 -0
  112. package/skills/sentry/references/sdks/cloudflare/tracing.md +475 -0
  113. package/skills/sentry/references/sdks/cocoa/error-monitoring.md +394 -0
  114. package/skills/sentry/references/sdks/cocoa/index.md +497 -0
  115. package/skills/sentry/references/sdks/cocoa/logging.md +209 -0
  116. package/skills/sentry/references/sdks/cocoa/metrics.md +136 -0
  117. package/skills/sentry/references/sdks/cocoa/profiling.md +223 -0
  118. package/skills/sentry/references/sdks/cocoa/session-replay.md +257 -0
  119. package/skills/sentry/references/sdks/cocoa/tracing.md +524 -0
  120. package/skills/sentry/references/sdks/cocoa/user-feedback.md +310 -0
  121. package/skills/sentry/references/sdks/dotnet/crons.md +465 -0
  122. package/skills/sentry/references/sdks/dotnet/error-monitoring.md +1100 -0
  123. package/skills/sentry/references/sdks/dotnet/index.md +614 -0
  124. package/skills/sentry/references/sdks/dotnet/logging.md +556 -0
  125. package/skills/sentry/references/sdks/dotnet/metrics.md +229 -0
  126. package/skills/sentry/references/sdks/dotnet/profiling.md +296 -0
  127. package/skills/sentry/references/sdks/dotnet/tracing.md +897 -0
  128. package/skills/sentry/references/sdks/elixir/crons.md +371 -0
  129. package/skills/sentry/references/sdks/elixir/error-monitoring.md +335 -0
  130. package/skills/sentry/references/sdks/elixir/index.md +383 -0
  131. package/skills/sentry/references/sdks/elixir/logging.md +239 -0
  132. package/skills/sentry/references/sdks/elixir/tracing.md +233 -0
  133. package/skills/sentry/references/sdks/flutter/ecosystem-integrations.md +70 -0
  134. package/skills/sentry/references/sdks/flutter/error-monitoring.md +312 -0
  135. package/skills/sentry/references/sdks/flutter/index.md +728 -0
  136. package/skills/sentry/references/sdks/flutter/logging.md +387 -0
  137. package/skills/sentry/references/sdks/flutter/metrics.md +310 -0
  138. package/skills/sentry/references/sdks/flutter/profiling.md +214 -0
  139. package/skills/sentry/references/sdks/flutter/session-replay.md +308 -0
  140. package/skills/sentry/references/sdks/flutter/tracing.md +502 -0
  141. package/skills/sentry/references/sdks/go/crons.md +270 -0
  142. package/skills/sentry/references/sdks/go/error-monitoring.md +361 -0
  143. package/skills/sentry/references/sdks/go/index.md +324 -0
  144. package/skills/sentry/references/sdks/go/logging.md +354 -0
  145. package/skills/sentry/references/sdks/go/metrics.md +273 -0
  146. package/skills/sentry/references/sdks/go/profiling.md +46 -0
  147. package/skills/sentry/references/sdks/go/tracing.md +366 -0
  148. package/skills/sentry/references/sdks/index.md +41 -0
  149. package/skills/sentry/references/sdks/nestjs/ai-monitoring.md +410 -0
  150. package/skills/sentry/references/sdks/nestjs/crons.md +268 -0
  151. package/skills/sentry/references/sdks/nestjs/error-monitoring.md +729 -0
  152. package/skills/sentry/references/sdks/nestjs/index.md +699 -0
  153. package/skills/sentry/references/sdks/nestjs/logging.md +174 -0
  154. package/skills/sentry/references/sdks/nestjs/metrics.md +243 -0
  155. package/skills/sentry/references/sdks/nestjs/profiling.md +127 -0
  156. package/skills/sentry/references/sdks/nestjs/tracing.md +762 -0
  157. package/skills/sentry/references/sdks/nextjs/ai-monitoring.md +494 -0
  158. package/skills/sentry/references/sdks/nextjs/crons.md +383 -0
  159. package/skills/sentry/references/sdks/nextjs/error-monitoring.md +974 -0
  160. package/skills/sentry/references/sdks/nextjs/index.md +491 -0
  161. package/skills/sentry/references/sdks/nextjs/logging.md +381 -0
  162. package/skills/sentry/references/sdks/nextjs/metrics.md +411 -0
  163. package/skills/sentry/references/sdks/nextjs/profiling.md +403 -0
  164. package/skills/sentry/references/sdks/nextjs/session-replay.md +462 -0
  165. package/skills/sentry/references/sdks/nextjs/tracing.md +628 -0
  166. package/skills/sentry/references/sdks/node/ai-monitoring.md +303 -0
  167. package/skills/sentry/references/sdks/node/crons.md +432 -0
  168. package/skills/sentry/references/sdks/node/error-monitoring.md +1125 -0
  169. package/skills/sentry/references/sdks/node/index.md +942 -0
  170. package/skills/sentry/references/sdks/node/logging.md +380 -0
  171. package/skills/sentry/references/sdks/node/metrics.md +278 -0
  172. package/skills/sentry/references/sdks/node/profiling.md +373 -0
  173. package/skills/sentry/references/sdks/node/tracing.md +878 -0
  174. package/skills/sentry/references/sdks/php/ai-monitoring.md +310 -0
  175. package/skills/sentry/references/sdks/php/crons.md +265 -0
  176. package/skills/sentry/references/sdks/php/error-monitoring.md +626 -0
  177. package/skills/sentry/references/sdks/php/index.md +362 -0
  178. package/skills/sentry/references/sdks/php/laravel.md +542 -0
  179. package/skills/sentry/references/sdks/php/logging.md +242 -0
  180. package/skills/sentry/references/sdks/php/metrics.md +193 -0
  181. package/skills/sentry/references/sdks/php/profiling.md +115 -0
  182. package/skills/sentry/references/sdks/php/symfony.md +552 -0
  183. package/skills/sentry/references/sdks/php/tracing.md +516 -0
  184. package/skills/sentry/references/sdks/python/ai-monitoring.md +351 -0
  185. package/skills/sentry/references/sdks/python/crons.md +218 -0
  186. package/skills/sentry/references/sdks/python/error-monitoring.md +292 -0
  187. package/skills/sentry/references/sdks/python/index.md +361 -0
  188. package/skills/sentry/references/sdks/python/logging.md +234 -0
  189. package/skills/sentry/references/sdks/python/metrics.md +154 -0
  190. package/skills/sentry/references/sdks/python/profiling.md +120 -0
  191. package/skills/sentry/references/sdks/python/tracing.md +364 -0
  192. package/skills/sentry/references/sdks/react/error-monitoring.md +1607 -0
  193. package/skills/sentry/references/sdks/react/index.md +492 -0
  194. package/skills/sentry/references/sdks/react/logging.md +364 -0
  195. package/skills/sentry/references/sdks/react/profiling.md +322 -0
  196. package/skills/sentry/references/sdks/react/react-features.md +1272 -0
  197. package/skills/sentry/references/sdks/react/session-replay.md +1193 -0
  198. package/skills/sentry/references/sdks/react/tracing.md +1415 -0
  199. package/skills/sentry/references/sdks/react-native/error-monitoring.md +1481 -0
  200. package/skills/sentry/references/sdks/react-native/expo-config-plugin.md +45 -0
  201. package/skills/sentry/references/sdks/react-native/index.md +1030 -0
  202. package/skills/sentry/references/sdks/react-native/logging.md +444 -0
  203. package/skills/sentry/references/sdks/react-native/profiling.md +386 -0
  204. package/skills/sentry/references/sdks/react-native/session-replay.md +704 -0
  205. package/skills/sentry/references/sdks/react-native/tracing.md +1086 -0
  206. package/skills/sentry/references/sdks/react-native/user-feedback.md +815 -0
  207. package/skills/sentry/references/sdks/react-router-framework/error-monitoring.md +127 -0
  208. package/skills/sentry/references/sdks/react-router-framework/index.md +411 -0
  209. package/skills/sentry/references/sdks/react-router-framework/logging.md +66 -0
  210. package/skills/sentry/references/sdks/react-router-framework/profiling.md +57 -0
  211. package/skills/sentry/references/sdks/react-router-framework/react-router-framework-features.md +110 -0
  212. package/skills/sentry/references/sdks/react-router-framework/session-replay.md +67 -0
  213. package/skills/sentry/references/sdks/react-router-framework/tracing.md +96 -0
  214. package/skills/sentry/references/sdks/react-router-framework/user-feedback.md +71 -0
  215. package/skills/sentry/references/sdks/ruby/crons.md +184 -0
  216. package/skills/sentry/references/sdks/ruby/error-monitoring.md +248 -0
  217. package/skills/sentry/references/sdks/ruby/index.md +297 -0
  218. package/skills/sentry/references/sdks/ruby/logging.md +168 -0
  219. package/skills/sentry/references/sdks/ruby/metrics.md +196 -0
  220. package/skills/sentry/references/sdks/ruby/migration.md +321 -0
  221. package/skills/sentry/references/sdks/ruby/profiling.md +107 -0
  222. package/skills/sentry/references/sdks/ruby/tracing.md +388 -0
  223. package/skills/sentry/references/sdks/svelte/error-monitoring.md +456 -0
  224. package/skills/sentry/references/sdks/svelte/index.md +467 -0
  225. package/skills/sentry/references/sdks/svelte/logging.md +344 -0
  226. package/skills/sentry/references/sdks/svelte/session-replay.md +369 -0
  227. package/skills/sentry/references/sdks/svelte/tracing.md +406 -0
  228. package/skills/sentry/references/sdks/tanstack-start/error-monitoring.md +149 -0
  229. package/skills/sentry/references/sdks/tanstack-start/index.md +381 -0
  230. package/skills/sentry/references/sdks/tanstack-start/logging.md +74 -0
  231. package/skills/sentry/references/sdks/tanstack-start/session-replay.md +76 -0
  232. package/skills/sentry/references/sdks/tanstack-start/tanstackstart-features.md +128 -0
  233. package/skills/sentry/references/sdks/tanstack-start/tracing.md +123 -0
  234. package/skills/sentry/references/sdks/tanstack-start/user-feedback.md +81 -0
  235. package/skills/sentry/references/search-query-language.md +226 -0
  236. package/skills/sentry/references/semantics/angular.md +7 -0
  237. package/skills/sentry/references/semantics/app.md +28 -0
  238. package/skills/sentry/references/semantics/art.md +17 -0
  239. package/skills/sentry/references/semantics/aws.md +43 -0
  240. package/skills/sentry/references/semantics/browser.md +34 -0
  241. package/skills/sentry/references/semantics/cache.md +12 -0
  242. package/skills/sentry/references/semantics/client.md +8 -0
  243. package/skills/sentry/references/semantics/cloud.md +12 -0
  244. package/skills/sentry/references/semantics/cloudflare.md +23 -0
  245. package/skills/sentry/references/semantics/code.md +11 -0
  246. package/skills/sentry/references/semantics/culture.md +11 -0
  247. package/skills/sentry/references/semantics/db.md +21 -0
  248. package/skills/sentry/references/semantics/device.md +43 -0
  249. package/skills/sentry/references/semantics/error.md +7 -0
  250. package/skills/sentry/references/semantics/event.md +8 -0
  251. package/skills/sentry/references/semantics/exception.md +10 -0
  252. package/skills/sentry/references/semantics/faas.md +19 -0
  253. package/skills/sentry/references/semantics/file.md +8 -0
  254. package/skills/sentry/references/semantics/flag.md +7 -0
  255. package/skills/sentry/references/semantics/gcp.md +16 -0
  256. package/skills/sentry/references/semantics/gen_ai.md +53 -0
  257. package/skills/sentry/references/semantics/general.md +11 -0
  258. package/skills/sentry/references/semantics/graphql.md +9 -0
  259. package/skills/sentry/references/semantics/grpc.md +19 -0
  260. package/skills/sentry/references/semantics/http.md +34 -0
  261. package/skills/sentry/references/semantics/index.md +63 -0
  262. package/skills/sentry/references/semantics/jsonrpc.md +8 -0
  263. package/skills/sentry/references/semantics/jvm.md +12 -0
  264. package/skills/sentry/references/semantics/koa.md +7 -0
  265. package/skills/sentry/references/semantics/logger.md +7 -0
  266. package/skills/sentry/references/semantics/mcp.md +37 -0
  267. package/skills/sentry/references/semantics/mdc.md +7 -0
  268. package/skills/sentry/references/semantics/messaging.md +23 -0
  269. package/skills/sentry/references/semantics/middleware.md +7 -0
  270. package/skills/sentry/references/semantics/navigation.md +9 -0
  271. package/skills/sentry/references/semantics/nel.md +11 -0
  272. package/skills/sentry/references/semantics/network.md +17 -0
  273. package/skills/sentry/references/semantics/os.md +15 -0
  274. package/skills/sentry/references/semantics/otel.md +10 -0
  275. package/skills/sentry/references/semantics/params.md +7 -0
  276. package/skills/sentry/references/semantics/process.md +14 -0
  277. package/skills/sentry/references/semantics/react.md +7 -0
  278. package/skills/sentry/references/semantics/remix.md +7 -0
  279. package/skills/sentry/references/semantics/resource.md +7 -0
  280. package/skills/sentry/references/semantics/rpc.md +10 -0
  281. package/skills/sentry/references/semantics/score.md +10 -0
  282. package/skills/sentry/references/semantics/sentry.md +69 -0
  283. package/skills/sentry/references/semantics/server.md +8 -0
  284. package/skills/sentry/references/semantics/service.md +8 -0
  285. package/skills/sentry/references/semantics/session.md +7 -0
  286. package/skills/sentry/references/semantics/state.md +7 -0
  287. package/skills/sentry/references/semantics/thread.md +8 -0
  288. package/skills/sentry/references/semantics/timber.md +7 -0
  289. package/skills/sentry/references/semantics/trpc.md +8 -0
  290. package/skills/sentry/references/semantics/ui.md +18 -0
  291. package/skills/sentry/references/semantics/url.md +15 -0
  292. package/skills/sentry/references/semantics/user.md +17 -0
  293. package/skills/sentry/references/semantics/user_agent.md +7 -0
  294. package/skills/sentry/references/semantics/vercel.md +42 -0
  295. package/skills/sentry/references/setup-verification.md +39 -0
  296. package/skills/sentry/references/snapshots/github-actions-fanout.md +206 -0
  297. package/skills/sentry/references/snapshots/github-actions-simple.md +102 -0
  298. package/skills/sentry/references/snapshots/github-actions-swift-snapshot-testing.md +118 -0
  299. package/skills/sentry/references/snapshots/index.md +19 -0
  300. package/skills/sentry/references/snapshots/snapshot-previews.md +100 -0
  301. package/skills/sentry/references/snapshots/snapshots.md +123 -0
  302. package/skills/sentry/references/snapshots/wizard-setup.md +134 -0
  303. package/skills/testing/LICENSE +21 -0
  304. package/skills/testing/NOTICE +7 -0
  305. package/skills/testing/SKILL.md +13 -19
  306. package/skills/testing/agents/openai.yaml +1 -2
  307. package/skills/testing/references/selection.md +23 -0
  308. package/skills/testing/references/tdd.md +19 -0
  309. package/skills/testing/references/test-design.md +17 -0
  310. package/src/catalog.ts +1 -7
  311. package/skills/build-effect-apis/SKILL.md +0 -81
  312. package/skills/build-effect-apis/agents/openai.yaml +0 -4
  313. package/skills/build-effect-clis/SKILL.md +0 -92
  314. package/skills/build-effect-clis/agents/openai.yaml +0 -4
  315. package/skills/effect-architecture-audit/agents/openai.yaml +0 -4
  316. package/skills/effect-atom-state/SKILL.md +0 -97
  317. package/skills/effect-atom-state/agents/openai.yaml +0 -4
  318. package/skills/effect-ts/SKILL.md +0 -35
  319. package/skills/effect-ts/agents/openai.yaml +0 -4
  320. /package/skills/{build-effect-apis/references → effect-development/references/api}/cloudflare-workers.md +0 -0
  321. /package/skills/{build-effect-apis/references → effect-development/references/api}/runtime-assembly.md +0 -0
  322. /package/skills/{build-effect-apis/references → effect-development/references/api}/server-and-middleware.md +0 -0
  323. /package/skills/{build-effect-apis/references → effect-development/references/api}/shared-contracts.md +0 -0
  324. /package/skills/{effect-architecture-audit/references → effect-development/references/architecture}/service-and-boundary-audit.md +0 -0
  325. /package/skills/{effect-atom-state/references → effect-development/references/atom}/effect-atom-lifecycle.md +0 -0
  326. /package/skills/{effect-atom-state/references → effect-development/references/atom}/effect-atom-workflows.md +0 -0
  327. /package/skills/{effect-atom-state/references → effect-development/references/atom}/tanstack-start.md +0 -0
  328. /package/skills/{build-effect-clis/references → effect-development/references/cli}/command-design.md +0 -0
  329. /package/skills/{build-effect-clis/references → effect-development/references/cli}/processes-and-platform.md +0 -0
package/README.md CHANGED
@@ -89,8 +89,8 @@ Search the catalog before copying:
89
89
 
90
90
  ```bash
91
91
  bunx @danieljvdm/dev-kit@latest skills search cloudflare
92
- bunx @danieljvdm/dev-kit@latest skills info workers-best-practices
93
- bunx @danieljvdm/dev-kit@latest skills add workers-best-practices wrangler
92
+ bunx @danieljvdm/dev-kit@latest skills info cloudflare-workers
93
+ bunx @danieljvdm/dev-kit@latest skills add cloudflare-workers
94
94
  ```
95
95
 
96
96
  Source families select every approved skill from one source and are intentionally
@@ -110,7 +110,7 @@ downloads a missing package or executes package-provided discovery code.
110
110
  Each copied skill contains `.dev-kit-origin.json`:
111
111
 
112
112
  ```text
113
- .agents/skills/workers-best-practices/
113
+ .agents/skills/cloudflare-workers/
114
114
  ├── SKILL.md
115
115
  ├── references/
116
116
  └── .dev-kit-origin.json
@@ -130,20 +130,20 @@ bunx @danieljvdm/dev-kit@latest skills update
130
130
  When both the repository and upstream changed, Dev Kit preserves the local copy:
131
131
 
132
132
  ```bash
133
- bunx @danieljvdm/dev-kit@latest skills diff workers-best-practices
133
+ bunx @danieljvdm/dev-kit@latest skills diff cloudflare-workers
134
134
  ```
135
135
 
136
136
  Ask the agent to merge applicable upstream intent. After reviewing the merged
137
137
  skill, advance its recorded base without overwriting it:
138
138
 
139
139
  ```bash
140
- bunx @danieljvdm/dev-kit@latest skills update workers-best-practices --accept-local
140
+ bunx @danieljvdm/dev-kit@latest skills update cloudflare-workers --accept-local
141
141
  ```
142
142
 
143
143
  To sever the upstream relationship entirely:
144
144
 
145
145
  ```bash
146
- bunx @danieljvdm/dev-kit@latest skills detach workers-best-practices
146
+ bunx @danieljvdm/dev-kit@latest skills detach cloudflare-workers
147
147
  ```
148
148
 
149
149
  Only the receipt is removed. The skill remains ordinary repository content.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danieljvdm/dev-kit",
3
- "version": "1.0.2",
3
+ "version": "2.0.0",
4
4
  "private": false,
5
5
  "description": "Agent-led TypeScript repository setup and curated portable skills.",
6
6
  "license": "MIT",
@@ -6,17 +6,7 @@
6
6
  "repository": "https://github.com/emilkowalski/skills.git",
7
7
  "ref": "main",
8
8
  "skillsPath": "skills",
9
- "include": [
10
- "animate-expo",
11
- "animation-vocabulary",
12
- "apple-design",
13
- "emil-design-eng",
14
- "find-animation-opportunities",
15
- "improve-animations",
16
- "pick-ui-library",
17
- "prototype",
18
- "review-animations",
19
- ],
9
+ "include": ["animate-expo"],
20
10
  "licensePath": "LICENSE",
21
11
  "stripFrontmatter": ["disable-model-invocation"],
22
12
  },
@@ -31,12 +21,8 @@
31
21
  "cloudflare-email-service",
32
22
  "cloudflare-one",
33
23
  "cloudflare-one-migrations",
34
- "durable-objects",
35
- "sandbox-sdk",
36
24
  "turnstile-spin",
37
25
  "web-perf",
38
- "workers-best-practices",
39
- "wrangler",
40
26
  ],
41
27
  "licensePath": "LICENSE",
42
28
  },
@@ -53,7 +39,7 @@
53
39
  "repository": "https://github.com/mattpocock/skills.git",
54
40
  "ref": "main",
55
41
  "skillsPath": "skills/engineering",
56
- "include": ["tdd", "improve-codebase-architecture"],
42
+ "include": ["improve-codebase-architecture"],
57
43
  "licensePath": "LICENSE",
58
44
  },
59
45
  {
@@ -86,23 +72,6 @@
86
72
  ],
87
73
  "licensePath": "LICENSE",
88
74
  },
89
- {
90
- "id": "getsentry-agent-plugin",
91
- "repository": "https://github.com/getsentry/agent-plugin.git",
92
- "ref": "main",
93
- "skillsPath": "skills",
94
- "include": [
95
- "sentry-create-alert",
96
- "sentry-debug-issue",
97
- "sentry-fix-stack-traces",
98
- "sentry-get-started",
99
- "sentry-instrument",
100
- "sentry-otel-exporter-setup",
101
- "sentry-setup-releases",
102
- "sentry-snapshots-cocoa",
103
- ],
104
- "licensePath": "LICENSE",
105
- },
106
75
  {
107
76
  "id": "humanlayer-skills",
108
77
  "repository": "https://github.com/humanlayer/skills.git",
@@ -7,49 +7,13 @@
7
7
  "ref": "main",
8
8
  "resolved": "e879241fab3cdb22e8d95587cdbf40b57a88d7da",
9
9
  "skillsPath": "skills",
10
- "include": [
11
- "animate-expo",
12
- "animation-vocabulary",
13
- "apple-design",
14
- "emil-design-eng",
15
- "find-animation-opportunities",
16
- "improve-animations",
17
- "pick-ui-library",
18
- "prototype",
19
- "review-animations"
20
- ],
21
- "skills": [
22
- "animate-expo",
23
- "animation-vocabulary",
24
- "apple-design",
25
- "emil-design-eng",
26
- "find-animation-opportunities",
27
- "improve-animations",
28
- "pick-ui-library",
29
- "prototype",
30
- "review-animations"
31
- ],
10
+ "include": ["animate-expo"],
11
+ "skills": ["animate-expo"],
32
12
  "descriptions": {
33
- "animate-expo": "Build animations in React Native and Expo, making the decisions in the order that determines whether they feel right should it animate, which thread it runs on, which properties, spring or timing, how the gesture hands off, how it degrades. Writes the implementation with Reanimated, Gesture Handler, Expo Router and expo-haptics. Use when animating anything in an Expo app, adding gestures, sheets, screen transitions, press feedback or haptics, or fixing motion that stutters on device. For web animation use `animate`.",
34
- "animation-vocabulary": "Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term (\"the bouncy thing when a popover opens\" → Pop in; \"the iOS rubber-band scroll\" → Rubber-banding). Use when the user asks \"what's it called when…\", or describes a motion effect without knowing its name and wants the right word to prompt an AI or designer with. For naming an effect, not designing or building one.",
35
- "apple-design": "Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading), reduced-motion, or the design foundations (feedback, spatial consistency, restraint) behind Apple-style interfaces.",
36
- "emil-design-eng": "This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.",
37
- "find-animation-opportunities": "Search a codebase or UI for places that don't animate but should, and reject everything that shouldn't. Read-only; it proposes motion with exact values, it does not implement it. Use when the user asks \"what could be animated here?\" or wants to \"make this feel more alive\". For fixing existing animations, use improve-animations or review-animations instead.",
38
- "improve-animations": "Survey a codebase's animation and motion code as a senior motion advisor, then produce a prioritized audit and self-contained implementation plans for other agents (or cheaper models) to execute. Read-only on source code — it plans improvements, it does not apply them. Use when the user asks to \"improve the animations\", \"audit the motion\", \"make this app feel better\", or wants a roadmap of animation fixes rather than a review of a single diff.",
39
- "pick-ui-library": "Pick the right library for a given frontend task from a curated, opinionated list — numbers, OTP inputs, charts, command menus, virtualization, drag and drop, toasts, state, styling, and more. Only runs when explicitly invoked; it does not trigger on its own.",
40
- "prototype": "Build multiple genuinely different versions of a UI piece you describe, rendered behind a visual picker so you can flip through them live and promote the one that feels right. Only runs when explicitly invoked; it does not trigger on its own.",
41
- "review-animations": "Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned."
13
+ "animate-expo": "Build animations in React Native and Expo, making the decisions in the order that determines whether they feel right \u2014 should it animate, which thread it runs on, which properties, spring or timing, how the gesture hands off, how it degrades. Writes the implementation with Reanimated, Gesture Handler, Expo Router and expo-haptics. Use when animating anything in an Expo app, adding gestures, sheets, screen transitions, press feedback or haptics, or fixing motion that stutters on device. For web animation use `animate`."
42
14
  },
43
15
  "digests": {
44
- "animate-expo": "sha256:c9ad6c07908409ed2fa9fecf288196e77325be2cf29e5a03b8aaaecb451709a2",
45
- "animation-vocabulary": "sha256:d270769a8a19c8ff48489c118e19d5f86113c6acfdd0e981116ffd74b01b9e6b",
46
- "apple-design": "sha256:dabc421a391bd6b2ba0d004a8f4d4a1b632fc003a45d4676ab9f2ade8099fc7b",
47
- "emil-design-eng": "sha256:cedac6e0b7ff8ca471d5d2b35dc7d91f13b57ff57c4395822e677f0df7ecebc8",
48
- "find-animation-opportunities": "sha256:0c6f5d397c01cb02b4fc06f45836825d5cb576c006e1a4d6eaa721f9f126835e",
49
- "improve-animations": "sha256:b02183838b096282eef43bbcbdb85fd76cf0687dac188eff5174a3010f2b86ba",
50
- "pick-ui-library": "sha256:f507c1caaff077d6c7f0aedf56a888ea0248894ad80b5bac4f279924db5f44a3",
51
- "prototype": "sha256:564efd1ce0ee72520058eccb5f47d2f77b1ece27ae9b399edb7c121c8f9f2dd5",
52
- "review-animations": "sha256:d78c312f4102c0243fb524f85d1fd999e8c413a5afbef9ac3c7fe054fbb84570"
16
+ "animate-expo": "sha256:c9ad6c07908409ed2fa9fecf288196e77325be2cf29e5a03b8aaaecb451709a2"
53
17
  },
54
18
  "licensePath": "LICENSE",
55
19
  "stripFrontmatter": ["disable-model-invocation"]
@@ -66,12 +30,8 @@
66
30
  "cloudflare-email-service",
67
31
  "cloudflare-one",
68
32
  "cloudflare-one-migrations",
69
- "durable-objects",
70
- "sandbox-sdk",
71
33
  "turnstile-spin",
72
- "web-perf",
73
- "workers-best-practices",
74
- "wrangler"
34
+ "web-perf"
75
35
  ],
76
36
  "skills": [
77
37
  "agents-sdk",
@@ -79,25 +39,17 @@
79
39
  "cloudflare-email-service",
80
40
  "cloudflare-one",
81
41
  "cloudflare-one-migrations",
82
- "durable-objects",
83
- "sandbox-sdk",
84
42
  "turnstile-spin",
85
- "web-perf",
86
- "workers-best-practices",
87
- "wrangler"
43
+ "web-perf"
88
44
  ],
89
45
  "descriptions": {
90
46
  "agents-sdk": "Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",
91
47
  "cloudflare": "Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",
92
- "cloudflare-email-service": "Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/DKIM/DMARC, wrangler email setup, MCP email tools, or when a coding agent needs to send emails. Even for simple requests like \"add email to my Worker\" this skill has critical config details.",
48
+ "cloudflare-email-service": "Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app \u2014 Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/DKIM/DMARC, wrangler email setup, MCP email tools, or when a coding agent needs to send emails. Even for simple requests like \"add email to my Worker\" \u2014 this skill has critical config details.",
93
49
  "cloudflare-one": "Guides Cloudflare One Zero Trust and SASE work across Access, Gateway, WARP, Tunnel, Cloudflare WAN, DLP, CASB, device posture, and identity. Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments. Retrieval-first: use current Cloudflare docs/API schemas instead of embedded product docs.",
94
50
  "cloudflare-one-migrations": "Plans migrations from Zscaler ZIA/ZPA, Palo Alto, legacy VPN, SWG, or SASE stacks to Cloudflare One. Use for migration assessments, policy mapping, rollout plans, and parity/gap analysis.",
95
- "durable-objects": "Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",
96
- "sandbox-sdk": "Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",
97
51
  "turnstile-spin": "Set up Cloudflare Turnstile end-to-end in a project. Scan the codebase, create the widget via the Cloudflare API, embed it where user requests need bot verification (form submissions, SPA actions, API endpoints, download links, comment or vote submissions, etc.), wire canonical server-side siteverify in the customer's existing backend, validate, and persist the skill. Load this when a user asks to add Turnstile, set up CAPTCHA, protect a form or endpoint from bots, or fix a Turnstile integration. Mirrors developers.cloudflare.com/turnstile/spin.",
98
- "web-perf": "Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (LCP, INP, CLS) and supplementary metrics (FCP, TBT, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed. Biases towards retrieval from current documentation over pre-trained knowledge.",
99
- "workers-best-practices": "Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",
100
- "wrangler": "Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge."
52
+ "web-perf": "Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (LCP, INP, CLS) and supplementary metrics (FCP, TBT, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed. Biases towards retrieval from current documentation over pre-trained knowledge."
101
53
  },
102
54
  "digests": {
103
55
  "agents-sdk": "sha256:721bd3f54bf45ce35827d90a1886ed92d644fe2bfff2e80c21bcd1777079dc54",
@@ -105,12 +57,8 @@
105
57
  "cloudflare-email-service": "sha256:c74226f6ce9226640193a30142a2d5348cc276baefb91913db9dc44e97d971c0",
106
58
  "cloudflare-one": "sha256:44c1455ac02448fab391795a7d84205387c3cdae457e3d17d5549207ff466bfa",
107
59
  "cloudflare-one-migrations": "sha256:9b1e197c3cf33fd7061d5f7c2e654a9b72257ed2169d57b704bca4122a51febc",
108
- "durable-objects": "sha256:533bfa75d2074cf6ac30ab77854a665465318dd0540ff4bdbb9c5f4ef8acfb38",
109
- "sandbox-sdk": "sha256:e1ec676cfa5e9638f62673097850ec0e8e7f7e42dfd0606cc217b5854df0132b",
110
60
  "turnstile-spin": "sha256:c6095261a7f69b2321729604a8f57b36456146fa6e544bfc54d764d206c1037a",
111
- "web-perf": "sha256:4d6d66e3d36bee3f592a8ac76ec633c6a96c688c0c9767ef26c164f2509726a8",
112
- "workers-best-practices": "sha256:f8925cccde1682df5e6c9aba8e3ee125355fc73761ba6581107d88adb8b44f47",
113
- "wrangler": "sha256:217184cf167933b565466cf0d846e8085e8a985d6b7ff828316757d3fc4932cb"
61
+ "web-perf": "sha256:4d6d66e3d36bee3f592a8ac76ec633c6a96c688c0c9767ef26c164f2509726a8"
114
62
  },
115
63
  "licensePath": "LICENSE"
116
64
  },
@@ -136,15 +84,13 @@
136
84
  "ref": "main",
137
85
  "resolved": "2ab958093e83e0ec752e6c1c5932da465bf23e0c",
138
86
  "skillsPath": "skills/engineering",
139
- "include": ["tdd", "improve-codebase-architecture"],
140
- "skills": ["improve-codebase-architecture", "tdd"],
87
+ "include": ["improve-codebase-architecture"],
88
+ "skills": ["improve-codebase-architecture"],
141
89
  "descriptions": {
142
- "improve-codebase-architecture": "Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.",
143
- "tdd": "Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions \"red-green-refactor\", or wants integration tests."
90
+ "improve-codebase-architecture": "Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick."
144
91
  },
145
92
  "digests": {
146
- "improve-codebase-architecture": "sha256:43721b6125a4c703810414e649fbbab252f1f85a62385cdb23f313e0e06ba26a",
147
- "tdd": "sha256:ea2d26eda005b10a2de4bdb7de44d33072f2a8e82dbf670952ce30a9c2d7c475"
93
+ "improve-codebase-architecture": "sha256:43721b6125a4c703810414e649fbbab252f1f85a62385cdb23f313e0e06ba26a"
148
94
  },
149
95
  "licensePath": "LICENSE"
150
96
  },
@@ -215,9 +161,9 @@
215
161
  "expo-examples": "Framework (OSS). Expo's official example projects - the expo/examples repo of ~70 `with-*` integrations (Stripe, Clerk, Supabase, OpenAI, maps, Reanimated, SQLite, Skia, NativeWind, and more). Use when integrating a third-party library or service into an existing Expo app and you want the canonical, version-matched pattern to adapt, or when scaffolding a new project from one with `npx create-expo --example`.",
216
162
  "expo-module": "Framework (OSS). Guide for creating and writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definition DSL, native views, shared objects, config plugins, lifecycle hooks, autolinking, and type system. Use when building or modifying native modules for Expo. Not for migrating an existing Swift module from the definition DSL to the Expo Modules API 2.0 macros; use expo-migrate-module (from the expo-experiments plugin) for that.",
217
163
  "expo-native-ui": "Framework (OSS). Build beautiful, native-feeling Expo screens. Covers Apple HIG styling, semantic colors, native controls, SF Symbols, media, animations, visual effects, gradients, storage, and responsive layout. For routing and navigation, use the expo-router skill.",
218
- "expo-project-structure": "Framework (OSS). Folder structure for a new Expo app. Use when scaffolding or laying out a new Expo project with Expo Router, or deciding where a file should live in one. For new projects only never restructure an existing app to match.",
164
+ "expo-project-structure": "Framework (OSS). Folder structure for a new Expo app. Use when scaffolding or laying out a new Expo project with Expo Router, or deciding where a file should live in one. For new projects only \u2014 never restructure an existing app to match.",
219
165
  "expo-router": "Framework (OSS). Navigation and routing for Expo Router. Covers file-based routes, groups and dynamic routes, folder organization, Link with previews and context menus, native Stack, page titles, modals and form sheets, NativeTabs, headers and toolbars, and header search bars.",
220
- "expo-skill-feedback": "Submit feedback on an Expo skill—or Expo itself—and control bundled anonymous usage telemetry (off by default / opt-in). Submit feedback with: npx --yes submit-expo-feedback@latest \"ACTIONABLE_FEEDBACK\". Optionally add either or both: --category \"CATEGORY\" and --subject \"SUBJECT\". Replace the uppercase placeholders before running. Use when a skill was useful, confusing, broken, missing context, or worth improving; when Expo, Expo CLI, EAS CLI, docs, or MCP worked well or fell short; when an AI agent repeatedly failed, got stuck, or needed the user to take over an Expo task (report it as an eval candidate); or when the user explicitly asks to enable or disable telemetry (tracking), check its status, or understand what it collects.",
166
+ "expo-skill-feedback": "Submit feedback on an Expo skill\u2014or Expo itself\u2014and control bundled anonymous usage telemetry (off by default / opt-in). Submit feedback with: npx --yes submit-expo-feedback@latest \"ACTIONABLE_FEEDBACK\". Optionally add either or both: --category \"CATEGORY\" and --subject \"SUBJECT\". Replace the uppercase placeholders before running. Use when a skill was useful, confusing, broken, missing context, or worth improving; when Expo, Expo CLI, EAS CLI, docs, or MCP worked well or fell short; when an AI agent repeatedly failed, got stuck, or needed the user to take over an Expo task (report it as an eval candidate); or when the user explicitly asks to enable or disable telemetry (tracking), check its status, or understand what it collects.",
221
167
  "expo-tailwind-setup": "Framework (OSS). Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling",
222
168
  "expo-ui": "Framework (OSS). Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android rendered from React in an Expo or React Native app. Covers universal cross-platform components (Host, Column, Row, Button, Text, List, and more imported from @expo/ui), drop-in replacements for popular React Native community libraries (BottomSheet, DateTimePicker, Slider, Menu, etc.), and platform-specific SwiftUI (@expo/ui/swift-ui, iOS only) and Jetpack Compose (@expo/ui/jetpack-compose, Android only) trees and modifiers. Use when adding or reviewing @expo/ui Host/RNHostView trees, building native-feeling UI where standard React Native components fall short (grouped settings forms with toggles, sections, menus, sheets, pickers, sliders), choosing between universal and platform-specific components, or replacing an RN community UI library with a native @expo/ui equivalent. Not for custom native modules, Expo Router navigation, Reanimated, or data fetching.",
223
169
  "expo-upgrade": "Framework (OSS). Guidelines for upgrading Expo SDK versions and fixing dependency issues",
@@ -248,54 +194,6 @@
248
194
  },
249
195
  "licensePath": "LICENSE"
250
196
  },
251
- {
252
- "id": "getsentry-agent-plugin",
253
- "repository": "https://github.com/getsentry/agent-plugin.git",
254
- "ref": "main",
255
- "resolved": "9f9156966be43f1bf4797bd9785a0644bf181d01",
256
- "skillsPath": "skills",
257
- "include": [
258
- "sentry-create-alert",
259
- "sentry-debug-issue",
260
- "sentry-fix-stack-traces",
261
- "sentry-get-started",
262
- "sentry-instrument",
263
- "sentry-otel-exporter-setup",
264
- "sentry-setup-releases",
265
- "sentry-snapshots-cocoa"
266
- ],
267
- "skills": [
268
- "sentry-create-alert",
269
- "sentry-debug-issue",
270
- "sentry-fix-stack-traces",
271
- "sentry-get-started",
272
- "sentry-instrument",
273
- "sentry-otel-exporter-setup",
274
- "sentry-setup-releases",
275
- "sentry-snapshots-cocoa"
276
- ],
277
- "descriptions": {
278
- "sentry-create-alert": "Create Sentry alerts using the workflow engine API. Use when asked to create alerts, set up notifications, configure issue priority alerts, or build workflow automations. Supports email, Slack, PagerDuty, Discord, and other notification actions.",
279
- "sentry-debug-issue": "Debug and fix a Sentry issue — find it (by link, ID, or search), pull full context (stack trace, breadcrumbs, trace, logs), optionally run Seer root-cause / autofix, apply the code fix, and resolve it via a `Fixes PROJECT-NAME-12A` commit/PR. Use when working a known error or hunting one down to fix.",
280
- "sentry-fix-stack-traces": "Make Sentry stack traces readable — upload source maps for JavaScript/TypeScript, or debug files for native and mobile (dSYM, ProGuard/R8, NDK symbols, Dart obfuscation maps, .NET PDBs). Use when frames in Sentry show minified names, bundled paths, hex addresses, \"unknown\", or method names with no file/line, instead of your original source.",
281
- "sentry-get-started": "Guided entry point for using Sentry through your agent. Orients you to your current setup and, for a new project, sets up Sentry end to end with sane defaults — provision a project, install the SDK (errors, tracing, and whatever it enables by default), and confirm real telemetry reaches Sentry. Routes other intents (adding more signals, fixing issues) to the right skill.",
282
- "sentry-instrument": "Instrument an application with Sentry — detect the platform, install and initialize the SDK if needed, and wire up any signal — error monitoring, tracing/performance, logging, metrics, profiling, session replay, user feedback, cron check-ins, and AI/LLM monitoring (agent runs, token cost, and conversations for OpenAI, Anthropic, Vercel AI, LangChain, Google GenAI, Pydantic AI, and Laravel AI). Use to add Sentry to a project or to capture more than errors.",
283
- "sentry-otel-exporter-setup": "Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry, configuring collector pipelines for traces and logs, or routing telemetry from multiple services to Sentry projects.",
284
- "sentry-setup-releases": "Set up Sentry releases and deploy tracking — tag events with a version and environment, create the release in CI with its commits, and wire up suspect commits and code mappings, so Sentry can show which release introduced an issue, which commit is responsible, and release health. Use when asked to set up releases, track deploys, see what changed, or when issues show an unknown release or no suspect commit.",
285
- "sentry-snapshots-cocoa": "Full Sentry Snapshots setup for Apple/Cocoa projects. Use when asked to \"setup SnapshotPreviews\", \"setup Apple snapshot testing\", \"upload Apple snapshots to Sentry\", \"setup Apple snapshot GitHub Actions\", or \"setup Apple selective snapshot testing\"."
286
- },
287
- "digests": {
288
- "sentry-create-alert": "sha256:a2d4011d28593abd8148c95d3f3188bc68db02d8d9c8ae444723d5548f4e9f1f",
289
- "sentry-debug-issue": "sha256:ee3b1bc93dddab007e54332bc39521e49221528f5350e7af5e0f0e962393c9f1",
290
- "sentry-fix-stack-traces": "sha256:f66199cfe616abf2ff39b9e953cb30d1e5634f83fcffa8cce1da54b66ae4ad67",
291
- "sentry-get-started": "sha256:68ae5780ab6713d2fbbcb553df6dbfa67db28589ee467f4e14524ab8c51046df",
292
- "sentry-instrument": "sha256:2c97fe5dc8aae274ed0657de7bc8dd1c59bd454b44ed00b6bf98f1d010e1e885",
293
- "sentry-otel-exporter-setup": "sha256:9c8ba54f7ec1b52beb24b0225b5836edcd61971619474d7eee3cd48d27a8d1a5",
294
- "sentry-setup-releases": "sha256:3a13401662f32806d56b63765be846f6c4305190b2a4f184a1146b71eb373aa4",
295
- "sentry-snapshots-cocoa": "sha256:9eeee7bc649475f2d8c00cb2725edcf07d9a6ce2784b4fbaf24ba0bd6de8f44b"
296
- },
297
- "licensePath": "LICENSE"
298
- },
299
197
  {
300
198
  "id": "humanlayer-skills",
301
199
  "repository": "https://github.com/humanlayer/skills.git",
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Emil Kowalski
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,10 @@
1
+ Dev Kit adaptation of skills from https://github.com/emilkowalski/skills
2
+ Source revision: 70744e3816f1d93eafb697161a8b880a7384c5ff
3
+ Copyright (c) 2026 Emil Kowalski. MIT license retained in LICENSE.
4
+
5
+ Modified by Dev Kit to preserve task scope, share motion workflows, use
6
+ progressive disclosure, and follow repository-owned tools and state policy.
7
+ The animate skill combines improve-animations, review-animations, and
8
+ find-animation-opportunities, plus animation-vocabulary from that revision.
9
+ Relevant direct-manipulation guidance from apple-design and motion decisions
10
+ from emil-design-eng are also consolidated here.
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: animate
3
+ description: Implement, review, or improve web UI motion, and identify animation terminology.
4
+ license: MIT
5
+ ---
6
+
7
+ # Animate
8
+
9
+ Match the user's task. Implement requested changes; keep a review or opportunity
10
+ search read-only unless implementation is also requested. A broader audit or
11
+ written plan is optional, not a prerequisite to fixing one interaction.
12
+
13
+ Read only the references needed for the work:
14
+
15
+ - Naming an effect described by the user: [animation vocabulary](references/glossary.md).
16
+ - Adding or fixing motion: [implementation](references/implementation.md).
17
+ - Reviewing a diff or auditing existing motion: [review](references/review.md).
18
+ - Finding places that would benefit from motion:
19
+ [opportunities](references/opportunities.md).
20
+ - Easing, timing, performance, or accessibility decisions:
21
+ [motion principles](references/principles.md).
22
+ - Gesture tracking, velocity, springs, or interruption:
23
+ [gestures](references/gestures.md).
24
+
25
+ Use the product's existing tokens and motion tools. Judge animation by its
26
+ purpose, response, accessibility, and observed behavior. Named curves, durations,
27
+ and patterns are starting points; they do not override a deliberate product
28
+ choice or evidence from the running interface.
29
+
30
+ Verify changed motion in the running UI when possible. Record any visual or
31
+ device behavior that could not be checked. Preserve useful evidence for review.
32
+
33
+ Dev Kit combines the upstream motion workflows and vocabulary here.
34
+ Attribution and fork details are in [NOTICE](NOTICE); terms are in [LICENSE](LICENSE).
@@ -0,0 +1,27 @@
1
+ # Gesture continuity
2
+
3
+ During direct manipulation, track the pointer from the original grab offset.
4
+ Use pointer capture where appropriate, distinguish the active pointer, and
5
+ handle cancellation as well as release. Preserve the platform's scrolling and
6
+ keyboard alternatives.
7
+
8
+ Separate the input-following phase from the settling phase. On release, carry
9
+ the measured velocity into the library's spring or momentum model. On an
10
+ interruption, retarget from the current visible position and velocity. Verify
11
+ the library's units; do not copy a velocity threshold without its units and
12
+ sampling assumptions.
13
+
14
+ Use distance and velocity together for dismissal or snapping, tuned to the
15
+ surface size and expected gesture. A short fast flick and a long slow drag may
16
+ both be intentional. Apply resistance near boundaries when it clarifies the
17
+ limit, while keeping ordinary movement one-to-one.
18
+
19
+ Exercise fast reversals, slow drags, release near a threshold, cancellation,
20
+ multiple pointers, and reduced motion when relevant to the changed behavior.
21
+ Use the target device to judge touch feel; state when only mouse behavior was
22
+ verified. Favor existing platform or library gesture handling over recreating it.
23
+
24
+ Use spatially coherent paths and origins. Directional hints should point toward
25
+ the action they teach. Add sound or haptics only when useful and supported by the
26
+ target platform. Apple's [motion guidance](https://developer.apple.com/design/human-interface-guidelines/motion)
27
+ provides the platform rationale.
@@ -0,0 +1,136 @@
1
+ # Animation vocabulary
2
+
3
+ Use the relevant category to identify the effect the user described. Lead with
4
+ the best-matching term and a short explanation; offer alternatives when they
5
+ distinguish plausible interpretations. A naming question needs only an answer.
6
+
7
+ This glossary is a vocabulary aid, not an exhaustive authority. Explain an
8
+ approximation or consult library documentation when a term is missing. For
9
+ implementation choices, use [motion principles](principles.md).
10
+
11
+ ### Entrances & Exits — how elements appear and disappear
12
+
13
+ - **Fade in / Fade out** — Element appears or disappears by changing opacity.
14
+ - **Slide in** — Element enters by sliding in from off-screen (left, right, top, or bottom).
15
+ - **Scale in** — Element grows from smaller to full size as it appears, often paired with a fade.
16
+ - **Pop in** — Element appears with a slight overshoot, like it bounces into place.
17
+ - **Reveal** — Content is uncovered gradually, often by animating a clip-path or mask.
18
+ - **Enter / Exit** — The animation an element plays when it's added to or removed from the screen.
19
+
20
+ ### Sequencing & Timing — coordinating multiple elements or moments
21
+
22
+ - **Keyframes** — Defined points in an animation (0%, 50%, 100%) that the browser fills the gaps between.
23
+ - **Interpolation / Tween** — Generating all the in-between frames between a start and end value, so motion is continuous.
24
+ - **Stagger** — Animate several items one after another with a small delay between each, creating a cascade.
25
+ - **Orchestration** — Deliberately timing multiple animations so they feel like one coordinated motion.
26
+ - **Delay** — Time before an animation starts.
27
+ - **Duration** — How long an animation takes.
28
+ - **Fill mode** — Whether an element keeps its first or last frame's styles before the animation starts or after it ends (e.g. forwards).
29
+ - **Stepped animation** — An animation that is divided into discrete steps, like a countdown timer.
30
+
31
+ ### Movement & Transforms — changing an element's position, size, or angle
32
+
33
+ - **Translate** — Move an element along the X or Y axis.
34
+ - **Scale** — Make an element bigger or smaller.
35
+ - **Rotate** — Spin an element around a point.
36
+ - **Skew** — Slant an element along the X or Y axis, shearing it out of its rectangular shape.
37
+ - **3D tilt / Flip** — Rotate in 3D space (rotateX / rotateY) to add depth.
38
+ - **Perspective** — How strong the 3D effect looks — a lower value exaggerates depth, like the viewer is closer.
39
+ - **Transform origin** — The anchor point a scale or rotation grows or spins from.
40
+ - **Origin-aware animation** — An element animates out of its trigger, like a popover growing from the button that opened it instead of from its own center which is the default in CSS.
41
+
42
+ ### Transitions Between States — connecting one state, view, or element to another
43
+
44
+ - **Crossfade** — One element fades out as another fades in, in the same spot.
45
+ - **Continuity transition** — A change that keeps the user oriented by visually connecting before and after. For example, making the same rectangle bigger and smaller.
46
+ - **Morph** — One shape smoothly turns into another shape, e.g. Dynamic Island.
47
+ - **Shared element transition** — An element travels and transforms from one position into another, like a thumbnail expanding into a card.
48
+ - **Layout animation** — When an element's size or position changes, it animates to the new spot instead of snapping.
49
+ - **Accordion / Collapse** — A section smoothly expands and collapses its height to show or hide content.
50
+ - **Direction-aware transition** — Content slides one way going forward and the opposite way going back, so navigation has a sense of direction.
51
+
52
+ ### Scroll — motion tied to scrolling or navigating between views
53
+
54
+ - **Scroll reveal** — Elements fade or slide into place as they enter the viewport.
55
+ - **Scroll-driven animation** — An animation whose progress is tied directly to scroll position.
56
+ - **Parallax** — Background and foreground move at different speeds while scrolling, creating depth.
57
+ - **Page transition** — An animation that plays when navigating from one page or route to another.
58
+ - **View transition** — The browser morphs between two states or pages, connecting shared elements.
59
+
60
+ ### Feedback & Interaction — responding to the user's actions
61
+
62
+ - **Hover effect** — Visual change when the cursor moves over an element.
63
+ - **Press / Tap feedback** — A subtle scale-down when an element is clicked, so it feels physical.
64
+ - **Hold to confirm** — A progress effect that fills up while the user holds a button.
65
+ - **Drag** — Moving an element by grabbing it, often with momentum when released.
66
+ - **Drag to reorder** — Dragging items in a list to rearrange them, while the others shift to make room.
67
+ - **Swipe to dismiss** — Dragging an element off-screen to close it, like a drawer or toast.
68
+ - **Rubber-banding** — Resistance and snap-back when you drag past a boundary (the iOS overscroll feel).
69
+ - **Shake / Wiggle** — A quick side-to-side jitter signaling an error or rejected input.
70
+ - **Ripple** — A circle expanding from the point of a tap, confirming the press.
71
+
72
+ ### Easing — how speed changes over an animation
73
+
74
+ - **Easing** — The rate at which an animation speeds up or slows down.
75
+ - **Ease-out** — Starts fast, ends slow. The default for most UI and anything responding to the user.
76
+ - **Ease-in** — Starts slow, ends fast. Usually avoided; can feel sluggish.
77
+ - **Ease-in-out** — Slow, fast, slow. Good for elements already on screen moving from A to B.
78
+ - **Linear** — Constant speed. Avoid for UI; reserve for spinners or marquees.
79
+ - **Cubic-bezier** — A custom easing curve you define for precise control.
80
+ - **Asymmetric easing** — A curve that accelerates and decelerates at different rates. Feels more alive than a symmetric one.
81
+
82
+ ### Spring Animations — physics-based motion as an alternative to fixed-duration easing
83
+
84
+ - **Spring** — Motion driven by physics (tension, mass, damping) rather than a set duration.
85
+ - **Stiffness / Tension** — How strongly the spring pulls toward its target. Higher feels snappier.
86
+ - **Damping** — How quickly a spring settles. Lower damping means more bounce and oscillation.
87
+ - **Mass** — How heavy the animated element feels. More mass makes it slower and more sluggish.
88
+ - **Bounce** — A spring that overshoots and settles, adding playfulness.
89
+ - **Perceptual duration** — How long a spring feels finished, even though it keeps micro-settling underneath.
90
+ - **Momentum** — Motion that carries velocity, especially after a drag or interruption.
91
+ - **Velocity** — How fast and in which direction an element is moving. A spring carries it into the next animation when interrupted, so a flicked element keeps its speed.
92
+ - **Interruptible animation** — An animation that can be smoothly redirected mid-flight instead of finishing first.
93
+
94
+ ### Looping & Ambient Motion — animations that run on their own
95
+
96
+ - **Marquee** — Text or content that scrolls continuously in a loop.
97
+ - **Loop** — An animation that repeats, a set number of times or infinitely.
98
+ - **Alternate (yoyo)** — A loop that plays forward then reverses each iteration, instead of jumping back to the start.
99
+ - **Orbit** — An element circling around another in a continuous path.
100
+ - **Pulse** — A gentle repeating scale or opacity change to draw attention.
101
+ - **Float** — A gentle, continuous up-and-down drift that makes a static element feel alive and weightless.
102
+ - **Idle animation** — Subtle motion that plays while an element is just sitting there, waiting to be interacted with.
103
+
104
+ ### Polish & Effects — the small touches that separate good from great
105
+
106
+ - **Blur** — A blur filter used to soften an element or mask tiny imperfections.
107
+ - **Clip-path** — Clipping an element to a shape, used for reveals, masks, and before/after sliders.
108
+ - **Mask** — Hiding or revealing parts of an element using a shape or gradient — like clip-path, but with soft, fadeable edges.
109
+ - **Before / after slider** — A draggable divider that wipes between two overlaid images to compare them.
110
+ - **Line drawing** — An SVG path that draws itself in, like an invisible pen tracing it.
111
+ - **Text morph** — Text that animates character by character when it changes, drawing attention to the new value.
112
+ - **Skeleton / Shimmer** — A placeholder with a moving sheen shown while content loads.
113
+ - **Number ticker** — Digits rolling or counting up to a value.
114
+ - **Tabular numbers** — Fixed-width digits so numbers don't shift around as they change. Essential for tickers, timers, and counters.
115
+ - **Typewriter** — Text appearing one character at a time, as if being typed.
116
+
117
+ ### Performance — what keeps motion smooth instead of stuttering
118
+
119
+ - **Frame rate (FPS)** — Frames drawn per second. 60fps is the baseline for smooth motion; 120fps on newer displays.
120
+ - **Jank** — Visible stutter when the browser drops frames because it can't keep up with the animation.
121
+ - **Dropped frame** — A frame the browser missed its deadline to draw, causing a tiny hitch in motion.
122
+ - **Compositing** — Letting the GPU move or fade an element on its own layer without redoing layout or paint.
123
+ - **will-change** — A CSS hint that an element is about to animate, so the browser can promote it to its own layer ahead of time.
124
+ - **Layout thrashing** — Animating properties like width, height, top, or left that force the browser to recalculate layout every frame, causing jank.
125
+
126
+ ### Principles to Know — concepts that guide when and how to animate
127
+
128
+ - **Purposeful animation** — Motion should serve a function — orient, give feedback, show relationships — not just decorate.
129
+ - **Anticipation** — A small wind-up in the opposite direction before a move, hinting at what's about to happen.
130
+ - **Follow-through** — Parts of an element keep moving and settle slightly after the main motion stops, adding weight.
131
+ - **Squash & stretch** — Deforming an element as it moves to convey weight, speed, and flexibility.
132
+ - **Perceived performance** — The right animation makes an interface feel faster, even when it isn't.
133
+ - **Frequency of use** — The more often a user sees an animation, the shorter and subtler it should be.
134
+ - **Spatial consistency** — Animating so an element keeps its identity and position across states, so users never lose track of where things went.
135
+ - **Hardware acceleration** — Animating transform and opacity lets the GPU keep motion smooth.
136
+ - **Reduced motion** — Respecting the user's prefers-reduced-motion setting by toning down or removing motion.
@@ -0,0 +1,22 @@
1
+ # Implement motion
2
+
3
+ Identify the state transition, trigger, and purpose. Inspect the component's
4
+ current motion and tokens before changing it. Reuse the library already in use;
5
+ a simple hover, press, or fade often needs only a CSS transition.
6
+
7
+ For timing, properties, and reduced motion, consult [principles](principles.md).
8
+ For direct manipulation, consult [gestures](gestures.md).
9
+
10
+ Keep controls usable during transitions. Entering and exiting content must have
11
+ correct focus and pointer behavior. A rapid toggle or repeated notification
12
+ should continue from its visible state instead of jumping to an old endpoint.
13
+
14
+ Exercise the real interaction at normal speed, with repeated or interrupted
15
+ input, and with reduced motion. Use slow playback to inspect a suspected jump.
16
+ For gestures, verify on the relevant input device when available. Run the
17
+ repository's required checks; follow its policy for committed tests.
18
+
19
+ If the user requests a plan instead, give the affected files, intended behavior,
20
+ relevant constraints, and how to verify it. Include exact values when settled,
21
+ or the decision the implementer still needs to make. Adapt detail to the task
22
+ and executor. Store plans where repository policy permits.
@@ -0,0 +1,18 @@
1
+ # Find useful motion
2
+
3
+ Look for missing feedback, abrupt state changes, unclear spatial relationships,
4
+ and gesture releases that lose continuity. Start with the user's requested area
5
+ and the flows people actually use.
6
+
7
+ Evaluate each candidate by purpose, frequency, interruption, accessibility, and
8
+ cost. Frequent or keyboard-driven actions need immediate feedback and low
9
+ distraction; frequency alone is not a ban on a useful transition. Data should
10
+ remain readable and controls available while motion runs.
11
+
12
+ Use [principles](principles.md) for candidate timing and [gestures](gestures.md)
13
+ for direct manipulation. Reuse existing tokens and explain any proposed new one.
14
+
15
+ Return the opportunities that have a clear benefit, with location, current
16
+ behavior, proposed behavior, and verification. Include a rejected candidate
17
+ only when the tradeoff helps the user. There is no quota of suggestions or
18
+ rejections. If implementation was requested too, proceed within that scope.