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,451 +0,0 @@
1
- ---
2
- version: alpha
3
- name: Cohere
4
- description: Cohere's 2026 web system is a controlled enterprise AI interface built from stark white editorial space, deep green-black product bands, soft mineral surfaces, rounded media cards, and a distinctive type split between monospaced-feeling display headlines and precise Unica77 UI text.
5
-
6
- colors:
7
- primary: "#17171c"
8
- cohere-black: "#000000"
9
- ink: "#212121"
10
- deep-green: "#003c33"
11
- dark-navy: "#071829"
12
- canvas: "#ffffff"
13
- soft-stone: "#eeece7"
14
- pale-green: "#edfce9"
15
- pale-blue: "#f1f5ff"
16
- hairline: "#d9d9dd"
17
- border-light: "#e5e7eb"
18
- card-border: "#f2f2f2"
19
- muted: "#93939f"
20
- slate: "#75758a"
21
- body-muted: "#616161"
22
- action-blue: "#1863dc"
23
- focus-blue: "#4c6ee6"
24
- coral: "#ff7759"
25
- coral-soft: "#ffad9b"
26
- form-focus: "#9b60aa"
27
- on-primary: "#ffffff"
28
- on-dark: "#ffffff"
29
- error: "#b30000"
30
-
31
- typography:
32
- hero-display:
33
- fontFamily: CohereText
34
- fontSize: 96px
35
- fontWeight: 400
36
- lineHeight: 1
37
- letterSpacing: -1.92px
38
- product-display:
39
- fontFamily: CohereText
40
- fontSize: 72px
41
- fontWeight: 400
42
- lineHeight: 1
43
- letterSpacing: -1.44px
44
- section-display:
45
- fontFamily: Unica77 Cohere Web
46
- fontSize: 60px
47
- fontWeight: 400
48
- lineHeight: 1
49
- letterSpacing: -1.2px
50
- section-heading:
51
- fontFamily: Unica77 Cohere Web
52
- fontSize: 48px
53
- fontWeight: 400
54
- lineHeight: 1.2
55
- letterSpacing: -0.48px
56
- card-heading:
57
- fontFamily: Unica77 Cohere Web
58
- fontSize: 32px
59
- fontWeight: 400
60
- lineHeight: 1.2
61
- letterSpacing: -0.32px
62
- feature-heading:
63
- fontFamily: Unica77 Cohere Web
64
- fontSize: 24px
65
- fontWeight: 400
66
- lineHeight: 1.3
67
- letterSpacing: 0
68
- body-large:
69
- fontFamily: Unica77 Cohere Web
70
- fontSize: 18px
71
- fontWeight: 400
72
- lineHeight: 1.4
73
- letterSpacing: 0
74
- body:
75
- fontFamily: Unica77 Cohere Web
76
- fontSize: 16px
77
- fontWeight: 400
78
- lineHeight: 1.5
79
- letterSpacing: 0
80
- button:
81
- fontFamily: Unica77 Cohere Web
82
- fontSize: 14px
83
- fontWeight: 500
84
- lineHeight: 1.71
85
- letterSpacing: 0
86
- caption:
87
- fontFamily: Unica77 Cohere Web
88
- fontSize: 14px
89
- fontWeight: 400
90
- lineHeight: 1.4
91
- letterSpacing: 0
92
- mono-label:
93
- fontFamily: CohereMono
94
- fontSize: 14px
95
- fontWeight: 400
96
- lineHeight: 1.4
97
- letterSpacing: 0.28px
98
- micro:
99
- fontFamily: Unica77 Cohere Web
100
- fontSize: 12px
101
- fontWeight: 400
102
- lineHeight: 1.4
103
- letterSpacing: 0
104
-
105
- rounded:
106
- xs: 4px
107
- sm: 8px
108
- md: 16px
109
- lg: 22px
110
- xl: 30px
111
- pill: 32px
112
- full: 9999px
113
-
114
- spacing:
115
- xxs: 2px
116
- xs: 6px
117
- sm: 8px
118
- md: 12px
119
- lg: 16px
120
- xl: 24px
121
- xxl: 32px
122
- section: 80px
123
-
124
- components:
125
- button-primary:
126
- backgroundColor: "{colors.primary}"
127
- textColor: "{colors.on-primary}"
128
- typography: "{typography.button}"
129
- rounded: "{rounded.pill}"
130
- padding: 12px 24px
131
- button-secondary:
132
- backgroundColor: transparent
133
- textColor: "{colors.ink}"
134
- typography: "{typography.body}"
135
- rounded: "{rounded.xs}"
136
- padding: 8px 0
137
- button-pill-outline:
138
- backgroundColor: transparent
139
- textColor: "{colors.primary}"
140
- typography: "{typography.button}"
141
- rounded: "{rounded.xl}"
142
- padding: 6px 12px
143
- announcement-bar:
144
- backgroundColor: "{colors.cohere-black}"
145
- textColor: "{colors.on-dark}"
146
- typography: "{typography.micro}"
147
- height: 36px
148
- hero-photo-card:
149
- backgroundColor: "{colors.canvas}"
150
- rounded: "{rounded.lg}"
151
- agent-console-card:
152
- backgroundColor: "{colors.primary}"
153
- textColor: "{colors.on-dark}"
154
- rounded: "{rounded.sm}"
155
- padding: 24px
156
- trust-logo-strip:
157
- backgroundColor: "{colors.canvas}"
158
- textColor: "{colors.ink}"
159
- typography: "{typography.caption}"
160
- capability-card:
161
- backgroundColor: "{colors.canvas}"
162
- textColor: "{colors.ink}"
163
- typography: "{typography.body}"
164
- rounded: "{rounded.xs}"
165
- padding: 24px
166
- dark-feature-band:
167
- backgroundColor: "{colors.deep-green}"
168
- textColor: "{colors.on-dark}"
169
- rounded: "{rounded.lg}"
170
- padding: 80px
171
- product-card:
172
- backgroundColor: "{colors.soft-stone}"
173
- textColor: "{colors.ink}"
174
- rounded: "{rounded.sm}"
175
- padding: 32px
176
- blog-filter-chip:
177
- backgroundColor: transparent
178
- textColor: "{colors.coral}"
179
- typography: "{typography.card-heading}"
180
- rounded: "{rounded.sm}"
181
- padding: 8px 14px
182
- research-table:
183
- backgroundColor: "{colors.canvas}"
184
- textColor: "{colors.ink}"
185
- typography: "{typography.body-large}"
186
- contact-form-card:
187
- backgroundColor: "{colors.canvas}"
188
- textColor: "{colors.ink}"
189
- rounded: "{rounded.lg}"
190
- padding: 32px
191
- footer-newsletter:
192
- backgroundColor: "{colors.primary}"
193
- textColor: "{colors.on-dark}"
194
- typography: "{typography.micro}"
195
- ---
196
-
197
- ## Overview
198
-
199
- Cohere's current web presence feels like a sober enterprise AI command center with editorial restraint. The home page opens on a huge typographic declaration over a white canvas, then uses photography, dark product mockups, trust logos, and generous empty space to make AI infrastructure feel controlled rather than speculative. Product pages invert the tone into deep green-black or dark navy bands, while blog and research pages move toward publishing-system clarity: large filters, thin rules, dense lists, and pale technical backgrounds.
200
-
201
- What makes the system distinctive is the mix of austere black-and-white UI with bursts of tactile brand imagery. The site avoids decorative chrome in the normal interface; color arrives through photography, abstract 3D media, coral blog taxonomy chips, blue research links, and dark product environments. Cards are rounded but not cute. Type is large, tight, and almost monospaced in spirit, creating a research-lab cadence across marketing, product, and editorial surfaces.
202
-
203
- **Key Characteristics:**
204
- - Monumental display headlines with very tight line height and negative tracking.
205
- - White editorial canvases interrupted by deep green, dark navy, and image-led CTA bands.
206
- - Rounded media cards and product cards, usually 8px to 22px.
207
- - Pill CTAs in near-black or white, with most secondary actions rendered as underlined text links.
208
- - Trust-logo strips with monochrome partner marks and very wide vertical spacing.
209
- - Agent-console mockups using dark panels, small status chips, and product integration badges.
210
- - Blog and research surfaces with prominent taxonomy chips, long rule-separated lists, and search fields.
211
-
212
- ## Colors
213
-
214
- ### Brand & Accent
215
-
216
- - **Cohere Black** (`#000000`): Announcement bar, highest-contrast text, and the global brand anchor.
217
- - **Near-Black Primary** (`#17171c`): Primary CTA buttons, dark footer, and deep UI cards.
218
- - **Deep Enterprise Green** (`#003c33`): Product hero bands for North and Command-style dark sections.
219
- - **Dark Navy** (`#071829`): Financial-services and security-oriented solution bands.
220
- - **Action Blue** (`#1863dc`): Editorial links, pagination, and secondary action emphasis.
221
- - **Coral** (`#ff7759`): Blog category chips, taxonomy outlines, and warm product markers.
222
- - **Soft Coral** (`#ffad9b`): Pale chip borders and segmented article-label details.
223
-
224
- ### Surface & Background
225
-
226
- - **Canvas White** (`#ffffff`): Dominant page background and form/card surface.
227
- - **Soft Stone** (`#eeece7`): Product cards, testimonial placeholders, and warm neutral surface blocks.
228
- - **Pale Green Wash** (`#edfce9`): North page section backdrop behind stacked dark capability panels.
229
- - **Pale Blue Wash** (`#f1f5ff`): Blog CTA surface behind abstract 3D imagery.
230
- - **Card Border** (`#f2f2f2`): Softest card containment line.
231
-
232
- ### Text & Rules
233
-
234
- - **Ink** (`#212121`): Default body text and most link text on light backgrounds.
235
- - **Muted Slate** (`#93939f`): Footer links, dates, metadata, and de-emphasized labels.
236
- - **Slate** (`#75758a`): Research separators and tertiary text.
237
- - **Hairline** (`#d9d9dd`): Standard list rules and section dividers.
238
- - **Border Light** (`#e5e7eb`): Secondary divider and utility rule.
239
-
240
- ### Semantic
241
-
242
- - **Focus Blue** (`#4c6ee6`): Keyboard focus and ring color.
243
- - **Form Focus Violet** (`#9b60aa`): Focus border for text inputs.
244
- - **Error Red** (`#b30000`): Extracted ring/shadow color associated with validation-like states.
245
-
246
- ### Gradient System
247
-
248
- Cohere does not use gradients as a generic UI fill. Gradients and color fields are media-led: abstract 3D hero imagery, deep blue open-science particle fields, red-orange product video posters, and dark green-to-black product environments. Keep UI surfaces flat; reserve gradient richness for large media panels and CTA image bands.
249
-
250
- ## Typography
251
-
252
- ### Font Family
253
-
254
- - **Display**: `CohereText`, falling back to `Space Grotesk`, `Inter`, `ui-sans-serif`, and `system-ui`.
255
- - **Body/UI**: `Unica77 Cohere Web`, falling back to `Inter`, `Arial`, `ui-sans-serif`, and `system-ui`.
256
- - **Technical labels**: `CohereMono`, falling back to `Arial`, `ui-sans-serif`, and `system-ui`.
257
- - **Icons**: Cohere uses custom icon fonts and thin-line geometric illustrations.
258
-
259
- ### Hierarchy
260
-
261
- | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
262
- |---|---|---:|---:|---:|---:|---|
263
- | Hero Display | CohereText | 96px | 400 | 1.00 | -1.92px | Home page declaration scale. |
264
- | Product Display | CohereText | 72px | 400 | 1.00 | -1.44px | Product and research hero headlines. |
265
- | Section Display | Unica77 | 60px | 400 | 1.00 | -1.2px | Large product-page headings. |
266
- | Section Heading | Unica77 | 48px | 400 | 1.20 | -0.48px | Split hero and CTA headings. |
267
- | Card Heading | Unica77 | 32px | 400 | 1.20 | -0.32px | Feature card and list section titles. |
268
- | Feature Heading | Unica77 | 24px | 400 | 1.30 | 0 | Cards, filters, and article titles. |
269
- | Body Large | Unica77 | 18px | 400 | 1.40 | 0 | Lead text and larger paragraphs. |
270
- | Body | Unica77 | 16px | 400 | 1.50 | 0 | Default copy and link text. |
271
- | Button | Unica77 | 14px | 500 | 1.71 | 0 | Compact CTA labels. |
272
- | Caption | Unica77 | 14px | 400 | 1.40 | 0 | Metadata and small explanatory text. |
273
- | Mono Label | CohereMono | 14px | 400 | 1.40 | 0.28px | Uppercase technical labels. |
274
- | Micro | Unica77 | 12px | 400 | 1.40 | 0 | Footer, nav microcopy, and small links. |
275
-
276
- ### Principles
277
-
278
- - Use massive type sparingly; Cohere pages often have one oversized headline and then settle into restrained 16px-24px UI copy.
279
- - Keep display type tight. Hero copy should feel compact and carved, not airy.
280
- - Avoid heavy bold weights. Size, spacing, and surface contrast do most of the hierarchy work.
281
- - Use uppercase mono labels for category and system markers, especially on product and research pages.
282
- - Editorial pages can use coral chips and blue links, but the base typography remains black and measured.
283
-
284
- ## Layout
285
-
286
- ### Spacing System
287
-
288
- The system uses an 8px base with many one-off alignment values: `2px`, `6px`, `8px`, `10px`, `12px`, `16px`, `20px`, `22px`, `24px`, `28px`, `32px`, `36px`, `40px`, `56px`, `60px`, `64px`, and `80px`.
289
-
290
- Large sections rely on dramatic vertical breathing room. The home page places a trust-logo strip far below the hero media. Product pages often hold dark panels inside fields of empty white space, then transition to dense forms or footers only near the end.
291
-
292
- ### Grid & Container
293
-
294
- - Global nav uses a three-zone layout: logo left, menu centered, sign-in/CTA right.
295
- - Home hero is centered text above a two-card media composition: a wide product mockup card beside a narrower photography card.
296
- - Feature sections commonly use 3-column cards on desktop.
297
- - Product pages alternate centered hero blocks, trust-logo strips, large single-feature bands, and 2- or 3-column card grids.
298
- - Research pages use full-width lists with date and chip columns instead of decorative cards.
299
- - Forms use two-column input rows inside a rounded white card on dark or stone section backgrounds.
300
-
301
- ### Whitespace Philosophy
302
-
303
- Cohere uses whitespace as a trust signal. Large empty intervals separate the brand claim, customer proof, product proof, and CTA. Dense content appears only where it serves the information architecture: research paper rows, blog card grids, and contact form fields.
304
-
305
- ## Elevation & Depth
306
-
307
- Cohere is mostly flat. Depth comes from surface alternation, media contrast, rounded corners, and thin borders rather than drop shadows.
308
-
309
- | Level | Treatment | Use |
310
- |---|---|---|
311
- | Flat | No shadow, white or dark field | Hero copy, research lists, editorial surfaces |
312
- | Bordered | 1px `#d9d9dd`, `#e5e7eb`, or dark translucent rules | Research rows, forms, pale cards, footer inputs |
313
- | Media Lift | Rounded image or video over contrasting section color | Hero photo cards, product videos, CTA imagery |
314
- | Dark Product Field | Deep green or navy full-width band | Command, North, financial services, security sections |
315
-
316
- ## Shapes
317
-
318
- ### Radius Scale
319
-
320
- | Token | Value | Role |
321
- |---|---:|---|
322
- | `xs` | 4px | Small images, search fields, article thumbnails, utility elements |
323
- | `sm` | 8px | Blog chips, cards, small media, dialogs |
324
- | `md` | 16px | Medium product cards and grouped blocks |
325
- | `lg` | 22px | Signature media-card and soft placeholder radius |
326
- | `xl` | 30px | Research/topic filter pills |
327
- | `pill` | 32px | Primary CTA buttons |
328
- | `full` | 9999px | Round status elements and fully pill-shaped controls |
329
-
330
- ### Image Treatment
331
-
332
- Images are not decorative backdrops for text except in CTA bands. Most imagery sits as rounded cards with visible corners: product videos, enterprise photography, article thumbnails, and abstract 3D renders. The dominant radii are 8px and 22px.
333
-
334
- ## Components
335
-
336
- ### **`button-primary`**
337
-
338
- Near-black or white pill CTA, depending on surface contrast. Uses 14px-16px Unica77, 12px 24px padding, and a 32px pill radius. This is the primary action style for "Request a demo", "Submit", and hero CTAs.
339
-
340
- ### **`button-secondary`**
341
-
342
- Text-only action link, usually underlined or rule-aligned, with no filled background. Used for "Explore products", "Try the Playground", newsletter signup, and secondary hero actions.
343
-
344
- ### **`button-pill-outline`**
345
-
346
- Outlined pill control with transparent fill, 1px dark border, and 30px radius. Used for research filters, topic tags, and lightweight taxonomy controls.
347
-
348
- ### **`announcement-bar`**
349
-
350
- Full-width black strip above the nav, 36px tall, centered microcopy with an underlined "Learn more" link and a close control at the far right.
351
-
352
- ### **`hero-photo-card`**
353
-
354
- Rounded media card used in the home hero and solution pages. It combines photography or abstract imagery with an overlaid dark agent-console module. Radius is usually 22px on large cards and 8px on smaller thumbnails.
355
-
356
- ### **`agent-console-card`**
357
-
358
- Dark product mockup panel showing agent names, status chips, integration badges, prompt fields, and generated response cards. Background is near-black, text is white or muted, and small accent chips use product colors.
359
-
360
- ### **`trust-logo-strip`**
361
-
362
- Centered copy above a row of monochrome customer logos. It is intentionally quiet: no cards, no borders, just large horizontal spacing and black or white logos depending on the background.
363
-
364
- ### **`capability-card`**
365
-
366
- Content block with thin-line geometric illustration, 24px heading, body copy, and a text link. On light backgrounds, cards often have only a top rule or a subtle image/card relationship rather than full boxing.
367
-
368
- ### **`dark-feature-band`**
369
-
370
- Deep green or navy full-width section used for product capabilities, security claims, and feature breakdowns. Text turns white; cards use darker translucent surfaces, pale borders, and abstract line illustrations.
371
-
372
- ### **`product-card`**
373
-
374
- Warm stone card used for product/model summaries. Typically 3-column on desktop, with 8px radius, generous padding, a small pill button, a divider line, and checkmark bullet rows.
375
-
376
- ### **`blog-filter-chip`**
377
-
378
- Large coral taxonomy chip used on the blog index. Active chips invert to coral fill with dark text; inactive chips use coral outline and pale fill. Typography is oversized relative to typical filters, making the taxonomy a hero-level control.
379
-
380
- ### **`research-table`**
381
-
382
- Rule-separated publication list with title left, topic pills centered, and date right. Rows are tall, white, and border-driven; filters above use many compact outlined pills.
383
-
384
- ### **`contact-form-card`**
385
-
386
- Rounded white form panel set against dark green or warm stone sections. Inputs are rectangular with thin gray borders, 12px-16px padding, and compact labels/placeholders. Submit uses the same near-black pill style as primary CTAs.
387
-
388
- ### **`footer-newsletter`**
389
-
390
- Dark footer subscription block with coral "AI moves fast" label, white headline, muted legal microcopy, a single-line email field, and arrow submit marker. Footer columns use white section labels and muted links.
391
-
392
- ## Do's and Don'ts
393
-
394
- ### Do
395
-
396
- - Use white canvas as the default surface; introduce dark green or navy as full-width product bands.
397
- - Keep primary CTAs pill-shaped and near-black on light surfaces.
398
- - Use 22px radius on major media cards and placeholders.
399
- - Use coral for editorial taxonomy and small warm accents, not as the main CTA system.
400
- - Use monochrome trust logos with wide spacing.
401
- - Use thin-line geometric illustrations for research and capability icons.
402
- - Let photography and product mockups carry color, while the UI shell stays restrained.
403
-
404
- ### Don't
405
-
406
- - Do not turn coral or blue into broad decorative surface colors.
407
- - Do not add heavy drop shadows to cards.
408
- - Do not make every section card-based; Cohere often uses unframed rows, rules, and open space.
409
- - Do not use rounded cards below 8px for major media.
410
- - Do not replace the display/body type split with one generic sans-serif voice.
411
- - Do not render undocumented interaction variants in documentation or previews.
412
- - Do not use saturated gradients as normal UI backgrounds; keep gradients media-led.
413
-
414
- ## Responsive Behavior
415
-
416
- ### Breakpoints
417
-
418
- | Name | Width | Key Changes |
419
- |---|---:|---|
420
- | Small Mobile | <425px | Single-column cards, compact nav, reduced hero headline scale |
421
- | Mobile | 425-640px | Hero media stacks, card grids become one column, form rows stack |
422
- | Large Mobile | 640-768px | Wider one-column layouts with larger media cards |
423
- | Tablet | 768-1024px | Two-column cards begin, nav spacing tightens |
424
- | Desktop | 1024-1440px | Full nav, 3-column card grids, split hero compositions |
425
- | Large Desktop | 1440-2560px | Wide containers and large empty vertical intervals |
426
-
427
- ### Touch Targets
428
-
429
- Primary CTAs and pills meet comfortable touch sizing through 12px-24px padding and pill radii. Research filter chips and blog category chips are larger than standard tags, making dense taxonomy surfaces usable on touch devices.
430
-
431
- ### Collapsing Strategy
432
-
433
- - Nav collapses from full horizontal links to a compact mobile menu.
434
- - Hero media moves from split cards to stacked cards.
435
- - Product and capability grids collapse from 3 columns to 2 and then 1.
436
- - Form fields collapse from paired rows to a single column.
437
- - Research rows preserve their rule-separated structure but stack metadata below titles on smaller widths.
438
-
439
- ## Iteration Guide
440
-
441
- 1. Start from a white canvas or a full-width dark green/navy band; avoid mid-tone page backgrounds unless the screenshot shows a specific CTA/form section.
442
- 2. Use `button-primary` for the single highest-priority action and `button-secondary` for the companion action.
443
- 3. Use `hero-photo-card` or `agent-console-card` when a page needs visual energy; avoid invented dashboard data.
444
- 4. For editorial pages, combine `blog-filter-chip`, `button-pill-outline`, and `research-table` instead of generic marketing cards.
445
- 5. Keep component examples structurally honest: placeholder product frames are better than invented product content.
446
-
447
- ## Known Gaps
448
-
449
- - Exact proprietary font files are not bundled; use the documented fallbacks when implementing externally.
450
- - Mobile screenshots were not regenerated in this public update, so mobile behavior is documented from the desktop system and existing responsive patterns.
451
- - Some live pages lazy-load content blocks late; blank testimonial placeholders are documented as placeholder skeleton surfaces rather than filled testimonial cards.
@@ -1,5 +0,0 @@
1
- # Cohere Inspired Design System
2
-
3
- Design system details have been moved to: https://getdesign.md/cohere/design-md
4
-
5
- You can also view previews, dark mode examples, and download options on getdesign.md.