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,34 @@
1
+ ---
2
+ name: analytics-setup
3
+ description: Set up analytics with event tracking, user properties, funnels, and dashboards
4
+ category: Software Development
5
+ ---
6
+
7
+ # Analytics Setup
8
+
9
+ ## Overview
10
+ Set up analytics with event tracking, user properties, funnels, and dashboards. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply analytics setup best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on analytics setup
16
+ - When automating or optimizing analytics setup 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 analytics setup for my current project
28
+ Assistant: I'll help you apply analytics setup 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: api-design
3
+ description: Design RESTful and GraphQL APIs with consistency, versioning, and documentation
4
+ category: Software Development
5
+ ---
6
+
7
+ # Api Design
8
+
9
+ ## Overview
10
+ Design RESTful and GraphQL APIs with consistency, versioning, and documentation. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply api design best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on api design
16
+ - When automating or optimizing api design 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 api design for my current project
28
+ Assistant: I'll help you apply api design 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: api-versioning
3
+ description: Version APIs with URL paths, headers, or content negotiation and deprecation policies
4
+ category: Software Development
5
+ ---
6
+
7
+ # Api Versioning
8
+
9
+ ## Overview
10
+ Version APIs with URL paths, headers, or content negotiation and deprecation policies. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply api versioning best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on api versioning
16
+ - When automating or optimizing api versioning 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 api versioning for my current project
28
+ Assistant: I'll help you apply api versioning 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,76 @@
1
+ ---
2
+ name: appinsights-instrumentation
3
+ description: "Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices."
4
+ license: MIT
5
+ metadata:
6
+ author: Microsoft
7
+ version: "1.1.2"
8
+ ---
9
+
10
+ # AppInsights Instrumentation Guide
11
+
12
+ This skill provides **guidance and reference material** for instrumenting webapps with Azure Application Insights.
13
+
14
+ > **⛔ ADDING COMPONENTS?**
15
+ >
16
+ > If the user wants to **add App Insights to their app**, invoke **azure-prepare** instead.
17
+ > This skill provides reference material—azure-prepare orchestrates the actual changes.
18
+
19
+ ## When to Use This Skill
20
+
21
+ - User asks **how** to instrument (guidance, patterns, examples)
22
+ - User needs SDK setup instructions
23
+ - azure-prepare invokes this skill during research phase
24
+ - User wants to understand App Insights concepts
25
+
26
+ ## When to Use azure-prepare Instead
27
+
28
+ - User says "add telemetry to my app"
29
+ - User says "add App Insights"
30
+ - User wants to modify their project
31
+ - Any request to change/add components
32
+
33
+ ## Prerequisites
34
+
35
+ The app in the workspace must be one of these kinds
36
+
37
+ - An ASP.NET Core app hosted in Azure
38
+ - A Node.js app hosted in Azure
39
+
40
+ ## Guidelines
41
+
42
+ ### Collect context information
43
+
44
+ Find out the (programming language, application framework, hosting) tuple of the application the user is trying to add telemetry support in. This determines how the application can be instrumented. Read the source code to make an educated guess. Confirm with the user on anything you don't know. You must always ask the user where the application is hosted (e.g. on a personal computer, in an Azure App Service as code, in an Azure App Service as container, in an Azure Container App, etc.).
45
+
46
+ ### Prefer auto-instrument if possible
47
+
48
+ If the app is a C# ASP.NET Core app hosted in Azure App Service, use [AUTO guide](references/auto.md) to help user auto-instrument the app.
49
+
50
+ ### Manually instrument
51
+
52
+ Manually instrument the app by creating the AppInsights resource and update the app's code.
53
+
54
+ #### Create AppInsights resource
55
+
56
+ Use one of the following options that fits the environment.
57
+
58
+ - Add AppInsights to existing Bicep template. See [examples/appinsights.bicep](examples/appinsights.bicep) for what to add. This is the best option if there are existing Bicep template files in the workspace.
59
+ - Use Azure CLI. See [scripts/appinsights.ps1](scripts/appinsights.ps1) for what Azure CLI command to execute to create the App Insights resource.
60
+
61
+ No matter which option you choose, recommend the user to create the App Insights resource in a meaningful resource group that makes managing resources easier. A good candidate will be the same resource group that contains the resources for the hosted app in Azure.
62
+
63
+ #### Modify application code
64
+
65
+ - If the app is an ASP.NET Core app, see [ASPNETCORE guide](references/aspnetcore.md) for how to modify the C# code.
66
+ - If the app is a Node.js app, see [NODEJS guide](references/nodejs.md) for how to modify the JavaScript/TypeScript code.
67
+ - If the app is a Python app, see [PYTHON guide](references/python.md) for how to modify the Python code.
68
+
69
+ ## SDK Quick References
70
+
71
+ - **OpenTelemetry Distro**: [Python](references/sdk/azure-monitor-opentelemetry-py.md) | [TypeScript](references/sdk/azure-monitor-opentelemetry-ts.md)
72
+ - **OpenTelemetry Exporter**: [Python](references/sdk/azure-monitor-opentelemetry-exporter-py.md) | [Java](references/sdk/azure-monitor-opentelemetry-exporter-java.md)
73
+
74
+ ## Platform-Specific Guides
75
+
76
+ - **Container Apps**: [Observability Guide](references/container-apps.md)
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: audio-transcription
3
+ description: Transcribe audio with speaker diarization, timestamps, and confidence scoring
4
+ category: Intelligence & General
5
+ ---
6
+
7
+ # Audio Transcription
8
+
9
+ ## Overview
10
+ Transcribe audio with speaker diarization, timestamps, and confidence scoring. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply audio transcription best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on audio transcription
16
+ - When automating or optimizing audio transcription 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 audio transcription for my current project
28
+ Assistant: I'll help you apply audio transcription 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: authentication-patterns
3
+ description: Implement authentication with JWT, OAuth2, SSO, MFA, and session management
4
+ category: Software Development
5
+ ---
6
+
7
+ # Authentication Patterns
8
+
9
+ ## Overview
10
+ Implement authentication with JWT, OAuth2, SSO, MFA, and session management. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply authentication patterns best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on authentication patterns
16
+ - When automating or optimizing authentication patterns 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 authentication patterns for my current project
28
+ Assistant: I'll help you apply authentication patterns 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: authorization-rbac
3
+ description: Implement role-based access control with permissions, policies, and attribute checks
4
+ category: Software Development
5
+ ---
6
+
7
+ # Authorization Rbac
8
+
9
+ ## Overview
10
+ Implement role-based access control with permissions, policies, and attribute checks. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply authorization rbac best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on authorization rbac
16
+ - When automating or optimizing authorization rbac 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 authorization rbac for my current project
28
+ Assistant: I'll help you apply authorization rbac 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,71 @@
1
+ ---
2
+ name: azure-ai
3
+ description: "Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech."
4
+ license: MIT
5
+ metadata:
6
+ author: Microsoft
7
+ version: "1.1.1"
8
+ ---
9
+
10
+ # Azure AI Services
11
+
12
+ ## Services
13
+
14
+ | Service | Use When | MCP Tools | CLI |
15
+ |---------|----------|-----------|-----|
16
+ | AI Search | Full-text, vector, hybrid search | `azure__search` | `az search` |
17
+ | Speech | Speech-to-text, text-to-speech | `azure__speech` | - |
18
+ | OpenAI | GPT models, embeddings, DALL-E | - | `az cognitiveservices` |
19
+ | Document Intelligence | Form extraction, OCR | - | - |
20
+
21
+ ## MCP Server (Preferred)
22
+
23
+ When Azure MCP is enabled:
24
+
25
+ ### AI Search
26
+ - `azure__search` with command `search_index_list` - List search indexes
27
+ - `azure__search` with command `search_index_get` - Get index details
28
+ - `azure__search` with command `search_query` - Query search index
29
+
30
+ ### Speech
31
+ - `azure__speech` with command `speech_transcribe` - Speech to text
32
+ - `azure__speech` with command `speech_synthesize` - Text to speech
33
+
34
+ **If Azure MCP is not enabled:** Run `/azure:setup` or enable via `/mcp`.
35
+
36
+ ## AI Search Capabilities
37
+
38
+ | Feature | Description |
39
+ |---------|-------------|
40
+ | Full-text search | Linguistic analysis, stemming |
41
+ | Vector search | Semantic similarity with embeddings |
42
+ | Hybrid search | Combined keyword + vector |
43
+ | AI enrichment | Entity extraction, OCR, sentiment |
44
+
45
+ ## Speech Capabilities
46
+
47
+ | Feature | Description |
48
+ |---------|-------------|
49
+ | Speech-to-text | Real-time and batch transcription |
50
+ | Text-to-speech | Neural voices, SSML support |
51
+ | Speaker diarization | Identify who spoke when |
52
+ | Custom models | Domain-specific vocabulary |
53
+
54
+ ## SDK Quick References
55
+
56
+ For programmatic access to these services, see the condensed SDK guides:
57
+
58
+ - **AI Search**: [Python](references/sdk/azure-search-documents-py.md) | [TypeScript](references/sdk/azure-search-documents-ts.md) | [.NET](references/sdk/azure-search-documents-dotnet.md)
59
+ - **OpenAI**: [.NET](references/sdk/azure-ai-openai-dotnet.md)
60
+ - **Vision**: [Python](references/sdk/azure-ai-vision-imageanalysis-py.md) | [Java](references/sdk/azure-ai-vision-imageanalysis-java.md)
61
+ - **Transcription**: [Python](references/sdk/azure-ai-transcription-py.md)
62
+ - **Translation**: [Python](references/sdk/azure-ai-translation-text-py.md) | [TypeScript](references/sdk/azure-ai-translation-ts.md)
63
+ - **Document Intelligence**: [.NET](references/sdk/azure-ai-document-intelligence-dotnet.md) | [TypeScript](references/sdk/azure-ai-document-intelligence-ts.md)
64
+ - **Content Safety**: [Python](references/sdk/azure-ai-contentsafety-py.md) | [TypeScript](references/sdk/azure-ai-contentsafety-ts.md) | [Java](references/sdk/azure-ai-contentsafety-java.md)
65
+
66
+ ## Service Details
67
+
68
+ For deep documentation on specific services:
69
+
70
+ - AI Search indexing and queries -> [Azure AI Search documentation](https://learn.microsoft.com/azure/search/search-what-is-azure-search)
71
+ - Speech transcription patterns -> [Azure AI Speech documentation](https://learn.microsoft.com/azure/ai-services/speech-service/overview)
@@ -0,0 +1,129 @@
1
+ ---
2
+ name: azure-aigateway
3
+ description: "Configure Azure API Management as an AI Gateway for AI models, MCP tools, and agents. WHEN: semantic caching, token limit, content safety, load balancing, AI model governance, MCP rate limiting, jailbreak detection, add Azure OpenAI backend, add AI Foundry model, test AI gateway, LLM policies, configure AI backend, token metrics, AI cost control, convert API to MCP, import OpenAPI to gateway."
4
+ license: MIT
5
+ metadata:
6
+ author: Microsoft
7
+ version: "3.1.1"
8
+ compatibility: Requires Azure CLI (az) for configuration and testing
9
+ ---
10
+
11
+ # Azure AI Gateway
12
+
13
+ Configure Azure API Management (APIM) as an AI Gateway for governing AI models, MCP tools, and agents.
14
+
15
+ > **To deploy APIM**, use the **azure-prepare** skill. See [APIM deployment guide](https://learn.microsoft.com/azure/api-management/get-started-create-service-instance).
16
+
17
+ ## When to Use This Skill
18
+
19
+ | Category | Triggers |
20
+ |----------|----------|
21
+ | **Model Governance** | "semantic caching", "token limits", "load balance AI", "track token usage" |
22
+ | **Tool Governance** | "rate limit MCP", "protect my tools", "configure my tool", "convert API to MCP" |
23
+ | **Agent Governance** | "content safety", "jailbreak detection", "filter harmful content" |
24
+ | **Configuration** | "add Azure OpenAI backend", "configure my model", "add AI Foundry model" |
25
+ | **Testing** | "test AI gateway", "call OpenAI through gateway" |
26
+
27
+ ---
28
+
29
+ ## Quick Reference
30
+
31
+ | Policy | Purpose | Details |
32
+ |--------|---------|---------|
33
+ | `azure-openai-token-limit` | Cost control | [Model Policies](references/policies.md#token-rate-limiting) |
34
+ | `azure-openai-semantic-cache-lookup/store` | 60-80% cost savings | [Model Policies](references/policies.md#semantic-caching) |
35
+ | `azure-openai-emit-token-metric` | Observability | [Model Policies](references/policies.md#token-metrics) |
36
+ | `llm-content-safety` | Safety & compliance | [Agent Policies](references/policies.md#content-safety) |
37
+ | `rate-limit-by-key` | MCP/tool protection | [Tool Policies](references/policies.md#request-rate-limiting) |
38
+
39
+ ---
40
+
41
+ ## Get Gateway Details
42
+
43
+ ```bash
44
+ # Get gateway URL
45
+ az apim show --name <apim-name> --resource-group <rg> --query "gatewayUrl" -o tsv
46
+
47
+ # List backends (AI models)
48
+ az apim backend list --service-name <apim-name> --resource-group <rg> \
49
+ --query "[].{id:name, url:url}" -o table
50
+
51
+ # Get subscription key
52
+ az apim subscription keys list \
53
+ --service-name <apim-name> --resource-group <rg> --subscription-id <sub-id>
54
+ ```
55
+
56
+ ---
57
+
58
+ ## Test AI Endpoint
59
+
60
+ ```bash
61
+ GATEWAY_URL=$(az apim show --name <apim-name> --resource-group <rg> --query "gatewayUrl" -o tsv)
62
+
63
+ curl -X POST "${GATEWAY_URL}/openai/deployments/<deployment>/chat/completions?api-version=2024-02-01" \
64
+ -H "Content-Type: application/json" \
65
+ -H "Ocp-Apim-Subscription-Key: <key>" \
66
+ -d '{"messages": [{"role": "user", "content": "Hello"}], "max_tokens": 100}'
67
+ ```
68
+
69
+ ---
70
+
71
+ ## Common Tasks
72
+
73
+ ### Add AI Backend
74
+
75
+ See [references/patterns.md](references/patterns.md#pattern-1-add-ai-model-backend) for full steps.
76
+
77
+ ```bash
78
+ # Discover AI resources
79
+ az cognitiveservices account list --query "[?kind=='OpenAI']" -o table
80
+
81
+ # Create backend
82
+ az apim backend create --service-name <apim> --resource-group <rg> \
83
+ --backend-id openai-backend --protocol http --url "https://<aoai>.openai.azure.com/openai"
84
+
85
+ # Grant access (managed identity)
86
+ az role assignment create --assignee <apim-principal-id> \
87
+ --role "Cognitive Services User" --scope <aoai-resource-id>
88
+ ```
89
+
90
+ ### Apply AI Governance Policy
91
+
92
+ Recommended policy order in `<inbound>`:
93
+
94
+ 1. **Authentication** - Managed identity to backend
95
+ 2. **Semantic Cache Lookup** - Check cache before calling AI
96
+ 3. **Token Limits** - Cost control
97
+ 4. **Content Safety** - Filter harmful content
98
+ 5. **Backend Selection** - Load balancing
99
+ 6. **Metrics** - Token usage tracking
100
+
101
+ See [references/policies.md](references/policies.md#combining-policies) for complete example.
102
+
103
+ ---
104
+
105
+ ## Troubleshooting
106
+
107
+ | Issue | Solution |
108
+ |-------|----------|
109
+ | Token limit 429 | Increase `tokens-per-minute` or add load balancing |
110
+ | No cache hits | Lower `score-threshold` to 0.7 |
111
+ | Content false positives | Increase category thresholds (5-6) |
112
+ | Backend auth 401 | Grant APIM "Cognitive Services User" role |
113
+
114
+ See [references/troubleshooting.md](references/troubleshooting.md) for details.
115
+
116
+ ---
117
+
118
+ ## References
119
+
120
+ - [**Detailed Policies**](references/policies.md) - Full policy examples
121
+ - [**Configuration Patterns**](references/patterns.md) - Step-by-step patterns
122
+ - [**Troubleshooting**](references/troubleshooting.md) - Common issues
123
+ - [AI-Gateway Samples](https://github.com/Azure-Samples/AI-Gateway)
124
+ - [GenAI Gateway Docs](https://learn.microsoft.com/azure/api-management/genai-gateway-capabilities)
125
+
126
+ ## SDK Quick References
127
+
128
+ - **Content Safety**: [Python](references/sdk/azure-ai-contentsafety-py.md) | [TypeScript](references/sdk/azure-ai-contentsafety-ts.md)
129
+ - **API Management**: [Python](references/sdk/azure-mgmt-apimanagement-py.md) | [.NET](references/sdk/azure-mgmt-apimanagement-dotnet.md)
@@ -0,0 +1,52 @@
1
+ ---
2
+ name: azure-cloud-migrate
3
+ description: "Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk/Heroku/App Engine→App Service, Fargate/Kubernetes/Cloud Run/Spring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud Run migration, Fargate to ACA, ECS/Kubernetes/GKE/EKS to Container Apps, Spring Boot to Container Apps, cross-cloud migration."
4
+ license: MIT
5
+ metadata:
6
+ author: Microsoft
7
+ version: "1.2.1"
8
+ ---
9
+
10
+ # Azure Cloud Migrate
11
+
12
+ > This skill handles **assessment and code migration** of existing cloud workloads to Azure.
13
+
14
+ ## Rules
15
+
16
+ 1. Follow phases sequentially — do not skip
17
+ 2. Generate assessment before any code migration
18
+ 3. Load the scenario reference and follow its rules
19
+ 4. Use `mcp_azure_mcp_get_azure_bestpractices` and `mcp_azure_mcp_documentation` MCP tools
20
+ 5. Use the latest supported runtime for the target service
21
+ 6. Destructive actions require `ask_user` — [functions global-rules](references/services/functions/global-rules.md) | [app-service global-rules](references/services/app-service/global-rules.md)
22
+ 7. **Report progress to user** — During long-running operations (deployments, image pushes), provide resource-level status updates so the user is never left waiting without feedback — see [workflow-details.md](references/workflow-details.md)
23
+ 8. **Audit service discovery in app code** — Kubernetes DNS names (e.g., `http://order-service:3001`) do not resolve in Container Apps. During assessment, scan source code for hardcoded hostnames/ports in HTTP clients and flag them for env-var-driven URL injection
24
+
25
+ ## Migration Scenarios
26
+
27
+ | Source | Target | Reference |
28
+ |--------|--------|-----------|
29
+ | AWS Lambda | Azure Functions | [lambda-to-functions.md](references/services/functions/lambda-to-functions.md) ([assessment](references/services/functions/assessment.md), [code-migration](references/services/functions/code-migration.md)) |
30
+ | AWS Elastic Beanstalk | Azure App Service | [beanstalk-to-app-service.md](references/services/app-service/beanstalk-to-app-service.md) |
31
+ | Heroku | Azure App Service | [heroku-to-app-service.md](references/services/app-service/heroku-to-app-service.md) |
32
+ | Google App Engine | Azure App Service | [app-engine-to-app-service.md](references/services/app-service/app-engine-to-app-service.md) |
33
+ | AWS Fargate (ECS) | Azure Container Apps | [fargate-to-container-apps.md](references/services/container-apps/fargate-to-container-apps.md) ([assessment](references/services/container-apps/fargate-assessment-guide.md), [deployment](references/services/container-apps/fargate-deployment-guide.md)) |
34
+ | Kubernetes (GKE/EKS/Self-hosted) | Azure Container Apps | [k8s-to-container-apps.md](references/services/container-apps/k8s-to-container-apps.md) |
35
+ | GCP Cloud Run | Azure Container Apps | [cloudrun-to-container-apps.md](references/services/container-apps/cloudrun-to-container-apps.md) |
36
+ | Spring Boot (Azure Spring Apps/VMs) | Azure Container Apps | [spring-apps-to-aca.md](references/services/container-apps/spring-apps-to-aca.md) |
37
+
38
+ > No matching scenario? Use `mcp_azure_mcp_documentation` and `mcp_azure_mcp_get_azure_bestpractices` tools.
39
+
40
+ ## Output Directory
41
+
42
+ All output goes to `<workspace-root-basename>-azure/` at workspace root, where `<workspace-root-basename>` is the name of the top-level workspace directory itself (NOT a subdirectory within it). Never modify the source directory.
43
+
44
+ ## Steps
45
+
46
+ 1. **Create** `<workspace-root-basename>-azure/` at workspace root
47
+ 2. **Assess** — Analyze source, map services, generate report using the scenario-specific assessment guide → [functions assessment](references/services/functions/assessment.md) | [app-service assessment](references/services/app-service/assessment.md)
48
+ 3. **Migrate** — Convert code/config using the scenario-specific migration guide → [functions code-migration](references/services/functions/code-migration.md) | [app-service code-migration](references/services/app-service/code-migration.md)
49
+ 4. **Ask User** — "Migration complete. Test locally or deploy to Azure?"
50
+ 5. **Hand off** to azure-prepare for infrastructure, testing, and deployment
51
+
52
+ Track progress in `migration-status.md` — see [workflow-details.md](references/workflow-details.md).
@@ -0,0 +1,108 @@
1
+ ---
2
+ name: azure-compliance
3
+ description: "Run Azure compliance and security audits with azqr plus Key Vault expiration checks. Covers best-practice assessment, resource review, policy/compliance validation, and security posture checks. WHEN: compliance scan, security audit, BEFORE running azqr (compliance cli tool), Azure best practices, Key Vault expiration check, expired certificates, expiring secrets, orphaned resources, compliance assessment."
4
+ license: MIT
5
+ metadata:
6
+ author: Microsoft
7
+ version: "1.1.1"
8
+ ---
9
+
10
+ # Azure Compliance & Security Auditing
11
+
12
+ ## Quick Reference
13
+
14
+ | Property | Details |
15
+ |---|---|
16
+ | Best for | Compliance scans, security audits, Key Vault expiration checks |
17
+ | Primary capabilities | Comprehensive Resources Assessment, Key Vault Expiration Monitoring |
18
+ | MCP tools | azqr, subscription and resource group listing, Key Vault item inspection |
19
+
20
+ ## When to Use This Skill
21
+
22
+ - Run azqr or Azure Quick Review for compliance assessment
23
+ - Validate Azure resource configuration against best practices
24
+ - Identify orphaned or misconfigured resources
25
+ - Audit Key Vault keys, secrets, and certificates for expiration
26
+
27
+ ## Skill Activation Triggers
28
+
29
+ Activate this skill when user wants to:
30
+ - Check Azure compliance or best practices
31
+ - Assess Azure resources for configuration issues
32
+ - Run azqr or Azure Quick Review
33
+ - Identify orphaned or misconfigured resources
34
+ - Review Azure security posture
35
+ - "Show me expired certificates/keys/secrets in my Key Vault"
36
+ - "Check what's expiring in the next 30 days"
37
+ - "Audit my Key Vault for compliance"
38
+ - "Find secrets without expiration dates"
39
+ - "Check certificate expiration dates"
40
+
41
+ ## Prerequisites
42
+
43
+ - Authentication: user is logged in to Azure via `az login`
44
+ - Permissions to read resource configuration and Key Vault metadata
45
+
46
+ ## Assessments
47
+
48
+ | Assessment | Reference |
49
+ |------------|-----------|
50
+ | Comprehensive Compliance (azqr) | [references/azure-quick-review.md](references/azure-quick-review.md) |
51
+ | Key Vault Expiration | [references/azure-keyvault-expiration-audit.md](references/azure-keyvault-expiration-audit.md) |
52
+ | Resource Graph Queries | [references/azure-resource-graph.md](references/azure-resource-graph.md) |
53
+
54
+ ## MCP Tools
55
+
56
+ | Tool | Purpose |
57
+ |------|---------|
58
+ | `mcp_azure_mcp_extension_azqr` | Run azqr compliance scans |
59
+ | `mcp_azure_mcp_subscription_list` | List available subscriptions |
60
+ | `mcp_azure_mcp_group_list` | List resource groups |
61
+ | `keyvault_key_list` | List all keys in vault |
62
+ | `keyvault_key_get` | Get key details including expiration |
63
+ | `keyvault_secret_list` | List all secrets in vault |
64
+ | `keyvault_secret_get` | Get secret details including expiration |
65
+ | `keyvault_certificate_list` | List all certificates in vault |
66
+ | `keyvault_certificate_get` | Get certificate details including expiration |
67
+
68
+ ## Assessment Workflow
69
+
70
+ 1. Select scope (subscription or resource group) for Comprehensive Resources Assessment.
71
+ 2. Run azqr and capture output artifacts.
72
+ 3. Analyze Scan Results and summarize findings and recommendations.
73
+ 4. Review Key Vault Expiration Monitoring output for keys, secrets, and certificates.
74
+ 5. Classify issues and propose remediation or fix steps for each finding.
75
+
76
+ ### Priority Classification
77
+
78
+ | Priority | Guidance |
79
+ |---|---|
80
+ | Critical | Immediate remediation required for high-impact exposure |
81
+ | High | Resolve within days to reduce risk |
82
+ | Medium | Plan a resolution in the next sprint |
83
+ | Low | Track and fix during regular maintenance |
84
+
85
+ ## Error Handling
86
+
87
+ | Error | Message | Remediation |
88
+ |---|---|---|
89
+ | Authentication required | "Please login" | Run `az login` and retry |
90
+ | Access denied | "Forbidden" | Confirm permissions and fix role assignments |
91
+ | Missing resource | "Not found" | Verify subscription and resource group selection |
92
+
93
+ ## Best Practices
94
+
95
+ - Run compliance scans on a regular schedule (weekly or monthly)
96
+ - Track findings over time and verify remediation effectiveness
97
+ - Separate compliance reporting from remediation execution
98
+ - Keep Key Vault expiration policies documented and enforced
99
+
100
+ ## SDK Quick References
101
+
102
+ For programmatic Key Vault access, see the condensed SDK guides:
103
+
104
+ - **Key Vault (Python)**: [Secrets/Keys/Certs](references/sdk/azure-keyvault-py.md)
105
+ - **Secrets**: [TypeScript](references/sdk/azure-keyvault-secrets-ts.md) | [Rust](references/sdk/azure-keyvault-secrets-rust.md) | [Java](references/sdk/azure-security-keyvault-secrets-java.md)
106
+ - **Keys**: [.NET](references/sdk/azure-security-keyvault-keys-dotnet.md) | [Java](references/sdk/azure-security-keyvault-keys-java.md) | [TypeScript](references/sdk/azure-keyvault-keys-ts.md) | [Rust](references/sdk/azure-keyvault-keys-rust.md)
107
+ - **Certificates**: [Rust](references/sdk/azure-keyvault-certificates-rust.md)
108
+