winter-super-cli 2026.5.26 → 2026.5.28

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 (1221) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +601 -47
  3. package/bin/winter.js +8 -1
  4. package/package.json +13 -2
  5. package/src/agent/swe-agent.js +169 -0
  6. package/src/ai/model-capabilities.js +185 -0
  7. package/src/ai/prompts/success-criteria.js +210 -0
  8. package/src/ai/prompts/system-prompt.js +201 -0
  9. package/src/ai/prompts/task-classifier.js +125 -0
  10. package/src/ai/prompts/tool-templates.js +116 -0
  11. package/src/ai/providers.js +247 -23
  12. package/src/ai/reasoning.js +266 -0
  13. package/src/cache/contextreuse.js +159 -0
  14. package/src/cache/embeddings.js +185 -0
  15. package/src/cache/similarity.js +175 -0
  16. package/src/cli/commands.js +253 -4
  17. package/src/cli/config.js +163 -7
  18. package/src/cli/context-loader.js +277 -0
  19. package/src/cli/conversation-format.js +253 -0
  20. package/src/cli/markdown-format.js +143 -0
  21. package/src/cli/prompt-builder.js +189 -0
  22. package/src/cli/repl-commands.js +345 -0
  23. package/src/cli/repl.js +507 -847
  24. package/src/cli/secret-env.js +69 -0
  25. package/src/cli/slash-commands.js +50 -0
  26. package/src/cli/spinner.js +32 -0
  27. package/src/cli/terminal-ui.js +34 -1
  28. package/src/context/compress.js +71 -0
  29. package/src/context/priority.js +115 -0
  30. package/src/context/resource-loader.js +136 -0
  31. package/src/context/router.js +93 -0
  32. package/src/context/selector.js +145 -0
  33. package/src/context/summarizer.js +146 -0
  34. package/src/mcp/client.js +146 -0
  35. package/src/mcp/completions.js +246 -0
  36. package/src/mcp/diagnostics.js +169 -0
  37. package/src/mcp/ide-server.js +195 -0
  38. package/src/mcp/protocol.js +42 -0
  39. package/src/session/manager.js +47 -1
  40. package/src/tools/agent.js +69 -0
  41. package/src/tools/analytics.js +160 -0
  42. package/src/tools/executor.js +597 -28
  43. package/src/tools/fallback.js +123 -0
  44. package/src/tools/insert-text.js +93 -0
  45. package/src/tools/interactive.js +122 -0
  46. package/src/tools/notebook.js +136 -0
  47. package/src/tools/optimizer.js +141 -0
  48. package/src/tools/parallel.js +159 -0
  49. package/src/tools/permission.js +86 -0
  50. package/src/tools/retry.js +88 -0
  51. package/src/tools/scheduler.js +160 -0
  52. package/src/tools/str-replace-all.js +61 -0
  53. package/src/tools/todo.js +98 -0
  54. package/src/tools/web-archive.js +212 -0
  55. package/CLAUDE.md +0 -118
  56. package/memories/readme.md +0 -35
  57. package/resources/local/agents.md/AGENTS.md +0 -43
  58. package/resources/local/agents.md/LICENSE +0 -21
  59. package/resources/local/agents.md/README.md +0 -49
  60. package/resources/local/agents.md/components/AboutSection.tsx +0 -37
  61. package/resources/local/agents.md/components/CodeExample.tsx +0 -207
  62. package/resources/local/agents.md/components/CompatibilitySection.tsx +0 -378
  63. package/resources/local/agents.md/components/ExampleListSection.tsx +0 -188
  64. package/resources/local/agents.md/components/ExamplesSection.tsx +0 -22
  65. package/resources/local/agents.md/components/FAQSection.tsx +0 -113
  66. package/resources/local/agents.md/components/Footer.tsx +0 -17
  67. package/resources/local/agents.md/components/Hero.tsx +0 -230
  68. package/resources/local/agents.md/components/HowToUseSection.tsx +0 -66
  69. package/resources/local/agents.md/components/Section.tsx +0 -44
  70. package/resources/local/agents.md/components/ThreeCanvas.tsx +0 -240
  71. package/resources/local/agents.md/components/WhySection.tsx +0 -64
  72. package/resources/local/agents.md/components/icons/ClipboardIcon.tsx +0 -27
  73. package/resources/local/agents.md/components/icons/CopyIcon.tsx +0 -15
  74. package/resources/local/agents.md/components/icons/GitHubIcon.tsx +0 -24
  75. package/resources/local/agents.md/components/icons/LinkIcon.tsx +0 -27
  76. package/resources/local/agents.md/components/icons/UserIcon.tsx +0 -27
  77. package/resources/local/agents.md/next.config.ts +0 -8
  78. package/resources/local/agents.md/package.json +0 -27
  79. package/resources/local/agents.md/pages/_app.tsx +0 -24
  80. package/resources/local/agents.md/pages/_document.tsx +0 -24
  81. package/resources/local/agents.md/pages/index.tsx +0 -160
  82. package/resources/local/agents.md/pnpm-lock.yaml +0 -2782
  83. package/resources/local/agents.md/postcss.config.mjs +0 -5
  84. package/resources/local/agents.md/public/favicon-dark.png +0 -0
  85. package/resources/local/agents.md/public/favicon-light.png +0 -0
  86. package/resources/local/agents.md/public/favicon.ico +0 -0
  87. package/resources/local/agents.md/public/logos/aider.svg +0 -16
  88. package/resources/local/agents.md/public/logos/amp.svg +0 -5
  89. package/resources/local/agents.md/public/logos/augment.svg +0 -9
  90. package/resources/local/agents.md/public/logos/codex.svg +0 -3
  91. package/resources/local/agents.md/public/logos/copilot.svg +0 -1
  92. package/resources/local/agents.md/public/logos/cursor.svg +0 -15
  93. package/resources/local/agents.md/public/logos/devin-dark.svg +0 -1
  94. package/resources/local/agents.md/public/logos/devin-light.svg +0 -1
  95. package/resources/local/agents.md/public/logos/factory.svg +0 -3
  96. package/resources/local/agents.md/public/logos/gemini.svg +0 -27
  97. package/resources/local/agents.md/public/logos/goose.svg +0 -12
  98. package/resources/local/agents.md/public/logos/jules.svg +0 -3
  99. package/resources/local/agents.md/public/logos/junie.svg +0 -5
  100. package/resources/local/agents.md/public/logos/kilo-code.svg +0 -43
  101. package/resources/local/agents.md/public/logos/ona-dark.svg +0 -3
  102. package/resources/local/agents.md/public/logos/ona-light.svg +0 -3
  103. package/resources/local/agents.md/public/logos/opencode.svg +0 -40
  104. package/resources/local/agents.md/public/logos/phoenix.svg +0 -44
  105. package/resources/local/agents.md/public/logos/roocode.svg +0 -3
  106. package/resources/local/agents.md/public/logos/semgrep.svg +0 -7
  107. package/resources/local/agents.md/public/logos/uipath.svg +0 -6
  108. package/resources/local/agents.md/public/logos/vscode-dark.svg +0 -19
  109. package/resources/local/agents.md/public/logos/vscode-light.svg +0 -12
  110. package/resources/local/agents.md/public/logos/warp.svg +0 -7
  111. package/resources/local/agents.md/public/logos/windsurf-dark.svg +0 -3
  112. package/resources/local/agents.md/public/logos/windsurf-light.svg +0 -3
  113. package/resources/local/agents.md/public/logos/zed.svg +0 -3
  114. package/resources/local/agents.md/public/og.png +0 -0
  115. package/resources/local/agents.md/styles/globals.css +0 -415
  116. package/resources/local/agents.md/tsconfig.json +0 -34
  117. package/resources/local/awesome-design-md/README.md +0 -197
  118. package/resources/local/awesome-design-md/design-md/airbnb/DESIGN.md +0 -545
  119. package/resources/local/awesome-design-md/design-md/airbnb/README.md +0 -5
  120. package/resources/local/awesome-design-md/design-md/airtable/DESIGN.md +0 -554
  121. package/resources/local/awesome-design-md/design-md/airtable/README.md +0 -5
  122. package/resources/local/awesome-design-md/design-md/apple/DESIGN.md +0 -562
  123. package/resources/local/awesome-design-md/design-md/apple/README.md +0 -5
  124. package/resources/local/awesome-design-md/design-md/binance/DESIGN.md +0 -634
  125. package/resources/local/awesome-design-md/design-md/binance/README.md +0 -5
  126. package/resources/local/awesome-design-md/design-md/bmw/DESIGN.md +0 -544
  127. package/resources/local/awesome-design-md/design-md/bmw/README.md +0 -5
  128. package/resources/local/awesome-design-md/design-md/bmw-m/DESIGN.md +0 -503
  129. package/resources/local/awesome-design-md/design-md/bmw-m/README.md +0 -5
  130. package/resources/local/awesome-design-md/design-md/bugatti/DESIGN.md +0 -454
  131. package/resources/local/awesome-design-md/design-md/bugatti/README.md +0 -5
  132. package/resources/local/awesome-design-md/design-md/cal/DESIGN.md +0 -542
  133. package/resources/local/awesome-design-md/design-md/cal/README.md +0 -5
  134. package/resources/local/awesome-design-md/design-md/claude/DESIGN.md +0 -589
  135. package/resources/local/awesome-design-md/design-md/claude/README.md +0 -5
  136. package/resources/local/awesome-design-md/design-md/clay/DESIGN.md +0 -541
  137. package/resources/local/awesome-design-md/design-md/clay/README.md +0 -5
  138. package/resources/local/awesome-design-md/design-md/clickhouse/DESIGN.md +0 -544
  139. package/resources/local/awesome-design-md/design-md/clickhouse/README.md +0 -5
  140. package/resources/local/awesome-design-md/design-md/cohere/DESIGN.md +0 -451
  141. package/resources/local/awesome-design-md/design-md/cohere/README.md +0 -5
  142. package/resources/local/awesome-design-md/design-md/coinbase/DESIGN.md +0 -570
  143. package/resources/local/awesome-design-md/design-md/coinbase/README.md +0 -5
  144. package/resources/local/awesome-design-md/design-md/composio/DESIGN.md +0 -506
  145. package/resources/local/awesome-design-md/design-md/composio/README.md +0 -5
  146. package/resources/local/awesome-design-md/design-md/cursor/DESIGN.md +0 -537
  147. package/resources/local/awesome-design-md/design-md/cursor/README.md +0 -5
  148. package/resources/local/awesome-design-md/design-md/elevenlabs/DESIGN.md +0 -504
  149. package/resources/local/awesome-design-md/design-md/elevenlabs/README.md +0 -5
  150. package/resources/local/awesome-design-md/design-md/expo/DESIGN.md +0 -526
  151. package/resources/local/awesome-design-md/design-md/expo/README.md +0 -5
  152. package/resources/local/awesome-design-md/design-md/ferrari/DESIGN.md +0 -531
  153. package/resources/local/awesome-design-md/design-md/ferrari/README.md +0 -5
  154. package/resources/local/awesome-design-md/design-md/figma/DESIGN.md +0 -578
  155. package/resources/local/awesome-design-md/design-md/figma/README.md +0 -5
  156. package/resources/local/awesome-design-md/design-md/framer/DESIGN.md +0 -544
  157. package/resources/local/awesome-design-md/design-md/framer/README.md +0 -5
  158. package/resources/local/awesome-design-md/design-md/hashicorp/DESIGN.md +0 -575
  159. package/resources/local/awesome-design-md/design-md/hashicorp/README.md +0 -5
  160. package/resources/local/awesome-design-md/design-md/ibm/DESIGN.md +0 -550
  161. package/resources/local/awesome-design-md/design-md/ibm/README.md +0 -5
  162. package/resources/local/awesome-design-md/design-md/intercom/DESIGN.md +0 -546
  163. package/resources/local/awesome-design-md/design-md/intercom/README.md +0 -5
  164. package/resources/local/awesome-design-md/design-md/kraken/DESIGN.md +0 -125
  165. package/resources/local/awesome-design-md/design-md/kraken/README.md +0 -5
  166. package/resources/local/awesome-design-md/design-md/lamborghini/DESIGN.md +0 -288
  167. package/resources/local/awesome-design-md/design-md/lamborghini/README.md +0 -5
  168. package/resources/local/awesome-design-md/design-md/linear.app/DESIGN.md +0 -548
  169. package/resources/local/awesome-design-md/design-md/linear.app/README.md +0 -5
  170. package/resources/local/awesome-design-md/design-md/lovable/DESIGN.md +0 -298
  171. package/resources/local/awesome-design-md/design-md/lovable/README.md +0 -5
  172. package/resources/local/awesome-design-md/design-md/mastercard/DESIGN.md +0 -365
  173. package/resources/local/awesome-design-md/design-md/mastercard/README.md +0 -5
  174. package/resources/local/awesome-design-md/design-md/meta/DESIGN.md +0 -683
  175. package/resources/local/awesome-design-md/design-md/meta/README.md +0 -5
  176. package/resources/local/awesome-design-md/design-md/minimax/DESIGN.md +0 -746
  177. package/resources/local/awesome-design-md/design-md/minimax/README.md +0 -5
  178. package/resources/local/awesome-design-md/design-md/mintlify/DESIGN.md +0 -852
  179. package/resources/local/awesome-design-md/design-md/mintlify/README.md +0 -5
  180. package/resources/local/awesome-design-md/design-md/miro/DESIGN.md +0 -825
  181. package/resources/local/awesome-design-md/design-md/miro/README.md +0 -5
  182. package/resources/local/awesome-design-md/design-md/mistral.ai/DESIGN.md +0 -773
  183. package/resources/local/awesome-design-md/design-md/mistral.ai/README.md +0 -5
  184. package/resources/local/awesome-design-md/design-md/mongodb/DESIGN.md +0 -767
  185. package/resources/local/awesome-design-md/design-md/mongodb/README.md +0 -5
  186. package/resources/local/awesome-design-md/design-md/nike/DESIGN.md +0 -575
  187. package/resources/local/awesome-design-md/design-md/nike/README.md +0 -5
  188. package/resources/local/awesome-design-md/design-md/notion/DESIGN.md +0 -821
  189. package/resources/local/awesome-design-md/design-md/notion/README.md +0 -5
  190. package/resources/local/awesome-design-md/design-md/nvidia/DESIGN.md +0 -640
  191. package/resources/local/awesome-design-md/design-md/nvidia/README.md +0 -5
  192. package/resources/local/awesome-design-md/design-md/ollama/DESIGN.md +0 -539
  193. package/resources/local/awesome-design-md/design-md/ollama/README.md +0 -5
  194. package/resources/local/awesome-design-md/design-md/opencode.ai/DESIGN.md +0 -521
  195. package/resources/local/awesome-design-md/design-md/opencode.ai/README.md +0 -5
  196. package/resources/local/awesome-design-md/design-md/pinterest/DESIGN.md +0 -597
  197. package/resources/local/awesome-design-md/design-md/pinterest/README.md +0 -5
  198. package/resources/local/awesome-design-md/design-md/playstation/DESIGN.md +0 -661
  199. package/resources/local/awesome-design-md/design-md/playstation/README.md +0 -5
  200. package/resources/local/awesome-design-md/design-md/posthog/DESIGN.md +0 -690
  201. package/resources/local/awesome-design-md/design-md/posthog/README.md +0 -5
  202. package/resources/local/awesome-design-md/design-md/raycast/DESIGN.md +0 -669
  203. package/resources/local/awesome-design-md/design-md/raycast/README.md +0 -5
  204. package/resources/local/awesome-design-md/design-md/renault/DESIGN.md +0 -589
  205. package/resources/local/awesome-design-md/design-md/renault/README.md +0 -5
  206. package/resources/local/awesome-design-md/design-md/replicate/DESIGN.md +0 -616
  207. package/resources/local/awesome-design-md/design-md/replicate/README.md +0 -5
  208. package/resources/local/awesome-design-md/design-md/resend/DESIGN.md +0 -585
  209. package/resources/local/awesome-design-md/design-md/resend/README.md +0 -5
  210. package/resources/local/awesome-design-md/design-md/revolut/DESIGN.md +0 -636
  211. package/resources/local/awesome-design-md/design-md/revolut/README.md +0 -5
  212. package/resources/local/awesome-design-md/design-md/runwayml/DESIGN.md +0 -244
  213. package/resources/local/awesome-design-md/design-md/runwayml/README.md +0 -5
  214. package/resources/local/awesome-design-md/design-md/sanity/DESIGN.md +0 -357
  215. package/resources/local/awesome-design-md/design-md/sanity/README.md +0 -5
  216. package/resources/local/awesome-design-md/design-md/sentry/DESIGN.md +0 -262
  217. package/resources/local/awesome-design-md/design-md/sentry/README.md +0 -5
  218. package/resources/local/awesome-design-md/design-md/shopify/DESIGN.md +0 -350
  219. package/resources/local/awesome-design-md/design-md/shopify/README.md +0 -5
  220. package/resources/local/awesome-design-md/design-md/spacex/DESIGN.md +0 -194
  221. package/resources/local/awesome-design-md/design-md/spacex/README.md +0 -5
  222. package/resources/local/awesome-design-md/design-md/spotify/DESIGN.md +0 -246
  223. package/resources/local/awesome-design-md/design-md/spotify/README.md +0 -5
  224. package/resources/local/awesome-design-md/design-md/starbucks/DESIGN.md +0 -580
  225. package/resources/local/awesome-design-md/design-md/starbucks/README.md +0 -5
  226. package/resources/local/awesome-design-md/design-md/stripe/DESIGN.md +0 -322
  227. package/resources/local/awesome-design-md/design-md/stripe/README.md +0 -5
  228. package/resources/local/awesome-design-md/design-md/supabase/DESIGN.md +0 -255
  229. package/resources/local/awesome-design-md/design-md/supabase/README.md +0 -5
  230. package/resources/local/awesome-design-md/design-md/superhuman/DESIGN.md +0 -252
  231. package/resources/local/awesome-design-md/design-md/superhuman/README.md +0 -5
  232. package/resources/local/awesome-design-md/design-md/tesla/DESIGN.md +0 -286
  233. package/resources/local/awesome-design-md/design-md/tesla/README.md +0 -5
  234. package/resources/local/awesome-design-md/design-md/theverge/DESIGN.md +0 -339
  235. package/resources/local/awesome-design-md/design-md/theverge/README.md +0 -5
  236. package/resources/local/awesome-design-md/design-md/together.ai/DESIGN.md +0 -263
  237. package/resources/local/awesome-design-md/design-md/together.ai/README.md +0 -5
  238. package/resources/local/awesome-design-md/design-md/uber/DESIGN.md +0 -295
  239. package/resources/local/awesome-design-md/design-md/uber/README.md +0 -5
  240. package/resources/local/awesome-design-md/design-md/vercel/DESIGN.md +0 -310
  241. package/resources/local/awesome-design-md/design-md/vercel/README.md +0 -5
  242. package/resources/local/awesome-design-md/design-md/vodafone/DESIGN.md +0 -423
  243. package/resources/local/awesome-design-md/design-md/vodafone/README.md +0 -5
  244. package/resources/local/awesome-design-md/design-md/voltagent/DESIGN.md +0 -323
  245. package/resources/local/awesome-design-md/design-md/voltagent/README.md +0 -5
  246. package/resources/local/awesome-design-md/design-md/warp/DESIGN.md +0 -253
  247. package/resources/local/awesome-design-md/design-md/warp/README.md +0 -5
  248. package/resources/local/awesome-design-md/design-md/webflow/DESIGN.md +0 -92
  249. package/resources/local/awesome-design-md/design-md/webflow/README.md +0 -5
  250. package/resources/local/awesome-design-md/design-md/wired/DESIGN.md +0 -278
  251. package/resources/local/awesome-design-md/design-md/wired/README.md +0 -5
  252. package/resources/local/awesome-design-md/design-md/wise/DESIGN.md +0 -173
  253. package/resources/local/awesome-design-md/design-md/wise/README.md +0 -5
  254. package/resources/local/awesome-design-md/design-md/x.ai/DESIGN.md +0 -257
  255. package/resources/local/awesome-design-md/design-md/x.ai/README.md +0 -5
  256. package/resources/local/awesome-design-md/design-md/zapier/DESIGN.md +0 -328
  257. package/resources/local/awesome-design-md/design-md/zapier/README.md +0 -5
  258. package/resources/local/awesome-design-md/design-md-cli.js +0 -167
  259. package/resources/local/claude/plugins/blocklist.json +0 -17
  260. package/resources/local/claude/plugins/installed_plugins.json +0 -37
  261. package/resources/local/claude/plugins/known_marketplaces.json +0 -18
  262. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/.claude-plugin/marketplace.json +0 -55
  263. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/README.md +0 -94
  264. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/THIRD_PARTY_NOTICES.md +0 -405
  265. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/algorithmic-art/LICENSE.txt +0 -202
  266. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/algorithmic-art/SKILL.md +0 -405
  267. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/algorithmic-art/templates/generator_template.js +0 -223
  268. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/algorithmic-art/templates/viewer.html +0 -599
  269. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/brand-guidelines/LICENSE.txt +0 -202
  270. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/brand-guidelines/SKILL.md +0 -73
  271. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/LICENSE.txt +0 -202
  272. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/SKILL.md +0 -130
  273. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +0 -93
  274. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  275. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  276. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +0 -93
  277. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  278. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +0 -93
  279. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  280. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  281. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +0 -93
  282. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  283. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  284. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  285. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +0 -93
  286. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  287. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +0 -93
  288. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  289. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +0 -94
  290. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  291. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  292. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +0 -93
  293. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  294. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +0 -93
  295. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  296. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  297. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +0 -93
  298. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  299. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  300. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  301. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  302. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  303. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  304. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  305. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  306. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +0 -93
  307. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  308. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  309. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  310. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +0 -93
  311. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  312. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  313. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +0 -93
  314. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  315. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  316. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  317. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Jura-OFL.txt +0 -93
  318. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +0 -93
  319. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  320. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  321. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  322. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  323. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-OFL.txt +0 -93
  324. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  325. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  326. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +0 -93
  327. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  328. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +0 -93
  329. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  330. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  331. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +0 -93
  332. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  333. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  334. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +0 -93
  335. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +0 -93
  336. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  337. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  338. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +0 -93
  339. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  340. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +0 -93
  341. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  342. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  343. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +0 -93
  344. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  345. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +0 -93
  346. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  347. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  348. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  349. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  350. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +0 -93
  351. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  352. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +0 -93
  353. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  354. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/LICENSE.txt +0 -202
  355. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/SKILL.md +0 -324
  356. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/csharp/claude-api.md +0 -402
  357. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/curl/examples.md +0 -216
  358. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/curl/managed-agents.md +0 -336
  359. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/go/claude-api.md +0 -421
  360. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/go/managed-agents/README.md +0 -561
  361. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/java/claude-api.md +0 -432
  362. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/java/managed-agents/README.md +0 -442
  363. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/php/claude-api.md +0 -375
  364. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/php/managed-agents/README.md +0 -435
  365. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/README.md +0 -420
  366. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/batches.md +0 -185
  367. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/files-api.md +0 -165
  368. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/streaming.md +0 -162
  369. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/claude-api/tool-use.md +0 -590
  370. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/python/managed-agents/README.md +0 -332
  371. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/ruby/claude-api.md +0 -113
  372. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/ruby/managed-agents/README.md +0 -389
  373. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/agent-design.md +0 -101
  374. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/error-codes.md +0 -213
  375. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/live-sources.md +0 -132
  376. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-api-reference.md +0 -337
  377. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-client-patterns.md +0 -209
  378. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-core.md +0 -218
  379. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-environments.md +0 -211
  380. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-events.md +0 -189
  381. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-memory.md +0 -197
  382. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-onboarding.md +0 -114
  383. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-overview.md +0 -64
  384. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/managed-agents-tools.md +0 -315
  385. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/model-migration.md +0 -779
  386. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/models.md +0 -121
  387. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/prompt-caching.md +0 -171
  388. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/shared/tool-use-concepts.md +0 -327
  389. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/README.md +0 -333
  390. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/batches.md +0 -106
  391. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/files-api.md +0 -98
  392. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/streaming.md +0 -178
  393. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/claude-api/tool-use.md +0 -527
  394. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/claude-api/typescript/managed-agents/README.md +0 -359
  395. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/doc-coauthoring/SKILL.md +0 -375
  396. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/LICENSE.txt +0 -30
  397. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/SKILL.md +0 -590
  398. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/__init__.py +0 -1
  399. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/accept_changes.py +0 -135
  400. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/comment.py +0 -318
  401. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/helpers/__init__.py +0 -0
  402. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/helpers/merge_runs.py +0 -199
  403. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/helpers/simplify_redlines.py +0 -197
  404. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/pack.py +0 -159
  405. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  406. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  407. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  408. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  409. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  410. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  411. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  412. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  413. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  414. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  415. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  416. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  417. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  418. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  419. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  420. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  421. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  422. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  423. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  424. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  425. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  426. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  427. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  428. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  429. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  430. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  431. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  432. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  433. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  434. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  435. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  436. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/mce/mc.xsd +0 -75
  437. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd +0 -560
  438. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd +0 -67
  439. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd +0 -14
  440. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +0 -20
  441. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +0 -13
  442. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  443. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +0 -8
  444. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/soffice.py +0 -183
  445. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/unpack.py +0 -132
  446. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validate.py +0 -111
  447. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/__init__.py +0 -15
  448. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/base.py +0 -847
  449. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/docx.py +0 -446
  450. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/pptx.py +0 -275
  451. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/office/validators/redlining.py +0 -247
  452. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/comments.xml +0 -3
  453. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/commentsExtended.xml +0 -3
  454. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/commentsExtensible.xml +0 -3
  455. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/commentsIds.xml +0 -3
  456. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/docx/scripts/templates/people.xml +0 -3
  457. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/frontend-design/LICENSE.txt +0 -177
  458. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/frontend-design/SKILL.md +0 -42
  459. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/LICENSE.txt +0 -202
  460. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/SKILL.md +0 -32
  461. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/examples/3p-updates.md +0 -47
  462. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/examples/company-newsletter.md +0 -65
  463. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/examples/faq-answers.md +0 -30
  464. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/internal-comms/examples/general-comms.md +0 -16
  465. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/LICENSE.txt +0 -202
  466. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/SKILL.md +0 -236
  467. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/reference/evaluation.md +0 -602
  468. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/reference/mcp_best_practices.md +0 -249
  469. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/reference/node_mcp_server.md +0 -970
  470. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/reference/python_mcp_server.md +0 -719
  471. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/scripts/connections.py +0 -151
  472. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/scripts/evaluation.py +0 -373
  473. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/scripts/example_evaluation.xml +0 -22
  474. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/mcp-builder/scripts/requirements.txt +0 -2
  475. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/LICENSE.txt +0 -30
  476. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/SKILL.md +0 -314
  477. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/forms.md +0 -294
  478. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/reference.md +0 -612
  479. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/check_bounding_boxes.py +0 -65
  480. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/check_fillable_fields.py +0 -11
  481. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/convert_pdf_to_images.py +0 -33
  482. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/create_validation_image.py +0 -37
  483. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/extract_form_field_info.py +0 -122
  484. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/extract_form_structure.py +0 -115
  485. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/fill_fillable_fields.py +0 -98
  486. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pdf/scripts/fill_pdf_form_with_annotations.py +0 -107
  487. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/LICENSE.txt +0 -30
  488. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/SKILL.md +0 -232
  489. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/editing.md +0 -205
  490. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/pptxgenjs.md +0 -420
  491. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/__init__.py +0 -0
  492. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/add_slide.py +0 -195
  493. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/clean.py +0 -286
  494. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/helpers/__init__.py +0 -0
  495. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/helpers/merge_runs.py +0 -199
  496. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/helpers/simplify_redlines.py +0 -197
  497. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/pack.py +0 -159
  498. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  499. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  500. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  501. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  502. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  503. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  504. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  505. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  506. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  507. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  508. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  509. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  510. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  511. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  512. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  513. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  514. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  515. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  516. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  517. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  518. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  519. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  520. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  521. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  522. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  523. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  524. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  525. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  526. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  527. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  528. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  529. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/mce/mc.xsd +0 -75
  530. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +0 -560
  531. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +0 -67
  532. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +0 -14
  533. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +0 -20
  534. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +0 -13
  535. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  536. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +0 -8
  537. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/soffice.py +0 -183
  538. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/unpack.py +0 -132
  539. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validate.py +0 -111
  540. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/__init__.py +0 -15
  541. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/base.py +0 -847
  542. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/docx.py +0 -446
  543. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/pptx.py +0 -275
  544. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/office/validators/redlining.py +0 -247
  545. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/pptx/scripts/thumbnail.py +0 -289
  546. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/LICENSE.txt +0 -202
  547. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/SKILL.md +0 -485
  548. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/agents/analyzer.md +0 -274
  549. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/agents/comparator.md +0 -202
  550. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/agents/grader.md +0 -223
  551. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/assets/eval_review.html +0 -146
  552. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/eval-viewer/generate_review.py +0 -471
  553. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/eval-viewer/viewer.html +0 -1325
  554. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/references/schemas.md +0 -430
  555. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/__init__.py +0 -0
  556. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
  557. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/generate_report.py +0 -326
  558. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/improve_description.py +0 -247
  559. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/package_skill.py +0 -136
  560. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/quick_validate.py +0 -103
  561. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/run_eval.py +0 -310
  562. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/run_loop.py +0 -328
  563. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator/scripts/utils.py +0 -47
  564. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/LICENSE.txt +0 -202
  565. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/SKILL.md +0 -254
  566. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/core/easing.py +0 -234
  567. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/core/frame_composer.py +0 -176
  568. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/core/gif_builder.py +0 -269
  569. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/core/validators.py +0 -136
  570. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/slack-gif-creator/requirements.txt +0 -4
  571. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/LICENSE.txt +0 -202
  572. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/SKILL.md +0 -59
  573. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/theme-showcase.pdf +0 -0
  574. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/arctic-frost.md +0 -19
  575. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/botanical-garden.md +0 -19
  576. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/desert-rose.md +0 -19
  577. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/forest-canopy.md +0 -19
  578. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/golden-hour.md +0 -19
  579. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/midnight-galaxy.md +0 -19
  580. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/modern-minimalist.md +0 -19
  581. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/ocean-depths.md +0 -19
  582. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/sunset-boulevard.md +0 -19
  583. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/theme-factory/themes/tech-innovation.md +0 -19
  584. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/LICENSE.txt +0 -202
  585. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/SKILL.md +0 -74
  586. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/scripts/bundle-artifact.sh +0 -54
  587. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/scripts/init-artifact.sh +0 -322
  588. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
  589. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/LICENSE.txt +0 -202
  590. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/SKILL.md +0 -96
  591. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/examples/console_logging.py +0 -35
  592. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/examples/element_discovery.py +0 -40
  593. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/examples/static_html_automation.py +0 -33
  594. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/webapp-testing/scripts/with_server.py +0 -106
  595. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/LICENSE.txt +0 -30
  596. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/SKILL.md +0 -292
  597. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/helpers/__init__.py +0 -0
  598. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/helpers/merge_runs.py +0 -199
  599. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/helpers/simplify_redlines.py +0 -197
  600. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/pack.py +0 -159
  601. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  602. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  603. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  604. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  605. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  606. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  607. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  608. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  609. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  610. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  611. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  612. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  613. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  614. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  615. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  616. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  617. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  618. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  619. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  620. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  621. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  622. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  623. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  624. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  625. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  626. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  627. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  628. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  629. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  630. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  631. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  632. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/mce/mc.xsd +0 -75
  633. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +0 -560
  634. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +0 -67
  635. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +0 -14
  636. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +0 -20
  637. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +0 -13
  638. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  639. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +0 -8
  640. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/soffice.py +0 -183
  641. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/unpack.py +0 -132
  642. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validate.py +0 -111
  643. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/__init__.py +0 -15
  644. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/base.py +0 -847
  645. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/docx.py +0 -446
  646. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/pptx.py +0 -275
  647. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/office/validators/redlining.py +0 -247
  648. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/skills/xlsx/scripts/recalc.py +0 -184
  649. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/spec/agent-skills-spec.md +0 -3
  650. package/resources/local/claude/plugins/marketplaces/anthropic-agent-skills/template/SKILL.md +0 -6
  651. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/.claude-plugin/marketplace.json +0 -1724
  652. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/.gcs-sha +0 -1
  653. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/README.md +0 -51
  654. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/asana/.claude-plugin/plugin.json +0 -7
  655. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/asana/.mcp.json +0 -6
  656. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/context7/.claude-plugin/plugin.json +0 -7
  657. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/context7/.mcp.json +0 -6
  658. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/.claude-plugin/plugin.json +0 -11
  659. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/.mcp.json +0 -8
  660. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/ACCESS.md +0 -143
  661. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/LICENSE +0 -202
  662. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/README.md +0 -112
  663. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/bun.lock +0 -244
  664. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/package.json +0 -14
  665. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/server.ts +0 -900
  666. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/skills/access/SKILL.md +0 -137
  667. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/skills/configure/SKILL.md +0 -99
  668. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/.claude-plugin/plugin.json +0 -13
  669. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/.mcp.json +0 -8
  670. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/LICENSE +0 -202
  671. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/README.md +0 -47
  672. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/bun.lock +0 -206
  673. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/package.json +0 -16
  674. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/fakechat/server.ts +0 -295
  675. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/firebase/.claude-plugin/plugin.json +0 -7
  676. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/firebase/.mcp.json +0 -6
  677. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/github/.claude-plugin/plugin.json +0 -7
  678. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/github/.mcp.json +0 -9
  679. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/gitlab/.claude-plugin/plugin.json +0 -7
  680. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/gitlab/.mcp.json +0 -6
  681. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/greptile/.claude-plugin/plugin.json +0 -10
  682. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/greptile/.mcp.json +0 -9
  683. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/greptile/README.md +0 -57
  684. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/.claude-plugin/plugin.json +0 -11
  685. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/.mcp.json +0 -8
  686. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/ACCESS.md +0 -142
  687. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/LICENSE +0 -202
  688. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/README.md +0 -84
  689. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/bun.lock +0 -207
  690. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/package.json +0 -17
  691. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/server.ts +0 -875
  692. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/skills/access/SKILL.md +0 -140
  693. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/imessage/skills/configure/SKILL.md +0 -82
  694. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/laravel-boost/.claude-plugin/plugin.json +0 -7
  695. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/laravel-boost/.mcp.json +0 -6
  696. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/linear/.claude-plugin/plugin.json +0 -7
  697. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/linear/.mcp.json +0 -6
  698. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/playwright/.claude-plugin/plugin.json +0 -7
  699. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/playwright/.mcp.json +0 -6
  700. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/serena/.claude-plugin/plugin.json +0 -7
  701. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/serena/.mcp.json +0 -6
  702. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/.claude-plugin/plugin.json +0 -11
  703. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/.mcp.json +0 -8
  704. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/ACCESS.md +0 -147
  705. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/LICENSE +0 -202
  706. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/README.md +0 -99
  707. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/bun.lock +0 -212
  708. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/package.json +0 -14
  709. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/server.ts +0 -1032
  710. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/skills/access/SKILL.md +0 -136
  711. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/telegram/skills/configure/SKILL.md +0 -96
  712. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/terraform/.claude-plugin/plugin.json +0 -7
  713. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/external_plugins/terraform/.mcp.json +0 -12
  714. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/.claude-plugin/plugin.json +0 -8
  715. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/LICENSE +0 -202
  716. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/README.md +0 -208
  717. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/agents/agent-sdk-verifier-py.md +0 -140
  718. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/agents/agent-sdk-verifier-ts.md +0 -145
  719. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/agent-sdk-dev/commands/new-sdk-app.md +0 -176
  720. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/clangd-lsp/LICENSE +0 -202
  721. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/clangd-lsp/README.md +0 -36
  722. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/.claude-plugin/plugin.json +0 -9
  723. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/LICENSE +0 -202
  724. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/README.md +0 -29
  725. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/automation-recommender-example.png +0 -0
  726. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/SKILL.md +0 -288
  727. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/hooks-patterns.md +0 -226
  728. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/mcp-servers.md +0 -263
  729. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/plugins-reference.md +0 -98
  730. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/skills-reference.md +0 -408
  731. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/subagent-templates.md +0 -181
  732. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/.claude-plugin/plugin.json +0 -9
  733. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/LICENSE +0 -202
  734. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/README.md +0 -40
  735. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/claude-md-improver-example.png +0 -0
  736. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/commands/revise-claude-md.md +0 -54
  737. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/revise-claude-md-example.png +0 -0
  738. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/SKILL.md +0 -179
  739. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/quality-criteria.md +0 -109
  740. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/templates.md +0 -253
  741. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/update-guidelines.md +0 -150
  742. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-review/.claude-plugin/plugin.json +0 -9
  743. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-review/LICENSE +0 -202
  744. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-review/README.md +0 -246
  745. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-review/commands/code-review.md +0 -92
  746. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-simplifier/.claude-plugin/plugin.json +0 -9
  747. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-simplifier/LICENSE +0 -202
  748. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/code-simplifier/agents/code-simplifier.md +0 -52
  749. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/.claude-plugin/plugin.json +0 -9
  750. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/LICENSE +0 -202
  751. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/README.md +0 -225
  752. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/commands/clean_gone.md +0 -53
  753. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/commands/commit-push-pr.md +0 -20
  754. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/commit-commands/commands/commit.md +0 -17
  755. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/csharp-lsp/LICENSE +0 -202
  756. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/csharp-lsp/README.md +0 -25
  757. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/.claude-plugin/plugin.json +0 -8
  758. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/.mcp.json +0 -6
  759. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/LICENSE +0 -202
  760. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/README.md +0 -69
  761. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/commands/example-command.md +0 -39
  762. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-command/SKILL.md +0 -39
  763. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-skill/SKILL.md +0 -84
  764. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/.claude-plugin/plugin.json +0 -9
  765. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/LICENSE +0 -202
  766. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/README.md +0 -72
  767. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/hooks/hooks.json +0 -15
  768. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/explanatory-output-style/hooks-handlers/session-start.sh +0 -15
  769. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/.claude-plugin/plugin.json +0 -8
  770. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/LICENSE +0 -202
  771. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/README.md +0 -412
  772. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/agents/code-architect.md +0 -34
  773. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/agents/code-explorer.md +0 -51
  774. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/agents/code-reviewer.md +0 -46
  775. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/feature-dev/commands/feature-dev.md +0 -125
  776. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/frontend-design/.claude-plugin/plugin.json +0 -8
  777. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/frontend-design/LICENSE +0 -202
  778. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/frontend-design/README.md +0 -31
  779. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/frontend-design/skills/frontend-design/SKILL.md +0 -42
  780. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/gopls-lsp/LICENSE +0 -202
  781. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/gopls-lsp/README.md +0 -20
  782. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/.claude-plugin/plugin.json +0 -8
  783. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/LICENSE +0 -202
  784. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/README.md +0 -340
  785. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/agents/conversation-analyzer.md +0 -176
  786. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/commands/configure.md +0 -128
  787. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/commands/help.md +0 -175
  788. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/commands/hookify.md +0 -231
  789. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/commands/list.md +0 -82
  790. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/core/__init__.py +0 -0
  791. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/core/config_loader.py +0 -297
  792. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/core/rule_engine.py +0 -313
  793. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/examples/console-log-warning.local.md +0 -14
  794. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/examples/dangerous-rm.local.md +0 -14
  795. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/examples/require-tests-stop.local.md +0 -22
  796. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/examples/sensitive-files-warning.local.md +0 -18
  797. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/__init__.py +0 -0
  798. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/hooks.json +0 -49
  799. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/posttooluse.py +0 -62
  800. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/pretooluse.py +0 -66
  801. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/stop.py +0 -55
  802. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/hooks/userpromptsubmit.py +0 -54
  803. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/matchers/__init__.py +0 -0
  804. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/skills/writing-rules/SKILL.md +0 -374
  805. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/hookify/utils/__init__.py +0 -0
  806. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/jdtls-lsp/LICENSE +0 -202
  807. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/jdtls-lsp/README.md +0 -33
  808. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/kotlin-lsp/LICENSE +0 -202
  809. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/kotlin-lsp/README.md +0 -16
  810. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/.claude-plugin/plugin.json +0 -9
  811. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/LICENSE +0 -202
  812. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/README.md +0 -93
  813. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/hooks/hooks.json +0 -15
  814. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/learning-output-style/hooks-handlers/session-start.sh +0 -15
  815. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/lua-lsp/LICENSE +0 -202
  816. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/lua-lsp/README.md +0 -32
  817. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/.claude-plugin/plugin.json +0 -8
  818. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/LICENSE +0 -202
  819. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/README.md +0 -40
  820. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/SKILL.md +0 -411
  821. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/evals/trigger_eval.json +0 -23
  822. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/adversarial_prompts.md +0 -293
  823. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/attempt_agent.md +0 -63
  824. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/known_constructions.md +0 -46
  825. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/model_tier_defaults.md +0 -66
  826. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/presentation_prompts.md +0 -153
  827. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/solver_heuristics.md +0 -135
  828. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/verifier_patterns.md +0 -206
  829. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/scripts/check_latex.sh +0 -4
  830. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/scripts/compile_pdf.sh +0 -54
  831. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/.claude-plugin/plugin.json +0 -8
  832. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/LICENSE +0 -202
  833. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/README.md +0 -32
  834. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md +0 -361
  835. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/apps-sdk-messages.md +0 -160
  836. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/iframe-sandbox.md +0 -149
  837. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/widget-templates.md +0 -249
  838. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/SKILL.md +0 -221
  839. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/auth.md +0 -108
  840. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/deploy-cloudflare-workers.md +0 -106
  841. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/elicitation.md +0 -129
  842. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/remote-http-scaffold.md +0 -211
  843. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/resources-and-prompts.md +0 -122
  844. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/server-capabilities.md +0 -164
  845. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/tool-design.md +0 -189
  846. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/versions.md +0 -25
  847. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/SKILL.md +0 -199
  848. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/references/local-security.md +0 -149
  849. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/references/manifest-schema.md +0 -156
  850. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/php-lsp/LICENSE +0 -202
  851. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/php-lsp/README.md +0 -24
  852. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/.claude-plugin/plugin.json +0 -8
  853. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/LICENSE +0 -202
  854. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/README.md +0 -28
  855. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/SKILL.md +0 -76
  856. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/code-map.md +0 -158
  857. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/concept-map.md +0 -73
  858. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/data-explorer.md +0 -67
  859. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/design-playground.md +0 -67
  860. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/diff-review.md +0 -179
  861. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/playground/skills/playground/templates/document-critique.md +0 -171
  862. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/.claude-plugin/plugin.json +0 -8
  863. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/LICENSE +0 -202
  864. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/README.md +0 -402
  865. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/agents/agent-creator.md +0 -176
  866. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/agents/plugin-validator.md +0 -184
  867. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/agents/skill-reviewer.md +0 -184
  868. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/commands/create-plugin.md +0 -449
  869. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/SKILL.md +0 -415
  870. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/examples/agent-creation-prompt.md +0 -238
  871. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/examples/complete-agent-examples.md +0 -427
  872. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/agent-creation-system-prompt.md +0 -207
  873. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/system-prompt-design.md +0 -411
  874. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/triggering-examples.md +0 -491
  875. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development/scripts/validate-agent.sh +0 -217
  876. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/README.md +0 -272
  877. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/SKILL.md +0 -884
  878. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/examples/plugin-commands.md +0 -557
  879. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/examples/simple-commands.md +0 -504
  880. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/advanced-workflows.md +0 -722
  881. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/documentation-patterns.md +0 -739
  882. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/frontmatter-reference.md +0 -463
  883. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/interactive-commands.md +0 -920
  884. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/marketplace-considerations.md +0 -904
  885. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/plugin-features-reference.md +0 -609
  886. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/testing-strategies.md +0 -702
  887. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/SKILL.md +0 -712
  888. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/load-context.sh +0 -55
  889. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/validate-bash.sh +0 -43
  890. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/validate-write.sh +0 -38
  891. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/advanced.md +0 -479
  892. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/migration.md +0 -369
  893. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/patterns.md +0 -346
  894. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/README.md +0 -164
  895. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/hook-linter.sh +0 -153
  896. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/test-hook.sh +0 -252
  897. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/validate-hook-schema.sh +0 -159
  898. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/SKILL.md +0 -554
  899. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/http-server.json +0 -20
  900. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/sse-server.json +0 -19
  901. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/stdio-server.json +0 -26
  902. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/authentication.md +0 -549
  903. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/server-types.md +0 -536
  904. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/tool-usage.md +0 -538
  905. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/SKILL.md +0 -544
  906. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/create-settings-command.md +0 -98
  907. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/example-settings.md +0 -159
  908. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/read-settings-hook.sh +0 -65
  909. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/references/parsing-techniques.md +0 -549
  910. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/references/real-world-examples.md +0 -395
  911. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/scripts/parse-frontmatter.sh +0 -59
  912. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/scripts/validate-settings.sh +0 -101
  913. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/README.md +0 -109
  914. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/SKILL.md +0 -476
  915. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/advanced-plugin.md +0 -765
  916. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/minimal-plugin.md +0 -83
  917. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/standard-plugin.md +0 -587
  918. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/references/component-patterns.md +0 -567
  919. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/references/manifest-reference.md +0 -552
  920. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/skill-development/SKILL.md +0 -637
  921. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/skill-development/references/skill-creator-original.md +0 -209
  922. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/.claude-plugin/plugin.json +0 -8
  923. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/LICENSE +0 -202
  924. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/README.md +0 -313
  925. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/code-reviewer.md +0 -47
  926. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/code-simplifier.md +0 -88
  927. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/comment-analyzer.md +0 -70
  928. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/pr-test-analyzer.md +0 -69
  929. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/silent-failure-hunter.md +0 -130
  930. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/agents/type-design-analyzer.md +0 -110
  931. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pr-review-toolkit/commands/review-pr.md +0 -189
  932. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pyright-lsp/LICENSE +0 -202
  933. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/pyright-lsp/README.md +0 -31
  934. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/.claude-plugin/plugin.json +0 -9
  935. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/LICENSE +0 -202
  936. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/README.md +0 -197
  937. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/commands/cancel-ralph.md +0 -18
  938. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/commands/help.md +0 -126
  939. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/commands/ralph-loop.md +0 -18
  940. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/hooks/hooks.json +0 -15
  941. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/hooks/stop-hook.sh +0 -191
  942. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ralph-loop/scripts/setup-ralph-loop.sh +0 -204
  943. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ruby-lsp/LICENSE +0 -202
  944. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/ruby-lsp/README.md +0 -31
  945. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/rust-analyzer-lsp/LICENSE +0 -202
  946. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/rust-analyzer-lsp/README.md +0 -34
  947. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/security-guidance/.claude-plugin/plugin.json +0 -8
  948. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/security-guidance/LICENSE +0 -202
  949. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/security-guidance/hooks/hooks.json +0 -16
  950. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/security-guidance/hooks/security_reminder_hook.py +0 -280
  951. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/LICENSE +0 -202
  952. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/skills/session-report/SKILL.md +0 -42
  953. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/skills/session-report/analyze-sessions.mjs +0 -875
  954. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/skills/session-report/template.html +0 -569
  955. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/.claude-plugin/plugin.json +0 -8
  956. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/LICENSE +0 -202
  957. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/README.md +0 -3
  958. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/LICENSE.txt +0 -202
  959. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/SKILL.md +0 -479
  960. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/analyzer.md +0 -274
  961. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/comparator.md +0 -202
  962. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/grader.md +0 -223
  963. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/assets/eval_review.html +0 -146
  964. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/eval-viewer/generate_review.py +0 -471
  965. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/eval-viewer/viewer.html +0 -1325
  966. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/references/schemas.md +0 -430
  967. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/__init__.py +0 -0
  968. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
  969. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/generate_report.py +0 -326
  970. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/improve_description.py +0 -248
  971. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/package_skill.py +0 -136
  972. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/quick_validate.py +0 -103
  973. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/run_eval.py +0 -310
  974. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/run_loop.py +0 -332
  975. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/utils.py +0 -47
  976. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/swift-lsp/LICENSE +0 -202
  977. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/swift-lsp/README.md +0 -25
  978. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/typescript-lsp/LICENSE +0 -202
  979. package/resources/local/claude/plugins/marketplaces/claude-plugins-official/plugins/typescript-lsp/README.md +0 -24
  980. package/resources/local/claude/skills/skill-creator/SKILL.md +0 -39
  981. package/resources/local/claude/skills/vercel-react-best-practices/AGENTS.md +0 -2410
  982. package/resources/local/claude/skills/vercel-react-best-practices/SKILL.md +0 -125
  983. package/resources/local/claude/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -55
  984. package/resources/local/claude/skills/vercel-react-best-practices/rules/advanced-use-latest.md +0 -49
  985. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-api-routes.md +0 -38
  986. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-defer-await.md +0 -80
  987. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-dependencies.md +0 -36
  988. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-parallel.md +0 -28
  989. package/resources/local/claude/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -99
  990. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -59
  991. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-conditional.md +0 -31
  992. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -49
  993. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -35
  994. package/resources/local/claude/skills/vercel-react-best-practices/rules/bundle-preload.md +0 -50
  995. package/resources/local/claude/skills/vercel-react-best-practices/rules/client-event-listeners.md +0 -74
  996. package/resources/local/claude/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -71
  997. package/resources/local/claude/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -48
  998. package/resources/local/claude/skills/vercel-react-best-practices/rules/client-swr-dedup.md +0 -56
  999. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -57
  1000. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-cache-function-results.md +0 -80
  1001. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-cache-property-access.md +0 -28
  1002. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-cache-storage.md +0 -70
  1003. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-combine-iterations.md +0 -32
  1004. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-early-exit.md +0 -50
  1005. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -45
  1006. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-index-maps.md +0 -37
  1007. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-length-check-first.md +0 -49
  1008. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-min-max-loop.md +0 -82
  1009. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -24
  1010. package/resources/local/claude/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -57
  1011. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-activity.md +0 -26
  1012. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -47
  1013. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -40
  1014. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -38
  1015. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -46
  1016. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -82
  1017. package/resources/local/claude/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -28
  1018. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -39
  1019. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-dependencies.md +0 -45
  1020. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-derived-state.md +0 -29
  1021. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -74
  1022. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -58
  1023. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-memo.md +0 -44
  1024. package/resources/local/claude/skills/vercel-react-best-practices/rules/rerender-transitions.md +0 -40
  1025. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -73
  1026. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-cache-lru.md +0 -41
  1027. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-cache-react.md +0 -76
  1028. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -83
  1029. package/resources/local/claude/skills/vercel-react-best-practices/rules/server-serialization.md +0 -38
  1030. package/resources/local/claude/skills/web-design-guidelines/SKILL.md +0 -39
  1031. package/resources/local/codex/AGENTS.md +0 -0
  1032. package/resources/local/codex/models_cache.json +0 -395
  1033. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/.codex-plugin/plugin.json +0 -42
  1034. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/assets/browser.png +0 -0
  1035. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/scripts/browser-client.mjs +0 -177
  1036. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/skills/browser/SKILL.md +0 -734
  1037. package/resources/local/codex/plugins/cache/openai-bundled/browser-use/0.1.0-alpha1/skills/browser/agents/openai.yaml +0 -4
  1038. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/.codex-plugin/plugin.json +0 -49
  1039. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/README.md +0 -17
  1040. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/assets/icon.png +0 -0
  1041. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/assets/logo.png +0 -0
  1042. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/LICENSE.txt +0 -19
  1043. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/SKILL.md +0 -400
  1044. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/agents/openai.yaml +0 -7
  1045. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/assets/file-document.png +0 -0
  1046. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/examples/end_to_end_smoke_test.md +0 -32
  1047. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/manifest.txt +0 -72
  1048. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/ooxml/comments.md +0 -37
  1049. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/ooxml/hyperlinks_and_fields.md +0 -69
  1050. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/ooxml/rels_and_content_types.md +0 -37
  1051. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/ooxml/tracked_changes.md +0 -41
  1052. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/references/design_presets.md +0 -243
  1053. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/references/header_templates.md +0 -373
  1054. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/render_docx.py +0 -392
  1055. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/a11y_audit.py +0 -372
  1056. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/accept_tracked_changes.py +0 -180
  1057. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/add_tracked_replacements.py +0 -190
  1058. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/apply_template_styles.py +0 -131
  1059. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/captions_and_crossrefs.py +0 -305
  1060. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/comments_add.py +0 -260
  1061. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/comments_apply_patch.py +0 -156
  1062. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/comments_extract.py +0 -168
  1063. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/comments_strip.py +0 -151
  1064. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/content_controls.py +0 -358
  1065. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/docx_ooxml_patch.py +0 -649
  1066. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/docx_table_to_csv.py +0 -72
  1067. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/fields_materialize.py +0 -310
  1068. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/fields_report.py +0 -182
  1069. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/flatten_ref_fields.py +0 -154
  1070. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/footnotes_report.py +0 -99
  1071. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/heading_audit.py +0 -103
  1072. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/images_audit.py +0 -171
  1073. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/insert_note.py +0 -244
  1074. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/insert_ref_fields.py +0 -239
  1075. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/insert_toc.py +0 -154
  1076. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/internal_nav.py +0 -365
  1077. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/make_fixtures.py +0 -258
  1078. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/merge_docx_append.py +0 -110
  1079. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/privacy_scrub.py +0 -176
  1080. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/redact_docx.py +0 -315
  1081. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/render_and_diff.py +0 -165
  1082. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/section_audit.py +0 -86
  1083. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/set_protection.py +0 -149
  1084. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/style_lint.py +0 -170
  1085. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/style_normalize.py +0 -187
  1086. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/table_geometry.py +0 -270
  1087. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/watermark_add.py +0 -170
  1088. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/watermark_audit_remove.py +0 -145
  1089. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/scripts/xlsx_to_docx_table.py +0 -179
  1090. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/accessibility_a11y.md +0 -55
  1091. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/captions_crossrefs.md +0 -97
  1092. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/clean_tracked_changes.md +0 -44
  1093. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/comments_manage.md +0 -71
  1094. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/compare_diff.md +0 -32
  1095. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/create_edit.md +0 -47
  1096. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/fields_update.md +0 -66
  1097. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/fixtures_edge_cases.md +0 -42
  1098. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/footnotes_endnotes.md +0 -52
  1099. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/forms_content_controls.md +0 -49
  1100. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/headings_numbering.md +0 -44
  1101. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/images_figures.md +0 -35
  1102. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/multi_doc_merge.md +0 -31
  1103. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/navigation_internal_links.md +0 -62
  1104. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/privacy_scrub_metadata.md +0 -24
  1105. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/protection_restrict_editing.md +0 -36
  1106. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/read_review.md +0 -60
  1107. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/redaction_anonymization.md +0 -57
  1108. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/sections_layout.md +0 -62
  1109. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/style_lint_normalize.md +0 -70
  1110. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/tables_spreadsheets.md +0 -36
  1111. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/templates_style_packs.md +0 -34
  1112. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/toc_workflow.md +0 -61
  1113. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/verify_render.md +0 -54
  1114. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/tasks/watermarks_background.md +0 -35
  1115. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/troubleshooting/libreoffice_headless.md +0 -42
  1116. package/resources/local/codex/plugins/cache/openai-primary-runtime/documents/26.505.10851/skills/documents/troubleshooting/run_splitting.md +0 -15
  1117. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/.codex-plugin/plugin.json +0 -48
  1118. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/README.md +0 -17
  1119. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/assets/icon.png +0 -0
  1120. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/assets/logo.png +0 -0
  1121. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/SKILL.md +0 -743
  1122. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/agents/openai.yaml +0 -7
  1123. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/assets/file-presentation.png +0 -0
  1124. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/appendix-heavy.md +0 -24
  1125. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/consumer-retail.md +0 -59
  1126. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/engineering-platform.md +0 -30
  1127. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/finance-ir.md +0 -33
  1128. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/gtm-growth.md +0 -30
  1129. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/product-platform.md +0 -31
  1130. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/profiles/template-and-edit.md +0 -153
  1131. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/artifact_tool_utils.mjs +0 -504
  1132. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/build_artifact_deck.mjs +0 -209
  1133. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/check_icon_manifest.mjs +0 -138
  1134. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/check_layout_quality.mjs +0 -495
  1135. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/cleanup_presentation_workspace.mjs +0 -164
  1136. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/create_reference_slide.py +0 -96
  1137. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/create_reference_slides.py +0 -264
  1138. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/inspect_template_deck.mjs +0 -216
  1139. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/make_contact_sheet.py +0 -58
  1140. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/openai_generate_image.py +0 -146
  1141. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/prepare_template_starter_deck.mjs +0 -229
  1142. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/render_artifact_slide.mjs +0 -105
  1143. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/render_lucide_icon.mjs +0 -229
  1144. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/scripts/run_prompt_battle.mjs +0 -872
  1145. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/subagent-instructions.md +0 -128
  1146. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/templates/design-system-template.md +0 -107
  1147. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/templates/icon-manifest-template.json +0 -38
  1148. package/resources/local/codex/plugins/cache/openai-primary-runtime/presentations/26.505.10851/skills/presentations/templates/visual-qa-template.md +0 -114
  1149. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/.codex-plugin/plugin.json +0 -48
  1150. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/README.md +0 -17
  1151. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/assets/icon.png +0 -0
  1152. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/assets/logo.png +0 -0
  1153. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/SKILL.md +0 -607
  1154. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/agents/openai.yaml +0 -7
  1155. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/assets/file-spreadsheet.png +0 -0
  1156. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/charts.md +0 -31
  1157. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/style_guidelines.md +0 -99
  1158. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/templates/financial_models.md +0 -121
  1159. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/templates/healthcare.md +0 -33
  1160. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/templates/marketing_advertising.md +0 -31
  1161. package/resources/local/codex/plugins/cache/openai-primary-runtime/spreadsheets/26.505.10851/skills/spreadsheets/templates/scientific_research.md +0 -19
  1162. package/resources/local/codex/rules/default.rules +0 -13
  1163. package/resources/local/codex/skills/.system/.codex-system-skills.marker +0 -1
  1164. package/resources/local/codex/skills/.system/imagegen/LICENSE.txt +0 -201
  1165. package/resources/local/codex/skills/.system/imagegen/SKILL.md +0 -356
  1166. package/resources/local/codex/skills/.system/imagegen/agents/openai.yaml +0 -6
  1167. package/resources/local/codex/skills/.system/imagegen/assets/imagegen-small.svg +0 -5
  1168. package/resources/local/codex/skills/.system/imagegen/assets/imagegen.png +0 -0
  1169. package/resources/local/codex/skills/.system/imagegen/references/cli.md +0 -242
  1170. package/resources/local/codex/skills/.system/imagegen/references/codex-network.md +0 -33
  1171. package/resources/local/codex/skills/.system/imagegen/references/image-api.md +0 -90
  1172. package/resources/local/codex/skills/.system/imagegen/references/prompting.md +0 -118
  1173. package/resources/local/codex/skills/.system/imagegen/references/sample-prompts.md +0 -433
  1174. package/resources/local/codex/skills/.system/imagegen/scripts/image_gen.py +0 -995
  1175. package/resources/local/codex/skills/.system/imagegen/scripts/remove_chroma_key.py +0 -440
  1176. package/resources/local/codex/skills/.system/openai-docs/LICENSE.txt +0 -201
  1177. package/resources/local/codex/skills/.system/openai-docs/SKILL.md +0 -88
  1178. package/resources/local/codex/skills/.system/openai-docs/agents/openai.yaml +0 -14
  1179. package/resources/local/codex/skills/.system/openai-docs/assets/openai-small.svg +0 -3
  1180. package/resources/local/codex/skills/.system/openai-docs/assets/openai.png +0 -0
  1181. package/resources/local/codex/skills/.system/openai-docs/references/latest-model.md +0 -37
  1182. package/resources/local/codex/skills/.system/openai-docs/references/prompting-guide.md +0 -244
  1183. package/resources/local/codex/skills/.system/openai-docs/references/upgrade-guide.md +0 -181
  1184. package/resources/local/codex/skills/.system/openai-docs/scripts/resolve-latest-model-info.js +0 -147
  1185. package/resources/local/codex/skills/.system/plugin-creator/SKILL.md +0 -160
  1186. package/resources/local/codex/skills/.system/plugin-creator/agents/openai.yaml +0 -6
  1187. package/resources/local/codex/skills/.system/plugin-creator/assets/plugin-creator-small.svg +0 -3
  1188. package/resources/local/codex/skills/.system/plugin-creator/assets/plugin-creator.png +0 -0
  1189. package/resources/local/codex/skills/.system/plugin-creator/references/plugin-json-spec.md +0 -170
  1190. package/resources/local/codex/skills/.system/plugin-creator/scripts/create_basic_plugin.py +0 -301
  1191. package/resources/local/codex/skills/.system/skill-creator/SKILL.md +0 -416
  1192. package/resources/local/codex/skills/.system/skill-creator/agents/openai.yaml +0 -5
  1193. package/resources/local/codex/skills/.system/skill-creator/assets/skill-creator-small.svg +0 -3
  1194. package/resources/local/codex/skills/.system/skill-creator/assets/skill-creator.png +0 -0
  1195. package/resources/local/codex/skills/.system/skill-creator/license.txt +0 -202
  1196. package/resources/local/codex/skills/.system/skill-creator/references/openai_yaml.md +0 -49
  1197. package/resources/local/codex/skills/.system/skill-creator/scripts/generate_openai_yaml.py +0 -226
  1198. package/resources/local/codex/skills/.system/skill-creator/scripts/init_skill.py +0 -400
  1199. package/resources/local/codex/skills/.system/skill-creator/scripts/quick_validate.py +0 -101
  1200. package/resources/local/codex/skills/.system/skill-installer/LICENSE.txt +0 -202
  1201. package/resources/local/codex/skills/.system/skill-installer/SKILL.md +0 -58
  1202. package/resources/local/codex/skills/.system/skill-installer/agents/openai.yaml +0 -5
  1203. package/resources/local/codex/skills/.system/skill-installer/assets/skill-installer-small.svg +0 -3
  1204. package/resources/local/codex/skills/.system/skill-installer/assets/skill-installer.png +0 -0
  1205. package/resources/local/codex/skills/.system/skill-installer/scripts/github_utils.py +0 -21
  1206. package/resources/local/codex/skills/.system/skill-installer/scripts/install-skill-from-github.py +0 -308
  1207. package/resources/local/codex/skills/.system/skill-installer/scripts/list-skills.py +0 -107
  1208. package/resources/local/codex/skills/vibefigma/SKILL.md +0 -87
  1209. package/resources/local/codex/skills/vibefigma/references/responsive-cleanup.md +0 -180
  1210. package/resources/local/karpathy-tools/CLAUDE.md +0 -65
  1211. package/resources/local/karpathy-tools/karpathy-md.js +0 -140
  1212. package/rules/default.md +0 -108
  1213. package/skills/coding.md +0 -87
  1214. package/skills/debug.md +0 -63
  1215. package/skills/test.md +0 -64
  1216. package/src/ai/providers.test.js +0 -137
  1217. package/src/cli/commands.test.js +0 -179
  1218. package/src/cli/repl.test.js +0 -507
  1219. package/src/cli/terminal-ui.test.js +0 -33
  1220. package/src/session/manager.test.js +0 -72
  1221. package/src/tools/executor.test.js +0 -286
@@ -1,415 +0,0 @@
1
- @import "tailwindcss";
2
-
3
- /* Inter Font */
4
- @font-face {
5
- font-display: swap;
6
- font-family: 'Inter';
7
- font-style: normal;
8
- font-weight: 400;
9
- src: url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hjp-Ek-_EeA.woff2') format('woff2');
10
- }
11
-
12
- @font-face {
13
- font-display: swap;
14
- font-family: 'Inter';
15
- font-style: normal;
16
- font-weight: 500;
17
- src: url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZ9hjp-Ek-_EeA.woff2') format('woff2');
18
- }
19
-
20
- @font-face {
21
- font-display: swap;
22
- font-family: 'Inter';
23
- font-style: normal;
24
- font-weight: 600;
25
- src: url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYAZ9hjp-Ek-_EeA.woff2') format('woff2');
26
- }
27
-
28
- @font-face {
29
- font-display: swap;
30
- font-family: 'Inter';
31
- font-style: normal;
32
- font-weight: 700;
33
- src: url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYAZ9hjp-Ek-_EeA.woff2') format('woff2');
34
- }
35
-
36
- /* JetBrains Mono */
37
- @font-face {
38
- font-display: swap;
39
- font-family: 'JetBrains Mono';
40
- font-style: normal;
41
- font-weight: 400;
42
- src: url('https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.woff2') format('woff2');
43
- }
44
-
45
- /* Composio Design Tokens */
46
- :root {
47
- /* Colors */
48
- --color-primary: #0007cd;
49
- --color-primary-active: #0005a3;
50
- --color-primary-glow: #1a26ff;
51
- --color-accent-cyan: #00d4ff;
52
- --color-accent-violet: #7b3aed;
53
- --color-canvas: #0f0f0f;
54
- --color-canvas-deep: #000000;
55
- --color-surface-card: #181818;
56
- --color-surface-elevated: #222222;
57
- --color-surface-strong: #2a2a2a;
58
- --color-hairline: #222222;
59
- --color-hairline-soft: #1a1a1a;
60
- --color-hairline-strong: #333333;
61
- --color-ink: #ffffff;
62
- --color-body: #a8a8a8;
63
- --color-muted: #888888;
64
- --color-muted-soft: #666666;
65
- --color-success: #33d17a;
66
- --color-error: #ff4d4d;
67
-
68
- /* Typography */
69
- --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
70
- --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
71
-
72
- /* Spacing */
73
- --space-xxs: 4px;
74
- --space-xs: 8px;
75
- --space-sm: 12px;
76
- --space-base: 16px;
77
- --space-md: 20px;
78
- --space-lg: 24px;
79
- --space-xl: 32px;
80
- --space-xxl: 48px;
81
- --space-section: 96px;
82
-
83
- /* Border Radius */
84
- --radius-xs: 4px;
85
- --radius-sm: 6px;
86
- --radius-md: 8px;
87
- --radius-lg: 12px;
88
- --radius-xl: 16px;
89
- --radius-pill: 9999px;
90
- }
91
-
92
- @theme inline {
93
- --color-background: var(--color-canvas);
94
- --color-foreground: var(--color-ink);
95
- --font-sans: var(--font-sans);
96
- --font-mono: var(--font-mono);
97
- }
98
-
99
- /* Base Styles */
100
- * {
101
- box-sizing: border-box;
102
- }
103
-
104
- body {
105
- background: var(--color-canvas);
106
- color: var(--color-body);
107
- font-family: var(--font-sans);
108
- line-height: 1.5;
109
- -webkit-font-smoothing: antialiased;
110
- -moz-osx-font-smoothing: grayscale;
111
- }
112
-
113
- /* Three.js Canvas Container */
114
- .three-canvas {
115
- position: fixed;
116
- top: 0;
117
- left: 0;
118
- width: 100%;
119
- height: 100%;
120
- z-index: 0;
121
- pointer-events: none;
122
- }
123
-
124
- /* Spotlight Glow Effect */
125
- .spotlight-glow {
126
- position: absolute;
127
- width: 600px;
128
- height: 600px;
129
- background: radial-gradient(circle, var(--color-primary-glow) 0%, transparent 70%);
130
- opacity: 0.3;
131
- filter: blur(80px);
132
- animation: pulse-glow 4s ease-in-out infinite;
133
- }
134
-
135
- @keyframes pulse-glow {
136
- 0%, 100% { opacity: 0.2; transform: scale(1); }
137
- 50% { opacity: 0.4; transform: scale(1.1); }
138
- }
139
-
140
- /* Floating Animation */
141
- @keyframes float {
142
- 0%, 100% { transform: translateY(0px); }
143
- 50% { transform: translateY(-20px); }
144
- }
145
-
146
- .floating {
147
- animation: float 6s ease-in-out infinite;
148
- }
149
-
150
- /* Fade In Up Animation */
151
- @keyframes fadeInUp {
152
- from {
153
- opacity: 0;
154
- transform: translateY(40px);
155
- }
156
- to {
157
- opacity: 1;
158
- transform: translateY(0);
159
- }
160
- }
161
-
162
- .fade-in-up {
163
- animation: fadeInUp 0.8s ease-out forwards;
164
- }
165
-
166
- /* Stagger delays */
167
- .stagger-1 { animation-delay: 0.1s; }
168
- .stagger-2 { animation-delay: 0.2s; }
169
- .stagger-3 { animation-delay: 0.3s; }
170
- .stagger-4 { animation-delay: 0.4s; }
171
- .stagger-5 { animation-delay: 0.5s; }
172
- .stagger-6 { animation-delay: 0.6s; }
173
-
174
- /* Typing Animation */
175
- @keyframes typing {
176
- from { width: 0; }
177
- to { width: 100%; }
178
- }
179
-
180
- @keyframes blink {
181
- 50% { border-color: transparent; }
182
- }
183
-
184
- .typing-effect {
185
- overflow: hidden;
186
- white-space: nowrap;
187
- border-right: 3px solid var(--color-primary);
188
- animation: typing 3s steps(30) forwards, blink 0.8s step-end infinite;
189
- }
190
-
191
- /* Terminal Window Styles */
192
- .terminal-window {
193
- background: var(--color-canvas-deep);
194
- border-radius: var(--radius-xl);
195
- border: 1px solid var(--color-hairline-strong);
196
- overflow: hidden;
197
- }
198
-
199
- .terminal-header {
200
- background: var(--color-surface-elevated);
201
- padding: var(--space-sm) var(--space-md);
202
- display: flex;
203
- align-items: center;
204
- gap: var(--space-xs);
205
- }
206
-
207
- .terminal-dot {
208
- width: 12px;
209
- height: 12px;
210
- border-radius: 50%;
211
- }
212
-
213
- .terminal-content {
214
- padding: var(--space-xl);
215
- font-family: var(--font-mono);
216
- font-size: 13px;
217
- line-height: 1.6;
218
- color: var(--color-body);
219
- }
220
-
221
- /* Code Block Syntax Highlighting */
222
- .code-keyword { color: #ff79c6; }
223
- .code-string { color: #f1fa8c; }
224
- .code-function { color: #50fa7b; }
225
- .code-comment { color: #6272a4; }
226
- .code-number { color: #bd93f9; }
227
- .code-variable { color: #8be9fd; }
228
- .code-operator { color: #ff79c6; }
229
-
230
- /* Card Hover Effect */
231
- .card-hover {
232
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
233
- }
234
-
235
- .card-hover:hover {
236
- transform: translateY(-8px);
237
- background: var(--color-surface-elevated);
238
- box-shadow: 0 20px 40px rgba(0, 7, 205, 0.15);
239
- }
240
-
241
- /* Button Styles */
242
- .btn-primary {
243
- background: var(--color-primary);
244
- color: var(--color-ink);
245
- padding: 10px 18px;
246
- height: 40px;
247
- border-radius: var(--radius-md);
248
- font-weight: 500;
249
- font-size: 14px;
250
- transition: all 0.2s ease;
251
- display: inline-flex;
252
- align-items: center;
253
- justify-content: center;
254
- gap: var(--space-xs);
255
- }
256
-
257
- .btn-primary:hover {
258
- background: var(--color-primary-active);
259
- transform: translateY(-2px);
260
- box-shadow: 0 4px 20px rgba(0, 7, 205, 0.4);
261
- }
262
-
263
- .btn-secondary {
264
- background: var(--color-surface-elevated);
265
- color: var(--color-ink);
266
- padding: 10px 18px;
267
- height: 40px;
268
- border-radius: var(--radius-md);
269
- font-weight: 500;
270
- font-size: 14px;
271
- transition: all 0.2s ease;
272
- display: inline-flex;
273
- align-items: center;
274
- justify-content: center;
275
- gap: var(--space-xs);
276
- }
277
-
278
- .btn-secondary:hover {
279
- background: var(--color-surface-strong);
280
- transform: translateY(-2px);
281
- }
282
-
283
- .btn-outline {
284
- background: transparent;
285
- color: var(--color-ink);
286
- padding: 10px 18px;
287
- height: 40px;
288
- border-radius: var(--radius-md);
289
- border: 1px solid var(--color-hairline-strong);
290
- font-weight: 500;
291
- font-size: 14px;
292
- transition: all 0.2s ease;
293
- display: inline-flex;
294
- align-items: center;
295
- justify-content: center;
296
- gap: var(--space-xs);
297
- }
298
-
299
- .btn-outline:hover {
300
- background: var(--color-surface-card);
301
- border-color: var(--color-muted);
302
- }
303
-
304
- /* Badge Pill */
305
- .badge-pill {
306
- background: var(--color-surface-elevated);
307
- color: var(--color-muted);
308
- font-size: 11px;
309
- font-weight: 600;
310
- text-transform: uppercase;
311
- letter-spacing: 0.88px;
312
- padding: 4px 12px;
313
- border-radius: var(--radius-pill);
314
- }
315
-
316
- /* Tech Badge */
317
- .tech-badge {
318
- background: var(--color-surface-card);
319
- color: var(--color-body);
320
- font-size: 13px;
321
- padding: 6px 12px;
322
- border-radius: var(--radius-sm);
323
- border: 1px solid var(--color-hairline);
324
- transition: all 0.2s ease;
325
- }
326
-
327
- .tech-badge:hover {
328
- background: var(--color-surface-elevated);
329
- border-color: var(--color-primary);
330
- color: var(--color-ink);
331
- }
332
-
333
- /* Section Title */
334
- .section-title {
335
- font-size: 44px;
336
- font-weight: 500;
337
- color: var(--color-ink);
338
- letter-spacing: -1.32px;
339
- line-height: 1.1;
340
- }
341
-
342
- /* Timeline */
343
- .timeline-item {
344
- position: relative;
345
- padding-left: var(--space-xxl);
346
- }
347
-
348
- .timeline-item::before {
349
- content: '';
350
- position: absolute;
351
- left: 0;
352
- top: 8px;
353
- width: 16px;
354
- height: 16px;
355
- background: var(--color-primary);
356
- border-radius: 50%;
357
- box-shadow: 0 0 20px var(--color-primary-glow);
358
- }
359
-
360
- .timeline-item::after {
361
- content: '';
362
- position: absolute;
363
- left: 7px;
364
- top: 28px;
365
- width: 2px;
366
- height: calc(100% - 20px);
367
- background: var(--color-hairline);
368
- }
369
-
370
- .timeline-item:last-child::after {
371
- display: none;
372
- }
373
-
374
- /* Scrollbar */
375
- ::-webkit-scrollbar {
376
- width: 8px;
377
- height: 8px;
378
- }
379
-
380
- ::-webkit-scrollbar-track {
381
- background: var(--color-canvas);
382
- }
383
-
384
- ::-webkit-scrollbar-thumb {
385
- background: var(--color-surface-strong);
386
- border-radius: var(--radius-pill);
387
- }
388
-
389
- ::-webkit-scrollbar-thumb:hover {
390
- background: var(--color-muted);
391
- }
392
-
393
- /* Text Selection */
394
- ::selection {
395
- background: var(--color-primary);
396
- color: var(--color-ink);
397
- }
398
-
399
- /* Smooth Scroll */
400
- html {
401
- scroll-behavior: smooth;
402
- }
403
-
404
- /* Focus States */
405
- *:focus-visible {
406
- outline: 2px solid var(--color-primary);
407
- outline-offset: 2px;
408
- }
409
-
410
- /* Responsive Breakpoints */
411
- @media (max-width: 640px) {
412
- .section-title {
413
- font-size: 32px;
414
- }
415
- }
@@ -1,34 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2017",
4
- "lib": [
5
- "dom",
6
- "dom.iterable",
7
- "esnext"
8
- ],
9
- "allowJs": true,
10
- "skipLibCheck": true,
11
- "strict": true,
12
- "noEmit": true,
13
- "esModuleInterop": true,
14
- "module": "esnext",
15
- "moduleResolution": "bundler",
16
- "resolveJsonModule": true,
17
- "isolatedModules": true,
18
- "jsx": "react-jsx",
19
- "incremental": true,
20
- "paths": {
21
- "@/*": [
22
- "./*"
23
- ]
24
- }
25
- },
26
- "include": [
27
- "next-env.d.ts",
28
- "**/*.ts",
29
- "**/*.tsx"
30
- ],
31
- "exclude": [
32
- "node_modules"
33
- ]
34
- }
@@ -1,197 +0,0 @@
1
- <a href="https://github.com/VoltAgent/voltagent">
2
- <img width="1500" alt="claude-skills" src="https://github.com/user-attachments/assets/d012a0d2-cec3-4630-ba5e-acc339dbe6cf" />
3
- </a>
4
-
5
-
6
- <br/>
7
- <br/>
8
-
9
- <div align="center">
10
- <strong>Curated collection of DESIGN.md files inspired by developer focused websites.</strong>
11
- <br />
12
- <br />
13
-
14
- </div>
15
-
16
- <div align="center">
17
-
18
- [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
19
- ![DESIGN.md Count](https://img.shields.io/badge/DESIGN.md%20count-71-10b981?style=classic)
20
- [![Last Update](https://img.shields.io/github/last-commit/VoltAgent/awesome-design-md?label=Last%20update&style=classic)](https://github.com/VoltAgent/awesome-design-md)
21
- [![Discord](https://img.shields.io/discord/1361559153780195478.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://s.voltagent.dev/discord)
22
-
23
- </div>
24
- </div>
25
-
26
- # Awesome DESIGN.md
27
-
28
- Copy a DESIGN.md into your project, tell your AI agent "build me a page that looks like this" and get pixel-perfect UI that actually matches.
29
-
30
-
31
- ## What is DESIGN.md?
32
-
33
- [DESIGN.md](https://stitch.withgoogle.com/docs/design-md/overview/) is a new concept introduced by Google Stitch. A plain-text design system document that AI agents read to generate consistent UI.
34
-
35
- It's just a markdown file. No Figma exports, no JSON schemas, no special tooling. Drop it into your project root and any AI coding agent or Google Stitch instantly understands how your UI should look. Markdown is the format LLMs read best, so there's nothing to parse or configure.
36
-
37
- | File | Who reads it | What it defines |
38
- |------|-------------|-----------------|
39
- | `AGENTS.md` | Coding agents | How to build the project |
40
- | `DESIGN.md` | Design agents | How the project should look and feel |
41
-
42
- **This repo provides ready-to-use DESIGN.md files** extracted from real websites.
43
-
44
- ## Request a DESIGN.md
45
-
46
- You can [request a DESIGN.md](https://getdesign.md/request) for specific website, including private requests delivered exclusively to you.
47
-
48
- ## Sponsors ❤️
49
-
50
- Become a Sponsor [1M+ view] — your logo here and get listed on [getdesign.md](https://getdesign.md/)
51
-
52
- ## Collection
53
-
54
- ### AI & LLM Platforms
55
-
56
- - [**Claude**](https://getdesign.md/claude/design-md) - Anthropic's AI assistant. Warm terracotta accent, clean editorial layout
57
- - [**Cohere**](https://getdesign.md/cohere/design-md) - Enterprise AI platform. Vibrant gradients, data-rich dashboard aesthetic
58
- - [**ElevenLabs**](https://getdesign.md/elevenlabs/design-md) - AI voice platform. Dark cinematic UI, audio-waveform aesthetics
59
- - [**Minimax**](https://getdesign.md/minimax/design-md) - AI model provider. Bold dark interface with neon accents
60
- - [**Mistral AI**](https://getdesign.md/mistral.ai/design-md) - Open-weight LLM provider. French-engineered minimalism, purple-toned
61
- - [**Ollama**](https://getdesign.md/ollama/design-md) - Run LLMs locally. Terminal-first, monochrome simplicity
62
- - [**OpenCode AI**](https://getdesign.md/opencode.ai/design-md) - AI coding platform. Developer-centric dark theme
63
- - [**Replicate**](https://getdesign.md/replicate/design-md) - Run ML models via API. Clean white canvas, code-forward
64
- - [**RunwayML**](https://getdesign.md/runwayml/design-md) - AI video generation. Cinematic dark UI, media-rich layout
65
- - [**Together AI**](https://getdesign.md/together.ai/design-md) - Open-source AI infrastructure. Technical, blueprint-style design
66
- - [**VoltAgent**](https://getdesign.md/voltagent/design-md) - AI agent framework. Void-black canvas, emerald accent, terminal-native
67
- - [**xAI**](https://getdesign.md/x.ai/design-md) - Elon Musk's AI lab. Stark monochrome, futuristic minimalism
68
-
69
- ### Developer Tools & IDEs
70
-
71
- - [**Cursor**](https://getdesign.md/cursor/design-md) - AI-first code editor. Sleek dark interface, gradient accents
72
- - [**Expo**](https://getdesign.md/expo/design-md) - React Native platform. Dark theme, tight letter-spacing, code-centric
73
- - [**Lovable**](https://getdesign.md/lovable/design-md) - AI full-stack builder. Playful gradients, friendly dev aesthetic
74
- - [**Raycast**](https://getdesign.md/raycast/design-md) - Productivity launcher. Sleek dark chrome, vibrant gradient accents
75
- - [**Superhuman**](https://getdesign.md/superhuman/design-md) - Fast email client. Premium dark UI, keyboard-first, purple glow
76
- - [**Vercel**](https://getdesign.md/vercel/design-md) - Frontend deployment platform. Black and white precision, Geist font
77
- - [**Warp**](https://getdesign.md/warp/design-md) - Modern terminal. Dark IDE-like interface, block-based command UI
78
-
79
- ### Backend, Database & DevOps
80
-
81
- - [**ClickHouse**](https://getdesign.md/clickhouse/design-md) - Fast analytics database. Yellow-accented, technical documentation style
82
- - [**Composio**](https://getdesign.md/composio/design-md) - Tool integration platform. Modern dark with colorful integration icons
83
- - [**HashiCorp**](https://getdesign.md/hashicorp/design-md) - Infrastructure automation. Enterprise-clean, black and white
84
- - [**MongoDB**](https://getdesign.md/mongodb/design-md) - Document database. Green leaf branding, developer documentation focus
85
- - [**PostHog**](https://getdesign.md/posthog/design-md) - Product analytics. Playful hedgehog branding, developer-friendly dark UI
86
- - [**Sanity**](https://getdesign.md/sanity/design-md) - Headless CMS. Red accent, content-first editorial layout
87
- - [**Sentry**](https://getdesign.md/sentry/design-md) - Error monitoring. Dark dashboard, data-dense, pink-purple accent
88
- - [**Supabase**](https://getdesign.md/supabase/design-md) - Open-source Firebase alternative. Dark emerald theme, code-first
89
-
90
- ### Productivity & SaaS
91
-
92
- - [**Cal.com**](https://getdesign.md/cal/design-md) - Open-source scheduling. Clean neutral UI, developer-oriented simplicity
93
- - [**Intercom**](https://getdesign.md/intercom/design-md) - Customer messaging. Friendly blue palette, conversational UI patterns
94
- - [**Linear**](https://getdesign.md/linear.app/design-md) - Project management for engineers. Ultra-minimal, precise, purple accent
95
- - [**Mintlify**](https://getdesign.md/mintlify/design-md) - Documentation platform. Clean, green-accented, reading-optimized
96
- - [**Notion**](https://getdesign.md/notion/design-md) - All-in-one workspace. Warm minimalism, serif headings, soft surfaces
97
- - [**Resend**](https://getdesign.md/resend/design-md) - Email API for developers. Minimal dark theme, monospace accents
98
- - [**Zapier**](https://getdesign.md/zapier/design-md) - Automation platform. Warm orange, friendly illustration-driven
99
-
100
- ### Design & Creative Tools
101
-
102
- - [**Airtable**](https://getdesign.md/airtable/design-md) - Spreadsheet-database hybrid. Colorful, friendly, structured data aesthetic
103
- - [**Clay**](https://getdesign.md/clay/design-md) - Creative agency. Organic shapes, soft gradients, art-directed layout
104
- - [**Figma**](https://getdesign.md/figma/design-md) - Collaborative design tool. Vibrant multi-color, playful yet professional
105
- - [**Framer**](https://getdesign.md/framer/design-md) - Website builder. Bold black and blue, motion-first, design-forward
106
- - [**Miro**](https://getdesign.md/miro/design-md) - Visual collaboration. Bright yellow accent, infinite canvas aesthetic
107
- - [**Webflow**](https://getdesign.md/webflow/design-md) - Visual web builder. Blue-accented, polished marketing site aesthetic
108
-
109
- ### Fintech & Crypto
110
-
111
- - [**Binance**](https://getdesign.md/binance/design-md) - Crypto exchange. Bold Binance Yellow on monochrome, trading-floor urgency
112
- - [**Coinbase**](https://getdesign.md/coinbase/design-md) - Crypto exchange. Clean blue identity, trust-focused, institutional feel
113
- - [**Kraken**](https://getdesign.md/kraken/design-md) - Crypto trading platform. Purple-accented dark UI, data-dense dashboards
114
- - [**Mastercard**](https://getdesign.md/mastercard/design-md) - Global payments network. Warm cream canvas, orbital pill shapes, editorial warmth
115
- - [**Revolut**](https://getdesign.md/revolut/design-md) - Digital banking. Sleek dark interface, gradient cards, fintech precision
116
- - [**Stripe**](https://getdesign.md/stripe/design-md) - Payment infrastructure. Signature purple gradients, weight-300 elegance
117
- - [**Wise**](https://getdesign.md/wise/design-md) - International money transfer. Bright green accent, friendly and clear
118
-
119
- ### E-commerce & Retail
120
-
121
- - [**Airbnb**](https://getdesign.md/airbnb/design-md) - Travel marketplace. Warm coral accent, photography-driven, rounded UI
122
- - [**Meta**](https://getdesign.md/meta/design-md) - Tech retail store. Photography-first, binary light/dark surfaces, Meta Blue CTAs
123
- - [**Nike**](https://getdesign.md/nike/design-md) - Athletic retail. Monochrome UI, massive uppercase Futura, full-bleed photography
124
- - [**Shopify**](https://getdesign.md/shopify/design-md) - E-commerce platform. Dark-first cinematic, neon green accent, ultra-light display type
125
- - [**Starbucks**](https://getdesign.md/starbucks/design-md) - Coffee retail flagship. Four-tier earth-green system, warm cream canvas, proprietary SoDoSans typography
126
-
127
- ### Media & Consumer Tech
128
-
129
- - [**Apple**](https://getdesign.md/apple/design-md) - Consumer electronics. Premium white space, SF Pro, cinematic imagery
130
- - [**IBM**](https://getdesign.md/ibm/design-md) - Enterprise technology. Carbon design system, structured blue palette
131
- - [**NVIDIA**](https://getdesign.md/nvidia/design-md) - GPU computing. Green-black energy, technical power aesthetic
132
- - [**Pinterest**](https://getdesign.md/pinterest/design-md) - Visual discovery platform. Red accent, masonry grid, image-first
133
- - [**PlayStation**](https://getdesign.md/playstation/design-md) - Gaming console retail. Three-surface channel layout, cyan hover-scale interaction
134
- - [**SpaceX**](https://getdesign.md/spacex/design-md) - Space technology. Stark black and white, full-bleed imagery, futuristic
135
- - [**Spotify**](https://getdesign.md/spotify/design-md) - Music streaming. Vibrant green on dark, bold type, album-art-driven
136
- - [**The Verge**](https://getdesign.md/theverge/design-md) - Tech editorial media. Acid-mint and ultraviolet accents, Manuka display type
137
- - [**Uber**](https://getdesign.md/uber/design-md) - Mobility platform. Bold black and white, tight type, urban energy
138
- - [**Vodafone**](https://getdesign.md/vodafone/design-md) - Global telecom brand. Monumental uppercase display, Vodafone Red chapter bands
139
- - [**WIRED**](https://getdesign.md/wired/design-md) - Tech magazine. Paper-white broadsheet density, custom serif, ink-blue links
140
-
141
- ### Automotive
142
-
143
- - [**BMW**](https://getdesign.md/bmw/design-md) - Luxury automotive. Dark premium surfaces, precise German engineering aesthetic
144
- - [**BMW M**](https://getdesign.md/bmw-m/design-md) - Performance automotive. Motorsport-inspired contrast, M color accents, precision-driven layout
145
- - [**Bugatti**](https://getdesign.md/bugatti/design-md) - Luxury hypercar. Cinema-black canvas, monochrome austerity, monumental display type
146
- - [**Ferrari**](https://getdesign.md/ferrari/design-md) - Luxury automotive. Chiaroscuro black-white editorial, Ferrari Red with extreme sparseness
147
- - [**Lamborghini**](https://getdesign.md/lamborghini/design-md) - Luxury automotive. True black cathedral, gold accent, LamboType custom Neo-Grotesk
148
- - [**Renault**](https://getdesign.md/renault/design-md) - French automotive. Vivid aurora gradients, NouvelR proprietary typeface, zero-radius buttons
149
- - [**Tesla**](https://getdesign.md/tesla/design-md) - Electric vehicles. Radical subtraction, cinematic full-viewport photography, Universal Sans
150
-
151
-
152
- ## What's Inside Each DESIGN.md
153
-
154
- Every file follows the [Stitch DESIGN.md format](https://stitch.withgoogle.com/docs/design-md/format/) with extended sections:
155
-
156
- | # | Section | What it captures |
157
- |---|---------|-----------------|
158
- | 1 | Visual Theme & Atmosphere | Mood, density, design philosophy |
159
- | 2 | Color Palette & Roles | Semantic name + hex + functional role |
160
- | 3 | Typography Rules | Font families, full hierarchy table |
161
- | 4 | Component Stylings | Buttons, cards, inputs, navigation with states |
162
- | 5 | Layout Principles | Spacing scale, grid, whitespace philosophy |
163
- | 6 | Depth & Elevation | Shadow system, surface hierarchy |
164
- | 7 | Do's and Don'ts | Design guardrails and anti-patterns |
165
- | 8 | Responsive Behavior | Breakpoints, touch targets, collapsing strategy |
166
- | 9 | Agent Prompt Guide | Quick color reference, ready-to-use prompts |
167
-
168
- Each site includes:
169
-
170
- | File | Purpose |
171
- |------|---------|
172
- | `DESIGN.md` | The design system (what agents read) |
173
- | `preview.html` | Visual catalog showing color swatches, type scale, buttons, cards |
174
- | `preview-dark.html` | Same catalog with dark surfaces |
175
-
176
- ### How to Use
177
-
178
-
179
- 1. Copy a site's `DESIGN.md` into your project root
180
- 2. Tell your AI agent to use it.
181
-
182
-
183
- ## Contributing
184
-
185
- See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
186
-
187
- - **Improve existing files**: Fix wrong colors, missing tokens, weak descriptions
188
- - **Report issues**: Let us know if something looks off
189
-
190
- Before opening a PR, please [open an issue](https://github.com/VoltAgent/awesome-design-md/issues) first to discuss your idea and get feedback from maintainers.
191
-
192
-
193
- ## License
194
-
195
- MIT License - see [LICENSE](LICENSE)
196
-
197
- This repository is a curated collection of design system documents extracted from public websites. All DESIGN.md files are provided "as is" without warranty. The extracted design tokens represent publicly visible CSS values. We do not claim ownership of any site's visual identity. These documents exist to help AI agents generate consistent UI.