azure-kubernetes
microsoft / azure-skills
关于 azure-kubernetes
Plan, create, and configure production-ready Azure Kubernetes Service (AKS) clusters. Covers Day-0 checklist, SKU selection (Automatic vs Standard), networking options (private API server, Azure CNI Overlay, egress configuration), security, and operations (autoscaling, upgrade strategy, cost analysis). WHEN: create AKS environment, provision AKS, enable AKS observability, design AKS networking, choose AKS SKU, secure AKS, optimize AKS, AKS spot nodes, AKS cluster-autoscaler, rightsize AKS pod, pod rightsizing, over-provisioned AKS pod, pod resource requests and limits, Vertical Pod Autoscaler, VPA recommendations.
安装 azure-kubernetes
npx skills add https://github.com/microsoft/azure-skills --skill azure-kubernetes基本信息
功能与用途
Distinguishes Day-0 decisions (networking, API server access, pod IP model) that are hard to change later from Day-1 features (observability, upgrades, autoscaling) that can be enabled post-creation
Covers AKS Automatic vs Standard SKU selection, Azure CNI Overlay networking, security (Microsoft Entra ID, Azure Policy, Secrets Store CSI), and observability with Managed Prometheus and Container Insights
Provides guidance on node pools, compute optimization (ephemeral OS disks, Azure Linux, latest-generation SKUs), reliability patterns (3 Availability Zones, PodDisruptionBudgets), and cost controls (Spot nodes, Reserved Instances)
Includes deep-dive references for pod rightsizing, Vertical Pod Autoscaler, cluster autoscaler configuration, and Spot node pool setup
设计与 UI分类下的其他 Skills
frontend-design
anthropics / skills
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
grill-me
mattpocock / skills
A relentless interview to sharpen a plan or design.
web-design-guidelines
vercel-labs / agent-skills
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
grill-with-docs
mattpocock / skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
lark-event
larksuite / cli
Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM messages/reactions/chat changes, Task updates, VC meeting started/joined/ended, Minutes generated, Whiteboard updated, etc.). Use for Lark bots, real-time message processing, long-running subscribers, streaming webhook/push handlers. Supports `--max-events` / `--timeout` bounded runs and a stderr ready-marker contract — designed for AI agents running as subprocesses.
prototype
mattpocock / skills
Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.