opencode-skills-collection 3.1.12 → 3.1.14

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 (770) hide show
  1. package/README.md +4 -6
  2. package/bundled-skills/.antigravity-install-manifest.json +195 -1
  3. package/bundled-skills/ab-testing/SKILL.md +368 -0
  4. package/bundled-skills/ab-testing/evals/evals.json +105 -0
  5. package/bundled-skills/ab-testing/references/sample-size-guide.md +263 -0
  6. package/bundled-skills/ab-testing/references/test-templates.md +277 -0
  7. package/bundled-skills/accint-commitments/SKILL.md +32 -0
  8. package/bundled-skills/accint-frames/SKILL.md +35 -0
  9. package/bundled-skills/accint-solve/SKILL.md +22 -192
  10. package/bundled-skills/add-app-clip/SKILL.md +297 -0
  11. package/bundled-skills/add-app-clip/agents/openai.yaml +4 -0
  12. package/bundled-skills/add-app-clip/references/native-module.md +96 -0
  13. package/bundled-skills/agent-memory/SKILL.md +84 -0
  14. package/bundled-skills/alternatives-pages/README.md +46 -0
  15. package/bundled-skills/alternatives-pages/SKILL.md +376 -0
  16. package/bundled-skills/analytics/SKILL.md +324 -0
  17. package/bundled-skills/analytics/evals/evals.json +90 -0
  18. package/bundled-skills/analytics/references/event-library.md +260 -0
  19. package/bundled-skills/analytics/references/ga4-implementation.md +300 -0
  20. package/bundled-skills/analytics/references/gtm-implementation.md +390 -0
  21. package/bundled-skills/anti-deception/SKILL.md +50 -0
  22. package/bundled-skills/api-analyzer/SKILL.md +101 -0
  23. package/bundled-skills/api-and-interface-design/SKILL.md +307 -0
  24. package/bundled-skills/api-designer/SKILL.md +167 -0
  25. package/bundled-skills/api-integration/SKILL.md +175 -0
  26. package/bundled-skills/api-onboarding/README.md +47 -0
  27. package/bundled-skills/api-onboarding/SKILL.md +473 -0
  28. package/bundled-skills/api-sdk-generator/SKILL.md +223 -0
  29. package/bundled-skills/appium-skill/SKILL.md +317 -0
  30. package/bundled-skills/applicationinsights-web-ts/SKILL.md +477 -0
  31. package/bundled-skills/automated-triage/SKILL.md +189 -0
  32. package/bundled-skills/aws-agentic-ai/SKILL.md +141 -0
  33. package/bundled-skills/aws-cdk-development/SKILL.md +275 -0
  34. package/bundled-skills/aws-cost-operations/SKILL.md +273 -0
  35. package/bundled-skills/aws-mcp-setup/SKILL.md +192 -0
  36. package/bundled-skills/aws-serverless-eda/SKILL.md +394 -0
  37. package/bundled-skills/aws-sst-development/SKILL.md +175 -0
  38. package/bundled-skills/azure-ai-language-conversations-py/SKILL.md +112 -0
  39. package/bundled-skills/azure-servicebus-rust/SKILL.md +182 -0
  40. package/bundled-skills/azure-storage-queue-rust/SKILL.md +178 -0
  41. package/bundled-skills/baseline-ui/SKILL.md +15 -10
  42. package/bundled-skills/before-you-build/SKILL.md +111 -0
  43. package/bundled-skills/brooks-audit/SKILL.md +49 -0
  44. package/bundled-skills/brooks-audit/architecture-guide.md +195 -0
  45. package/bundled-skills/brooks-audit/onboarding-guide.md +89 -0
  46. package/bundled-skills/brooks-debt/SKILL.md +42 -0
  47. package/bundled-skills/brooks-debt/debt-guide.md +125 -0
  48. package/bundled-skills/brooks-harness/SKILL.md +139 -0
  49. package/bundled-skills/brooks-review/SKILL.md +42 -0
  50. package/bundled-skills/brooks-review/pr-review-guide.md +163 -0
  51. package/bundled-skills/brooks-sweep/SKILL.md +44 -0
  52. package/bundled-skills/brooks-sweep/sweep-guide.md +264 -0
  53. package/bundled-skills/brooks-test/SKILL.md +41 -0
  54. package/bundled-skills/brooks-test/test-guide.md +147 -0
  55. package/bundled-skills/bug-hunt-swarm/SKILL.md +189 -0
  56. package/bundled-skills/bug-hunt-swarm/agents/openai.yaml +4 -0
  57. package/bundled-skills/building-native-ui/SKILL.md +77 -18
  58. package/bundled-skills/building-native-ui/agents/openai.yaml +4 -0
  59. package/bundled-skills/building-native-ui/references/animations.md +220 -0
  60. package/bundled-skills/building-native-ui/references/controls.md +270 -0
  61. package/bundled-skills/building-native-ui/references/form-sheet.md +253 -0
  62. package/bundled-skills/building-native-ui/references/gradients.md +106 -0
  63. package/bundled-skills/building-native-ui/references/icons.md +213 -0
  64. package/bundled-skills/building-native-ui/references/media.md +198 -0
  65. package/bundled-skills/building-native-ui/references/route-structure.md +229 -0
  66. package/bundled-skills/building-native-ui/references/search.md +248 -0
  67. package/bundled-skills/building-native-ui/references/storage.md +121 -0
  68. package/bundled-skills/building-native-ui/references/tabs.md +433 -0
  69. package/bundled-skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  70. package/bundled-skills/building-native-ui/references/visual-effects.md +197 -0
  71. package/bundled-skills/building-native-ui/references/webgpu-three.md +605 -0
  72. package/bundled-skills/building-native-ui/references/zoom-transitions.md +158 -0
  73. package/bundled-skills/changelog-updates/README.md +53 -0
  74. package/bundled-skills/changelog-updates/SKILL.md +552 -0
  75. package/bundled-skills/ci-cd-and-automation/SKILL.md +403 -0
  76. package/bundled-skills/claimable-postgres/SKILL.md +91 -59
  77. package/bundled-skills/co-marketing/SKILL.md +301 -0
  78. package/bundled-skills/co-marketing/evals/evals.json +84 -0
  79. package/bundled-skills/code-review-and-quality/SKILL.md +394 -0
  80. package/bundled-skills/code-showcase-core-components/SKILL.md +281 -0
  81. package/bundled-skills/code-showcase-react-ui-patterns/SKILL.md +306 -0
  82. package/bundled-skills/code-showcase-systematic-debugging/SKILL.md +167 -0
  83. package/bundled-skills/code-showcase-testing-patterns/SKILL.md +276 -0
  84. package/bundled-skills/code-simplification/SKILL.md +344 -0
  85. package/bundled-skills/community-building/README.md +102 -0
  86. package/bundled-skills/community-building/SKILL.md +415 -0
  87. package/bundled-skills/competitor-profiling/SKILL.md +427 -0
  88. package/bundled-skills/competitor-profiling/evals/evals.json +85 -0
  89. package/bundled-skills/competitor-profiling/references/templates.md +167 -0
  90. package/bundled-skills/competitor-profiling/references/tool-reference.md +179 -0
  91. package/bundled-skills/competitor-tracking/README.md +40 -0
  92. package/bundled-skills/competitor-tracking/SKILL.md +322 -0
  93. package/bundled-skills/context-engineering/SKILL.md +302 -0
  94. package/bundled-skills/cro/SKILL.md +202 -0
  95. package/bundled-skills/cro/evals/evals.json +111 -0
  96. package/bundled-skills/cro/references/experiments.md +248 -0
  97. package/bundled-skills/cro/references/form.md +422 -0
  98. package/bundled-skills/cron-doctor/scripts/cron-engine.js +10 -7
  99. package/bundled-skills/cucumber-skill/SKILL.md +235 -0
  100. package/bundled-skills/customer-research/SKILL.md +287 -0
  101. package/bundled-skills/customer-research/evals/evals.json +162 -0
  102. package/bundled-skills/customer-research/references/source-guides.md +401 -0
  103. package/bundled-skills/cypress-skill/SKILL.md +235 -0
  104. package/bundled-skills/debugging-and-error-recovery/SKILL.md +313 -0
  105. package/bundled-skills/debugging-code/SKILL.md +284 -0
  106. package/bundled-skills/debugging-code/references/advanced-techniques.md +50 -0
  107. package/bundled-skills/debugging-code/references/installing-debuggers.md +67 -0
  108. package/bundled-skills/debugging-code/scripts/install-dap.sh +87 -0
  109. package/bundled-skills/deprecation-and-migration/SKILL.md +219 -0
  110. package/bundled-skills/design-philosophy/SKILL.md +40 -0
  111. package/bundled-skills/design-philosophy/reference.md +19 -0
  112. package/bundled-skills/design-spatial/SKILL.md +271 -0
  113. package/bundled-skills/design-spatial/scripts/layout-audit.js +138 -0
  114. package/bundled-skills/design-system/SKILL.md +140 -0
  115. package/bundled-skills/design-system/references/motion-choreography.md +111 -0
  116. package/bundled-skills/design-thinking/SKILL.md +109 -0
  117. package/bundled-skills/design-ux/SKILL.md +75 -0
  118. package/bundled-skills/dev-to-hashnode/README.md +62 -0
  119. package/bundled-skills/dev-to-hashnode/SKILL.md +399 -0
  120. package/bundled-skills/developer-advocacy/README.md +102 -0
  121. package/bundled-skills/developer-advocacy/SKILL.md +423 -0
  122. package/bundled-skills/developer-audience-context/README.md +61 -0
  123. package/bundled-skills/developer-audience-context/SKILL.md +271 -0
  124. package/bundled-skills/developer-audience-context/references/example-apitest.md +175 -0
  125. package/bundled-skills/developer-audience-context/references/template.md +152 -0
  126. package/bundled-skills/developer-churn/README.md +80 -0
  127. package/bundled-skills/developer-churn/SKILL.md +652 -0
  128. package/bundled-skills/developer-listening/README.md +30 -0
  129. package/bundled-skills/developer-listening/SKILL.md +232 -0
  130. package/bundled-skills/developer-newsletter/README.md +84 -0
  131. package/bundled-skills/developer-newsletter/SKILL.md +376 -0
  132. package/bundled-skills/developer-onboarding/README.md +35 -0
  133. package/bundled-skills/developer-onboarding/SKILL.md +530 -0
  134. package/bundled-skills/developer-sandbox/README.md +47 -0
  135. package/bundled-skills/developer-sandbox/SKILL.md +504 -0
  136. package/bundled-skills/developer-seo/README.md +36 -0
  137. package/bundled-skills/developer-seo/SKILL.md +296 -0
  138. package/bundled-skills/developer-signup-flow/README.md +36 -0
  139. package/bundled-skills/developer-signup-flow/SKILL.md +397 -0
  140. package/bundled-skills/devrel-content/README.md +81 -0
  141. package/bundled-skills/devrel-content/SKILL.md +428 -0
  142. package/bundled-skills/dispatch/SKILL.md +130 -0
  143. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  144. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  145. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  146. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  147. package/bundled-skills/docs/users/bundles.md +1 -1
  148. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  149. package/bundled-skills/docs/users/faq.md +1 -1
  150. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  151. package/bundled-skills/docs/users/getting-started.md +1 -1
  152. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  153. package/bundled-skills/docs/users/usage.md +8 -8
  154. package/bundled-skills/docs/users/visual-guide.md +8 -8
  155. package/bundled-skills/docs-as-marketing/README.md +37 -0
  156. package/bundled-skills/docs-as-marketing/SKILL.md +398 -0
  157. package/bundled-skills/documentation-and-adrs/SKILL.md +291 -0
  158. package/bundled-skills/doubt-driven-development/SKILL.md +256 -0
  159. package/bundled-skills/eas-update-insights/SKILL.md +232 -0
  160. package/bundled-skills/eas-update-insights/agents/openai.yaml +4 -0
  161. package/bundled-skills/eas-update-insights/references/channel-insights-schema.md +47 -0
  162. package/bundled-skills/eas-update-insights/references/update-insights-schema.md +69 -0
  163. package/bundled-skills/expo-api-routes/SKILL.md +9 -5
  164. package/bundled-skills/expo-api-routes/agents/openai.yaml +4 -0
  165. package/bundled-skills/expo-brownfield/SKILL.md +71 -0
  166. package/bundled-skills/expo-brownfield/agents/openai.yaml +4 -0
  167. package/bundled-skills/expo-brownfield/references/brownfield-integrated.md +526 -0
  168. package/bundled-skills/expo-brownfield/references/brownfield-isolated.md +402 -0
  169. package/bundled-skills/expo-brownfield/references/comparison.md +63 -0
  170. package/bundled-skills/expo-brownfield/references/troubleshooting.md +88 -0
  171. package/bundled-skills/expo-cicd-workflows/SKILL.md +18 -16
  172. package/bundled-skills/expo-cicd-workflows/agents/openai.yaml +4 -0
  173. package/bundled-skills/expo-cicd-workflows/scripts/fetch.js +109 -0
  174. package/bundled-skills/expo-cicd-workflows/scripts/package.json +11 -0
  175. package/bundled-skills/expo-cicd-workflows/scripts/validate.js +84 -0
  176. package/bundled-skills/expo-deployment/SKILL.md +157 -53
  177. package/bundled-skills/expo-deployment/agents/openai.yaml +4 -0
  178. package/bundled-skills/expo-deployment/references/app-store-metadata.md +497 -0
  179. package/bundled-skills/expo-deployment/references/ios-app-store.md +371 -0
  180. package/bundled-skills/expo-deployment/references/play-store.md +246 -0
  181. package/bundled-skills/expo-deployment/references/testflight.md +58 -0
  182. package/bundled-skills/expo-deployment/references/workflows.md +160 -0
  183. package/bundled-skills/expo-dev-client/SKILL.md +25 -14
  184. package/bundled-skills/expo-dev-client/agents/openai.yaml +4 -0
  185. package/bundled-skills/expo-examples/SKILL.md +111 -0
  186. package/bundled-skills/expo-examples/references/catalog.md +105 -0
  187. package/bundled-skills/expo-module/SKILL.md +152 -0
  188. package/bundled-skills/expo-module/agents/openai.yaml +4 -0
  189. package/bundled-skills/expo-module/references/config-plugin.md +90 -0
  190. package/bundled-skills/expo-module/references/create-expo-module.md +206 -0
  191. package/bundled-skills/expo-module/references/lifecycle.md +127 -0
  192. package/bundled-skills/expo-module/references/module-config.md +48 -0
  193. package/bundled-skills/expo-module/references/native-module.md +286 -0
  194. package/bundled-skills/expo-module/references/native-view.md +171 -0
  195. package/bundled-skills/expo-observe/SKILL.md +44 -0
  196. package/bundled-skills/expo-observe/references/metrics.md +47 -0
  197. package/bundled-skills/expo-observe/references/queries.md +342 -0
  198. package/bundled-skills/expo-observe/references/setup.md +255 -0
  199. package/bundled-skills/expo-tailwind-setup/SKILL.md +13 -10
  200. package/bundled-skills/expo-tailwind-setup/agents/openai.yaml +4 -0
  201. package/bundled-skills/expo-ui/SKILL.md +61 -0
  202. package/bundled-skills/expo-ui/agents/openai.yaml +4 -0
  203. package/bundled-skills/expo-ui/references/drop-in-replacements.md +27 -0
  204. package/bundled-skills/expo-ui/references/jetpack-compose.md +73 -0
  205. package/bundled-skills/expo-ui/references/swift-ui.md +73 -0
  206. package/bundled-skills/expo-ui/references/universal.md +73 -0
  207. package/bundled-skills/expo-ui/scripts/list-components.js +193 -0
  208. package/bundled-skills/faf-context/SKILL.md +106 -0
  209. package/bundled-skills/faf-go/SKILL.md +336 -0
  210. package/bundled-skills/fixing-accessibility/SKILL.md +16 -5
  211. package/bundled-skills/fixing-metadata/SKILL.md +18 -8
  212. package/bundled-skills/fixing-motion-performance/SKILL.md +17 -6
  213. package/bundled-skills/formik-patterns/SKILL.md +379 -0
  214. package/bundled-skills/free-tier-strategy/README.md +39 -0
  215. package/bundled-skills/free-tier-strategy/SKILL.md +462 -0
  216. package/bundled-skills/frontend-architecture/SKILL.md +419 -0
  217. package/bundled-skills/frontend-data-contracts/SKILL.md +331 -0
  218. package/bundled-skills/frontend-observability/SKILL.md +434 -0
  219. package/bundled-skills/frontend-optimistic-mutations/SKILL.md +278 -0
  220. package/bundled-skills/frontend-seo/SKILL.md +710 -0
  221. package/bundled-skills/frontend-slides-frontend-slides/SKILL.md +397 -0
  222. package/bundled-skills/frontend-ui-engineering/SKILL.md +341 -0
  223. package/bundled-skills/gemini-api-dev/SKILL.md +96 -53
  224. package/bundled-skills/gemini-live-api-dev/SKILL.md +339 -0
  225. package/bundled-skills/gemini-omni-flash-api/SKILL.md +335 -0
  226. package/bundled-skills/gemini-omni-flash-api/scripts/upload_file.py +218 -0
  227. package/bundled-skills/gemini-omni-flash-api/scripts/video/generate_video.py +439 -0
  228. package/bundled-skills/gemini-omni-flash-api/scripts/video/inspect_video.py +197 -0
  229. package/bundled-skills/gemini-omni-flash-api/scripts/video/prep_video.py +255 -0
  230. package/bundled-skills/gh-image/SKILL.md +10 -2
  231. package/bundled-skills/git-workflow-and-versioning/SKILL.md +313 -0
  232. package/bundled-skills/github-presence/README.md +67 -0
  233. package/bundled-skills/github-presence/SKILL.md +484 -0
  234. package/bundled-skills/graphql-schema/SKILL.md +309 -0
  235. package/bundled-skills/hf-mcp/SKILL.md +195 -0
  236. package/bundled-skills/hf-mem/SKILL.md +92 -0
  237. package/bundled-skills/hugging-face-cli/SKILL.md +155 -115
  238. package/bundled-skills/hugging-face-community-evals/SKILL.md +14 -7
  239. package/bundled-skills/hugging-face-dataset-viewer/SKILL.md +30 -37
  240. package/bundled-skills/hugging-face-gradio/SKILL.md +14 -7
  241. package/bundled-skills/hugging-face-model-trainer/SKILL.md +42 -11
  242. package/bundled-skills/hugging-face-model-trainer/references/gguf_conversion.md +5 -0
  243. package/bundled-skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +57 -51
  244. package/bundled-skills/hugging-face-model-trainer/scripts/hf_benchmarks.py +659 -0
  245. package/bundled-skills/hugging-face-paper-publisher/SKILL.md +13 -6
  246. package/bundled-skills/hugging-face-papers/SKILL.md +12 -5
  247. package/bundled-skills/hugging-face-trackio/SKILL.md +11 -5
  248. package/bundled-skills/hugging-face-vision-trainer/SKILL.md +11 -5
  249. package/bundled-skills/huggingface-best/SKILL.md +143 -0
  250. package/bundled-skills/huggingface-local-models/SKILL.md +130 -0
  251. package/bundled-skills/huggingface-local-models/references/hardware.md +38 -0
  252. package/bundled-skills/huggingface-local-models/references/hub-discovery.md +178 -0
  253. package/bundled-skills/huggingface-local-models/references/quantization.md +256 -0
  254. package/bundled-skills/huggingface-lora-space-builder/SKILL.md +409 -0
  255. package/bundled-skills/huggingface-lora-space-builder/references/adapting-to-the-lora.md +113 -0
  256. package/bundled-skills/huggingface-lora-space-builder/references/base-models/krea-2.md +63 -0
  257. package/bundled-skills/huggingface-lora-space-builder/references/base-models/ltx.md +205 -0
  258. package/bundled-skills/huggingface-lora-space-builder/references/base-models/qwen-image.md +144 -0
  259. package/bundled-skills/huggingface-lora-space-builder/references/creative-mode.md +262 -0
  260. package/bundled-skills/huggingface-lora-space-builder/references/tasks.md +124 -0
  261. package/bundled-skills/huggingface-lora-space-builder/references/zerogpu-and-publishing.md +194 -0
  262. package/bundled-skills/huggingface-spaces/SKILL.md +247 -0
  263. package/bundled-skills/huggingface-spaces/references/buckets.md +89 -0
  264. package/bundled-skills/huggingface-spaces/references/debugging.md +234 -0
  265. package/bundled-skills/huggingface-spaces/references/gradio.md +171 -0
  266. package/bundled-skills/huggingface-spaces/references/grants.md +56 -0
  267. package/bundled-skills/huggingface-spaces/references/inference-providers.md +85 -0
  268. package/bundled-skills/huggingface-spaces/references/known-errors.md +232 -0
  269. package/bundled-skills/huggingface-spaces/references/requirements.md +153 -0
  270. package/bundled-skills/huggingface-spaces/references/zerogpu.md +276 -0
  271. package/bundled-skills/huggingface-tool-builder/SKILL.md +137 -0
  272. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.py +57 -0
  273. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.sh +40 -0
  274. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.tsx +57 -0
  275. package/bundled-skills/huggingface-tool-builder/references/find_models_by_paper.sh +230 -0
  276. package/bundled-skills/huggingface-tool-builder/references/hf_enrich_models.sh +96 -0
  277. package/bundled-skills/huggingface-tool-builder/references/hf_model_card_frontmatter.sh +188 -0
  278. package/bundled-skills/huggingface-tool-builder/references/hf_model_papers_auth.sh +171 -0
  279. package/bundled-skills/huggingface-zerogpu/SKILL.md +306 -0
  280. package/bundled-skills/huggingface-zerogpu/references/concurrency.md +79 -0
  281. package/bundled-skills/huggingface-zerogpu/references/cuda-and-deps.md +66 -0
  282. package/bundled-skills/huggingface-zerogpu/references/how-quota-works.md +74 -0
  283. package/bundled-skills/huggingface-zerogpu/references/how-zerogpu-works.md +50 -0
  284. package/bundled-skills/hugo-to-markdown/SKILL.md +201 -0
  285. package/bundled-skills/hugo-to-markdown/agents/openai.yaml +4 -0
  286. package/bundled-skills/hugo-to-markdown/references/conversion-workflow.md +143 -0
  287. package/bundled-skills/hugo-to-markdown/references/front-matter-and-content.md +145 -0
  288. package/bundled-skills/hugo-to-markdown/references/links-assets-and-validation.md +106 -0
  289. package/bundled-skills/hugo-to-markdown/references/shortcodes-and-render-hooks.md +281 -0
  290. package/bundled-skills/hugo-to-markdown/scripts/check_standard_markdown.py +70 -0
  291. package/bundled-skills/hugo-to-markdown/scripts/inventory_hugo_rules.py +188 -0
  292. package/bundled-skills/hyperexecute-skill/SKILL.md +65 -0
  293. package/bundled-skills/idea-refine/SKILL.md +195 -0
  294. package/bundled-skills/idea-refine/examples.md +238 -0
  295. package/bundled-skills/idea-refine/frameworks.md +99 -0
  296. package/bundled-skills/idea-refine/refinement-criteria.md +113 -0
  297. package/bundled-skills/idea-refine/scripts/idea-refine.sh +15 -0
  298. package/bundled-skills/implement/SKILL.md +32 -0
  299. package/bundled-skills/incremental-implementation/SKILL.md +262 -0
  300. package/bundled-skills/jest-skill/SKILL.md +182 -0
  301. package/bundled-skills/junit-5-skill/SKILL.md +236 -0
  302. package/bundled-skills/logic-diff/SKILL.md +50 -0
  303. package/bundled-skills/logic-diff/logic-diff-guide.md +75 -0
  304. package/bundled-skills/logic-explain/SKILL.md +50 -0
  305. package/bundled-skills/logic-explain/logic-explain-guide.md +74 -0
  306. package/bundled-skills/logic-fix-all/SKILL.md +87 -0
  307. package/bundled-skills/logic-fix-all/guide-phases-0-2-consent-scope-health.md +113 -0
  308. package/bundled-skills/logic-fix-all/guide-phases-3-5-review-locate-clarify.md +47 -0
  309. package/bundled-skills/logic-fix-all/guide-phases-6-9-fix-iterate-report.md +143 -0
  310. package/bundled-skills/logic-fix-all/logic-fix-all-guide.md +60 -0
  311. package/bundled-skills/logic-locate/SKILL.md +52 -0
  312. package/bundled-skills/logic-locate/logic-locate-guide.md +85 -0
  313. package/bundled-skills/logic-review/SKILL.md +100 -0
  314. package/bundled-skills/logic-review/logic-review-guide.md +296 -0
  315. package/bundled-skills/longbridge-content/SKILL.md +87 -0
  316. package/bundled-skills/longbridge-fundamentals/SKILL.md +134 -0
  317. package/bundled-skills/longbridge-market-data/SKILL.md +129 -0
  318. package/bundled-skills/loopy/SKILL.md +289 -0
  319. package/bundled-skills/loopy/agents/openai.yaml +4 -0
  320. package/bundled-skills/loopy/references/audit.md +61 -0
  321. package/bundled-skills/loopy/references/debrief.md +43 -0
  322. package/bundled-skills/loopy/references/discover.md +72 -0
  323. package/bundled-skills/loopy/references/publish.md +65 -0
  324. package/bundled-skills/loopy/references/run.md +73 -0
  325. package/bundled-skills/marketing-plan/SKILL.md +283 -0
  326. package/bundled-skills/marketing-plan/evals/evals.json +96 -0
  327. package/bundled-skills/marketing-plan/references/aarrr-framework.md +180 -0
  328. package/bundled-skills/marketing-plan/references/budget-planning.md +168 -0
  329. package/bundled-skills/marketing-plan/references/client-types.md +373 -0
  330. package/bundled-skills/marketing-plan/references/current-state-rubric.md +255 -0
  331. package/bundled-skills/marketing-plan/references/example-quietude.md +972 -0
  332. package/bundled-skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  333. package/bundled-skills/marketing-plan/references/growth-patterns.md +148 -0
  334. package/bundled-skills/marketing-plan/references/idea-cross-reference.md +265 -0
  335. package/bundled-skills/marketing-plan/references/measurement-framework.md +213 -0
  336. package/bundled-skills/marketing-plan/references/methodology.md +363 -0
  337. package/bundled-skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  338. package/bundled-skills/marketing-plan/references/plan-template.md +494 -0
  339. package/bundled-skills/marketing-plan/references/team-and-agency-model.md +278 -0
  340. package/bundled-skills/mdpr-skill/SKILL.md +233 -0
  341. package/bundled-skills/monte-carlo-analyze-root-cause/SKILL.md +229 -0
  342. package/bundled-skills/monte-carlo-asset-health/SKILL.md +200 -0
  343. package/bundled-skills/monte-carlo-monitoring-advisor/SKILL.md +317 -0
  344. package/bundled-skills/monte-carlo-performance-diagnosis/SKILL.md +153 -0
  345. package/bundled-skills/monte-carlo-remediation/SKILL.md +359 -0
  346. package/bundled-skills/monte-carlo-storage-cost-analysis/SKILL.md +162 -0
  347. package/bundled-skills/native-data-fetching/SKILL.md +11 -8
  348. package/bundled-skills/native-data-fetching/agents/openai.yaml +4 -0
  349. package/bundled-skills/native-data-fetching/references/expo-router-loaders.md +341 -0
  350. package/bundled-skills/neon-ai-gateway/SKILL.md +237 -0
  351. package/bundled-skills/neon-functions/SKILL.md +465 -0
  352. package/bundled-skills/neon-functions/references/ai-sdk.md +139 -0
  353. package/bundled-skills/neon-functions/references/hono-websockets.md +145 -0
  354. package/bundled-skills/neon-functions/references/mastra-studio.md +132 -0
  355. package/bundled-skills/neon-functions/references/mcp.md +137 -0
  356. package/bundled-skills/neon-functions/references/sentry.md +131 -0
  357. package/bundled-skills/neon-functions/references/sse.md +143 -0
  358. package/bundled-skills/neon-object-storage/SKILL.md +200 -0
  359. package/bundled-skills/neon-postgres/SKILL.md +234 -469
  360. package/bundled-skills/neon-postgres-branches/SKILL.md +292 -0
  361. package/bundled-skills/neon-postgres-egress-optimizer/SKILL.md +256 -0
  362. package/bundled-skills/newman-cicd-integration/SKILL.md +330 -0
  363. package/bundled-skills/observability-and-instrumentation/SKILL.md +216 -0
  364. package/bundled-skills/odw/SKILL.md +57 -0
  365. package/bundled-skills/offers/SKILL.md +168 -0
  366. package/bundled-skills/offers/references/bonus-stacking.md +150 -0
  367. package/bundled-skills/offers/references/examples.md +215 -0
  368. package/bundled-skills/offers/references/guarantee-design.md +172 -0
  369. package/bundled-skills/offers/references/offer-anatomy.md +203 -0
  370. package/bundled-skills/offers/references/offer-formats.md +240 -0
  371. package/bundled-skills/offers/references/scarcity-urgency.md +175 -0
  372. package/bundled-skills/offers/references/value-equation.md +134 -0
  373. package/bundled-skills/onboarding/SKILL.md +235 -0
  374. package/bundled-skills/onboarding/evals/evals.json +92 -0
  375. package/bundled-skills/onboarding/references/experiments.md +258 -0
  376. package/bundled-skills/open-source-marketing/README.md +100 -0
  377. package/bundled-skills/open-source-marketing/SKILL.md +466 -0
  378. package/bundled-skills/openapi-spec-generator/SKILL.md +335 -0
  379. package/bundled-skills/performance-optimization/SKILL.md +363 -0
  380. package/bundled-skills/planning-and-task-breakdown/SKILL.md +240 -0
  381. package/bundled-skills/polis-protocol-a-self-optimizing-city-of-agents/SKILL.md +170 -0
  382. package/bundled-skills/postgresql-cli/SKILL.md +498 -0
  383. package/bundled-skills/postgresql-cli/references/cli-options-and-variables.md +444 -0
  384. package/bundled-skills/postgresql-cli/references/meta-commands-core.md +466 -0
  385. package/bundled-skills/postgresql-cli/references/meta-commands-formatting.md +154 -0
  386. package/bundled-skills/postgresql-cli/references/meta-commands-inspection.md +134 -0
  387. package/bundled-skills/postgresql-cli/references/tips-advanced.md +289 -0
  388. package/bundled-skills/postgresql-cli/references/tips-workflows.md +407 -0
  389. package/bundled-skills/postman-collection-generator/SKILL.md +184 -0
  390. package/bundled-skills/postman-newman-automation/SKILL.md +311 -0
  391. package/bundled-skills/postman-openapi-converter/SKILL.md +174 -0
  392. package/bundled-skills/power-user-cultivation/README.md +78 -0
  393. package/bundled-skills/power-user-cultivation/SKILL.md +598 -0
  394. package/bundled-skills/pricing/SKILL.md +246 -0
  395. package/bundled-skills/pricing/evals/evals.json +90 -0
  396. package/bundled-skills/pricing/references/research-methods.md +152 -0
  397. package/bundled-skills/pricing/references/tier-structure.md +232 -0
  398. package/bundled-skills/privacy-mask/SKILL.md +96 -0
  399. package/bundled-skills/product-marketing/SKILL.md +256 -0
  400. package/bundled-skills/product-marketing/evals/evals.json +85 -0
  401. package/bundled-skills/public-relations/SKILL.md +146 -0
  402. package/bundled-skills/public-relations/references/journalist-pitching.md +368 -0
  403. package/bundled-skills/public-relations/references/media-outlets.md +207 -0
  404. package/bundled-skills/public-relations/references/newsjacking.md +218 -0
  405. package/bundled-skills/public-relations/references/press-platforms.md +188 -0
  406. package/bundled-skills/puppeteer-skill/SKILL.md +143 -0
  407. package/bundled-skills/pytest-skill/SKILL.md +201 -0
  408. package/bundled-skills/rclone-cli/SKILL.md +351 -0
  409. package/bundled-skills/rclone-cli/references/bisync.md +2003 -0
  410. package/bundled-skills/rclone-cli/references/cache.md +726 -0
  411. package/bundled-skills/rclone-cli/references/chunker.md +484 -0
  412. package/bundled-skills/rclone-cli/references/combine.md +187 -0
  413. package/bundled-skills/rclone-cli/references/commands/rclone.md +1169 -0
  414. package/bundled-skills/rclone-cli/references/commands/rclone_about.md +89 -0
  415. package/bundled-skills/rclone-cli/references/commands/rclone_archive.md +49 -0
  416. package/bundled-skills/rclone-cli/references/commands/rclone_archive_create.md +97 -0
  417. package/bundled-skills/rclone-cli/references/commands/rclone_archive_extract.md +83 -0
  418. package/bundled-skills/rclone-cli/references/commands/rclone_archive_list.md +98 -0
  419. package/bundled-skills/rclone-cli/references/commands/rclone_authorize.md +53 -0
  420. package/bundled-skills/rclone-cli/references/commands/rclone_backend.md +82 -0
  421. package/bundled-skills/rclone-cli/references/commands/rclone_bisync.md +160 -0
  422. package/bundled-skills/rclone-cli/references/commands/rclone_cat.md +122 -0
  423. package/bundled-skills/rclone-cli/references/commands/rclone_check.md +134 -0
  424. package/bundled-skills/rclone-cli/references/commands/rclone_checksum.md +120 -0
  425. package/bundled-skills/rclone-cli/references/commands/rclone_cleanup.md +49 -0
  426. package/bundled-skills/rclone-cli/references/commands/rclone_completion.md +40 -0
  427. package/bundled-skills/rclone-cli/references/commands/rclone_completion_bash.md +70 -0
  428. package/bundled-skills/rclone-cli/references/commands/rclone_completion_fish.md +57 -0
  429. package/bundled-skills/rclone-cli/references/commands/rclone_completion_powershell.md +49 -0
  430. package/bundled-skills/rclone-cli/references/commands/rclone_completion_zsh.md +57 -0
  431. package/bundled-skills/rclone-cli/references/commands/rclone_config.md +56 -0
  432. package/bundled-skills/rclone-cli/references/commands/rclone_config_create.md +150 -0
  433. package/bundled-skills/rclone-cli/references/commands/rclone_config_delete.md +33 -0
  434. package/bundled-skills/rclone-cli/references/commands/rclone_config_disconnect.md +40 -0
  435. package/bundled-skills/rclone-cli/references/commands/rclone_config_dump.md +33 -0
  436. package/bundled-skills/rclone-cli/references/commands/rclone_config_edit.md +39 -0
  437. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption.md +36 -0
  438. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_check.md +43 -0
  439. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_remove.md +44 -0
  440. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_set.md +54 -0
  441. package/bundled-skills/rclone-cli/references/commands/rclone_config_file.md +33 -0
  442. package/bundled-skills/rclone-cli/references/commands/rclone_config_password.md +49 -0
  443. package/bundled-skills/rclone-cli/references/commands/rclone_config_paths.md +33 -0
  444. package/bundled-skills/rclone-cli/references/commands/rclone_config_providers.md +33 -0
  445. package/bundled-skills/rclone-cli/references/commands/rclone_config_reconnect.md +40 -0
  446. package/bundled-skills/rclone-cli/references/commands/rclone_config_redacted.md +45 -0
  447. package/bundled-skills/rclone-cli/references/commands/rclone_config_show.md +33 -0
  448. package/bundled-skills/rclone-cli/references/commands/rclone_config_string.md +57 -0
  449. package/bundled-skills/rclone-cli/references/commands/rclone_config_touch.md +33 -0
  450. package/bundled-skills/rclone-cli/references/commands/rclone_config_update.md +150 -0
  451. package/bundled-skills/rclone-cli/references/commands/rclone_config_userinfo.md +38 -0
  452. package/bundled-skills/rclone-cli/references/commands/rclone_convmv.md +440 -0
  453. package/bundled-skills/rclone-cli/references/commands/rclone_copy.md +258 -0
  454. package/bundled-skills/rclone-cli/references/commands/rclone_copyto.md +219 -0
  455. package/bundled-skills/rclone-cli/references/commands/rclone_copyurl.md +91 -0
  456. package/bundled-skills/rclone-cli/references/commands/rclone_cryptcheck.md +141 -0
  457. package/bundled-skills/rclone-cli/references/commands/rclone_cryptdecode.md +51 -0
  458. package/bundled-skills/rclone-cli/references/commands/rclone_dedupe.md +166 -0
  459. package/bundled-skills/rclone-cli/references/commands/rclone_delete.md +117 -0
  460. package/bundled-skills/rclone-cli/references/commands/rclone_deletefile.md +50 -0
  461. package/bundled-skills/rclone-cli/references/commands/rclone_gendocs.md +39 -0
  462. package/bundled-skills/rclone-cli/references/commands/rclone_gitannex.md +113 -0
  463. package/bundled-skills/rclone-cli/references/commands/rclone_hashsum.md +120 -0
  464. package/bundled-skills/rclone-cli/references/commands/rclone_link.md +60 -0
  465. package/bundled-skills/rclone-cli/references/commands/rclone_listremotes.md +55 -0
  466. package/bundled-skills/rclone-cli/references/commands/rclone_ls.md +114 -0
  467. package/bundled-skills/rclone-cli/references/commands/rclone_lsd.md +127 -0
  468. package/bundled-skills/rclone-cli/references/commands/rclone_lsf.md +241 -0
  469. package/bundled-skills/rclone-cli/references/commands/rclone_lsjson.md +195 -0
  470. package/bundled-skills/rclone-cli/references/commands/rclone_lsl.md +115 -0
  471. package/bundled-skills/rclone-cli/references/commands/rclone_md5sum.md +96 -0
  472. package/bundled-skills/rclone-cli/references/commands/rclone_mkdir.md +43 -0
  473. package/bundled-skills/rclone-cli/references/commands/rclone_mount.md +1105 -0
  474. package/bundled-skills/rclone-cli/references/commands/rclone_move.md +223 -0
  475. package/bundled-skills/rclone-cli/references/commands/rclone_moveto.md +218 -0
  476. package/bundled-skills/rclone-cli/references/commands/rclone_ncdu.md +140 -0
  477. package/bundled-skills/rclone-cli/references/commands/rclone_nfsmount.md +1111 -0
  478. package/bundled-skills/rclone-cli/references/commands/rclone_obscure.md +60 -0
  479. package/bundled-skills/rclone-cli/references/commands/rclone_purge.md +58 -0
  480. package/bundled-skills/rclone-cli/references/commands/rclone_rc.md +111 -0
  481. package/bundled-skills/rclone-cli/references/commands/rclone_rcat.md +79 -0
  482. package/bundled-skills/rclone-cli/references/commands/rclone_rcd.md +219 -0
  483. package/bundled-skills/rclone-cli/references/commands/rclone_rmdir.md +52 -0
  484. package/bundled-skills/rclone-cli/references/commands/rclone_rmdirs.md +66 -0
  485. package/bundled-skills/rclone-cli/references/commands/rclone_selfupdate.md +91 -0
  486. package/bundled-skills/rclone-cli/references/commands/rclone_serve.md +61 -0
  487. package/bundled-skills/rclone-cli/references/commands/rclone_serve_dlna.md +619 -0
  488. package/bundled-skills/rclone-cli/references/commands/rclone_serve_docker.md +653 -0
  489. package/bundled-skills/rclone-cli/references/commands/rclone_serve_ftp.md +698 -0
  490. package/bundled-skills/rclone-cli/references/commands/rclone_serve_http.md +837 -0
  491. package/bundled-skills/rclone-cli/references/commands/rclone_serve_nfs.md +670 -0
  492. package/bundled-skills/rclone-cli/references/commands/rclone_serve_restic.md +246 -0
  493. package/bundled-skills/rclone-cli/references/commands/rclone_serve_s3.md +867 -0
  494. package/bundled-skills/rclone-cli/references/commands/rclone_serve_sftp.md +745 -0
  495. package/bundled-skills/rclone-cli/references/commands/rclone_serve_webdav.md +896 -0
  496. package/bundled-skills/rclone-cli/references/commands/rclone_settier.md +63 -0
  497. package/bundled-skills/rclone-cli/references/commands/rclone_sha1sum.md +99 -0
  498. package/bundled-skills/rclone-cli/references/commands/rclone_size.md +94 -0
  499. package/bundled-skills/rclone-cli/references/commands/rclone_sync.md +252 -0
  500. package/bundled-skills/rclone-cli/references/commands/rclone_test.md +51 -0
  501. package/bundled-skills/rclone-cli/references/commands/rclone_test_changenotify.md +34 -0
  502. package/bundled-skills/rclone-cli/references/commands/rclone_test_histogram.md +41 -0
  503. package/bundled-skills/rclone-cli/references/commands/rclone_test_info.md +51 -0
  504. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefile.md +39 -0
  505. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefiles.md +47 -0
  506. package/bundled-skills/rclone-cli/references/commands/rclone_test_memory.md +33 -0
  507. package/bundled-skills/rclone-cli/references/commands/rclone_test_speed.md +66 -0
  508. package/bundled-skills/rclone-cli/references/commands/rclone_touch.md +110 -0
  509. package/bundled-skills/rclone-cli/references/commands/rclone_tree.md +121 -0
  510. package/bundled-skills/rclone-cli/references/commands/rclone_version.md +83 -0
  511. package/bundled-skills/rclone-cli/references/crypt.md +844 -0
  512. package/bundled-skills/rclone-cli/references/docker.md +615 -0
  513. package/bundled-skills/rclone-cli/references/faq.md +364 -0
  514. package/bundled-skills/rclone-cli/references/filtering.md +991 -0
  515. package/bundled-skills/rclone-cli/references/flags.md +1221 -0
  516. package/bundled-skills/rclone-cli/references/hasher.md +383 -0
  517. package/bundled-skills/rclone-cli/references/install.md +686 -0
  518. package/bundled-skills/rclone-cli/references/overview.md +620 -0
  519. package/bundled-skills/rclone-cli/references/providers/alias.md +141 -0
  520. package/bundled-skills/rclone-cli/references/providers/archive.md +287 -0
  521. package/bundled-skills/rclone-cli/references/providers/azureblob.md +1140 -0
  522. package/bundled-skills/rclone-cli/references/providers/azurefiles.md +834 -0
  523. package/bundled-skills/rclone-cli/references/providers/b2.md +879 -0
  524. package/bundled-skills/rclone-cli/references/providers/box.md +573 -0
  525. package/bundled-skills/rclone-cli/references/providers/cloudinary.md +259 -0
  526. package/bundled-skills/rclone-cli/references/providers/compress.md +222 -0
  527. package/bundled-skills/rclone-cli/references/providers/drime.md +319 -0
  528. package/bundled-skills/rclone-cli/references/providers/drive.md +2032 -0
  529. package/bundled-skills/rclone-cli/references/providers/dropbox.md +661 -0
  530. package/bundled-skills/rclone-cli/references/providers/fichier.md +230 -0
  531. package/bundled-skills/rclone-cli/references/providers/filefabric.md +298 -0
  532. package/bundled-skills/rclone-cli/references/providers/filelu.md +256 -0
  533. package/bundled-skills/rclone-cli/references/providers/filen.md +243 -0
  534. package/bundled-skills/rclone-cli/references/providers/filescom.md +209 -0
  535. package/bundled-skills/rclone-cli/references/providers/ftp.md +621 -0
  536. package/bundled-skills/rclone-cli/references/providers/gofile.md +274 -0
  537. package/bundled-skills/rclone-cli/references/providers/googlecloudstorage.md +846 -0
  538. package/bundled-skills/rclone-cli/references/providers/googlephotos.md +676 -0
  539. package/bundled-skills/rclone-cli/references/providers/hdfs.md +263 -0
  540. package/bundled-skills/rclone-cli/references/providers/hidrive.md +487 -0
  541. package/bundled-skills/rclone-cli/references/providers/http.md +323 -0
  542. package/bundled-skills/rclone-cli/references/providers/iclouddrive.md +212 -0
  543. package/bundled-skills/rclone-cli/references/providers/internetarchive.md +355 -0
  544. package/bundled-skills/rclone-cli/references/providers/internxt.md +189 -0
  545. package/bundled-skills/rclone-cli/references/providers/jottacloud.md +604 -0
  546. package/bundled-skills/rclone-cli/references/providers/koofr.md +395 -0
  547. package/bundled-skills/rclone-cli/references/providers/linkbox.md +117 -0
  548. package/bundled-skills/rclone-cli/references/providers/local.md +749 -0
  549. package/bundled-skills/rclone-cli/references/providers/mailru.md +470 -0
  550. package/bundled-skills/rclone-cli/references/providers/mega.md +361 -0
  551. package/bundled-skills/rclone-cli/references/providers/memory.md +109 -0
  552. package/bundled-skills/rclone-cli/references/providers/netstorage.md +371 -0
  553. package/bundled-skills/rclone-cli/references/providers/onedrive.md +1322 -0
  554. package/bundled-skills/rclone-cli/references/providers/opendrive.md +222 -0
  555. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/_index.md +932 -0
  556. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/tutorial_mount.md +503 -0
  557. package/bundled-skills/rclone-cli/references/providers/pcloud.md +373 -0
  558. package/bundled-skills/rclone-cli/references/providers/pikpak.md +373 -0
  559. package/bundled-skills/rclone-cli/references/providers/pixeldrain.md +182 -0
  560. package/bundled-skills/rclone-cli/references/providers/premiumizeme.md +253 -0
  561. package/bundled-skills/rclone-cli/references/providers/protondrive.md +397 -0
  562. package/bundled-skills/rclone-cli/references/providers/putio.md +246 -0
  563. package/bundled-skills/rclone-cli/references/providers/qingstor.md +346 -0
  564. package/bundled-skills/rclone-cli/references/providers/quatrix.md +295 -0
  565. package/bundled-skills/rclone-cli/references/providers/s3.md +9687 -0
  566. package/bundled-skills/rclone-cli/references/providers/seafile.md +432 -0
  567. package/bundled-skills/rclone-cli/references/providers/sftp.md +1277 -0
  568. package/bundled-skills/rclone-cli/references/providers/shade.md +267 -0
  569. package/bundled-skills/rclone-cli/references/providers/sharefile.md +357 -0
  570. package/bundled-skills/rclone-cli/references/providers/sia.md +223 -0
  571. package/bundled-skills/rclone-cli/references/providers/smb.md +309 -0
  572. package/bundled-skills/rclone-cli/references/providers/storj.md +503 -0
  573. package/bundled-skills/rclone-cli/references/providers/sugarsync.md +305 -0
  574. package/bundled-skills/rclone-cli/references/providers/swift.md +744 -0
  575. package/bundled-skills/rclone-cli/references/providers/ulozto.md +283 -0
  576. package/bundled-skills/rclone-cli/references/providers/webdav.md +565 -0
  577. package/bundled-skills/rclone-cli/references/providers/yandex.md +283 -0
  578. package/bundled-skills/rclone-cli/references/providers/zoho.md +305 -0
  579. package/bundled-skills/rclone-cli/references/rc.md +2725 -0
  580. package/bundled-skills/rclone-cli/references/union.md +336 -0
  581. package/bundled-skills/rclone-cli/references/usage.md +3555 -0
  582. package/bundled-skills/rclone-cli/scripts/install.sh +204 -0
  583. package/bundled-skills/redis-cli/SKILL.md +392 -0
  584. package/bundled-skills/redis-cli/references/advanced-features.md +338 -0
  585. package/bundled-skills/redis-cli/references/connection-and-options.md +258 -0
  586. package/bundled-skills/redis-cli/references/data-query-commands.md +417 -0
  587. package/bundled-skills/redis-cli/references/inspection-and-monitoring.md +309 -0
  588. package/bundled-skills/redis-cli/references/key-management.md +252 -0
  589. package/bundled-skills/redis-cli/references/module-data-types.md +429 -0
  590. package/bundled-skills/redis-cli/references/server-administration.md +366 -0
  591. package/bundled-skills/repo-maintainer/SKILL.md +480 -0
  592. package/bundled-skills/resolving-merge-conflicts/SKILL.md +32 -0
  593. package/bundled-skills/review-and-simplify-changes/SKILL.md +202 -0
  594. package/bundled-skills/review-swarm/SKILL.md +185 -0
  595. package/bundled-skills/review-swarm/agents/openai.yaml +4 -0
  596. package/bundled-skills/riffkit/SKILL.md +122 -0
  597. package/bundled-skills/robot-framework-skill/SKILL.md +153 -0
  598. package/bundled-skills/sdk-dx/README.md +39 -0
  599. package/bundled-skills/sdk-dx/SKILL.md +541 -0
  600. package/bundled-skills/security-and-hardening/SKILL.md +474 -0
  601. package/bundled-skills/selenium-skill/SKILL.md +258 -0
  602. package/bundled-skills/shipping-and-launch/SKILL.md +323 -0
  603. package/bundled-skills/smartui-skill/SKILL.md +149 -0
  604. package/bundled-skills/source-driven-development/SKILL.md +207 -0
  605. package/bundled-skills/spec-driven-development/SKILL.md +217 -0
  606. package/bundled-skills/sql-sentinel/SKILL.md +12 -3
  607. package/bundled-skills/styleseed-design-review/SKILL.md +126 -0
  608. package/bundled-skills/supabase/CHANGELOG.md +35 -0
  609. package/bundled-skills/supabase/SKILL.md +149 -0
  610. package/bundled-skills/supabase/assets/feedback-issue-template.md +17 -0
  611. package/bundled-skills/supabase/references/skill-feedback.md +17 -0
  612. package/bundled-skills/supabase-postgres-best-practices/CHANGELOG.md +29 -0
  613. package/bundled-skills/supabase-postgres-best-practices/SKILL.md +74 -0
  614. package/bundled-skills/supabase-postgres-best-practices/references/_contributing.md +170 -0
  615. package/bundled-skills/supabase-postgres-best-practices/references/_sections.md +39 -0
  616. package/bundled-skills/supabase-postgres-best-practices/references/_template.md +34 -0
  617. package/bundled-skills/supabase-postgres-best-practices/references/advanced-full-text-search.md +55 -0
  618. package/bundled-skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md +49 -0
  619. package/bundled-skills/supabase-postgres-best-practices/references/conn-idle-timeout.md +46 -0
  620. package/bundled-skills/supabase-postgres-best-practices/references/conn-limits.md +44 -0
  621. package/bundled-skills/supabase-postgres-best-practices/references/conn-pooling.md +41 -0
  622. package/bundled-skills/supabase-postgres-best-practices/references/conn-prepared-statements.md +46 -0
  623. package/bundled-skills/supabase-postgres-best-practices/references/data-batch-inserts.md +54 -0
  624. package/bundled-skills/supabase-postgres-best-practices/references/data-n-plus-one.md +53 -0
  625. package/bundled-skills/supabase-postgres-best-practices/references/data-pagination.md +50 -0
  626. package/bundled-skills/supabase-postgres-best-practices/references/data-upsert.md +50 -0
  627. package/bundled-skills/supabase-postgres-best-practices/references/lock-advisory.md +56 -0
  628. package/bundled-skills/supabase-postgres-best-practices/references/lock-deadlock-prevention.md +68 -0
  629. package/bundled-skills/supabase-postgres-best-practices/references/lock-short-transactions.md +50 -0
  630. package/bundled-skills/supabase-postgres-best-practices/references/lock-skip-locked.md +54 -0
  631. package/bundled-skills/supabase-postgres-best-practices/references/monitor-explain-analyze.md +45 -0
  632. package/bundled-skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md +55 -0
  633. package/bundled-skills/supabase-postgres-best-practices/references/monitor-vacuum-analyze.md +55 -0
  634. package/bundled-skills/supabase-postgres-best-practices/references/query-composite-indexes.md +44 -0
  635. package/bundled-skills/supabase-postgres-best-practices/references/query-covering-indexes.md +40 -0
  636. package/bundled-skills/supabase-postgres-best-practices/references/query-index-types.md +48 -0
  637. package/bundled-skills/supabase-postgres-best-practices/references/query-missing-indexes.md +43 -0
  638. package/bundled-skills/supabase-postgres-best-practices/references/query-partial-indexes.md +45 -0
  639. package/bundled-skills/supabase-postgres-best-practices/references/schema-constraints.md +80 -0
  640. package/bundled-skills/supabase-postgres-best-practices/references/schema-data-types.md +46 -0
  641. package/bundled-skills/supabase-postgres-best-practices/references/schema-foreign-key-indexes.md +59 -0
  642. package/bundled-skills/supabase-postgres-best-practices/references/schema-lowercase-identifiers.md +55 -0
  643. package/bundled-skills/supabase-postgres-best-practices/references/schema-partitioning.md +55 -0
  644. package/bundled-skills/supabase-postgres-best-practices/references/schema-primary-keys.md +61 -0
  645. package/bundled-skills/supabase-postgres-best-practices/references/security-privileges.md +54 -0
  646. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-basics.md +50 -0
  647. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-performance.md +63 -0
  648. package/bundled-skills/swiftui-expert-skill/SKILL.md +175 -242
  649. package/bundled-skills/swiftui-expert-skill/references/accessibility-patterns.md +215 -0
  650. package/bundled-skills/swiftui-expert-skill/references/animation-advanced.md +428 -0
  651. package/bundled-skills/swiftui-expert-skill/references/animation-basics.md +284 -0
  652. package/bundled-skills/swiftui-expert-skill/references/animation-transitions.md +326 -0
  653. package/bundled-skills/swiftui-expert-skill/references/charts-accessibility.md +135 -0
  654. package/bundled-skills/swiftui-expert-skill/references/charts.md +602 -0
  655. package/bundled-skills/swiftui-expert-skill/references/focus-patterns.md +299 -0
  656. package/bundled-skills/swiftui-expert-skill/references/image-optimization.md +203 -0
  657. package/bundled-skills/swiftui-expert-skill/references/latest-apis.md +528 -0
  658. package/bundled-skills/swiftui-expert-skill/references/layout-best-practices.md +266 -0
  659. package/bundled-skills/swiftui-expert-skill/references/liquid-glass.md +423 -0
  660. package/bundled-skills/swiftui-expert-skill/references/list-patterns.md +467 -0
  661. package/bundled-skills/swiftui-expert-skill/references/localization.md +194 -0
  662. package/bundled-skills/swiftui-expert-skill/references/macos-scenes.md +318 -0
  663. package/bundled-skills/swiftui-expert-skill/references/macos-views.md +357 -0
  664. package/bundled-skills/swiftui-expert-skill/references/macos-window-styling.md +303 -0
  665. package/bundled-skills/swiftui-expert-skill/references/performance-patterns.md +417 -0
  666. package/bundled-skills/swiftui-expert-skill/references/previews.md +313 -0
  667. package/bundled-skills/swiftui-expert-skill/references/scroll-patterns.md +293 -0
  668. package/bundled-skills/swiftui-expert-skill/references/sheet-navigation-patterns.md +363 -0
  669. package/bundled-skills/swiftui-expert-skill/references/soft-deprecation.md +39 -0
  670. package/bundled-skills/swiftui-expert-skill/references/state-management.md +492 -0
  671. package/bundled-skills/swiftui-expert-skill/references/text-patterns.md +34 -0
  672. package/bundled-skills/swiftui-expert-skill/references/trace-analysis.md +295 -0
  673. package/bundled-skills/swiftui-expert-skill/references/trace-recording.md +134 -0
  674. package/bundled-skills/swiftui-expert-skill/references/view-structure.md +854 -0
  675. package/bundled-skills/swiftui-expert-skill/scripts/analyze_trace.py +301 -0
  676. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/__init__.py +1 -0
  677. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/causes.py +187 -0
  678. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/correlate.py +179 -0
  679. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/events.py +291 -0
  680. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hangs.py +108 -0
  681. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hitches.py +145 -0
  682. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/summary.py +243 -0
  683. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/swiftui.py +195 -0
  684. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/time_profiler.py +135 -0
  685. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xctrace.py +117 -0
  686. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xml_utils.py +224 -0
  687. package/bundled-skills/swiftui-expert-skill/scripts/record_trace.py +252 -0
  688. package/bundled-skills/technical-tutorials/README.md +90 -0
  689. package/bundled-skills/technical-tutorials/SKILL.md +581 -0
  690. package/bundled-skills/test-framework-migration-skill/SKILL.md +122 -0
  691. package/bundled-skills/testng-skill/SKILL.md +163 -0
  692. package/bundled-skills/train-sentence-transformers/SKILL.md +118 -0
  693. package/bundled-skills/train-sentence-transformers/references/base_model_selection.md +79 -0
  694. package/bundled-skills/train-sentence-transformers/references/dataset_formats.md +128 -0
  695. package/bundled-skills/train-sentence-transformers/references/evaluators_cross_encoder.md +116 -0
  696. package/bundled-skills/train-sentence-transformers/references/evaluators_sentence_transformer.md +151 -0
  697. package/bundled-skills/train-sentence-transformers/references/evaluators_sparse_encoder.md +121 -0
  698. package/bundled-skills/train-sentence-transformers/references/hardware_guide.md +105 -0
  699. package/bundled-skills/train-sentence-transformers/references/hf_jobs_execution.md +173 -0
  700. package/bundled-skills/train-sentence-transformers/references/losses_cross_encoder.md +137 -0
  701. package/bundled-skills/train-sentence-transformers/references/losses_sentence_transformer.md +246 -0
  702. package/bundled-skills/train-sentence-transformers/references/losses_sparse_encoder.md +106 -0
  703. package/bundled-skills/train-sentence-transformers/references/model_architectures.md +178 -0
  704. package/bundled-skills/train-sentence-transformers/references/prompts_and_instructions.md +160 -0
  705. package/bundled-skills/train-sentence-transformers/references/training_args.md +269 -0
  706. package/bundled-skills/train-sentence-transformers/references/troubleshooting.md +225 -0
  707. package/bundled-skills/train-sentence-transformers/scripts/mine_hard_negatives.py +199 -0
  708. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_distillation_example.py +254 -0
  709. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_example.py +253 -0
  710. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_listwise_example.py +282 -0
  711. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_distillation_example.py +303 -0
  712. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_example.py +227 -0
  713. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_make_multilingual_example.py +308 -0
  714. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_matryoshka_example.py +212 -0
  715. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_multi_dataset_example.py +258 -0
  716. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_static_embedding_example.py +273 -0
  717. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_with_lora_example.py +275 -0
  718. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_distillation_example.py +262 -0
  719. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_example.py +237 -0
  720. package/bundled-skills/transformers-js/SKILL.md +83 -29
  721. package/bundled-skills/transformers-js/references/CONFIGURATION.md +55 -7
  722. package/bundled-skills/transformers-js/references/EXAMPLES.md +98 -83
  723. package/bundled-skills/transformers-js/references/MODEL_REGISTRY.md +197 -0
  724. package/bundled-skills/transformers-js/references/PIPELINE_OPTIONS.md +31 -19
  725. package/bundled-skills/transformers-js/references/TEXT_GENERATION.md +18 -18
  726. package/bundled-skills/trl-training/SKILL.md +327 -0
  727. package/bundled-skills/tune-monitor/SKILL.md +268 -0
  728. package/bundled-skills/ui-a11y/SKILL.md +76 -68
  729. package/bundled-skills/ui-component/SKILL.md +54 -82
  730. package/bundled-skills/ui-lint/SKILL.md +111 -0
  731. package/bundled-skills/ui-motion/SKILL.md +181 -0
  732. package/bundled-skills/ui-page/SKILL.md +80 -90
  733. package/bundled-skills/ui-pattern/SKILL.md +50 -68
  734. package/bundled-skills/ui-review/SKILL.md +95 -77
  735. package/bundled-skills/ui-score/SKILL.md +145 -0
  736. package/bundled-skills/ui-setup/SKILL.md +196 -88
  737. package/bundled-skills/ui-skills-root/SKILL.md +72 -0
  738. package/bundled-skills/ui-tokens/SKILL.md +44 -52
  739. package/bundled-skills/ui-update/SKILL.md +167 -0
  740. package/bundled-skills/unslop-commit/SKILL.md +113 -0
  741. package/bundled-skills/unslop-file/SKILL.md +157 -0
  742. package/bundled-skills/unslop-review/SKILL.md +102 -0
  743. package/bundled-skills/update-swiftui-apis/SKILL.md +120 -0
  744. package/bundled-skills/update-swiftui-apis/references/scan-manifest.md +230 -0
  745. package/bundled-skills/upgrading-expo/SKILL.md +107 -82
  746. package/bundled-skills/upgrading-expo/agents/openai.yaml +4 -0
  747. package/bundled-skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  748. package/bundled-skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  749. package/bundled-skills/upgrading-expo/references/native-tabs.md +124 -0
  750. package/bundled-skills/upgrading-expo/references/new-architecture.md +79 -0
  751. package/bundled-skills/upgrading-expo/references/react-19.md +79 -0
  752. package/bundled-skills/upgrading-expo/references/react-compiler.md +59 -0
  753. package/bundled-skills/upgrading-expo/references/react-navigation-to-expo-router.md +61 -0
  754. package/bundled-skills/usage-based-pricing/README.md +40 -0
  755. package/bundled-skills/usage-based-pricing/SKILL.md +547 -0
  756. package/bundled-skills/use-dom/SKILL.md +428 -0
  757. package/bundled-skills/use-dom/agents/openai.yaml +4 -0
  758. package/bundled-skills/ux-audit/SKILL.md +112 -44
  759. package/bundled-skills/ux-copy/SKILL.md +105 -73
  760. package/bundled-skills/ux-feedback/SKILL.md +106 -58
  761. package/bundled-skills/ux-flow/SKILL.md +51 -50
  762. package/bundled-skills/vitest-skill/SKILL.md +165 -0
  763. package/bundled-skills/weaviate/references/environment_requirements.md +4 -1
  764. package/bundled-skills/weaviate/scripts/weaviate_conn.py +51 -17
  765. package/bundled-skills/webdriverio-skill/SKILL.md +157 -0
  766. package/bundled-skills/wjttc-builder/SKILL.md +355 -0
  767. package/bundled-skills/wjttc-tester/SKILL.md +190 -0
  768. package/bundled-skills/youtube-notetaker/scripts/serve.py +20 -11
  769. package/package.json +1 -1
  770. package/skills_index.json +4404 -146
@@ -0,0 +1,879 @@
1
+ ---
2
+ title: "B2"
3
+ description: "Backblaze B2"
4
+ versionIntroduced: "v1.26"
5
+ ---
6
+
7
+ > **Official documentation:** [https://rclone.org/b2/](https://rclone.org/b2/)
8
+ # Backblaze B2
9
+
10
+ B2 is [Backblaze's cloud storage system](https://www.backblaze.com/cloud-storage).
11
+
12
+ Paths are specified as `remote:bucket` (or `remote:` for the `lsd`
13
+ command.) You may put subdirectories in too, e.g. `remote:bucket/path/to/dir`.
14
+
15
+ ## Configuration
16
+
17
+ Here is an example of making a b2 configuration. First run
18
+
19
+ ```console
20
+ rclone config
21
+ ```
22
+
23
+ This will guide you through an interactive setup process. To authenticate
24
+ you will either need your Account ID (a short hex number) and Master
25
+ Application Key (a long hex number) OR an Application Key, which is the
26
+ recommended method. See below for further details on generating and using
27
+ an Application Key.
28
+
29
+ ```text
30
+ No remotes found, make a new one\?
31
+ n) New remote
32
+ q) Quit config
33
+ n/q> n
34
+ name> remote
35
+ Type of storage to configure.
36
+ Choose a number from below, or type in your own value
37
+ [snip]
38
+ XX / Backblaze B2
39
+ \ "b2"
40
+ [snip]
41
+ Storage> b2
42
+ Account ID or Application Key ID
43
+ account> 123456789abc
44
+ Application Key
45
+ key> 0123456789abcdef0123456789abcdef0123456789
46
+ Endpoint for the service - leave blank normally.
47
+ endpoint>
48
+ Remote config
49
+ Configuration complete.
50
+ Options:
51
+ - type: b2
52
+ - account: 123456789abc
53
+ - key: 0123456789abcdef0123456789abcdef0123456789
54
+ - endpoint:
55
+ Keep this "remote" remote?
56
+ y) Yes this is OK
57
+ e) Edit this remote
58
+ d) Delete this remote
59
+ y/e/d> y
60
+ ```
61
+
62
+ This remote is called `remote` and can now be used like this
63
+
64
+ See all buckets
65
+
66
+ ```console
67
+ rclone lsd remote:
68
+ ```
69
+
70
+ Create a new bucket
71
+
72
+ ```console
73
+ rclone mkdir remote:bucket
74
+ ```
75
+
76
+ List the contents of a bucket
77
+
78
+ ```console
79
+ rclone ls remote:bucket
80
+ ```
81
+
82
+ Sync `/home/local/directory` to the remote bucket, deleting any
83
+ excess files in the bucket.
84
+
85
+ ```console
86
+ rclone sync --interactive /home/local/directory remote:bucket
87
+ ```
88
+
89
+ ### Application Keys
90
+
91
+ B2 supports multiple [Application Keys for different access permission
92
+ to B2 Buckets](https://www.backblaze.com/docs/cloud-storage-application-keys).
93
+
94
+ You can use these with rclone too; you will need to use rclone version 1.43
95
+ or later.
96
+
97
+ Follow Backblaze's docs to create an Application Key with the required
98
+ permission and add the `applicationKeyId` as the `account` and the
99
+ `Application Key` itself as the `key`.
100
+
101
+ Note that you must put the *applicationKeyId* as the `account` – you
102
+ can't use the master Account ID. If you try then B2 will return 401
103
+ errors.
104
+
105
+ ### --fast-list
106
+
107
+ This remote supports `--fast-list` which allows you to use fewer
108
+ transactions in exchange for more memory. See the [rclone
109
+ docs](/docs/#fast-list) for more details.
110
+
111
+ ### Modification times
112
+
113
+ The modification time is stored as metadata on the object as
114
+ `X-Bz-Info-src_last_modified_millis` as milliseconds since 1970-01-01
115
+ in the Backblaze standard. Other tools should be able to use this as
116
+ a modified time.
117
+
118
+ Modified times are used in syncing and are fully supported. Note that
119
+ if a modification time needs to be updated on an object then it will
120
+ create a new version of the object.
121
+
122
+ ### Restricted filename characters
123
+
124
+ In addition to the [default restricted characters set](/overview/#restricted-characters)
125
+ the following characters are also replaced:
126
+
127
+ | Character | Value | Replacement |
128
+ | --------- |:-----:|:-----------:|
129
+ | \ | 0x5C | \ |
130
+
131
+ Invalid UTF-8 bytes will also be [replaced](/overview/#invalid-utf8),
132
+ as they can't be used in JSON strings.
133
+
134
+ Note that in 2020-05 Backblaze started allowing \ characters in file
135
+ names. Rclone hasn't changed its encoding as this could cause syncs to
136
+ re-transfer files. If you want rclone not to replace \ then see the
137
+ `--b2-encoding` flag below and remove the `BackSlash` from the
138
+ string. This can be set in the config.
139
+
140
+ ### SHA1 checksums
141
+
142
+ The SHA1 checksums of the files are checked on upload and download and
143
+ will be used in the syncing process.
144
+
145
+ Large files (bigger than the limit in `--b2-upload-cutoff`) which are
146
+ uploaded in chunks will store their SHA1 on the object as
147
+ `X-Bz-Info-large_file_sha1` as recommended by Backblaze.
148
+
149
+ For a large file to be uploaded with an SHA1 checksum, the source
150
+ needs to support SHA1 checksums. The local disk supports SHA1
151
+ checksums so large file transfers from local disk will have an SHA1.
152
+ See [the overview](/overview/#features) for exactly which remotes
153
+ support SHA1.
154
+
155
+ Sources which don't support SHA1, in particular `crypt` will upload
156
+ large files without SHA1 checksums. This may be fixed in the future
157
+ (see [#1767](https://github.com/rclone/rclone/issues/1767)).
158
+
159
+ Files sizes below `--b2-upload-cutoff` will always have an SHA1
160
+ regardless of the source.
161
+
162
+ ### Transfers
163
+
164
+ Backblaze recommends that you do lots of transfers simultaneously for
165
+ maximum speed. In tests from my SSD equipped laptop the optimum
166
+ setting is about `--transfers 32` though higher numbers may be used
167
+ for a slight speed improvement. The optimum number for you may vary
168
+ depending on your hardware, how big the files are, how much you want
169
+ to load your computer, etc. The default of `--transfers 4` is
170
+ definitely too low for Backblaze B2 though.
171
+
172
+ Note that uploading big files (bigger than 200 MiB by default) will use
173
+ a 96 MiB RAM buffer by default. There can be at most `--transfers` of
174
+ these in use at any moment, so this sets the upper limit on the memory
175
+ used.
176
+
177
+ ### Versions
178
+
179
+ The default setting of B2 is to keep old versions of files. This means
180
+ when rclone uploads a new version of a file it creates a [new version
181
+ of it](https://www.backblaze.com/docs/cloud-storage-file-versions).
182
+ Likewise when you delete a file, the old version will be marked hidden
183
+ and still be available.
184
+
185
+ Whether B2 keeps old versions of files or not can be adjusted on a per
186
+ bucket basis using the "Lifecycle settings" on the B2 control panel or
187
+ when creating the bucket using the [--b2-lifecycle](#b2-lifecycle)
188
+ flag or after creation using the [rclone backend lifecycle](#lifecycle)
189
+ command.
190
+
191
+ You may opt in to a "hard delete" of files with the `--b2-hard-delete`
192
+ flag which permanently removes files on deletion instead of hiding
193
+ them.
194
+
195
+ Old versions of files, where available, are visible using the
196
+ `--b2-versions` flag. These can be deleted as required with `delete`.
197
+
198
+ It is also possible to view a bucket as it was at a certain point in time,
199
+ using the `--b2-version-at` flag. This will show the file versions as they
200
+ were at that time, showing files that have been deleted afterwards, and
201
+ hiding files that were created since.
202
+
203
+ If you wish to remove all the old versions, and unfinished large file
204
+ uploads, then you can use the `rclone cleanup remote:bucket` command
205
+ which will delete all the old versions of files, leaving the current ones
206
+ intact. You can also supply a path and only old versions under that path
207
+ will be deleted, e.g. `rclone cleanup remote:bucket/path/to/stuff`.
208
+
209
+ Note that `cleanup` will remove partially uploaded files from the bucket
210
+ if they are more than a day old. If you want more control over the
211
+ expiry date then run `rclone backend cleanup b2:bucket -o max-age=1h`
212
+ to remove all unfinished large file uploads older than one hour, leaving
213
+ old versions intact.
214
+
215
+ If you wish to remove all the old versions, leaving current files and
216
+ unfinished large files intact, then you can use the
217
+ [`rclone backend cleanup-hidden remote:bucket`](#cleanup-hidden)
218
+ command. You can also supply a path and only old versions under that
219
+ path will be deleted, e.g.
220
+ `rclone backend cleanup-hidden remote:bucket/path/to/stuff`.
221
+
222
+ When you `purge` a bucket, the current and the old versions will be
223
+ deleted then the bucket will be deleted.
224
+
225
+ However `delete` will cause the current versions of the files to
226
+ become hidden old versions.
227
+
228
+ Here is a session showing the listing and retrieval of an old
229
+ version followed by a `cleanup` of the old versions.
230
+
231
+ Show current version and all the versions with `--b2-versions` flag.
232
+
233
+ ```console
234
+ $ rclone -q ls b2:cleanup-test
235
+ 9 one.txt
236
+
237
+ $ rclone -q --b2-versions ls b2:cleanup-test
238
+ 9 one.txt
239
+ 8 one-v2016-07-04-141032-000.txt
240
+ 16 one-v2016-07-04-141003-000.txt
241
+ 15 one-v2016-07-02-155621-000.txt
242
+ ```
243
+
244
+ Retrieve an old version
245
+
246
+ ```console
247
+ $ rclone -q --b2-versions copy b2:cleanup-test/one-v2016-07-04-141003-000.txt /tmp
248
+
249
+ $ ls -l /tmp/one-v2016-07-04-141003-000.txt
250
+ -rw-rw-r-- 1 ncw ncw 16 Jul 2 17:46 /tmp/one-v2016-07-04-141003-000.txt
251
+ ```
252
+
253
+ Clean up all the old versions and show that they've gone.
254
+
255
+ ```console
256
+ $ rclone -q cleanup b2:cleanup-test
257
+
258
+ $ rclone -q ls b2:cleanup-test
259
+ 9 one.txt
260
+
261
+ $ rclone -q --b2-versions ls b2:cleanup-test
262
+ 9 one.txt
263
+ ```
264
+
265
+ #### Versions naming caveat
266
+
267
+ When using `--b2-versions` flag rclone is relying on the file name
268
+ to work out whether the objects are versions or not. Versions' names
269
+ are created by inserting timestamp between file name and its extension.
270
+
271
+ ```console
272
+ 9 file.txt
273
+ 8 file-v2023-07-17-161032-000.txt
274
+ 16 file-v2023-06-15-141003-000.txt
275
+ ```
276
+
277
+ If there are real files present with the same names as versions, then
278
+ behaviour of `--b2-versions` can be unpredictable.
279
+
280
+ ### Data usage
281
+
282
+ It is useful to know how many requests are sent to the server in different scenarios.
283
+
284
+ All copy commands send the following 4 requests:
285
+
286
+ ```text
287
+ /b2api/v4/b2_authorize_account
288
+ /b2api/v1/b2_create_bucket
289
+ /b2api/v1/b2_list_buckets
290
+ /b2api/v1/b2_list_file_names
291
+ ```
292
+
293
+ The `b2_list_file_names` request will be sent once for every 1k files
294
+ in the remote path, providing the checksum and modification time of
295
+ the listed files. As of version 1.33 issue
296
+ [#818](https://github.com/rclone/rclone/issues/818) causes extra requests
297
+ to be sent when using B2 with Crypt. When a copy operation does not
298
+ require any files to be uploaded, no more requests will be sent.
299
+
300
+ Uploading files that do not require chunking, will send 2 requests per
301
+ file upload:
302
+
303
+ ```text
304
+ /b2api/v1/b2_get_upload_url
305
+ /b2api/v1/b2_upload_file/
306
+ ```
307
+
308
+ Uploading files requiring chunking, will send 2 requests (one each to
309
+ start and finish the upload) and another 2 requests for each chunk:
310
+
311
+ ```text
312
+ /b2api/v1/b2_start_large_file
313
+ /b2api/v1/b2_get_upload_part_url
314
+ /b2api/v1/b2_upload_part/
315
+ /b2api/v1/b2_finish_large_file
316
+ ```
317
+
318
+ #### Versions
319
+
320
+ Versions can be viewed with the `--b2-versions` flag. When it is set
321
+ rclone will show and act on older versions of files. For example
322
+
323
+ Listing without `--b2-versions`
324
+
325
+ ```console
326
+ $ rclone -q ls b2:cleanup-test
327
+ 9 one.txt
328
+ ```
329
+
330
+ And with
331
+
332
+ ```console
333
+ $ rclone -q --b2-versions ls b2:cleanup-test
334
+ 9 one.txt
335
+ 8 one-v2016-07-04-141032-000.txt
336
+ 16 one-v2016-07-04-141003-000.txt
337
+ 15 one-v2016-07-02-155621-000.txt
338
+ ```
339
+
340
+ Showing that the current version is unchanged but older versions can
341
+ be seen. These have the UTC date that they were uploaded to the
342
+ server to the nearest millisecond appended to them.
343
+
344
+ Note that when using `--b2-versions` no file write operations are
345
+ permitted, so you can't upload files or delete them.
346
+
347
+ ### B2 and rclone link
348
+
349
+ Rclone supports generating file share links for private B2 buckets.
350
+ They can either be for a file for example:
351
+
352
+ ```console
353
+ ./rclone link B2:bucket/path/to/file.txt
354
+ https://f002.backblazeb2.com/file/bucket/path/to/file.txt?Authorization=xxxxxxxx
355
+
356
+ ```
357
+
358
+ or if run on a directory you will get:
359
+
360
+ ```console
361
+ ./rclone link B2:bucket/path
362
+ https://f002.backblazeb2.com/file/bucket/path?Authorization=xxxxxxxx
363
+ ```
364
+
365
+ you can then use the authorization token (the part of the url from the
366
+ `?Authorization=` on) on any file path under that directory. For example:
367
+
368
+ ```text
369
+ https://f002.backblazeb2.com/file/bucket/path/to/file1?Authorization=xxxxxxxx
370
+ https://f002.backblazeb2.com/file/bucket/path/file2?Authorization=xxxxxxxx
371
+ https://f002.backblazeb2.com/file/bucket/path/folder/file3?Authorization=xxxxxxxx
372
+
373
+ ```
374
+
375
+ <!-- autogenerated options start - DO NOT EDIT - instead edit fs.RegInfo in backend/b2/b2.go and run make backenddocs to verify --> <!-- markdownlint-disable-line line-length -->
376
+ ### Standard options
377
+
378
+ Here are the Standard options specific to b2 (Backblaze B2).
379
+
380
+ #### --b2-account
381
+
382
+ Account ID or Application Key ID.
383
+
384
+ Properties:
385
+
386
+ - Config: account
387
+ - Env Var: RCLONE_B2_ACCOUNT
388
+ - Type: string
389
+ - Required: true
390
+
391
+ #### --b2-key
392
+
393
+ Application Key.
394
+
395
+ Properties:
396
+
397
+ - Config: key
398
+ - Env Var: RCLONE_B2_KEY
399
+ - Type: string
400
+ - Required: true
401
+
402
+ #### --b2-hard-delete
403
+
404
+ Permanently delete files on remote removal, otherwise hide files.
405
+
406
+ Properties:
407
+
408
+ - Config: hard_delete
409
+ - Env Var: RCLONE_B2_HARD_DELETE
410
+ - Type: bool
411
+ - Default: false
412
+
413
+ ### Advanced options
414
+
415
+ Here are the Advanced options specific to b2 (Backblaze B2).
416
+
417
+ #### --b2-endpoint
418
+
419
+ Endpoint for the service.
420
+
421
+ Leave blank normally.
422
+
423
+ Properties:
424
+
425
+ - Config: endpoint
426
+ - Env Var: RCLONE_B2_ENDPOINT
427
+ - Type: string
428
+ - Required: false
429
+
430
+ #### --b2-test-mode
431
+
432
+ A flag string for X-Bz-Test-Mode header for debugging.
433
+
434
+ This is for debugging purposes only. Setting it to one of the strings
435
+ below will cause b2 to return specific errors:
436
+
437
+ * "fail_some_uploads"
438
+ * "expire_some_account_authorization_tokens"
439
+ * "force_cap_exceeded"
440
+
441
+ These will be set in the "X-Bz-Test-Mode" header which is documented
442
+ in the [b2 integrations checklist](https://www.backblaze.com/docs/cloud-storage-integration-checklist).
443
+
444
+ Properties:
445
+
446
+ - Config: test_mode
447
+ - Env Var: RCLONE_B2_TEST_MODE
448
+ - Type: string
449
+ - Required: false
450
+
451
+ #### --b2-versions
452
+
453
+ Include old versions in directory listings.
454
+
455
+ Note that when using this no file write operations are permitted,
456
+ so you can't upload files or delete them.
457
+
458
+ Properties:
459
+
460
+ - Config: versions
461
+ - Env Var: RCLONE_B2_VERSIONS
462
+ - Type: bool
463
+ - Default: false
464
+
465
+ #### --b2-version-at
466
+
467
+ Show file versions as they were at the specified time.
468
+
469
+ Note that when using this no file write operations are permitted,
470
+ so you can't upload files or delete them.
471
+
472
+ Properties:
473
+
474
+ - Config: version_at
475
+ - Env Var: RCLONE_B2_VERSION_AT
476
+ - Type: Time
477
+ - Default: off
478
+
479
+ #### --b2-upload-cutoff
480
+
481
+ Cutoff for switching to chunked upload.
482
+
483
+ Files above this size will be uploaded in chunks of "--b2-chunk-size".
484
+
485
+ This value should be set no larger than 4.657 GiB (== 5 GB).
486
+
487
+ Properties:
488
+
489
+ - Config: upload_cutoff
490
+ - Env Var: RCLONE_B2_UPLOAD_CUTOFF
491
+ - Type: SizeSuffix
492
+ - Default: 200Mi
493
+
494
+ #### --b2-copy-cutoff
495
+
496
+ Cutoff for switching to multipart copy.
497
+
498
+ Any files larger than this that need to be server-side copied will be
499
+ copied in chunks of this size.
500
+
501
+ The minimum is 0 and the maximum is 4.6 GiB.
502
+
503
+ Properties:
504
+
505
+ - Config: copy_cutoff
506
+ - Env Var: RCLONE_B2_COPY_CUTOFF
507
+ - Type: SizeSuffix
508
+ - Default: 4Gi
509
+
510
+ #### --b2-chunk-size
511
+
512
+ Upload chunk size.
513
+
514
+ When uploading large files, chunk the file into this size.
515
+
516
+ Must fit in memory. These chunks are buffered in memory and there
517
+ might a maximum of "--transfers" chunks in progress at once.
518
+
519
+ 5,000,000 Bytes is the minimum size.
520
+
521
+ Properties:
522
+
523
+ - Config: chunk_size
524
+ - Env Var: RCLONE_B2_CHUNK_SIZE
525
+ - Type: SizeSuffix
526
+ - Default: 96Mi
527
+
528
+ #### --b2-upload-concurrency
529
+
530
+ Concurrency for multipart uploads.
531
+
532
+ This is the number of chunks of the same file that are uploaded
533
+ concurrently.
534
+
535
+ Note that chunks are stored in memory and there may be up to
536
+ "--transfers" * "--b2-upload-concurrency" chunks stored at once
537
+ in memory.
538
+
539
+ Properties:
540
+
541
+ - Config: upload_concurrency
542
+ - Env Var: RCLONE_B2_UPLOAD_CONCURRENCY
543
+ - Type: int
544
+ - Default: 4
545
+
546
+ #### --b2-disable-checksum
547
+
548
+ Disable checksums for large (> upload cutoff) files.
549
+
550
+ Normally rclone will calculate the SHA1 checksum of the input before
551
+ uploading it so it can add it to metadata on the object. This is great
552
+ for data integrity checking but can cause long delays for large files
553
+ to start uploading.
554
+
555
+ Properties:
556
+
557
+ - Config: disable_checksum
558
+ - Env Var: RCLONE_B2_DISABLE_CHECKSUM
559
+ - Type: bool
560
+ - Default: false
561
+
562
+ #### --b2-download-url
563
+
564
+ Custom endpoint for downloads.
565
+
566
+ This is usually set to a Cloudflare CDN URL as Backblaze offers
567
+ free egress for data downloaded through the Cloudflare network.
568
+ Rclone works with private buckets by sending an "Authorization" header.
569
+ If the custom endpoint rewrites the requests for authentication,
570
+ e.g., in Cloudflare Workers, this header needs to be handled properly.
571
+ Leave blank if you want to use the endpoint provided by Backblaze.
572
+
573
+ The URL provided here SHOULD have the protocol and SHOULD NOT have
574
+ a trailing slash or specify the /file/bucket subpath as rclone will
575
+ request files with "{download_url}/file/{bucket_name}/{path}".
576
+
577
+ Example:
578
+ > https://mysubdomain.mydomain.tld
579
+ (No trailing "/", "file" or "bucket")
580
+
581
+ Properties:
582
+
583
+ - Config: download_url
584
+ - Env Var: RCLONE_B2_DOWNLOAD_URL
585
+ - Type: string
586
+ - Required: false
587
+
588
+ #### --b2-download-auth-duration
589
+
590
+ Time before the public link authorization token will expire in s or suffix ms|s|m|h|d.
591
+
592
+ This is used in combination with "rclone link" for making files
593
+ accessible to the public and sets the duration before the download
594
+ authorization token will expire.
595
+
596
+ The minimum value is 1 second. The maximum value is one week.
597
+
598
+ Properties:
599
+
600
+ - Config: download_auth_duration
601
+ - Env Var: RCLONE_B2_DOWNLOAD_AUTH_DURATION
602
+ - Type: Duration
603
+ - Default: 1w
604
+
605
+ #### --b2-memory-pool-flush-time
606
+
607
+ How often internal memory buffer pools will be flushed. (no longer used)
608
+
609
+ Properties:
610
+
611
+ - Config: memory_pool_flush_time
612
+ - Env Var: RCLONE_B2_MEMORY_POOL_FLUSH_TIME
613
+ - Type: Duration
614
+ - Default: 1m0s
615
+
616
+ #### --b2-memory-pool-use-mmap
617
+
618
+ Whether to use mmap buffers in internal memory pool. (no longer used)
619
+
620
+ Properties:
621
+
622
+ - Config: memory_pool_use_mmap
623
+ - Env Var: RCLONE_B2_MEMORY_POOL_USE_MMAP
624
+ - Type: bool
625
+ - Default: false
626
+
627
+ #### --b2-lifecycle
628
+
629
+ Set the number of days deleted files should be kept when creating a bucket.
630
+
631
+ On bucket creation, this parameter is used to create a lifecycle rule
632
+ for the entire bucket.
633
+
634
+ If lifecycle is 0 (the default) it does not create a lifecycle rule so
635
+ the default B2 behaviour applies. This is to create versions of files
636
+ on delete and overwrite and to keep them indefinitely.
637
+
638
+ If lifecycle is >0 then it creates a single rule setting the number of
639
+ days before a file that is deleted or overwritten is deleted
640
+ permanently. This is known as daysFromHidingToDeleting in the b2 docs.
641
+
642
+ The minimum value for this parameter is 1 day.
643
+
644
+ You can also enable hard_delete in the config also which will mean
645
+ deletions won't cause versions but overwrites will still cause
646
+ versions to be made.
647
+
648
+ See: [rclone backend lifecycle](#lifecycle) for setting lifecycles after bucket creation.
649
+
650
+
651
+ Properties:
652
+
653
+ - Config: lifecycle
654
+ - Env Var: RCLONE_B2_LIFECYCLE
655
+ - Type: int
656
+ - Default: 0
657
+
658
+ #### --b2-encoding
659
+
660
+ The encoding for the backend.
661
+
662
+ See the [encoding section in the overview](/overview/#encoding) for more info.
663
+
664
+ Properties:
665
+
666
+ - Config: encoding
667
+ - Env Var: RCLONE_B2_ENCODING
668
+ - Type: Encoding
669
+ - Default: Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot
670
+
671
+ #### --b2-sse-customer-algorithm
672
+
673
+ If using SSE-C, the server-side encryption algorithm used when storing this object in B2.
674
+
675
+ Properties:
676
+
677
+ - Config: sse_customer_algorithm
678
+ - Env Var: RCLONE_B2_SSE_CUSTOMER_ALGORITHM
679
+ - Type: string
680
+ - Required: false
681
+ - Examples:
682
+ - ""
683
+ - None
684
+ - "AES256"
685
+ - Advanced Encryption Standard (256 bits key length)
686
+
687
+ #### --b2-sse-customer-key
688
+
689
+ To use SSE-C, you may provide the secret encryption key encoded in a UTF-8 compatible string to encrypt/decrypt your data
690
+
691
+ Alternatively you can provide --sse-customer-key-base64.
692
+
693
+ Properties:
694
+
695
+ - Config: sse_customer_key
696
+ - Env Var: RCLONE_B2_SSE_CUSTOMER_KEY
697
+ - Type: string
698
+ - Required: false
699
+ - Examples:
700
+ - ""
701
+ - None
702
+
703
+ #### --b2-sse-customer-key-base64
704
+
705
+ To use SSE-C, you may provide the secret encryption key encoded in Base64 format to encrypt/decrypt your data
706
+
707
+ Alternatively you can provide --sse-customer-key.
708
+
709
+ Properties:
710
+
711
+ - Config: sse_customer_key_base64
712
+ - Env Var: RCLONE_B2_SSE_CUSTOMER_KEY_BASE64
713
+ - Type: string
714
+ - Required: false
715
+ - Examples:
716
+ - ""
717
+ - None
718
+
719
+ #### --b2-sse-customer-key-md5
720
+
721
+ If using SSE-C you may provide the secret encryption key MD5 checksum (optional).
722
+
723
+ If you leave it blank, this is calculated automatically from the sse_customer_key provided.
724
+
725
+
726
+ Properties:
727
+
728
+ - Config: sse_customer_key_md5
729
+ - Env Var: RCLONE_B2_SSE_CUSTOMER_KEY_MD5
730
+ - Type: string
731
+ - Required: false
732
+ - Examples:
733
+ - ""
734
+ - None
735
+
736
+ #### --b2-description
737
+
738
+ Description of the remote.
739
+
740
+ Properties:
741
+
742
+ - Config: description
743
+ - Env Var: RCLONE_B2_DESCRIPTION
744
+ - Type: string
745
+ - Required: false
746
+
747
+ ## Backend commands
748
+
749
+ Here are the commands specific to the b2 backend.
750
+
751
+ Run them with:
752
+
753
+ ```console
754
+ rclone backend COMMAND remote:
755
+ ```
756
+
757
+ The help below will explain what arguments each command takes.
758
+
759
+ See the [backend](/commands/rclone_backend/) command for more
760
+ info on how to pass options and arguments.
761
+
762
+ These can be run on a running backend using the rc command
763
+ [backend/command](/rc/#backend-command).
764
+
765
+ ### lifecycle
766
+
767
+ Read or set the lifecycle for a bucket.
768
+
769
+ ```console
770
+ rclone backend lifecycle remote: [options] [<arguments>+]
771
+ ```
772
+
773
+ This command can be used to read or set the lifecycle for a bucket.
774
+
775
+ To show the current lifecycle rules:
776
+
777
+ ```console
778
+ rclone backend lifecycle b2:bucket
779
+ ```
780
+
781
+ This will dump something like this showing the lifecycle rules.
782
+
783
+ ```json
784
+ [
785
+ {
786
+ "daysFromHidingToDeleting": 1,
787
+ "daysFromUploadingToHiding": null,
788
+ "daysFromStartingToCancelingUnfinishedLargeFiles": null,
789
+ "fileNamePrefix": ""
790
+ }
791
+ ]
792
+ ```
793
+
794
+ If there are no lifecycle rules (the default) then it will just return `[]`.
795
+
796
+ To reset the current lifecycle rules:
797
+
798
+ ```console
799
+ rclone backend lifecycle b2:bucket -o daysFromHidingToDeleting=30
800
+ rclone backend lifecycle b2:bucket -o daysFromUploadingToHiding=5 -o daysFromHidingToDeleting=1
801
+ ```
802
+
803
+ This will run and then print the new lifecycle rules as above.
804
+
805
+ Rclone only lets you set lifecycles for the whole bucket with the
806
+ fileNamePrefix = "".
807
+
808
+ You can't disable versioning with B2. The best you can do is to set
809
+ the daysFromHidingToDeleting to 1 day. You can enable hard_delete in
810
+ the config also which will mean deletions won't cause versions but
811
+ overwrites will still cause versions to be made.
812
+
813
+ ```console
814
+ rclone backend lifecycle b2:bucket -o daysFromHidingToDeleting=1
815
+ ```
816
+
817
+ See: <https://www.backblaze.com/docs/cloud-storage-lifecycle-rules>
818
+
819
+ Options:
820
+
821
+ - "daysFromHidingToDeleting": After a file has been hidden for this many days
822
+ it is deleted. 0 is off.
823
+ - "daysFromStartingToCancelingUnfinishedLargeFiles": Cancels any unfinished
824
+ large file versions after this many days.
825
+ - "daysFromUploadingToHiding": This many days after uploading a file is hidden.
826
+
827
+ ### cleanup
828
+
829
+ Remove unfinished large file uploads.
830
+
831
+ ```console
832
+ rclone backend cleanup remote: [options] [<arguments>+]
833
+ ```
834
+
835
+ This command removes unfinished large file uploads of age greater than
836
+ max-age, which defaults to 24 hours.
837
+
838
+ Note that you can use --interactive/-i or --dry-run with this command to see what
839
+ it would do.
840
+
841
+ ```console
842
+ rclone backend cleanup b2:bucket/path/to/object
843
+ rclone backend cleanup -o max-age=7w b2:bucket/path/to/object
844
+ ```
845
+
846
+ Durations are parsed as per the rest of rclone, 2h, 7d, 7w etc.
847
+
848
+ Options:
849
+
850
+ - "max-age": Max age of upload to delete.
851
+
852
+ ### cleanup-hidden
853
+
854
+ Remove old versions of files.
855
+
856
+ ```console
857
+ rclone backend cleanup-hidden remote: [options] [<arguments>+]
858
+ ```
859
+
860
+ This command removes any old hidden versions of files.
861
+
862
+ Note that you can use --interactive/-i or --dry-run with this command to see what
863
+ it would do.
864
+
865
+ ```console
866
+ rclone backend cleanup-hidden b2:bucket/path/to/dir
867
+ ```
868
+
869
+ <!-- autogenerated options stop -->
870
+
871
+ ## Limitations
872
+
873
+ `rclone about` is not supported by the B2 backend. Backends without
874
+ this capability cannot determine free space for an rclone mount or
875
+ use policy `mfs` (most free space) as a member of an rclone union
876
+ remote.
877
+
878
+ See [List of backends that do not support rclone about](https://rclone.org/overview/#optional-features)
879
+ and [rclone about](https://rclone.org/commands/rclone_about/).