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,411 +0,0 @@
1
- # System Prompt Design Patterns
2
-
3
- Complete guide to writing effective agent system prompts that enable autonomous, high-quality operation.
4
-
5
- ## Core Structure
6
-
7
- Every agent system prompt should follow this proven structure:
8
-
9
- ```markdown
10
- You are [specific role] specializing in [specific domain].
11
-
12
- **Your Core Responsibilities:**
13
- 1. [Primary responsibility - the main task]
14
- 2. [Secondary responsibility - supporting task]
15
- 3. [Additional responsibilities as needed]
16
-
17
- **[Task Name] Process:**
18
- 1. [First concrete step]
19
- 2. [Second concrete step]
20
- 3. [Continue with clear steps]
21
- [...]
22
-
23
- **Quality Standards:**
24
- - [Standard 1 with specifics]
25
- - [Standard 2 with specifics]
26
- - [Standard 3 with specifics]
27
-
28
- **Output Format:**
29
- Provide results structured as:
30
- - [Component 1]
31
- - [Component 2]
32
- - [Include specific formatting requirements]
33
-
34
- **Edge Cases:**
35
- Handle these situations:
36
- - [Edge case 1]: [Specific handling approach]
37
- - [Edge case 2]: [Specific handling approach]
38
- ```
39
-
40
- ## Pattern 1: Analysis Agents
41
-
42
- For agents that analyze code, PRs, or documentation:
43
-
44
- ```markdown
45
- You are an expert [domain] analyzer specializing in [specific analysis type].
46
-
47
- **Your Core Responsibilities:**
48
- 1. Thoroughly analyze [what] for [specific issues]
49
- 2. Identify [patterns/problems/opportunities]
50
- 3. Provide actionable recommendations
51
-
52
- **Analysis Process:**
53
- 1. **Gather Context**: Read [what] using available tools
54
- 2. **Initial Scan**: Identify obvious [issues/patterns]
55
- 3. **Deep Analysis**: Examine [specific aspects]:
56
- - [Aspect 1]: Check for [criteria]
57
- - [Aspect 2]: Verify [criteria]
58
- - [Aspect 3]: Assess [criteria]
59
- 4. **Synthesize Findings**: Group related issues
60
- 5. **Prioritize**: Rank by [severity/impact/urgency]
61
- 6. **Generate Report**: Format according to output template
62
-
63
- **Quality Standards:**
64
- - Every finding includes file:line reference
65
- - Issues categorized by severity (critical/major/minor)
66
- - Recommendations are specific and actionable
67
- - Positive observations included for balance
68
-
69
- **Output Format:**
70
- ## Summary
71
- [2-3 sentence overview]
72
-
73
- ## Critical Issues
74
- - [file:line] - [Issue description] - [Recommendation]
75
-
76
- ## Major Issues
77
- [...]
78
-
79
- ## Minor Issues
80
- [...]
81
-
82
- ## Recommendations
83
- [...]
84
-
85
- **Edge Cases:**
86
- - No issues found: Provide positive feedback and validation
87
- - Too many issues: Group and prioritize top 10
88
- - Unclear code: Request clarification rather than guessing
89
- ```
90
-
91
- ## Pattern 2: Generation Agents
92
-
93
- For agents that create code, tests, or documentation:
94
-
95
- ```markdown
96
- You are an expert [domain] engineer specializing in creating high-quality [output type].
97
-
98
- **Your Core Responsibilities:**
99
- 1. Generate [what] that meets [quality standards]
100
- 2. Follow [specific conventions/patterns]
101
- 3. Ensure [correctness/completeness/clarity]
102
-
103
- **Generation Process:**
104
- 1. **Understand Requirements**: Analyze what needs to be created
105
- 2. **Gather Context**: Read existing [code/docs/tests] for patterns
106
- 3. **Design Structure**: Plan [architecture/organization/flow]
107
- 4. **Generate Content**: Create [output] following:
108
- - [Convention 1]
109
- - [Convention 2]
110
- - [Best practice 1]
111
- 5. **Validate**: Verify [correctness/completeness]
112
- 6. **Document**: Add comments/explanations as needed
113
-
114
- **Quality Standards:**
115
- - Follows project conventions (check CLAUDE.md)
116
- - [Specific quality metric 1]
117
- - [Specific quality metric 2]
118
- - Includes error handling
119
- - Well-documented and clear
120
-
121
- **Output Format:**
122
- Create [what] with:
123
- - [Structure requirement 1]
124
- - [Structure requirement 2]
125
- - Clear, descriptive naming
126
- - Comprehensive coverage
127
-
128
- **Edge Cases:**
129
- - Insufficient context: Ask user for clarification
130
- - Conflicting patterns: Follow most recent/explicit pattern
131
- - Complex requirements: Break into smaller pieces
132
- ```
133
-
134
- ## Pattern 3: Validation Agents
135
-
136
- For agents that validate, check, or verify:
137
-
138
- ```markdown
139
- You are an expert [domain] validator specializing in ensuring [quality aspect].
140
-
141
- **Your Core Responsibilities:**
142
- 1. Validate [what] against [criteria]
143
- 2. Identify violations and issues
144
- 3. Provide clear pass/fail determination
145
-
146
- **Validation Process:**
147
- 1. **Load Criteria**: Understand validation requirements
148
- 2. **Scan Target**: Read [what] needs validation
149
- 3. **Check Rules**: For each rule:
150
- - [Rule 1]: [Validation method]
151
- - [Rule 2]: [Validation method]
152
- 4. **Collect Violations**: Document each failure with details
153
- 5. **Assess Severity**: Categorize issues
154
- 6. **Determine Result**: Pass only if [criteria met]
155
-
156
- **Quality Standards:**
157
- - All violations include specific locations
158
- - Severity clearly indicated
159
- - Fix suggestions provided
160
- - No false positives
161
-
162
- **Output Format:**
163
- ## Validation Result: [PASS/FAIL]
164
-
165
- ## Summary
166
- [Overall assessment]
167
-
168
- ## Violations Found: [count]
169
- ### Critical ([count])
170
- - [Location]: [Issue] - [Fix]
171
-
172
- ### Warnings ([count])
173
- - [Location]: [Issue] - [Fix]
174
-
175
- ## Recommendations
176
- [How to fix violations]
177
-
178
- **Edge Cases:**
179
- - No violations: Confirm validation passed
180
- - Too many violations: Group by type, show top 20
181
- - Ambiguous rules: Document uncertainty, request clarification
182
- ```
183
-
184
- ## Pattern 4: Orchestration Agents
185
-
186
- For agents that coordinate multiple tools or steps:
187
-
188
- ```markdown
189
- You are an expert [domain] orchestrator specializing in coordinating [complex workflow].
190
-
191
- **Your Core Responsibilities:**
192
- 1. Coordinate [multi-step process]
193
- 2. Manage [resources/tools/dependencies]
194
- 3. Ensure [successful completion/integration]
195
-
196
- **Orchestration Process:**
197
- 1. **Plan**: Understand full workflow and dependencies
198
- 2. **Prepare**: Set up prerequisites
199
- 3. **Execute Phases**:
200
- - Phase 1: [What] using [tools]
201
- - Phase 2: [What] using [tools]
202
- - Phase 3: [What] using [tools]
203
- 4. **Monitor**: Track progress and handle failures
204
- 5. **Verify**: Confirm successful completion
205
- 6. **Report**: Provide comprehensive summary
206
-
207
- **Quality Standards:**
208
- - Each phase completes successfully
209
- - Errors handled gracefully
210
- - Progress reported to user
211
- - Final state verified
212
-
213
- **Output Format:**
214
- ## Workflow Execution Report
215
-
216
- ### Completed Phases
217
- - [Phase]: [Result]
218
-
219
- ### Results
220
- - [Output 1]
221
- - [Output 2]
222
-
223
- ### Next Steps
224
- [If applicable]
225
-
226
- **Edge Cases:**
227
- - Phase failure: Attempt retry, then report and stop
228
- - Missing dependencies: Request from user
229
- - Timeout: Report partial completion
230
- ```
231
-
232
- ## Writing Style Guidelines
233
-
234
- ### Tone and Voice
235
-
236
- **Use second person (addressing the agent):**
237
- ```
238
- ✅ You are responsible for...
239
- ✅ You will analyze...
240
- ✅ Your process should...
241
-
242
- ❌ The agent is responsible for...
243
- ❌ This agent will analyze...
244
- ❌ I will analyze...
245
- ```
246
-
247
- ### Clarity and Specificity
248
-
249
- **Be specific, not vague:**
250
- ```
251
- ✅ Check for SQL injection by examining all database queries for parameterization
252
- ❌ Look for security issues
253
-
254
- ✅ Provide file:line references for each finding
255
- ❌ Show where issues are
256
-
257
- ✅ Categorize as critical (security), major (bugs), or minor (style)
258
- ❌ Rate the severity of issues
259
- ```
260
-
261
- ### Actionable Instructions
262
-
263
- **Give concrete steps:**
264
- ```
265
- ✅ Read the file using the Read tool, then search for patterns using Grep
266
- ❌ Analyze the code
267
-
268
- ✅ Generate test file at test/path/to/file.test.ts
269
- ❌ Create tests
270
- ```
271
-
272
- ## Common Pitfalls
273
-
274
- ### ❌ Vague Responsibilities
275
-
276
- ```markdown
277
- **Your Core Responsibilities:**
278
- 1. Help the user with their code
279
- 2. Provide assistance
280
- 3. Be helpful
281
- ```
282
-
283
- **Why bad:** Not specific enough to guide behavior.
284
-
285
- ### ✅ Specific Responsibilities
286
-
287
- ```markdown
288
- **Your Core Responsibilities:**
289
- 1. Analyze TypeScript code for type safety issues
290
- 2. Identify missing type annotations and improper 'any' usage
291
- 3. Recommend specific type improvements with examples
292
- ```
293
-
294
- ### ❌ Missing Process Steps
295
-
296
- ```markdown
297
- Analyze the code and provide feedback.
298
- ```
299
-
300
- **Why bad:** Agent doesn't know HOW to analyze.
301
-
302
- ### ✅ Clear Process
303
-
304
- ```markdown
305
- **Analysis Process:**
306
- 1. Read code files using Read tool
307
- 2. Scan for type annotations on all functions
308
- 3. Check for 'any' type usage
309
- 4. Verify generic type parameters
310
- 5. List findings with file:line references
311
- ```
312
-
313
- ### ❌ Undefined Output
314
-
315
- ```markdown
316
- Provide a report.
317
- ```
318
-
319
- **Why bad:** Agent doesn't know what format to use.
320
-
321
- ### ✅ Defined Output Format
322
-
323
- ```markdown
324
- **Output Format:**
325
- ## Type Safety Report
326
-
327
- ### Summary
328
- [Overview of findings]
329
-
330
- ### Issues Found
331
- - `file.ts:42` - Missing return type on `processData`
332
- - `utils.ts:15` - Unsafe 'any' usage in parameter
333
-
334
- ### Recommendations
335
- [Specific fixes with examples]
336
- ```
337
-
338
- ## Length Guidelines
339
-
340
- ### Minimum Viable Agent
341
-
342
- **~500 words minimum:**
343
- - Role description
344
- - 3 core responsibilities
345
- - 5-step process
346
- - Output format
347
-
348
- ### Standard Agent
349
-
350
- **~1,000-2,000 words:**
351
- - Detailed role and expertise
352
- - 5-8 responsibilities
353
- - 8-12 process steps
354
- - Quality standards
355
- - Output format
356
- - 3-5 edge cases
357
-
358
- ### Comprehensive Agent
359
-
360
- **~2,000-5,000 words:**
361
- - Complete role with background
362
- - Comprehensive responsibilities
363
- - Detailed multi-phase process
364
- - Extensive quality standards
365
- - Multiple output formats
366
- - Many edge cases
367
- - Examples within system prompt
368
-
369
- **Avoid > 10,000 words:** Too long, diminishing returns.
370
-
371
- ## Testing System Prompts
372
-
373
- ### Test Completeness
374
-
375
- Can the agent handle these based on system prompt alone?
376
-
377
- - [ ] Typical task execution
378
- - [ ] Edge cases mentioned
379
- - [ ] Error scenarios
380
- - [ ] Unclear requirements
381
- - [ ] Large/complex inputs
382
- - [ ] Empty/missing inputs
383
-
384
- ### Test Clarity
385
-
386
- Read the system prompt and ask:
387
-
388
- - Can another developer understand what this agent does?
389
- - Are process steps clear and actionable?
390
- - Is output format unambiguous?
391
- - Are quality standards measurable?
392
-
393
- ### Iterate Based on Results
394
-
395
- After testing agent:
396
- 1. Identify where it struggled
397
- 2. Add missing guidance to system prompt
398
- 3. Clarify ambiguous instructions
399
- 4. Add process steps for edge cases
400
- 5. Re-test
401
-
402
- ## Conclusion
403
-
404
- Effective system prompts are:
405
- - **Specific**: Clear about what and how
406
- - **Structured**: Organized with clear sections
407
- - **Complete**: Covers normal and edge cases
408
- - **Actionable**: Provides concrete steps
409
- - **Testable**: Defines measurable standards
410
-
411
- Use the patterns above as templates, customize for your domain, and iterate based on agent performance.