natureco-cli 5.18.3 → 5.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (346) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +1 -1
  3. package/skills/a-b-testing/SKILL.md +34 -0
  4. package/skills/accessibility-audit/SKILL.md +34 -0
  5. package/skills/agent-memory/SKILL.md +34 -0
  6. package/skills/agent-orchestration/SKILL.md +34 -0
  7. package/skills/airunway-aks-setup/SKILL.md +73 -0
  8. package/skills/algorithmic-art/SKILL.md +405 -0
  9. package/skills/analytics-setup/SKILL.md +34 -0
  10. package/skills/api-design/SKILL.md +34 -0
  11. package/skills/api-versioning/SKILL.md +34 -0
  12. package/skills/appinsights-instrumentation/SKILL.md +76 -0
  13. package/skills/audio-transcription/SKILL.md +34 -0
  14. package/skills/authentication-patterns/SKILL.md +34 -0
  15. package/skills/authorization-rbac/SKILL.md +34 -0
  16. package/skills/azure-ai/SKILL.md +71 -0
  17. package/skills/azure-aigateway/SKILL.md +129 -0
  18. package/skills/azure-cloud-migrate/SKILL.md +52 -0
  19. package/skills/azure-compliance/SKILL.md +108 -0
  20. package/skills/azure-compute/SKILL.md +46 -0
  21. package/skills/azure-cost/SKILL.md +45 -0
  22. package/skills/azure-deploy/SKILL.md +97 -0
  23. package/skills/azure-diagnostics/SKILL.md +151 -0
  24. package/skills/azure-enterprise-infra-planner/SKILL.md +54 -0
  25. package/skills/azure-hosted-copilot-sdk/SKILL.md +89 -0
  26. package/skills/azure-kubernetes/SKILL.md +153 -0
  27. package/skills/azure-kusto/SKILL.md +231 -0
  28. package/skills/azure-messaging/SKILL.md +57 -0
  29. package/skills/azure-prepare/SKILL.md +165 -0
  30. package/skills/azure-quotas/SKILL.md +276 -0
  31. package/skills/azure-rbac/SKILL.md +17 -0
  32. package/skills/azure-reliability/SKILL.md +387 -0
  33. package/skills/azure-resource-lookup/SKILL.md +108 -0
  34. package/skills/azure-resource-visualizer/SKILL.md +183 -0
  35. package/skills/azure-storage/SKILL.md +100 -0
  36. package/skills/azure-upgrade/SKILL.md +91 -0
  37. package/skills/azure-validate/SKILL.md +72 -0
  38. package/skills/backup-strategy/SKILL.md +34 -0
  39. package/skills/bash-scripting/SKILL.md +34 -0
  40. package/skills/batch-api-calls/SKILL.md +34 -0
  41. package/skills/batch-processing/SKILL.md +34 -0
  42. package/skills/brainstorming/SKILL.md +159 -0
  43. package/skills/brand-guidelines/SKILL.md +73 -0
  44. package/skills/brandkit/SKILL.md +798 -0
  45. package/skills/brutalist-skill/SKILL.md +92 -0
  46. package/skills/bulk-file-operations/SKILL.md +34 -0
  47. package/skills/cache-responses/SKILL.md +34 -0
  48. package/skills/caching-strategy/SKILL.md +34 -0
  49. package/skills/calendar-optimization/SKILL.md +34 -0
  50. package/skills/canvas-design/SKILL.md +130 -0
  51. package/skills/cavecrew/SKILL.md +82 -0
  52. package/skills/caveman-commit/SKILL.md +65 -0
  53. package/skills/caveman-help/SKILL.md +63 -0
  54. package/skills/caveman-review/SKILL.md +55 -0
  55. package/skills/caveman-stats/SKILL.md +10 -0
  56. package/skills/changelog-generation/SKILL.md +34 -0
  57. package/skills/chat-bot-design/SKILL.md +34 -0
  58. package/skills/chunking-strategy/SKILL.md +34 -0
  59. package/skills/ci-cd-pipeline/SKILL.md +34 -0
  60. package/skills/classification-pipeline/SKILL.md +34 -0
  61. package/skills/claude-api/SKILL.md +356 -0
  62. package/skills/clipboard-master/SKILL.md +34 -0
  63. package/skills/code-explanation/SKILL.md +34 -0
  64. package/skills/code-generation/SKILL.md +34 -0
  65. package/skills/code-migration/SKILL.md +34 -0
  66. package/skills/code-review-checklist/SKILL.md +34 -0
  67. package/skills/composition-patterns/SKILL.md +89 -0
  68. package/skills/contact-management/SKILL.md +34 -0
  69. package/skills/content-generation/SKILL.md +34 -0
  70. package/skills/context-pruning/SKILL.md +34 -0
  71. package/skills/context-window-management/SKILL.md +34 -0
  72. package/skills/continuous-improvement/SKILL.md +34 -0
  73. package/skills/cron-scheduling/SKILL.md +34 -0
  74. package/skills/cross-platform-compat/SKILL.md +34 -0
  75. package/skills/csv-processing/SKILL.md +34 -0
  76. package/skills/daily-journal/SKILL.md +34 -0
  77. package/skills/data-analysis/SKILL.md +34 -0
  78. package/skills/data-backup/SKILL.md +34 -0
  79. package/skills/data-cleaning/SKILL.md +34 -0
  80. package/skills/data-extraction/SKILL.md +34 -0
  81. package/skills/data-validation/SKILL.md +34 -0
  82. package/skills/database-migrations/SKILL.md +34 -0
  83. package/skills/database-schema-design/SKILL.md +34 -0
  84. package/skills/decision-mapping/SKILL.md +84 -0
  85. package/skills/decision-matrix/SKILL.md +34 -0
  86. package/skills/dependency-management/SKILL.md +34 -0
  87. package/skills/deploy-to-vercel/SKILL.md +296 -0
  88. package/skills/design-an-interface/SKILL.md +94 -0
  89. package/skills/design-doc-mermaid/SKILL.md +498 -0
  90. package/skills/dev-environment-setup/SKILL.md +34 -0
  91. package/skills/develop-userscripts/SKILL.md +84 -0
  92. package/skills/distraction-blocker/SKILL.md +34 -0
  93. package/skills/doc-coauthoring/SKILL.md +375 -0
  94. package/skills/docker-optimization/SKILL.md +34 -0
  95. package/skills/document-template/SKILL.md +34 -0
  96. package/skills/documentation/SKILL.md +109 -0
  97. package/skills/documentation-gen/SKILL.md +34 -0
  98. package/skills/docx/SKILL.md +590 -0
  99. package/skills/edit-article/SKILL.md +15 -0
  100. package/skills/efficient-formatting/SKILL.md +34 -0
  101. package/skills/email-management/SKILL.md +34 -0
  102. package/skills/email-service/SKILL.md +34 -0
  103. package/skills/embedding-generation/SKILL.md +34 -0
  104. package/skills/entity-extraction/SKILL.md +34 -0
  105. package/skills/entra-agent-id/SKILL.md +356 -0
  106. package/skills/entra-app-registration/SKILL.md +191 -0
  107. package/skills/environment-config/SKILL.md +34 -0
  108. package/skills/error-handling/SKILL.md +34 -0
  109. package/skills/estimation-techniques/SKILL.md +34 -0
  110. package/skills/event-driven-architecture/SKILL.md +34 -0
  111. package/skills/excel-automation/SKILL.md +34 -0
  112. package/skills/execution-monitoring/SKILL.md +34 -0
  113. package/skills/expense-tracking/SKILL.md +34 -0
  114. package/skills/faceless-explainer/SKILL.md +202 -0
  115. package/skills/fastify/SKILL.md +75 -0
  116. package/skills/feature-engineering/SKILL.md +34 -0
  117. package/skills/feature-flags/SKILL.md +34 -0
  118. package/skills/file-conversion/SKILL.md +34 -0
  119. package/skills/file-upload-handling/SKILL.md +34 -0
  120. package/skills/fine-tuning-prep/SKILL.md +34 -0
  121. package/skills/focus-mode/SKILL.md +34 -0
  122. package/skills/form-validation/SKILL.md +34 -0
  123. package/skills/function-calling/SKILL.md +34 -0
  124. package/skills/general-video/SKILL.md +143 -0
  125. package/skills/git-guardrails-claude-code/SKILL.md +95 -0
  126. package/skills/git-workflow/SKILL.md +34 -0
  127. package/skills/github-actions-docs/SKILL.md +98 -0
  128. package/skills/goal-setting/SKILL.md +34 -0
  129. package/skills/gpt-tasteskill/SKILL.md +74 -0
  130. package/skills/graphql-design/SKILL.md +34 -0
  131. package/skills/grill-me/SKILL.md +7 -0
  132. package/skills/grilling/SKILL.md +10 -0
  133. package/skills/habit-tracker/SKILL.md +34 -0
  134. package/skills/hallucination-detection/SKILL.md +34 -0
  135. package/skills/handoff/SKILL.md +16 -0
  136. package/skills/hyperframes/SKILL.md +152 -0
  137. package/skills/hyperframes-animation/SKILL.md +82 -0
  138. package/skills/hyperframes-cli/SKILL.md +109 -0
  139. package/skills/hyperframes-core/SKILL.md +78 -0
  140. package/skills/hyperframes-creative/SKILL.md +68 -0
  141. package/skills/hyperframes-media/SKILL.md +97 -0
  142. package/skills/image-processing/SKILL.md +34 -0
  143. package/skills/image-to-code-skill/SKILL.md +1228 -0
  144. package/skills/imagegen-frontend-mobile/SKILL.md +1465 -0
  145. package/skills/imagegen-frontend-web/SKILL.md +987 -0
  146. package/skills/implement/SKILL.md +15 -0
  147. package/skills/init/SKILL.md +91 -0
  148. package/skills/internal-comms/SKILL.md +32 -0
  149. package/skills/json-transformation/SKILL.md +34 -0
  150. package/skills/keyboard-shortcuts/SKILL.md +34 -0
  151. package/skills/knowledge-base/SKILL.md +34 -0
  152. package/skills/knowledge-graph/SKILL.md +34 -0
  153. package/skills/kubernetes-deployment/SKILL.md +34 -0
  154. package/skills/language-translation/SKILL.md +34 -0
  155. package/skills/lark-approval/SKILL.md +56 -0
  156. package/skills/lark-base/SKILL.md +157 -0
  157. package/skills/lark-doc/SKILL.md +81 -0
  158. package/skills/lark-shared/SKILL.md +168 -0
  159. package/skills/lark-workflow-meeting-summary/SKILL.md +122 -0
  160. package/skills/linting-neostandard-eslint9/SKILL.md +64 -0
  161. package/skills/llm-chaining/SKILL.md +34 -0
  162. package/skills/localization-i18n/SKILL.md +34 -0
  163. package/skills/logging-best-practices/SKILL.md +34 -0
  164. package/skills/loop-me/SKILL.md +32 -0
  165. package/skills/machine-learning-pipeline/SKILL.md +34 -0
  166. package/skills/meeting-notes/SKILL.md +34 -0
  167. package/skills/meeting-scheduler/SKILL.md +34 -0
  168. package/skills/message-queues/SKILL.md +34 -0
  169. package/skills/message-summarization/SKILL.md +34 -0
  170. package/skills/microservices-architecture/SKILL.md +34 -0
  171. package/skills/microsoft-foundry/SKILL.md +262 -0
  172. package/skills/migrate-to-shoehorn/SKILL.md +118 -0
  173. package/skills/milestone-tracking/SKILL.md +34 -0
  174. package/skills/minimalist-skill/SKILL.md +85 -0
  175. package/skills/model-deployment/SKILL.md +34 -0
  176. package/skills/model-evaluation/SKILL.md +34 -0
  177. package/skills/monitoring-setup/SKILL.md +34 -0
  178. package/skills/monorepo-setup/SKILL.md +34 -0
  179. package/skills/motion-graphics/SKILL.md +170 -0
  180. package/skills/multi-agent-systems/SKILL.md +34 -0
  181. package/skills/music-to-video/SKILL.md +197 -0
  182. package/skills/network-troubleshooting/SKILL.md +34 -0
  183. package/skills/node/SKILL.md +94 -0
  184. package/skills/nodejs-core/SKILL.md +156 -0
  185. package/skills/note-organization/SKILL.md +34 -0
  186. package/skills/oauth/SKILL.md +186 -0
  187. package/skills/obsidian-vault/SKILL.md +59 -0
  188. package/skills/octocat/SKILL.md +93 -0
  189. package/skills/openclaw-secure-linux-cloud/SKILL.md +157 -0
  190. package/skills/opensource-guide-coach/SKILL.md +218 -0
  191. package/skills/output-skill/SKILL.md +49 -0
  192. package/skills/package-publishing/SKILL.md +34 -0
  193. package/skills/password-generator/SKILL.md +34 -0
  194. package/skills/pdf/SKILL.md +314 -0
  195. package/skills/pdf-processing/SKILL.md +34 -0
  196. package/skills/performance-optimization/SKILL.md +34 -0
  197. package/skills/pomodoro-timer/SKILL.md +34 -0
  198. package/skills/powershell-automation/SKILL.md +34 -0
  199. package/skills/pptx/SKILL.md +232 -0
  200. package/skills/pr-to-video/SKILL.md +235 -0
  201. package/skills/priority-filtering/SKILL.md +34 -0
  202. package/skills/product-launch-video/SKILL.md +205 -0
  203. package/skills/project-tracking/SKILL.md +34 -0
  204. package/skills/prompt-compression/SKILL.md +34 -0
  205. package/skills/prompt-engineering/SKILL.md +34 -0
  206. package/skills/push-notifications/SKILL.md +34 -0
  207. package/skills/python-appservice-deploy/SKILL.md +36 -0
  208. package/skills/qa/SKILL.md +130 -0
  209. package/skills/rag-implementation/SKILL.md +34 -0
  210. package/skills/rate-limiting/SKILL.md +34 -0
  211. package/skills/react-best-practices/SKILL.md +149 -0
  212. package/skills/react-native-skills/SKILL.md +121 -0
  213. package/skills/react-view-transitions/SKILL.md +320 -0
  214. package/skills/readme-i18n/SKILL.md +176 -0
  215. package/skills/real-time-communication/SKILL.md +34 -0
  216. package/skills/redesign-skill/SKILL.md +178 -0
  217. package/skills/refactoring-strategy/SKILL.md +34 -0
  218. package/skills/regex-mastery/SKILL.md +34 -0
  219. package/skills/remotion/SKILL.md +364 -0
  220. package/skills/report-generation/SKILL.md +34 -0
  221. package/skills/request-refactor-plan/SKILL.md +68 -0
  222. package/skills/research-compiler/SKILL.md +34 -0
  223. package/skills/resolving-merge-conflicts/SKILL.md +14 -0
  224. package/skills/responsive-design/SKILL.md +34 -0
  225. package/skills/rest-api-patterns/SKILL.md +34 -0
  226. package/skills/retrospectives/SKILL.md +34 -0
  227. package/skills/risk-assessment/SKILL.md +34 -0
  228. package/skills/roadmap-creation/SKILL.md +34 -0
  229. package/skills/running-claude-code-via-litellm-copilot/SKILL.md +263 -0
  230. package/skills/scaffold-exercises/SKILL.md +106 -0
  231. package/skills/search-implementation/SKILL.md +34 -0
  232. package/skills/secrets-management/SKILL.md +34 -0
  233. package/skills/secure-linux-web-hosting/SKILL.md +162 -0
  234. package/skills/security-audit/SKILL.md +34 -0
  235. package/skills/selective-memory/SKILL.md +34 -0
  236. package/skills/semantic-search/SKILL.md +34 -0
  237. package/skills/semantic-versioning/SKILL.md +34 -0
  238. package/skills/sentiment-analysis/SKILL.md +34 -0
  239. package/skills/seo-optimization/SKILL.md +34 -0
  240. package/skills/setup-pre-commit/SKILL.md +91 -0
  241. package/skills/shadcn/SKILL.md +267 -0
  242. package/skills/simple/SKILL.md +52 -0
  243. package/skills/skill-creator/SKILL.md +485 -0
  244. package/skills/skill-optimizer/SKILL.md +47 -0
  245. package/skills/skills-cli/SKILL.md +281 -0
  246. package/skills/slack-gif-creator/SKILL.md +254 -0
  247. package/skills/snipgrapher/SKILL.md +58 -0
  248. package/skills/snippet-manager/SKILL.md +34 -0
  249. package/skills/soft-skill/SKILL.md +98 -0
  250. package/skills/sprint-planning/SKILL.md +34 -0
  251. package/skills/sql-query-optimization/SKILL.md +34 -0
  252. package/skills/stakeholder-communication/SKILL.md +34 -0
  253. package/skills/state-management/SKILL.md +34 -0
  254. package/skills/statistical-analysis/SKILL.md +34 -0
  255. package/skills/stitch-skill/SKILL.md +184 -0
  256. package/skills/streaming-responses/SKILL.md +34 -0
  257. package/skills/structured-output/SKILL.md +34 -0
  258. package/skills/summarization-techniques/SKILL.md +34 -0
  259. package/skills/supabase/SKILL.md +135 -0
  260. package/skills/supabase-postgres-best-practices/SKILL.md +64 -0
  261. package/skills/system-diagnostics/SKILL.md +34 -0
  262. package/skills/systematic-debugging/SKILL.md +296 -0
  263. package/skills/talking-head-recut/SKILL.md +1191 -0
  264. package/skills/task-decomposition/SKILL.md +34 -0
  265. package/skills/task-prioritization/SKILL.md +34 -0
  266. package/skills/taste-skill/SKILL.md +1206 -0
  267. package/skills/taste-skill-v1/SKILL.md +226 -0
  268. package/skills/tdd/SKILL.md +108 -0
  269. package/skills/teach/SKILL.md +140 -0
  270. package/skills/template-library/SKILL.md +34 -0
  271. package/skills/test-driven-development/SKILL.md +371 -0
  272. package/skills/test-generation/SKILL.md +34 -0
  273. package/skills/testing-strategy/SKILL.md +34 -0
  274. package/skills/text-expansion/SKILL.md +34 -0
  275. package/skills/theme-factory/SKILL.md +59 -0
  276. package/skills/time-blocking/SKILL.md +34 -0
  277. package/skills/to-prd/SKILL.md +75 -0
  278. package/skills/token-budgeting/SKILL.md +34 -0
  279. package/skills/token-optimization/SKILL.md +34 -0
  280. package/skills/tool-calling-patterns/SKILL.md +34 -0
  281. package/skills/typescript-magician/SKILL.md +117 -0
  282. package/skills/tzst/SKILL.md +68 -0
  283. package/skills/ubiquitous-language/SKILL.md +93 -0
  284. package/skills/use-my-browser/SKILL.md +110 -0
  285. package/skills/using-superpowers/SKILL.md +121 -0
  286. package/skills/vector-database-setup/SKILL.md +34 -0
  287. package/skills/vercel-cli-with-tokens/SKILL.md +353 -0
  288. package/skills/vercel-optimize/SKILL.md +322 -0
  289. package/skills/video-editing/SKILL.md +34 -0
  290. package/skills/viral-instagram-reels/SKILL.md +180 -0
  291. package/skills/viral-short-form/SKILL.md +147 -0
  292. package/skills/viral-short-form-ideas/SKILL.md +184 -0
  293. package/skills/viral-tiktok-content/SKILL.md +180 -0
  294. package/skills/visualization-creation/SKILL.md +34 -0
  295. package/skills/web-artifacts-builder/SKILL.md +74 -0
  296. package/skills/web-design-guidelines/SKILL.md +39 -0
  297. package/skills/web-scraping/SKILL.md +34 -0
  298. package/skills/webapp-testing/SKILL.md +96 -0
  299. package/skills/webhook-handling/SKILL.md +34 -0
  300. package/skills/website-to-video/SKILL.md +145 -0
  301. package/skills/weekly-review/SKILL.md +34 -0
  302. package/skills/workflow-automation/SKILL.md +34 -0
  303. package/skills/writing-beats/SKILL.md +67 -0
  304. package/skills/writing-fragments/SKILL.md +79 -0
  305. package/skills/writing-great-skills/SKILL.md +82 -0
  306. package/skills/writing-guidelines/SKILL.md +39 -0
  307. package/skills/writing-plans/SKILL.md +174 -0
  308. package/skills/writing-shape/SKILL.md +79 -0
  309. package/skills/xdrop/SKILL.md +78 -0
  310. package/skills/xget/SKILL.md +87 -0
  311. package/skills/xlsx/SKILL.md +292 -0
  312. package/src/commands/code_v5.js +377 -73
  313. package/src/commands/repl.js +505 -86
  314. package/src/providers/model/anthropic.js +84 -0
  315. package/src/providers/model/gemini.js +49 -0
  316. package/src/providers/model/minimax.js +48 -0
  317. package/src/providers/model/ollama.js +42 -0
  318. package/src/providers/model/openai.js +49 -0
  319. package/src/providers/search/duckduckgo.js +45 -0
  320. package/src/providers/search/exa.js +52 -0
  321. package/src/providers/search/searxng.js +51 -0
  322. package/src/providers/search/tavily.js +47 -0
  323. package/src/tools/model_provider.js +71 -0
  324. package/src/tools/parallel_search.js +40 -49
  325. package/src/tools/search_provider.js +79 -0
  326. package/src/tools/skills_download.js +217 -0
  327. package/src/tools/web_search.js +42 -62
  328. package/src/tools/workflow.js +21 -9
  329. package/src/utils/cron.js +82 -126
  330. package/src/utils/effort-levels.js +42 -0
  331. package/src/utils/fallback-chain.js +72 -0
  332. package/src/utils/file-history.js +78 -0
  333. package/src/utils/model-provider.js +113 -0
  334. package/src/utils/permissions.js +147 -0
  335. package/src/utils/plan-mode.js +164 -0
  336. package/src/utils/provider-detect.js +7 -32
  337. package/src/utils/sandbox.js +60 -0
  338. package/src/utils/search-provider.js +62 -0
  339. package/src/utils/session-search.js +66 -0
  340. package/src/utils/structured-output.js +20 -0
  341. package/src/utils/system-prompt.js +28 -2
  342. package/src/utils/tasks.js +132 -0
  343. package/src/utils/tool-hooks.js +154 -0
  344. package/src/utils/tools.js +18 -2
  345. package/src/utils/ultra-review.js +59 -0
  346. package/src/utils/worktree.js +192 -0
@@ -0,0 +1,281 @@
1
+ ---
2
+ name: skills-cli
3
+ description: Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent capabilities with installable skills.
4
+ ---
5
+
6
+ Use this skill to help users work with the open Agent Skills ecosystem through the `skills` CLI.
7
+
8
+ ## Overview
9
+
10
+ The `skills` CLI is the package manager for installable Agent Skills. Use it to discover skills, install them with the right flags, and manage them after installation.
11
+
12
+ Examples below use `bunx skills`, but `npx skills` is the same workflow if Bun is not available in the user's environment.
13
+
14
+ Always prefer the current CLI syntax:
15
+
16
+ ```bash
17
+ bunx skills add <source> --skill <name>
18
+ ```
19
+
20
+ Do not use older `owner/repo@skill-name` examples.
21
+
22
+ ## When to Use
23
+
24
+ Use this skill when the user:
25
+
26
+ - asks "find a skill for X", "is there a skill for X", or "how do I do X" and X sounds like a reusable workflow
27
+ - asks "can you do X" and X sounds like a specialized capability that may already exist as a skill
28
+ - wants help with `bunx skills`, `npx skills`, `skills.sh`, skill package installation, or `skills-lock.json`
29
+ - wants to install a skill for a specific agent such as Codex or OpenCode
30
+ - wants to list, check, update, remove, restore, sync, back up, or initialize installed skills
31
+ - wants help searching for workflows, tools, templates, or domain-specific capabilities such as design, testing, deployment, documentation, or code review
32
+
33
+ Do not use this skill when the user already has a local skill and wants help writing or improving its contents. In that case, use a skill-authoring workflow instead.
34
+
35
+ ## Discovery Workflow
36
+
37
+ When a user needs a skill, follow this sequence:
38
+
39
+ 1. Identify the domain and task.
40
+ Examples: React performance, PR review, changelog generation, PDF extraction.
41
+ Also judge whether the task is common enough that a reusable skill is likely to exist.
42
+ 2. Check [skills.sh](https://skills.sh/) first.
43
+ Prefer well-known, well-installed skills when the domain is already covered there.
44
+ 3. If the leaderboard does not clearly answer the need, search with:
45
+
46
+ ```bash
47
+ bunx skills find <query>
48
+ ```
49
+
50
+ 1. Verify quality before recommending anything:
51
+ - install count: prefer skills with 1K+ installs and be cautious with anything under 100
52
+ - source reputation: prefer official or well-established maintainers such as `openai`, `anthropics`, `microsoft`, or similarly trusted publishers
53
+ - repository quality: check the source repository and treat skills from repos with fewer than 100 stars skeptically
54
+ 2. Present the options clearly.
55
+ Include the skill name, what it helps with, the install count and source, why it looks trustworthy, the install command, and a link to learn more on `skills.sh`.
56
+ 3. Offer installation help if the user wants to proceed.
57
+ 4. If nothing fits, say so directly, help with the task using your general capabilities, and mention that the user can create their own package with `bunx skills init`.
58
+
59
+ ## Installation Quick Reference
60
+
61
+ ### Common sources
62
+
63
+ ```bash
64
+ # GitHub shorthand
65
+ bunx skills add xixu-me/skills
66
+
67
+ # Full GitHub URL
68
+ bunx skills add https://github.com/xixu-me/skills
69
+
70
+ # Direct path to one skill inside a repo
71
+ bunx skills add https://github.com/xixu-me/skills/tree/main/skills/skills-cli
72
+
73
+ # GitLab URL
74
+ bunx skills add https://gitlab.com/org/repo
75
+
76
+ # Any git URL
77
+ bunx skills add git@github.com:owner/repo.git
78
+
79
+ # Local package path
80
+ bunx skills add ./my-local-skills
81
+ ```
82
+
83
+ ### Common install patterns
84
+
85
+ ```bash
86
+ # List skills in a package without installing
87
+ bunx skills add <source> --list
88
+
89
+ # Install one skill
90
+ bunx skills add <source> --skill skills-cli
91
+
92
+ # Install multiple skills
93
+ bunx skills add <source> --skill pr-review --skill commit
94
+
95
+ # Install globally
96
+ bunx skills add <source> --skill skills-cli -g -y
97
+
98
+ # Install to a specific agent
99
+ bunx skills add <source> --skill skills-cli -a codex -y
100
+
101
+ # Install all skills to all agents
102
+ bunx skills add <source> --all
103
+
104
+ # Install all skills to one agent
105
+ bunx skills add <source> --skill '*' -a codex -y
106
+
107
+ # Copy files instead of symlinking
108
+ bunx skills add <source> --skill skills-cli -a codex --copy -y
109
+ ```
110
+
111
+ ### Installation methods
112
+
113
+ When the user is choosing how to install:
114
+
115
+ - symlink is the default and usually the best choice because updates stay centralized
116
+ - `--copy` creates independent copies and is the fallback when symlinks are unsupported or inconvenient
117
+
118
+ If the user only asks to install a skill, prefer the default symlink workflow unless they mention CI packaging, portability, filesystem restrictions, or explicitly ask for copies.
119
+
120
+ ### Important flags
121
+
122
+ | Flag | Use |
123
+ | --------------------- | ---------------------------------------------- |
124
+ | `--skill <name>` | install one or more named skills |
125
+ | `-a, --agent <agent>` | target specific agents such as `codex` |
126
+ | `-g, --global` | install at user scope instead of project scope |
127
+ | `-y, --yes` | skip prompts |
128
+ | `--list` | list available skills in a package |
129
+ | `--copy` | copy instead of symlink |
130
+ | `--all` | shorthand for all skills to all agents |
131
+
132
+ ## Managing Installed Skills
133
+
134
+ Use these commands for ongoing maintenance:
135
+
136
+ ```bash
137
+ # List installed skills
138
+ bunx skills ls
139
+ bunx skills ls -g
140
+ bunx skills ls -a codex
141
+ bunx skills ls --json
142
+
143
+ # Check for updates
144
+ bunx skills check
145
+
146
+ # Update installed skills
147
+ bunx skills update
148
+
149
+ # Remove installed skills
150
+ bunx skills remove my-skill
151
+ bunx skills remove my-skill -a codex
152
+ bunx skills remove -g my-skill
153
+ bunx skills remove --all
154
+
155
+ # Initialize a new skill package
156
+ bunx skills init
157
+ bunx skills init my-skill
158
+
159
+ # Restore from skills-lock.json
160
+ bunx skills experimental_install
161
+
162
+ # Sync node_modules skills into agent directories
163
+ bunx skills experimental_sync
164
+ bunx skills experimental_sync -a codex -y
165
+ ```
166
+
167
+ When the user asks to initialize a skill, explain whether they want:
168
+
169
+ - `bunx skills init` to create `SKILL.md` in the current directory
170
+ - `bunx skills init <name>` to create a new subdirectory containing `SKILL.md`
171
+
172
+ ## Related Tool: Skills Vault
173
+
174
+ If the user wants declarative backup and restore of installed skills across machines or teams, use [Skills Vault](https://github.com/xixu-me/skills-vault).
175
+
176
+ Skills Vault is a separate CLI companion for the `skills` ecosystem. It is not a `skills add` installable skill source. Use it when the user wants to snapshot installed skills into a manifest, preview restore commands, or reproduce the same setup elsewhere.
177
+
178
+ Common companion commands:
179
+
180
+ ```bash
181
+ # Back up installed skills into skvlt.yaml
182
+ bunx skvlt backup
183
+
184
+ # Preview a restore
185
+ bunx skvlt restore --dry-run
186
+
187
+ # Restore everything from the manifest
188
+ bunx skvlt restore --all
189
+
190
+ # Diagnose the local environment
191
+ bunx skvlt doctor
192
+ ```
193
+
194
+ Prefer this tool over `skills experimental_*` when the user explicitly wants a portable manifest workflow, cross-machine backup and restore, or team-sharing of installed skill setups.
195
+
196
+ ## Recommendation Format
197
+
198
+ When recommending a skill, keep the answer concrete and installable.
199
+
200
+ Use a structure like this:
201
+
202
+ ```text
203
+ I found a skill that should fit.
204
+
205
+ Skill: <skill-name>
206
+ Why it matches: <one sentence>
207
+ Source: <owner/repo or URL>
208
+ Quality check: <install count / source reputation / repository confidence note>
209
+ Install:
210
+ bunx skills add <source> --skill <skill-name> [optional flags]
211
+ Learn more: https://skills.sh/<publisher>/<package>/<skill-name>
212
+
213
+ If you want, I can install it for <agent-or-scope>.
214
+ ```
215
+
216
+ If the user mentions a target agent or scope, include it in the command. Examples:
217
+
218
+ ```bash
219
+ bunx skills add <source> --skill <skill-name> -a codex -y
220
+ bunx skills add <source> --skill <skill-name> -g -y
221
+ ```
222
+
223
+ Example:
224
+
225
+ ```text
226
+ I found a skill that might help.
227
+
228
+ Skill: screenshot
229
+ Why it matches: it focuses on OS-level desktop and window screenshot capture.
230
+ Source: openai/skills
231
+ Quality check: high install volume, trusted publisher, and a widely used source repository.
232
+ Install:
233
+ bunx skills add openai/skills --skill screenshot
234
+ Learn more: https://skills.sh/openai/skills/screenshot
235
+ ```
236
+
237
+ ## Common Skill Categories
238
+
239
+ When the user's wording is vague, map it to likely categories:
240
+
241
+ | Category | Example queries |
242
+ | --------------- | -------------------------------------------------- |
243
+ | Web Development | `react`, `nextjs`, `typescript`, `css`, `tailwind` |
244
+ | Testing | `testing`, `jest`, `playwright`, `e2e` |
245
+ | DevOps | `deploy`, `docker`, `kubernetes`, `ci-cd` |
246
+ | Documentation | `docs`, `readme`, `changelog`, `api-docs` |
247
+ | Code Quality | `review`, `lint`, `refactor`, `best-practices` |
248
+ | Design | `ui`, `ux`, `design-system`, `accessibility` |
249
+ | Productivity | `workflow`, `automation`, `git` |
250
+
251
+ ## Search Tips
252
+
253
+ - Use specific keywords. `react testing` is better than just `testing`.
254
+ - Try alternative terms. If `deploy` fails, try `deployment` or `ci-cd`.
255
+ - Check popular sources first. Many strong skills come from established publishers.
256
+ - If the first search is too broad, narrow by domain plus task.
257
+
258
+ ## Common Mistakes
259
+
260
+ - Recommending a skill from search results without checking whether it looks established.
261
+ - Forgetting to specify `-a <agent>` when the user asked for one particular agent.
262
+ - Treating `bunx skills find --help` like a real help command. Use `bunx skills --help` for command help instead.
263
+ - Assuming no skill exists after one weak search term. Try a more specific or adjacent query first.
264
+
265
+ ## Troubleshooting
266
+
267
+ If the user hits an error or confusing result:
268
+
269
+ - "No skills found" - suggest a better query, check [skills.sh](https://skills.sh/), or help directly and mention `bunx skills init`
270
+ - interactive prompts in automation or CI - add `-y`
271
+ - wrong installation scope - switch between project install and `-g`
272
+ - symlink issues - retry with `--copy`
273
+ - uncertainty about available package contents - run `bunx skills add <source> --list`
274
+ - uncertainty about installed state - run `bunx skills ls` or `bunx skills ls --json`
275
+ - portable backup or restore across machines - mention [Skills Vault](https://github.com/xixu-me/skills-vault) and its `backup` / `restore --dry-run` workflow
276
+
277
+ When you are unsure about exact flags, use:
278
+
279
+ ```bash
280
+ bunx skills --help
281
+ ```
@@ -0,0 +1,254 @@
1
+ ---
2
+ name: slack-gif-creator
3
+ description: Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."
4
+ license: Complete terms in LICENSE.txt
5
+ ---
6
+
7
+ # Slack GIF Creator
8
+
9
+ A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack.
10
+
11
+ ## Slack Requirements
12
+
13
+ **Dimensions:**
14
+ - Emoji GIFs: 128x128 (recommended)
15
+ - Message GIFs: 480x480
16
+
17
+ **Parameters:**
18
+ - FPS: 10-30 (lower is smaller file size)
19
+ - Colors: 48-128 (fewer = smaller file size)
20
+ - Duration: Keep under 3 seconds for emoji GIFs
21
+
22
+ ## Core Workflow
23
+
24
+ ```python
25
+ from core.gif_builder import GIFBuilder
26
+ from PIL import Image, ImageDraw
27
+
28
+ # 1. Create builder
29
+ builder = GIFBuilder(width=128, height=128, fps=10)
30
+
31
+ # 2. Generate frames
32
+ for i in range(12):
33
+ frame = Image.new('RGB', (128, 128), (240, 248, 255))
34
+ draw = ImageDraw.Draw(frame)
35
+
36
+ # Draw your animation using PIL primitives
37
+ # (circles, polygons, lines, etc.)
38
+
39
+ builder.add_frame(frame)
40
+
41
+ # 3. Save with optimization
42
+ builder.save('output.gif', num_colors=48, optimize_for_emoji=True)
43
+ ```
44
+
45
+ ## Drawing Graphics
46
+
47
+ ### Working with User-Uploaded Images
48
+ If a user uploads an image, consider whether they want to:
49
+ - **Use it directly** (e.g., "animate this", "split this into frames")
50
+ - **Use it as inspiration** (e.g., "make something like this")
51
+
52
+ Load and work with images using PIL:
53
+ ```python
54
+ from PIL import Image
55
+
56
+ uploaded = Image.open('file.png')
57
+ # Use directly, or just as reference for colors/style
58
+ ```
59
+
60
+ ### Drawing from Scratch
61
+ When drawing graphics from scratch, use PIL ImageDraw primitives:
62
+
63
+ ```python
64
+ from PIL import ImageDraw
65
+
66
+ draw = ImageDraw.Draw(frame)
67
+
68
+ # Circles/ovals
69
+ draw.ellipse([x1, y1, x2, y2], fill=(r, g, b), outline=(r, g, b), width=3)
70
+
71
+ # Stars, triangles, any polygon
72
+ points = [(x1, y1), (x2, y2), (x3, y3), ...]
73
+ draw.polygon(points, fill=(r, g, b), outline=(r, g, b), width=3)
74
+
75
+ # Lines
76
+ draw.line([(x1, y1), (x2, y2)], fill=(r, g, b), width=5)
77
+
78
+ # Rectangles
79
+ draw.rectangle([x1, y1, x2, y2], fill=(r, g, b), outline=(r, g, b), width=3)
80
+ ```
81
+
82
+ **Don't use:** Emoji fonts (unreliable across platforms) or assume pre-packaged graphics exist in this skill.
83
+
84
+ ### Making Graphics Look Good
85
+
86
+ Graphics should look polished and creative, not basic. Here's how:
87
+
88
+ **Use thicker lines** - Always set `width=2` or higher for outlines and lines. Thin lines (width=1) look choppy and amateurish.
89
+
90
+ **Add visual depth**:
91
+ - Use gradients for backgrounds (`create_gradient_background`)
92
+ - Layer multiple shapes for complexity (e.g., a star with a smaller star inside)
93
+
94
+ **Make shapes more interesting**:
95
+ - Don't just draw a plain circle - add highlights, rings, or patterns
96
+ - Stars can have glows (draw larger, semi-transparent versions behind)
97
+ - Combine multiple shapes (stars + sparkles, circles + rings)
98
+
99
+ **Pay attention to colors**:
100
+ - Use vibrant, complementary colors
101
+ - Add contrast (dark outlines on light shapes, light outlines on dark shapes)
102
+ - Consider the overall composition
103
+
104
+ **For complex shapes** (hearts, snowflakes, etc.):
105
+ - Use combinations of polygons and ellipses
106
+ - Calculate points carefully for symmetry
107
+ - Add details (a heart can have a highlight curve, snowflakes have intricate branches)
108
+
109
+ Be creative and detailed! A good Slack GIF should look polished, not like placeholder graphics.
110
+
111
+ ## Available Utilities
112
+
113
+ ### GIFBuilder (`core.gif_builder`)
114
+ Assembles frames and optimizes for Slack:
115
+ ```python
116
+ builder = GIFBuilder(width=128, height=128, fps=10)
117
+ builder.add_frame(frame) # Add PIL Image
118
+ builder.add_frames(frames) # Add list of frames
119
+ builder.save('out.gif', num_colors=48, optimize_for_emoji=True, remove_duplicates=True)
120
+ ```
121
+
122
+ ### Validators (`core.validators`)
123
+ Check if GIF meets Slack requirements:
124
+ ```python
125
+ from core.validators import validate_gif, is_slack_ready
126
+
127
+ # Detailed validation
128
+ passes, info = validate_gif('my.gif', is_emoji=True, verbose=True)
129
+
130
+ # Quick check
131
+ if is_slack_ready('my.gif'):
132
+ print("Ready!")
133
+ ```
134
+
135
+ ### Easing Functions (`core.easing`)
136
+ Smooth motion instead of linear:
137
+ ```python
138
+ from core.easing import interpolate
139
+
140
+ # Progress from 0.0 to 1.0
141
+ t = i / (num_frames - 1)
142
+
143
+ # Apply easing
144
+ y = interpolate(start=0, end=400, t=t, easing='ease_out')
145
+
146
+ # Available: linear, ease_in, ease_out, ease_in_out,
147
+ # bounce_out, elastic_out, back_out
148
+ ```
149
+
150
+ ### Frame Helpers (`core.frame_composer`)
151
+ Convenience functions for common needs:
152
+ ```python
153
+ from core.frame_composer import (
154
+ create_blank_frame, # Solid color background
155
+ create_gradient_background, # Vertical gradient
156
+ draw_circle, # Helper for circles
157
+ draw_text, # Simple text rendering
158
+ draw_star # 5-pointed star
159
+ )
160
+ ```
161
+
162
+ ## Animation Concepts
163
+
164
+ ### Shake/Vibrate
165
+ Offset object position with oscillation:
166
+ - Use `math.sin()` or `math.cos()` with frame index
167
+ - Add small random variations for natural feel
168
+ - Apply to x and/or y position
169
+
170
+ ### Pulse/Heartbeat
171
+ Scale object size rhythmically:
172
+ - Use `math.sin(t * frequency * 2 * math.pi)` for smooth pulse
173
+ - For heartbeat: two quick pulses then pause (adjust sine wave)
174
+ - Scale between 0.8 and 1.2 of base size
175
+
176
+ ### Bounce
177
+ Object falls and bounces:
178
+ - Use `interpolate()` with `easing='bounce_out'` for landing
179
+ - Use `easing='ease_in'` for falling (accelerating)
180
+ - Apply gravity by increasing y velocity each frame
181
+
182
+ ### Spin/Rotate
183
+ Rotate object around center:
184
+ - PIL: `image.rotate(angle, resample=Image.BICUBIC)`
185
+ - For wobble: use sine wave for angle instead of linear
186
+
187
+ ### Fade In/Out
188
+ Gradually appear or disappear:
189
+ - Create RGBA image, adjust alpha channel
190
+ - Or use `Image.blend(image1, image2, alpha)`
191
+ - Fade in: alpha from 0 to 1
192
+ - Fade out: alpha from 1 to 0
193
+
194
+ ### Slide
195
+ Move object from off-screen to position:
196
+ - Start position: outside frame bounds
197
+ - End position: target location
198
+ - Use `interpolate()` with `easing='ease_out'` for smooth stop
199
+ - For overshoot: use `easing='back_out'`
200
+
201
+ ### Zoom
202
+ Scale and position for zoom effect:
203
+ - Zoom in: scale from 0.1 to 2.0, crop center
204
+ - Zoom out: scale from 2.0 to 1.0
205
+ - Can add motion blur for drama (PIL filter)
206
+
207
+ ### Explode/Particle Burst
208
+ Create particles radiating outward:
209
+ - Generate particles with random angles and velocities
210
+ - Update each particle: `x += vx`, `y += vy`
211
+ - Add gravity: `vy += gravity_constant`
212
+ - Fade out particles over time (reduce alpha)
213
+
214
+ ## Optimization Strategies
215
+
216
+ Only when asked to make the file size smaller, implement a few of the following methods:
217
+
218
+ 1. **Fewer frames** - Lower FPS (10 instead of 20) or shorter duration
219
+ 2. **Fewer colors** - `num_colors=48` instead of 128
220
+ 3. **Smaller dimensions** - 128x128 instead of 480x480
221
+ 4. **Remove duplicates** - `remove_duplicates=True` in save()
222
+ 5. **Emoji mode** - `optimize_for_emoji=True` auto-optimizes
223
+
224
+ ```python
225
+ # Maximum optimization for emoji
226
+ builder.save(
227
+ 'emoji.gif',
228
+ num_colors=48,
229
+ optimize_for_emoji=True,
230
+ remove_duplicates=True
231
+ )
232
+ ```
233
+
234
+ ## Philosophy
235
+
236
+ This skill provides:
237
+ - **Knowledge**: Slack's requirements and animation concepts
238
+ - **Utilities**: GIFBuilder, validators, easing functions
239
+ - **Flexibility**: Create the animation logic using PIL primitives
240
+
241
+ It does NOT provide:
242
+ - Rigid animation templates or pre-made functions
243
+ - Emoji font rendering (unreliable across platforms)
244
+ - A library of pre-packaged graphics built into the skill
245
+
246
+ **Note on user uploads**: This skill doesn't include pre-built graphics, but if a user uploads an image, use PIL to load and work with it - interpret based on their request whether they want it used directly or just as inspiration.
247
+
248
+ Be creative! Combine concepts (bouncing + rotating, pulsing + sliding, etc.) and use PIL's full capabilities.
249
+
250
+ ## Dependencies
251
+
252
+ ```bash
253
+ pip install pillow imageio numpy
254
+ ```
@@ -0,0 +1,58 @@
1
+ ---
2
+ name: snipgrapher
3
+ description: Configures and uses snipgrapher to generate polished code snippet images, including syntax-highlighted PNGs, SVGs, and WebP exports with custom themes, profiles, and styling options. Use when the user wants to create code screenshots, turn code into shareable images, generate pretty code snippets for docs or social posts, produce syntax-highlighted images from source files, or explicitly mentions snipgrapher. Supports single-file renders, batch jobs, watch mode, and reusable named profiles via the snipgrapher CLI or npx.
4
+ metadata:
5
+ tags: snipgrapher, snippets, images, svg, png, webp, cli
6
+ ---
7
+
8
+ ## When to use
9
+
10
+ Use this skill when you need to:
11
+ - Generate image snippets from source code
12
+ - Configure reusable snippet rendering defaults
13
+ - Batch-render snippet assets for docs, social posts, or changelogs
14
+ - Use published `snipgrapher` from npm to generate snippet images
15
+
16
+ ## Quick start
17
+
18
+ Render a single file to a PNG immediately with no config required:
19
+
20
+ ```bash
21
+ npx snipgrapher render file.ts -o output.png
22
+ ```
23
+
24
+ For ongoing use, initialise a project config first, then render:
25
+
26
+ ```bash
27
+ npx snipgrapher init # creates snipgrapher.config.json
28
+ npx snipgrapher render file.ts --profile default -o output.png
29
+ ```
30
+
31
+ After rendering, verify the output exists and is non-zero in size before treating the job as successful:
32
+
33
+ ```bash
34
+ ls -lh output.png # confirm file exists and size > 0
35
+ ```
36
+
37
+ ## How to use
38
+
39
+ Read these rule files in order:
40
+
41
+ - [rules/setup-and-configuration.md](rules/setup-and-configuration.md) - Install, select executable, initialize config, and define profiles
42
+ - [rules/rendering-workflows.md](rules/rendering-workflows.md) - Render single snippets, batch jobs, watch mode, and output practices
43
+
44
+ ## Core principles
45
+
46
+ - **Configure first**: establish a project config before repeated renders
47
+ - **Reproducible output**: prefer named profiles and explicit output paths
48
+ - **Portable commands**: use command patterns that work with installed binaries and `npx`
49
+ - **Automation-friendly**: rely on CLI flags/config/env precedence intentionally
50
+
51
+ ## Troubleshooting common render failures
52
+
53
+ If a render fails or produces an unexpected output, check for these common causes:
54
+
55
+ - **Missing fonts**: ensure any custom font specified in the profile or config is installed on the system
56
+ - **Unsupported syntax**: confirm the language/extension is supported by snipgrapher; fall back to plain text highlighting if not
57
+ - **Empty or corrupt output**: re-run with `--verbose` (if supported) to surface error details, and verify the input file is readable and non-empty
58
+ - **Profile not found**: run `npx snipgrapher init` to regenerate `snipgrapher.config.json` if the config file is missing or malformed
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: snippet-manager
3
+ description: Organize code and text snippets with tagging, search, and category groups
4
+ category: Productivity
5
+ ---
6
+
7
+ # Snippet Manager
8
+
9
+ ## Overview
10
+ Organize code and text snippets with tagging, search, and category groups. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply snippet manager best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on snippet manager
16
+ - When automating or optimizing snippet manager tasks
17
+
18
+ ## Instructions
19
+ 1. **Assess**: Evaluate the current state, requirements, and constraints
20
+ 2. **Plan**: Define the approach, steps, and success criteria
21
+ 3. **Execute**: Follow the established patterns and best practices
22
+ 4. **Verify**: Check results against expected outcomes and quality standards
23
+ 5. **Iterate**: Refine based on feedback and lessons learned
24
+
25
+ ## Examples
26
+ ```
27
+ User: Help me apply snippet manager for my current project
28
+ Assistant: I'll help you apply snippet manager step by step...
29
+ ```
30
+
31
+ ## Related Skills
32
+ - Use with `workflow` tool for orchestrated execution
33
+ - Combine with `task` tool for delegated processing
34
+ - Reference `system-prompt` for system-level integration