[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-kickstart-deploy":3,"mdc-avhp4-key":35,"related-org-azure-kickstart-deploy":377,"related-repo-azure-kickstart-deploy":556},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"kickstart-deploy","deploy applications with Azure CLI and kubectl","Deploy phase playbook — build, push, apply with Azure CLI and kubectl.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"azure","Azure (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fazure.png","Azure",[13,15,18,21],{"name":11,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"CLI","cli",{"name":19,"slug":20,"type":14},"Deployment","deployment",{"name":22,"slug":23,"type":14},"Kubernetes","kubernetes",65,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fvscode-aks-tools","2026-07-12T08:17:52.254389",null,74,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"Visual Studio Code extension for Azure Kubernetes Service","https:\u002F\u002Fgithub.com\u002FAzure\u002Fvscode-aks-tools\u002Ftree\u002FHEAD\u002Fskills\u002Fkickstart-deploy","---\nname: kickstart-deploy\ndescription: \"Deploy phase playbook — build, push, apply with Azure CLI and kubectl.\"\ndisable-model-invocation: true\n---\n\n# Deploy Phase\n\nDeploy using Azure CLI and `kubectl`. Execute each step via `run_in_terminal`, confirm between steps with `vscode_askQuestions`. Never auto-deploy.\n\n## Steps\n\n1. **Build and push**: `az acr build --registry \u003Cacr> --image \u003Cimage>:\u003Ctag> -f \u003CdockerfilePath> \u003CbuildContext>`\n   Use the build context and Dockerfile path from the structure map — never assume repo root (`.`). For monorepos, build each service from its own context. Tag with a version (e.g. v1.0.0), never `:latest`.\n\n2. **Get credentials**: `az aks get-credentials --resource-group \u003Crg> --name \u003Ccluster> --overwrite-existing`\n   kubelogin handles AAD auth automatically (verified in Pre-Deploy Check). Never use `--admin`.\n\n3. **Apply manifests**: `kubectl apply -f k8s\u002F`\n\n4. **Verify**: `kubectl get pods -n \u003Cnamespace>` and `kubectl get services -n \u003Cnamespace>`\n   If pods not Ready, run `kubectl describe pod \u003Cname>` and `kubectl logs \u003Cname>` to diagnose.\n\n5. **Health-check the running app**: don't declare success on pod readiness alone — actually hit the app and compare against the expected response:\n   - Via the gateway\u002Fservice URL from `kubectl get httproute` \u002F `kubectl get services`: `curl -sS -o \u002Fdev\u002Fnull -w \"%{http_code}\" http:\u002F\u002F\u003Curl>\u002F` (expect 2xx\u002F3xx).\n   - Or in-cluster: `kubectl exec \u003Cpod> -n \u003Cnamespace> -- curl -sS localhost:\u003Cport>\u002F\u003Chealth-path>`.\n   If the response isn't what the app should return (wrong status, error body, or logs show a missing entry point), classify as a `cluster` failure and diagnose before reporting success.\n\n## Error Handling\n\nClassify failures:\n- **auth** — Azure\u002Fregistry authentication, RBAC, OIDC, kubeconfig\n- **config** — missing or invalid configuration (subscription, RG, cluster, ACR, manifest)\n- **dependency** — missing CLI tool, extension, or container image\n- **cluster** — pod CrashLoopBackOff, ImagePullBackOff, scheduling, quota\n\nProvide specific `az` or `kubectl` fix commands. Offer retry via `vscode_askQuestions`.\n\n## Post-Deployment\n\n- Confirm the app actually responds at its external IP \u002F gateway URL (the health-check above) — not just that the service has an address.\n- Check Azure Monitor dashboards (managed Prometheus + Grafana auto-enabled).\n- Set up alerts: CPU >80%, memory >85%, pod restarts >5.\n\nOnly mention GitHub Actions if the user asks about CI\u002FCD.\n",{"data":36,"body":38},{"name":4,"description":6,"disable-model-invocation":37},true,{"type":39,"children":40},"root",[41,50,81,88,269,275,280,322,348,354,372],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"deploy-phase",[47],{"type":48,"value":49},"text","Deploy Phase",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54,56,63,65,71,73,79],{"type":48,"value":55},"Deploy using Azure CLI and ",{"type":42,"tag":57,"props":58,"children":60},"code",{"className":59},[],[61],{"type":48,"value":62},"kubectl",{"type":48,"value":64},". Execute each step via ",{"type":42,"tag":57,"props":66,"children":68},{"className":67},[],[69],{"type":48,"value":70},"run_in_terminal",{"type":48,"value":72},", confirm between steps with ",{"type":42,"tag":57,"props":74,"children":76},{"className":75},[],[77],{"type":48,"value":78},"vscode_askQuestions",{"type":48,"value":80},". Never auto-deploy.",{"type":42,"tag":82,"props":83,"children":85},"h2",{"id":84},"steps",[86],{"type":48,"value":87},"Steps",{"type":42,"tag":89,"props":90,"children":91},"ol",{},[92,127,151,166,206],{"type":42,"tag":93,"props":94,"children":95},"li",{},[96,102,104,110,112,118,120,126],{"type":42,"tag":97,"props":98,"children":99},"strong",{},[100],{"type":48,"value":101},"Build and push",{"type":48,"value":103},": ",{"type":42,"tag":57,"props":105,"children":107},{"className":106},[],[108],{"type":48,"value":109},"az acr build --registry \u003Cacr> --image \u003Cimage>:\u003Ctag> -f \u003CdockerfilePath> \u003CbuildContext>",{"type":48,"value":111},"\nUse the build context and Dockerfile path from the structure map — never assume repo root (",{"type":42,"tag":57,"props":113,"children":115},{"className":114},[],[116],{"type":48,"value":117},".",{"type":48,"value":119},"). For monorepos, build each service from its own context. Tag with a version (e.g. v1.0.0), never ",{"type":42,"tag":57,"props":121,"children":123},{"className":122},[],[124],{"type":48,"value":125},":latest",{"type":48,"value":117},{"type":42,"tag":93,"props":128,"children":129},{},[130,135,136,142,144,150],{"type":42,"tag":97,"props":131,"children":132},{},[133],{"type":48,"value":134},"Get credentials",{"type":48,"value":103},{"type":42,"tag":57,"props":137,"children":139},{"className":138},[],[140],{"type":48,"value":141},"az aks get-credentials --resource-group \u003Crg> --name \u003Ccluster> --overwrite-existing",{"type":48,"value":143},"\nkubelogin handles AAD auth automatically (verified in Pre-Deploy Check). Never use ",{"type":42,"tag":57,"props":145,"children":147},{"className":146},[],[148],{"type":48,"value":149},"--admin",{"type":48,"value":117},{"type":42,"tag":93,"props":152,"children":153},{},[154,159,160],{"type":42,"tag":97,"props":155,"children":156},{},[157],{"type":48,"value":158},"Apply manifests",{"type":48,"value":103},{"type":42,"tag":57,"props":161,"children":163},{"className":162},[],[164],{"type":48,"value":165},"kubectl apply -f k8s\u002F",{"type":42,"tag":93,"props":167,"children":168},{},[169,174,175,181,183,189,191,197,198,204],{"type":42,"tag":97,"props":170,"children":171},{},[172],{"type":48,"value":173},"Verify",{"type":48,"value":103},{"type":42,"tag":57,"props":176,"children":178},{"className":177},[],[179],{"type":48,"value":180},"kubectl get pods -n \u003Cnamespace>",{"type":48,"value":182}," and ",{"type":42,"tag":57,"props":184,"children":186},{"className":185},[],[187],{"type":48,"value":188},"kubectl get services -n \u003Cnamespace>",{"type":48,"value":190},"\nIf pods not Ready, run ",{"type":42,"tag":57,"props":192,"children":194},{"className":193},[],[195],{"type":48,"value":196},"kubectl describe pod \u003Cname>",{"type":48,"value":182},{"type":42,"tag":57,"props":199,"children":201},{"className":200},[],[202],{"type":48,"value":203},"kubectl logs \u003Cname>",{"type":48,"value":205}," to diagnose.",{"type":42,"tag":93,"props":207,"children":208},{},[209,214,216],{"type":42,"tag":97,"props":210,"children":211},{},[212],{"type":48,"value":213},"Health-check the running app",{"type":48,"value":215},": don't declare success on pod readiness alone — actually hit the app and compare against the expected response:",{"type":42,"tag":217,"props":218,"children":219},"ul",{},[220,248],{"type":42,"tag":93,"props":221,"children":222},{},[223,225,231,233,239,240,246],{"type":48,"value":224},"Via the gateway\u002Fservice URL from ",{"type":42,"tag":57,"props":226,"children":228},{"className":227},[],[229],{"type":48,"value":230},"kubectl get httproute",{"type":48,"value":232}," \u002F ",{"type":42,"tag":57,"props":234,"children":236},{"className":235},[],[237],{"type":48,"value":238},"kubectl get services",{"type":48,"value":103},{"type":42,"tag":57,"props":241,"children":243},{"className":242},[],[244],{"type":48,"value":245},"curl -sS -o \u002Fdev\u002Fnull -w \"%{http_code}\" http:\u002F\u002F\u003Curl>\u002F",{"type":48,"value":247}," (expect 2xx\u002F3xx).",{"type":42,"tag":93,"props":249,"children":250},{},[251,253,259,261,267],{"type":48,"value":252},"Or in-cluster: ",{"type":42,"tag":57,"props":254,"children":256},{"className":255},[],[257],{"type":48,"value":258},"kubectl exec \u003Cpod> -n \u003Cnamespace> -- curl -sS localhost:\u003Cport>\u002F\u003Chealth-path>",{"type":48,"value":260},".\nIf the response isn't what the app should return (wrong status, error body, or logs show a missing entry point), classify as a ",{"type":42,"tag":57,"props":262,"children":264},{"className":263},[],[265],{"type":48,"value":266},"cluster",{"type":48,"value":268}," failure and diagnose before reporting success.",{"type":42,"tag":82,"props":270,"children":272},{"id":271},"error-handling",[273],{"type":48,"value":274},"Error Handling",{"type":42,"tag":51,"props":276,"children":277},{},[278],{"type":48,"value":279},"Classify failures:",{"type":42,"tag":217,"props":281,"children":282},{},[283,293,303,313],{"type":42,"tag":93,"props":284,"children":285},{},[286,291],{"type":42,"tag":97,"props":287,"children":288},{},[289],{"type":48,"value":290},"auth",{"type":48,"value":292}," — Azure\u002Fregistry authentication, RBAC, OIDC, kubeconfig",{"type":42,"tag":93,"props":294,"children":295},{},[296,301],{"type":42,"tag":97,"props":297,"children":298},{},[299],{"type":48,"value":300},"config",{"type":48,"value":302}," — missing or invalid configuration (subscription, RG, cluster, ACR, manifest)",{"type":42,"tag":93,"props":304,"children":305},{},[306,311],{"type":42,"tag":97,"props":307,"children":308},{},[309],{"type":48,"value":310},"dependency",{"type":48,"value":312}," — missing CLI tool, extension, or container image",{"type":42,"tag":93,"props":314,"children":315},{},[316,320],{"type":42,"tag":97,"props":317,"children":318},{},[319],{"type":48,"value":266},{"type":48,"value":321}," — pod CrashLoopBackOff, ImagePullBackOff, scheduling, quota",{"type":42,"tag":51,"props":323,"children":324},{},[325,327,333,335,340,342,347],{"type":48,"value":326},"Provide specific ",{"type":42,"tag":57,"props":328,"children":330},{"className":329},[],[331],{"type":48,"value":332},"az",{"type":48,"value":334}," or ",{"type":42,"tag":57,"props":336,"children":338},{"className":337},[],[339],{"type":48,"value":62},{"type":48,"value":341}," fix commands. Offer retry via ",{"type":42,"tag":57,"props":343,"children":345},{"className":344},[],[346],{"type":48,"value":78},{"type":48,"value":117},{"type":42,"tag":82,"props":349,"children":351},{"id":350},"post-deployment",[352],{"type":48,"value":353},"Post-Deployment",{"type":42,"tag":217,"props":355,"children":356},{},[357,362,367],{"type":42,"tag":93,"props":358,"children":359},{},[360],{"type":48,"value":361},"Confirm the app actually responds at its external IP \u002F gateway URL (the health-check above) — not just that the service has an address.",{"type":42,"tag":93,"props":363,"children":364},{},[365],{"type":48,"value":366},"Check Azure Monitor dashboards (managed Prometheus + Grafana auto-enabled).",{"type":42,"tag":93,"props":368,"children":369},{},[370],{"type":48,"value":371},"Set up alerts: CPU >80%, memory >85%, pod restarts >5.",{"type":42,"tag":51,"props":373,"children":374},{},[375],{"type":48,"value":376},"Only mention GitHub Actions if the user asks about CI\u002FCD.",{"items":378,"total":555},[379,398,415,434,449,464,477,492,503,517,530,543],{"slug":380,"name":380,"fn":381,"description":382,"org":383,"tags":384,"stars":395,"repoUrl":396,"updatedAt":397},"azure-arg-external-evaluation-policy-author","author and test Azure Resource Graph policies","Use when the user wants to author, design, or test an Azure Policy that queries Azure Resource Graph (ARG) at request-time — i.e. a policy whose deny\u002Faudit decision depends on data from elsewhere in the subscription (sibling\u002Fparent resource state, RG-wide invariants, multi-hop relationships, etc.). Formally called Azure Policy External Evaluation; sometimes referred to colloquially as \"Invoke\". Drives an iterative KQL co-design loop against the user's real subscription via `az graph query`, then emits a policy definition, assignment, `.http` test flow, and an `EXPLANATION.md` companion. Read-only; never provisions anything.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[385,386,389,392],{"name":11,"slug":8,"type":14},{"name":387,"slug":388,"type":14},"Compliance","compliance",{"name":390,"slug":391,"type":14},"Governance","governance",{"name":393,"slug":394,"type":14},"Policy","policy",1686,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":399,"name":399,"fn":400,"description":401,"org":402,"tags":403,"stars":412,"repoUrl":413,"updatedAt":414},"azure-blueprints-migration","migrate Azure Blueprints to Template Specs","Use when a user needs to migrate off Azure Blueprints (definitions and\u002For assignments) to Template Specs and Deployment Stacks before the January 31, 2027 retirement. Covers inventory, export, conversion to Bicep, policy decoupling, Template Spec publishing, Deployment Stack deployment with deny-settings, validation, and cutover.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[404,405,406,409],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":407,"slug":408,"type":14},"Infrastructure as Code","infrastructure-as-code",{"name":410,"slug":411,"type":14},"Migration","migration",260,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-07-12T08:17:49.646405",{"slug":416,"name":416,"fn":417,"description":418,"org":419,"tags":420,"stars":431,"repoUrl":432,"updatedAt":433},"apiview-feedback-resolution","resolve APIView feedback on Azure SDKs","Analyze and resolve APIView review feedback on Azure SDK PRs. **UTILITY SKILL**. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES: azure-sdk-mcp:azsdk_apiview_get_comments, azure-sdk-mcp:azsdk_typespec_customized_code_update.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[421,424,425,428],{"name":422,"slug":423,"type":14},"API Development","api-development",{"name":11,"slug":8,"type":14},{"name":426,"slug":427,"type":14},"Code Review","code-review",{"name":429,"slug":430,"type":14},"Documentation","documentation",133,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-sdk-tools","2026-07-12T08:17:43.350876",{"slug":435,"name":435,"fn":436,"description":437,"org":438,"tags":439,"stars":431,"repoUrl":432,"updatedAt":448},"azsdk-common-live-and-recorded-tests","deploy resources and run Azure SDK tests","Deploy test resources and run Azure SDK tests in live, record, or playback mode. WHEN: \"run live tests\", \"run recorded tests\", \"deploy test resources\", \"record tests\", \"run tests in record mode\", \"clean up test resources\", \"run tests against live resources\". DO NOT USE FOR: writing new tests, authoring Bicep templates, playback-only test runs without resource deployment. INVOKES: azure-sdk-mcp:azsdk_package_run_tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[440,441,442,445],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":443,"slug":444,"type":14},"SDK","sdk",{"name":446,"slug":447,"type":14},"Testing","testing","2026-07-12T08:17:44.718943",{"slug":450,"name":450,"fn":451,"description":452,"org":453,"tags":454,"stars":431,"repoUrl":432,"updatedAt":463},"azsdk-common-prepare-release-plan","manage Azure SDK release plan work items","Create, get, update, abandon, and link SDK PRs to release plan work items for Azure SDK releases. **UTILITY SKILL**. USE FOR: \"create release plan\", \"get release plan\", \"update release plan\", \"update API spec in release plan\", \"update SDK details in release plan\", \"abandon release plan\", \"link SDK PR to plan\", \"namespace approval\", \"check release plan status\". DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedback. INVOKES: azure-sdk-mcp:azsdk_create_release_plan, azure-sdk-mcp:azsdk_get_release_plan, azure-sdk-mcp:azsdk_get_release_plan_for_spec_pr, azure-sdk-mcp:azsdk_update_release_plan, azure-sdk-mcp:azsdk_update_api_spec_pull_request_in_release_plan, azure-sdk-mcp:azsdk_update_sdk_details_in_release_plan, azure-sdk-mcp:azsdk_abandon_release_plan, azure-sdk-mcp:azsdk_link_sdk_pull_request_to_release_plan, azure-sdk-mcp:azsdk_link_namespace_approval_issue.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[455,456,459,462],{"name":11,"slug":8,"type":14},{"name":457,"slug":458,"type":14},"GitHub","github",{"name":460,"slug":461,"type":14},"Project Management","project-management",{"name":443,"slug":444,"type":14},"2026-07-12T08:17:38.345387",{"slug":465,"name":465,"fn":466,"description":467,"org":468,"tags":469,"stars":431,"repoUrl":432,"updatedAt":476},"azsdk-common-sdk-release","release Azure SDK packages","Check release readiness and trigger the release pipeline for Azure SDK packages. **UTILITY SKILL**. USE FOR: \"release SDK\", \"trigger release\", \"check release readiness\", \"release pipeline\", \"publish package\", \"ship SDK\". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES: azure-sdk-mcp:azsdk_release_sdk.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[470,471,474,475],{"name":11,"slug":8,"type":14},{"name":472,"slug":473,"type":14},"CI\u002FCD","ci-cd",{"name":19,"slug":20,"type":14},{"name":443,"slug":444,"type":14},"2026-07-12T08:17:34.27607",{"slug":478,"name":478,"fn":479,"description":480,"org":481,"tags":482,"stars":431,"repoUrl":432,"updatedAt":491},"azure-typespec-author","author and modify Azure TypeSpec API specifications","Authors and modifies Azure TypeSpec (.tsp) API specifications. USE FOR: any TypeSpec\u002Ftsp change — api versions (add, bump, preview, stable, promote), resources, operations, models, properties, decorators, visibility, constraints, breaking changes, LRO, suppressions, operationId, spread model. Covers ARM resource-manager and data-plane services. DO NOT USE FOR: SDK generation, releasing SDK packages, or single MCP tool calls. INVOKES: azure-sdk-mcp:azsdk_typespec_generate_authoring_plan, azure-sdk-mcp:azsdk_run_typespec_validation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[483,484,485,488],{"name":422,"slug":423,"type":14},{"name":11,"slug":8,"type":14},{"name":486,"slug":487,"type":14},"OpenAPI","openapi",{"name":489,"slug":490,"type":14},"Technical Writing","technical-writing","2026-07-12T08:17:39.603232",{"slug":493,"name":493,"fn":494,"description":495,"org":496,"tags":497,"stars":431,"repoUrl":432,"updatedAt":502},"generate-sdk-locally","generate and test Azure SDKs locally","Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: \"generate SDK locally\", \"build SDK\", \"run SDK tests\", \"run CI checks\", \"validate package\", \"run checks\", \"update changelog\", \"fix SDK build errors\", \"fix breaking changes\", \"resolve SDK generation errors\", \"customize TypeSpec\", \"rename SDK client\", \"rename SDK model\", \"hide operation from SDK\", \"fix analyzer errors\", \"resolve customization drift\", \"create subclient\", \"update metadata\", \"update version\". DO NOT USE FOR: publishing to package registries, CI pipeline configuration, API design review. INVOKES: azsdk_verify_setup, azsdk_package_generate_code, azsdk_package_build_code, azsdk_package_run_check, azsdk_package_run_tests, azsdk_customized_code_update, azsdk_package_update_changelog_content, azsdk_package_update_metadata, azsdk_package_update_version.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[498,499,500,501],{"name":11,"slug":8,"type":14},{"name":472,"slug":473,"type":14},{"name":443,"slug":444,"type":14},{"name":446,"slug":447,"type":14},"2026-07-12T08:17:37.08523",{"slug":504,"name":504,"fn":505,"description":506,"org":507,"tags":508,"stars":431,"repoUrl":432,"updatedAt":516},"markdown-token-optimizer","optimize markdown files for token efficiency","Analyze markdown files for token efficiency and reduce context-window bloat. **UTILITY SKILL**. DO NOT USE FOR: code optimization, general file editing, non-markdown files. TRIGGERS: optimize markdown, reduce tokens, token count, token bloat, too many tokens, make concise, shrink file, file too large, optimize for AI, token efficiency, verbose markdown, reduce file size. INVOKES: waza CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[509,512,515],{"name":510,"slug":511,"type":14},"LLM","llm",{"name":513,"slug":514,"type":14},"Performance","performance",{"name":489,"slug":490,"type":14},"2026-07-12T08:17:42.080413",{"slug":518,"name":518,"fn":519,"description":520,"org":521,"tags":522,"stars":431,"repoUrl":432,"updatedAt":529},"pipeline-troubleshooting","troubleshoot Azure SDK CI pipelines","Diagnose and resolve failures in Azure SDK CI and generation pipelines. **UTILITY SKILL**. USE FOR: \"pipeline failed\", \"build failure\", \"CI check failing\", \"SDK generation error\", \"reproduce pipeline locally\", \"debug SDK pipeline\". DO NOT USE FOR: local build issues without pipeline context, API design review, SDK publishing. INVOKES: azure-sdk-mcp:azsdk_analyze_pipeline, azure-sdk-mcp:azsdk_package_build_code, azure-sdk-mcp:azsdk_package_run_check.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[523,524,525,528],{"name":11,"slug":8,"type":14},{"name":472,"slug":473,"type":14},{"name":526,"slug":527,"type":14},"Debugging","debugging",{"name":443,"slug":444,"type":14},"2026-07-12T08:17:40.821512",{"slug":531,"name":531,"fn":532,"description":533,"org":534,"tags":535,"stars":431,"repoUrl":432,"updatedAt":542},"sensei","improve skill frontmatter compliance","**WORKFLOW SKILL** — Iteratively improve skill frontmatter compliance using the Ralph loop pattern. WHEN: \"run sensei\", \"sensei help\", \"improve skill\", \"fix frontmatter\", \"skill compliance\", \"frontmatter audit\", \"score skill\", \"check skill tokens\". INVOKES: token counting tools, test runners, git commands. FOR SINGLE OPERATIONS: use token CLI directly for counts\u002Fchecks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[536,537,538,541],{"name":11,"slug":8,"type":14},{"name":387,"slug":388,"type":14},{"name":539,"slug":540,"type":14},"Process Optimization","process-optimization",{"name":489,"slug":490,"type":14},"2026-07-12T08:17:32.970921",{"slug":544,"name":544,"fn":545,"description":546,"org":547,"tags":548,"stars":431,"repoUrl":432,"updatedAt":554},"skill-authoring","author agent skills for agentskills.io","Write Agent Skills that comply with the agentskills.io specification. WHEN: \"create a skill\", \"new skill\", \"write a skill\", \"skill template\", \"skill structure\", \"review skill\", \"skill PR\", \"skill compliance\", \"SKILL.md format\", \"skill frontmatter\", \"skill best practices\". DO NOT USE FOR: improving existing skills (use sensei), general documentation. INVOKES: waza CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[549,550,553],{"name":429,"slug":430,"type":14},{"name":551,"slug":552,"type":14},"Plugin Development","plugin-development",{"name":489,"slug":490,"type":14},"2026-07-12T08:17:35.873862",109,{"items":557,"total":644},[558,570,583,596,612,625,632],{"slug":559,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":24,"repoUrl":25,"updatedAt":569},"kickstart-acr-integration","integrate Azure Container Registry with AKS","ACR integration for AKS Automatic. Teaches attaching an ACR, image reference conventions (digest pinning, no :latest), and pull-secret-free authentication via the managed identity.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[564,565,568],{"name":11,"slug":8,"type":14},{"name":566,"slug":567,"type":14},"Containers","containers",{"name":19,"slug":20,"type":14},"2026-07-12T08:18:05.091337",{"slug":571,"name":571,"fn":572,"description":573,"org":574,"tags":575,"stars":24,"repoUrl":25,"updatedAt":582},"kickstart-bicep-authoring","author idiomatic Azure Bicep templates","Writing idiomatic, safe, and reviewable Bicep templates for Azure resources.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[576,577,580,581],{"name":11,"slug":8,"type":14},{"name":578,"slug":579,"type":14},"Bicep","bicep",{"name":19,"slug":20,"type":14},{"name":407,"slug":408,"type":14},"2026-07-12T08:18:02.601998",{"slug":584,"name":584,"fn":585,"description":586,"org":587,"tags":588,"stars":24,"repoUrl":25,"updatedAt":595},"kickstart-cluster-status","monitor AKS cluster provisioning status","Non-blocking cluster status peek — run at the end of Phases 3, 4, 5 to check AKS provisioning progress without hanging.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[589,590,591,592],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":22,"slug":23,"type":14},{"name":593,"slug":594,"type":14},"Monitoring","monitoring","2026-07-12T08:18:01.355249",{"slug":597,"name":597,"fn":598,"description":599,"org":600,"tags":601,"stars":24,"repoUrl":25,"updatedAt":611},"kickstart-collaborator-voice","define agent voice and interaction patterns","Voice, tone, and interaction patterns for Kickstart agents.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[602,605,608],{"name":603,"slug":604,"type":14},"Agents","agents",{"name":606,"slug":607,"type":14},"Branding","branding",{"name":609,"slug":610,"type":14},"Communications","communications","2026-07-12T08:18:09.636172",{"slug":613,"name":613,"fn":614,"description":615,"org":616,"tags":617,"stars":24,"repoUrl":25,"updatedAt":624},"kickstart-configure-infra","configure Azure infrastructure for AKS clusters","Configure Infrastructure phase playbook — launch the dedicated Kickstart cluster-setup view, which collects and creates the Azure resources (subscription, resource group, AKS Automatic cluster, ACR) and hands the results back to the chat.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[618,619,620,623],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":621,"slug":622,"type":14},"Infrastructure","infrastructure",{"name":22,"slug":23,"type":14},"2026-07-12T08:18:03.828624",{"slug":4,"name":4,"fn":5,"description":6,"org":626,"tags":627,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[628,629,630,631],{"name":11,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"name":19,"slug":20,"type":14},{"name":22,"slug":23,"type":14},{"slug":633,"name":633,"fn":634,"description":635,"org":636,"tags":637,"stars":24,"repoUrl":25,"updatedAt":643},"kickstart-design","propose target architecture on AKS","Design phase playbook — propose target architecture on AKS Automatic.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[638,641,642],{"name":639,"slug":640,"type":14},"Architecture","architecture",{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},"2026-07-12T08:17:50.938775",19]