azure-kubernetes
Safe 70Deploy production-ready Azure Kubernetes clusters
by microsoft
Provision and configure Azure Kubernetes Service clusters with best-practice settings for networking, security, and operations. Simplifies complex AKS decisions with expert guidance.
azure-hosted-copilot-sdk
Safe 70Deploy Copilot SDK Apps to Azure
by microsoft
Developers struggle to build and host AI-powered apps with GitHub Copilot SDK. This skill scaffolds projects, integrates Copilot SDK into existing codebases, configures Azure models, and deploys to Azure Container Apps.
azure-enterprise-infra-planner
Low Risk 70Architect enterprise Azure infrastructure with WAF alignment
by microsoft
Cloud architects struggle to design compliant Azure topologies with proper networking, security, and disaster recovery. This skill generates WAF-aligned infrastructure plans and IaC (Bicep or Terraform) from workload descriptions.
azure-diagnostics
Safe 65Debug Azure Production Issues
by microsoft
This skill helps developers diagnose and troubleshoot production issues in Azure by providing structured debugging workflows, diagnostic commands, and KQL queries for Container Apps.
azure-deploy
Low Risk 71Deploy to Azure
by microsoft
This skill automates Azure deployments using azd, Bicep, or Terraform. It ensures deployments only proceed after proper validation, reducing failed deployments and cloud costs.
azure-cost-optimization
Low Risk 66Optimize Azure Costs and Reduce Cloud Spending
by microsoft
This skill analyzes Azure subscriptions to identify wasted spending and provides actionable recommendations to reduce cloud costs. It queries actual usage data, finds orphaned resources, and suggests rightsizing opportunities.
azure-cost
Low Risk 66Analyze and Optimize Azure Cloud Costs
by microsoft
Organizations struggle to understand and control their Azure spending. This skill provides unified cost visibility, accurate forecasting, and actionable optimization recommendations using official Azure Cost Management APIs.
azure-compute
Safe 71Get Azure VM Size Recommendations
by microsoft
This skill recommends Azure virtual machine sizes and VM Scale Set configurations based on workload requirements, performance needs, and budget constraints. It queries the public Azure Retail Prices API to provide cost estimates without requiring an Azure subscription.
azure-cloud-migrate
Safe 73Migrate AWS Lambda to Azure Functions
by microsoft
This skill assesses and migrates AWS Lambda workloads to Azure Functions, generating detailed migration reports and converting code with proper bindings and best practices.
appinsights-instrumentation
Safe 79Add Application Insights telemetry to Azure apps
by microsoft
This skill provides step-by-step guidance for instrumenting web applications with Azure Application Insights, including SDK setup, configuration, and telemetry patterns for ASP.NET Core, Node.js, and Python apps.
airunway-aks-setup
Low Risk 72Set up AI Runway on AKS from bare cluster to running model
by microsoft
Deploying LLMs on Azure Kubernetes Service requires orchestrating multiple components including GPU nodes, inference providers, and model artifacts. This skill guides you through the complete setup process from cluster verification to your first working model deployment.
setup-pre-commit
Low Risk 72Set Up Pre-Commit Hooks in Any Repo
by mattpocock
Setting up pre-commit hooks manually involves multiple configuration files and package installations. This skill automates the entire process, giving you Husky, lint-staged, and Prettier working in minutes.
git-guardrails-claude-code
Low Risk 73Block Dangerous Git Commands in Claude Code
by mattpocock
Claude can accidentally run destructive git operations like force push or hard reset. This skill installs hooks that block these commands before they execute, protecting your work from accidental data loss.
run-train
Low Risk 77Run Training Commands with Structured Evidence
by lllllllama
Deep learning training runs often lack reproducible evidence and clear status reporting. This skill executes a selected training command conservatively and writes standardized training evidence to train_outputs/.
repo-intake-and-plan
Low Risk 74Scan repositories and plan AI reproduction
by lllllllama
Manually scanning AI repositories for reproduction commands is time-consuming and error-prone. This skill automates README-first analysis to extract documented commands and generate minimal trustworthy reproduction plans.
minimal-run-and-audit
Low Risk 73Execute and audit AI repository reproduction commands
by lllllllama
Running AI paper reproduction experiments requires consistent command execution and standardized reporting. This skill executes smoke tests, inference runs, or evaluation commands while automatically generating structured output bundles for audit trails.
env-and-assets-bootstrap
Low Risk 73Bootstrap AI Research Environments and Assets
by lllllllama
Setting up AI research environments for paper reproduction is complex and error-prone. This skill automates conservative conda-first environment creation and asset path planning to reduce setup friction.
lark-skill-maker
Safe 71Create custom lark-cli Skills
by larksuite
Developers need to encapsulate Feishu API operations into reusable automation. This skill teaches AI to build lark-cli Skills that wrap native APIs or orchestrate multi-step workflows.
lark-openapi-explorer
Low Risk 68Discover raw Lark OpenAPI endpoints from documentation
by larksuite
When existing CLI commands cannot meet your needs, this skill explores official Lark/Feishu documentation to find and invoke raw OpenAPI endpoints. It bridges the gap between pre-built commands and undocumented API capabilities.
lark-apps
Low Risk 72Deploy HTML to Feishu Miaoda
by larksuite
Easily publish local HTML files as shareable web apps on Feishu Miaoda. This skill handles app creation, content deployment, and access configuration in one workflow.