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,183 @@
1
+ ---
2
+ name: azure-resource-visualizer
3
+ description: "Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. WHEN: create architecture diagram, visualize Azure resources, show resource relationships, generate Mermaid diagram, analyze resource group, diagram my resources, architecture visualization, resource topology, map Azure infrastructure."
4
+ license: MIT
5
+ metadata:
6
+ author: Microsoft
7
+ version: "1.1.2"
8
+ ---
9
+
10
+ # Azure Resource Visualizer - Architecture Diagram Generator
11
+
12
+ A user may ask for help understanding how individual resources fit together, or to create a diagram showing their relationships. Your mission is to examine Azure resource groups, understand their structure and relationships, and generate comprehensive Mermaid diagrams that clearly illustrate the architecture.
13
+
14
+ ## Core Responsibilities
15
+
16
+ 1. **Resource Group Discovery**: List available resource groups when not specified
17
+ 2. **Deep Resource Analysis**: Examine all resources, their configurations, and interdependencies
18
+ 3. **Relationship Mapping**: Identify and document all connections between resources
19
+ 4. **Diagram Generation**: Create detailed, accurate Mermaid diagrams
20
+ 5. **Documentation Creation**: Produce clear markdown files with embedded diagrams
21
+
22
+ ## Workflow Process
23
+
24
+ ### Step 1: Resource Group Selection
25
+
26
+ If the user hasn't specified a resource group:
27
+
28
+ 1. Use your tools to query available resource groups. If you do not have a tool for this, use `az`.
29
+ 2. Present a numbered list of resource groups with their locations
30
+ 3. Ask the user to select one by number or name
31
+ 4. Wait for user response before proceeding
32
+
33
+ If a resource group is specified, validate it exists and proceed.
34
+
35
+ ### Step 2: Resource Discovery & Analysis
36
+
37
+ For bulk resource discovery across subscriptions, use Azure Resource Graph queries. See [Azure Resource Graph Queries](references/azure-resource-graph.md) for cross-subscription inventory and relationship discovery patterns.
38
+
39
+ Once you have the resource group:
40
+
41
+ 1. **Query all resources** in the resource group using Azure MCP tools or `az`.
42
+ 2. **Analyze each resource** type and capture:
43
+ - Resource name and type
44
+ - SKU/tier information
45
+ - Location/region
46
+ - Key configuration properties
47
+ - Network settings (VNets, subnets, private endpoints)
48
+ - Identity and access (Managed Identity, RBAC)
49
+ - Dependencies and connections
50
+
51
+ 3. **Map relationships** by identifying:
52
+ - **Network connections**: VNet peering, subnet assignments, NSG rules, private endpoints
53
+ - **Data flow**: Apps → Databases, Functions → Storage, API Management → Backends
54
+ - **Identity**: Managed identities connecting to resources
55
+ - **Configuration**: App Settings pointing to Key Vaults, connection strings
56
+ - **Dependencies**: Parent-child relationships, required resources
57
+
58
+ > **Important**: You must only use placeholder names to represent secret values, such as keys, connection strings, Key Vault secrets, etc. Use meaningful placeholder names to represent each secret in the diagram. Never put secret values in the resource diagram.
59
+
60
+ ### Step 3: Diagram Construction
61
+
62
+ Create a **detailed Mermaid diagram** using the `graph TB` (top-to-bottom) or `graph LR` (left-to-right) format.
63
+
64
+ See [example-diagram.md](./assets/example-diagram.md) for a complete sample architecture diagram.
65
+
66
+ **Key Diagram Requirements:**
67
+
68
+ - **Group by layer or purpose**: Network, Compute, Data, Security, Monitoring
69
+ - **Include details**: SKUs, tiers, important settings in node labels (use `<br/>` for line breaks)
70
+ - **Label all connections**: Describe what flows between resources (data, identity, network)
71
+ - **Use meaningful node IDs**: Abbreviations that make sense (APP, FUNC, SQL, KV)
72
+ - **Visual hierarchy**: Subgraphs for logical grouping
73
+ - **Connection types**:
74
+ - `-->` for data flow or dependencies
75
+ - `-.->` for optional/conditional connections
76
+ - `==>` for critical/primary paths
77
+
78
+ **Resource Type Examples:**
79
+ - App Service: Include plan tier (B1, S1, P1v2)
80
+ - Functions: Include runtime (.NET, Python, Node)
81
+ - Databases: Include tier (Basic, Standard, Premium)
82
+ - Storage: Include redundancy (LRS, GRS, ZRS)
83
+ - VNets: Include address space
84
+ - Subnets: Include address range
85
+
86
+ ### Step 4: File Creation
87
+
88
+ Use [template-architecture.md](./assets/template-architecture.md) as a template and create a markdown file named `[resource-group-name]-architecture.md` with:
89
+
90
+ 1. **Header**: Resource group name, subscription, region
91
+ 2. **Summary**: Brief overview of the architecture (2-3 paragraphs)
92
+ 3. **Resource Inventory**: Table listing all resources with types and key properties
93
+ 4. **Architecture Diagram**: The complete Mermaid diagram
94
+ 5. **Relationship Details**: Explanation of key connections and data flows
95
+ 6. **Notes**: Any important observations, potential issues, or recommendations
96
+
97
+ ## Operating Guidelines
98
+
99
+ ### Quality Standards
100
+
101
+ - **Accuracy**: Verify all resource details before including in diagram
102
+ - **Completeness**: Don't omit resources; include everything in the resource group
103
+ - **Clarity**: Use clear, descriptive labels and logical grouping
104
+ - **Detail Level**: Include configuration details that matter for architecture understanding
105
+ - **Relationships**: Show ALL significant connections, not just obvious ones
106
+
107
+ ### Tool Usage Patterns
108
+
109
+ 1. **Azure MCP Search**:
110
+ - Use `intent="list resource groups"` to discover resource groups
111
+ - Use `intent="list resources in group"` with group name to get all resources
112
+ - Use `intent="get resource details"` for individual resource analysis
113
+ - Use `command` parameter when you need specific Azure operations
114
+
115
+ 2. **File Creation**:
116
+ - Always create in workspace root or a `docs/` folder if it exists
117
+ - Use clear, descriptive filenames: `[rg-name]-architecture.md`
118
+ - Ensure Mermaid syntax is valid (test syntax mentally before output)
119
+
120
+ 3. **Terminal (when needed)**:
121
+ - Use Azure CLI for complex queries not available via MCP
122
+ - Example: `az resource list --resource-group <name> --output json`
123
+ - Example: `az network vnet show --resource-group <name> --name <vnet-name>`
124
+
125
+ ### Constraints & Boundaries
126
+
127
+ **Always Do:**
128
+ - ✅ List resource groups if not specified
129
+ - ✅ Wait for user selection before proceeding
130
+ - ✅ Analyze ALL resources in the group
131
+ - ✅ Create detailed, accurate diagrams
132
+ - ✅ Include configuration details in node labels
133
+ - ✅ Group resources logically with subgraphs
134
+ - ✅ Label all connections descriptively
135
+ - ✅ Create a complete markdown file with diagram
136
+
137
+ **Never Do:**
138
+ - ❌ Skip resources because they seem unimportant
139
+ - ❌ Make assumptions about resource relationships without verification
140
+ - ❌ Create incomplete or placeholder diagrams
141
+ - ❌ Omit configuration details that affect architecture
142
+ - ❌ Proceed without confirming resource group selection
143
+ - ❌ Generate invalid Mermaid syntax
144
+ - ❌ Modify or delete Azure resources (read-only analysis)
145
+
146
+ ### Edge Cases & Error Handling
147
+
148
+ - **No resources found**: Inform user and verify resource group name
149
+ - **Permission issues**: Explain what's missing and suggest checking RBAC
150
+ - **Complex architectures (50+ resources)**: Consider creating multiple diagrams by layer
151
+ - **Cross-resource-group dependencies**: Note external dependencies in diagram notes
152
+ - **Resources without clear relationships**: Group in "Other Resources" section
153
+
154
+ ## Output Format Specifications
155
+
156
+ ### Mermaid Diagram Syntax
157
+ - Use `graph TB` (top-to-bottom) for vertical layouts
158
+ - Use `graph LR` (left-to-right) for horizontal layouts (better for wide architectures)
159
+ - Subgraph syntax: `subgraph "Descriptive Name"`
160
+ - Node syntax: `ID["Display Name<br/>Details"]`
161
+ - Connection syntax: `SOURCE -->|"Label"| TARGET`
162
+
163
+ ### Markdown Structure
164
+ - Use H1 for main title
165
+ - Use H2 for major sections
166
+ - Use H3 for subsections
167
+ - Use tables for resource inventories
168
+ - Use bullet lists for notes and recommendations
169
+ - Use code blocks with `mermaid` language tag for diagrams
170
+
171
+ ## Success Criteria
172
+
173
+ A successful analysis includes:
174
+ - ✅ Valid resource group identified
175
+ - ✅ All resources discovered and analyzed
176
+ - ✅ All significant relationships mapped
177
+ - ✅ Detailed Mermaid diagram with proper grouping
178
+ - ✅ Complete markdown file created
179
+ - ✅ Clear, actionable documentation
180
+ - ✅ Valid Mermaid syntax that renders correctly
181
+ - ✅ Professional, architect-level output
182
+
183
+ Your goal is to provide clarity and insight into Azure architectures, making complex resource relationships easy to understand through excellent visualization.
@@ -0,0 +1,100 @@
1
+ ---
2
+ name: azure-storage
3
+ description: "Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging)."
4
+ license: MIT
5
+ metadata:
6
+ author: Microsoft
7
+ version: "1.1.2"
8
+ ---
9
+
10
+ # Azure Storage Services
11
+
12
+ ## Services
13
+
14
+ | Service | Use When | MCP Tools | CLI |
15
+ |---------|----------|-----------|-----|
16
+ | Blob Storage | Objects, files, backups, static content | `azure__storage` | `az storage blob` |
17
+ | File Shares | SMB file shares, lift-and-shift | - | `az storage file` |
18
+ | Queue Storage | Async messaging, task queues | - | `az storage queue` |
19
+ | Table Storage | NoSQL key-value (consider Cosmos DB) | - | `az storage table` |
20
+ | Data Lake | Big data analytics, hierarchical namespace | - | `az storage fs` |
21
+
22
+ ## MCP Server (Preferred)
23
+
24
+ When Azure MCP is enabled:
25
+
26
+ - `azure__storage` with command `storage_account_list` - List storage accounts
27
+ - `azure__storage` with command `storage_container_list` - List containers in account
28
+ - `azure__storage` with command `storage_blob_list` - List blobs in container
29
+ - `azure__storage` with command `storage_blob_get` - Download blob content
30
+ - `azure__storage` with command `storage_blob_put` - Upload blob content
31
+
32
+ **If Azure MCP is not enabled:** Run `/azure:setup` or enable via `/mcp`.
33
+
34
+ ## CLI Fallback
35
+
36
+ ```bash
37
+ # List storage accounts
38
+ az storage account list --output table
39
+
40
+ # List containers
41
+ az storage container list --account-name ACCOUNT --output table
42
+
43
+ # List blobs
44
+ az storage blob list --account-name ACCOUNT --container-name CONTAINER --output table
45
+
46
+ # Download blob
47
+ az storage blob download --account-name ACCOUNT --container-name CONTAINER --name BLOB --file LOCAL_PATH
48
+
49
+ # Upload blob
50
+ az storage blob upload --account-name ACCOUNT --container-name CONTAINER --name BLOB --file LOCAL_PATH
51
+ ```
52
+
53
+ ## Storage Account Tiers
54
+
55
+ | Tier | Use Case | Performance |
56
+ |------|----------|-------------|
57
+ | Standard | General purpose, backup | Milliseconds |
58
+ | Premium | Databases, high IOPS | Sub-millisecond |
59
+
60
+ ## Blob Access Tiers
61
+
62
+ | Tier | Access Frequency | Cost |
63
+ |------|-----------------|------|
64
+ | Hot | Frequent | Higher storage, lower access |
65
+ | Cool | Infrequent (30+ days) | Lower storage, higher access |
66
+ | Cold | Rare (90+ days) | Lower still |
67
+ | Archive | Rarely (180+ days) | Lowest storage, rehydration required |
68
+
69
+ ## Redundancy Options
70
+
71
+ | Type | Durability | Use Case |
72
+ |------|------------|----------|
73
+ | LRS | 11 nines | Dev/test, recreatable data |
74
+ | ZRS | 12 nines | Regional high availability |
75
+ | GRS | 16 nines | Disaster recovery |
76
+ | GZRS | 16 nines | Best durability |
77
+
78
+ ## Service Details
79
+
80
+ For deep documentation on specific services:
81
+
82
+ - Blob storage patterns and lifecycle -> [Blob Storage documentation](https://learn.microsoft.com/azure/storage/blobs/storage-blobs-overview)
83
+ - File shares and Azure File Sync -> [Azure Files documentation](https://learn.microsoft.com/azure/storage/files/storage-files-introduction)
84
+ - Queue patterns and poison handling -> [Queue Storage documentation](https://learn.microsoft.com/azure/storage/queues/storage-queues-introduction)
85
+
86
+ ## SDK Quick References
87
+
88
+ For building applications with Azure Storage SDKs, see the condensed guides:
89
+
90
+ - **Blob Storage**: [Python](references/sdk/azure-storage-blob-py.md) | [TypeScript](references/sdk/azure-storage-blob-ts.md) | [Java](references/sdk/azure-storage-blob-java.md) | [Rust](references/sdk/azure-storage-blob-rust.md)
91
+ - **Queue Storage**: [Python](references/sdk/azure-storage-queue-py.md) | [TypeScript](references/sdk/azure-storage-queue-ts.md)
92
+ - **File Shares**: [Python](references/sdk/azure-storage-file-share-py.md) | [TypeScript](references/sdk/azure-storage-file-share-ts.md)
93
+ - **Data Lake**: [Python](references/sdk/azure-storage-file-datalake-py.md)
94
+ - **Tables**: [Python](references/sdk/azure-data-tables-py.md) | [Java](references/sdk/azure-data-tables-java.md)
95
+
96
+ For full package listing across all languages, see [SDK Usage Guide](references/sdk-usage.md).
97
+
98
+ ## Azure SDKs
99
+
100
+ For building applications that interact with Azure Storage programmatically, Azure provides SDK packages in multiple languages (.NET, Java, JavaScript, Python, Go, Rust). See [SDK Usage Guide](references/sdk-usage.md) for package names, installation commands, and quick start examples.
@@ -0,0 +1,91 @@
1
+ ---
2
+ name: azure-upgrade
3
+ description: "Assess and upgrade Azure workloads between plans, tiers, or SKUs, or modernize Azure SDK dependencies in source code. WHEN: upgrade Consumption to Flex Consumption, upgrade Azure Functions plan, change hosting plan, function app SKU, migrate App Service to Container Apps, modernize legacy Azure Java SDKs (com.microsoft.azure to com.azure), migrate Azure Cache for Redis (ACR/ACRE) to Azure Managed Redis (AMR)."
4
+ license: MIT
5
+ compatibility: python3.10+
6
+ metadata:
7
+ author: Microsoft
8
+ version: "1.1.4"
9
+ ---
10
+
11
+ # Azure Upgrade
12
+
13
+ > This skill handles **assessment and automated upgrades** of existing Azure workloads from one Azure service, hosting plan, or SKU to another — all within Azure. This includes plan/tier upgrades (e.g. Consumption → Flex Consumption), cross-service migrations (e.g. App Service → Container Apps), and SKU changes. It also covers **Azure SDK for Java source-code modernization** (e.g. legacy Java `com.microsoft.azure.*` → modern `com.azure.*`). This is NOT for cross-cloud migration — use `azure-cloud-migrate` for that.
14
+
15
+ ## Triggers
16
+
17
+ | User Intent | Example Prompts |
18
+ |-------------|-----------------|
19
+ | Upgrade Azure Functions plan | "Upgrade my function app from Consumption to Flex Consumption" |
20
+ | Change hosting tier | "Move my function app to a better plan" |
21
+ | Assess upgrade readiness | "Is my function app ready for Flex Consumption?" |
22
+ | Automate plan migration | "Automate the steps to upgrade my Functions plan" |
23
+ | Modernize legacy Azure Java SDK | "Migrate legacy Azure SDKs for Java", "Upgrade legacy Azure Java SDK", "Migrate my Java project from com.microsoft.azure to com.azure" |
24
+ | Migrate Azure Cache for Redis (ACR/OSS) to Azure Managed Redis (AMR) | "Migrate my Redis cache to AMR", "ACR to AMR", "OSS to AMR", "Upgrade my Premium P2 cache to Managed Redis", "Pick an AMR SKU", "Convert my Redis IaC template to AMR" |
25
+ | Migrate Azure Cache for Redis Enterprise (ACRE) to Azure Managed Redis (AMR) | "Migrate my Enterprise_E10 cache to AMR", "ACRE to AMR", "Update my ACRE IaC template for AMR", "Migrate EnterpriseFlash to AMR", "Migrate my geo-replicated Enterprise Redis" |
26
+
27
+ ## Rules
28
+
29
+ 1. Follow phases sequentially — do not skip
30
+ 2. Generate an assessment before any upgrade operations
31
+ 3. Load the scenario reference and follow its rules
32
+ 4. Use `mcp_azure_mcp_get_azure_bestpractices` and `mcp_azure_mcp_documentation` MCP tools
33
+ 5. Destructive actions require `ask_user` — [global-rules](references/global-rules.md)
34
+ 6. Always confirm the target plan/SKU with the user before proceeding
35
+ 7. Never delete or stop the original app without explicit user confirmation
36
+ 8. All automation scripts must be idempotent and resumable
37
+
38
+ ## Upgrade Scenarios
39
+
40
+ | Source | Target | Reference |
41
+ |--------|--------|-----------|
42
+ | Azure Functions Consumption Plan | Azure Functions Flex Consumption Plan | [consumption-to-flex.md](references/services/functions/consumption-to-flex.md) |
43
+ | Legacy Azure Java SDK (`com.microsoft.azure.*`) | Modern Azure Java SDK (`com.azure.*`) | [languages/java/README.md](references/languages/java/README.md) |
44
+ | Azure Cache for Redis (ACR/OSS) Basic/Standard/Premium | Azure Managed Redis (AMR) | [services/redis/redis-to-amr.md](references/services/redis/redis-to-amr.md) |
45
+ | Azure Cache for Redis Enterprise (ACRE) / Enterprise Flash | Azure Managed Redis (AMR) | [services/redis/redis-to-amr.md](references/services/redis/redis-to-amr.md) |
46
+
47
+ > SDK upgrade scenarios (e.g. Java legacy → modern) run a **source-code modernization flow** that is distinct from Azure service/plan/SKU upgrades: follow the scenario reference, **not** the Steps below.
48
+
49
+ > No matching scenario? Use `mcp_azure_mcp_documentation` and `mcp_azure_mcp_get_azure_bestpractices` tools to research the upgrade path.
50
+
51
+ ## MCP Tools
52
+
53
+ | Tool | Purpose |
54
+ |------|---------|
55
+ | `mcp_azure_mcp_get_azure_bestpractices` | Get Azure best practices for the target service |
56
+ | `mcp_azure_mcp_documentation` | Look up Azure documentation for upgrade scenarios |
57
+ | `mcp_azure_mcp_appservice` | Query App Service and Functions plan details |
58
+ | `mcp_azure_mcp_applicationinsights` | Verify monitoring configuration |
59
+
60
+ ## Steps
61
+
62
+ 1. **Identify** — Determine the source and target Azure plans/SKUs. Ask user to confirm.
63
+ 2. **Assess** — Analyze existing app for upgrade readiness → load scenario reference (e.g., [consumption-to-flex.md](references/services/functions/consumption-to-flex.md))
64
+ 3. **Pre-migrate** — Collect settings, identities, configs from the existing app
65
+ 4. **Upgrade** — Execute the automated upgrade steps (create new resources, migrate settings, deploy code)
66
+ 5. **Validate** — Hit the function app default URL to confirm the app is reachable, then verify endpoints and monitoring
67
+ 6. **Ask User** — "Upgrade complete. Would you like to verify performance, clean up the old app, or update your IaC?"
68
+ 7. **Hand off** to `azure-validate` for deep validation or `azure-deploy` for CI/CD setup
69
+
70
+ Track progress in `upgrade-status.md` inside the workspace root.
71
+
72
+ ## References
73
+
74
+ - [Global Rules](references/global-rules.md)
75
+ - [Workflow Details](references/workflow-details.md)
76
+ - **Functions**
77
+ - [Consumption to Flex Consumption](references/services/functions/consumption-to-flex.md)
78
+ - [Assessment](references/services/functions/assessment.md)
79
+ - [Automation Scripts](references/services/functions/automation.md)
80
+ - **Redis**
81
+ - [Redis (ACR or ACRE) to AMR Migration](references/services/redis/redis-to-amr.md) — routes to dedicated [amr-migration-skill](https://github.com/AzureManagedRedis/amr-migration-skill) (ACR/OSS) or [acre-to-amr-migration-skill](https://github.com/AzureManagedRedis/acre-to-amr-migration-skill) (Enterprise)
82
+ - **Java SDK Migration Templates**
83
+ - [Plan Template](references/languages/java/templates/PLAN_TEMPLATE.md)
84
+ - [Progress Template](references/languages/java/templates/PROGRESS_TEMPLATE.md)
85
+ - [Summary Template](references/languages/java/templates/SUMMARY_TEMPLATE.md)
86
+
87
+ ## Next
88
+
89
+ After upgrade is validated, hand off to:
90
+ - `azure-validate` — for thorough post-upgrade validation
91
+ - `azure-deploy` — if the user wants to set up CI/CD for the new app
@@ -0,0 +1,72 @@
1
+ ---
2
+ name: azure-validate
3
+ description: azure-validate skill from microsoft/azure-skills
4
+ ---
5
+
6
+ ---
7
+ name: azure-validate
8
+ description: "Pre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity permissions, and prerequisites before deploying. WHEN: validate my app, check deployment readiness, run preflight checks, verify configuration, check if ready to deploy, validate azure.yaml, validate Bicep, test before deploying, troubleshoot deployment errors, validate Azure Functions, validate function app, validate serverless deployment, verify RBAC roles, check role assignments, review managed identity permissions, what-if analysis, validate Container Apps deployment."
9
+ license: MIT
10
+ metadata:
11
+ author: Microsoft
12
+ version: "1.1.2"
13
+ ---
14
+
15
+ # Azure Validate
16
+
17
+ > **AUTHORITATIVE GUIDANCE** — Follow these instructions exactly unless they contradict security policies given to you.
18
+
19
+ > **⛔ STOP — PREREQUISITE CHECK REQUIRED**
20
+ >
21
+ > Before proceeding, verify this prerequisite is met:
22
+ >
23
+ > **azure-prepare** was invoked and completed → `.azure/deployment-plan.md` exists with status `Approved` or later
24
+ >
25
+ > If the plan is missing, **STOP IMMEDIATELY** and invoke **azure-prepare** first.
26
+ >
27
+ > The complete workflow ensures success:
28
+ >
29
+ > `azure-prepare` → `azure-validate` → `azure-deploy`
30
+
31
+ ## Triggers
32
+
33
+ - Check if app is ready to deploy
34
+ - Validate azure.yaml or Bicep
35
+ - Run preflight checks
36
+ - Troubleshoot deployment errors
37
+
38
+ ## Rules
39
+
40
+ 1. Run after azure-prepare, before azure-deploy
41
+ 2. All checks must pass—do not deploy with failures
42
+ 3. ⛔ **Destructive actions require `ask_user`** — [global-rules](references/global-rules.md)
43
+
44
+ ## Steps
45
+
46
+ | # | Action | Reference |
47
+ |---|--------|-----------|
48
+ | 1 | **Load Plan** — Read `.azure/deployment-plan.md` for recipe and configuration. If missing → run azure-prepare first | `.azure/deployment-plan.md` |
49
+ | 2 | **Add Validation Steps** — Copy recipe "Validation Steps" to `.azure/deployment-plan.md` as children of "All validation checks pass" | [recipes/README.md](references/recipes/README.md), `.azure/deployment-plan.md` |
50
+ | 3 | **Run Validation** — Execute recipe-specific validation commands | [recipes/README.md](references/recipes/README.md) |
51
+ | 4 | **Build Verification** — Build the project and fix any errors before proceeding | See recipe |
52
+ | 5 | **Static Role Verification** — Review Bicep/Terraform for correct RBAC role assignments in code | [role-verification.md](references/role-verification.md) |
53
+ | 6 | **Record Proof** — Populate **Section 7: Validation Proof** with commands run and results | `.azure/deployment-plan.md` |
54
+ | 7 | **Resolve Errors** — Fix failures before proceeding | See recipe's `errors.md` |
55
+ | 8 | **Update Status** — Only after ALL checks pass, set status to `Validated` | `.azure/deployment-plan.md` |
56
+ | 9 | **Deploy** — Invoke **azure-deploy** skill | — |
57
+ > **⛔ VALIDATION AUTHORITY**
58
+ >
59
+ > This skill is the officially verified way to set plan status to `Validated`. You MUST follow these steps to make sure every prerequisite is fulfilled before setting status to `Validated`:
60
+ > 1. Run actual validation commands (azd provision --preview, bicep build, terraform validate, etc.)
61
+ > 2. Populate **Section 7: Validation Proof** with the commands you ran and their results
62
+ > 3. Only then set status to `Validated`
63
+ >
64
+ > Do NOT set status to `Validated` without running checks and recording proof.
65
+
66
+ ---
67
+
68
+ > **⚠️ MANDATORY NEXT STEP — DO NOT SKIP**
69
+ >
70
+ > After ALL validations pass, you **MUST** invoke **azure-deploy** to execute the deployment. Do NOT attempt to run `azd up`, `azd deploy`, or any deployment commands directly. Let azure-deploy handle execution.
71
+ >
72
+ > If any validation failed, fix the issues and re-run azure-validate before proceeding.
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: backup-strategy
3
+ description: Design backup strategies with 3-2-1 rule, encryption, and recovery testing
4
+ category: Intelligence & General
5
+ ---
6
+
7
+ # Backup Strategy
8
+
9
+ ## Overview
10
+ Design backup strategies with 3-2-1 rule, encryption, and recovery testing. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply backup strategy best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on backup strategy
16
+ - When automating or optimizing backup strategy 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 backup strategy for my current project
28
+ Assistant: I'll help you apply backup strategy 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
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: bash-scripting
3
+ description: Write bash scripts with error handling, argument parsing, and idempotent operations
4
+ category: Intelligence & General
5
+ ---
6
+
7
+ # Bash Scripting
8
+
9
+ ## Overview
10
+ Write bash scripts with error handling, argument parsing, and idempotent operations. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply bash scripting best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on bash scripting
16
+ - When automating or optimizing bash scripting 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 bash scripting for my current project
28
+ Assistant: I'll help you apply bash scripting 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
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: batch-api-calls
3
+ description: Batch multiple API calls into single requests when the provider supports batching
4
+ category: Token Savings
5
+ ---
6
+
7
+ # Batch Api Calls
8
+
9
+ ## Overview
10
+ Batch multiple API calls into single requests when the provider supports batching. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply batch api calls best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on batch api calls
16
+ - When automating or optimizing batch api calls 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 batch api calls for my current project
28
+ Assistant: I'll help you apply batch api calls 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
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: batch-processing
3
+ description: Batch similar tasks together to minimize context switching overhead
4
+ category: Productivity
5
+ ---
6
+
7
+ # Batch Processing
8
+
9
+ ## Overview
10
+ Batch similar tasks together to minimize context switching overhead. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply batch processing best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on batch processing
16
+ - When automating or optimizing batch processing 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 batch processing for my current project
28
+ Assistant: I'll help you apply batch processing 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