[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-kickstart-design":3,"mdc-ywvg8z-key":32,"related-repo-azure-kickstart-design":243,"related-org-azure-kickstart-design":335},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"kickstart-design","propose target architecture on AKS","Design phase playbook — propose target architecture on AKS Automatic.",{"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],{"name":11,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"Architecture","architecture",{"name":19,"slug":20,"type":14},"Deployment","deployment",65,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fvscode-aks-tools","2026-07-12T08:17:50.938775",null,74,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"Visual Studio Code extension for Azure Kubernetes Service","https:\u002F\u002Fgithub.com\u002FAzure\u002Fvscode-aks-tools\u002Ftree\u002FHEAD\u002Fskills\u002Fkickstart-design","---\nname: kickstart-design\ndescription: \"Design phase playbook — propose target architecture on AKS Automatic.\"\ndisable-model-invocation: true\n---\n\n# Design Phase\n\nPropose a target deployment architecture and get user approval.\n\n## Architecture Template\n\nPresent a summary covering:\n\n**Container strategy**: Single or multi-container. Multi-stage builds. Pin base images to specific versions.\n\n**AKS Automatic**: Managed Kubernetes with Node Auto-Provisioning (Karpenter). Auto-upgrades (default: `patch` channel). No node pools to manage. Define `PodDisruptionBudget` for stateful workloads.\n\n**Networking**: Gateway API with HTTPRoute (not Ingress). `GatewayClass: azure-application-lb` is pre-installed. Cilium network policies enabled by default. Clusters are private by default (API server via private endpoint).\n\n**Identity**: Azure Workload Identity — federated credentials, no secrets in pods. Managed identity for Azure services (Key Vault, Storage). Prefer managed identity over service principals.\n\n**Registry**: ACR attached to AKS (no pull secrets). Geo-replication if multi-region.\n\n**Monitoring**: Azure Monitor managed Prometheus + Grafana (auto-enabled). Container Insights for logs. Alert on CPU >80%, pod restarts >5, PVC >85%.\n\n## Common Questions\n\n| Question | Answer |\n|---|---|\n| \"Do I need Kubernetes knowledge?\" | No. AKS Automatic manages nodes, scaling, upgrades. |\n| \"How much will this cost?\" | Explain the cost drivers: AKS Automatic control-plane fee + node compute (pay-as-you-go per vCPU\u002Fmemory, scaled by Karpenter) + ACR tier + egress. Offer a rough estimate for their expected load. |\n| \"Can I use existing CI\u002FCD?\" | Yes, but recommend GitHub Actions with OIDC. |\n\n## Exit Criteria\nUser approves the architecture via `vscode_askQuestions`. Announce: \"Architecture approved — moving to Generate.\"\n",{"data":33,"body":35},{"name":4,"description":6,"disable-model-invocation":34},true,{"type":36,"children":37},"root",[38,47,53,60,65,76,103,121,131,141,151,157,224,230],{"type":39,"tag":40,"props":41,"children":43},"element","h1",{"id":42},"design-phase",[44],{"type":45,"value":46},"text","Design Phase",{"type":39,"tag":48,"props":49,"children":50},"p",{},[51],{"type":45,"value":52},"Propose a target deployment architecture and get user approval.",{"type":39,"tag":54,"props":55,"children":57},"h2",{"id":56},"architecture-template",[58],{"type":45,"value":59},"Architecture Template",{"type":39,"tag":48,"props":61,"children":62},{},[63],{"type":45,"value":64},"Present a summary covering:",{"type":39,"tag":48,"props":66,"children":67},{},[68,74],{"type":39,"tag":69,"props":70,"children":71},"strong",{},[72],{"type":45,"value":73},"Container strategy",{"type":45,"value":75},": Single or multi-container. Multi-stage builds. Pin base images to specific versions.",{"type":39,"tag":48,"props":77,"children":78},{},[79,84,86,93,95,101],{"type":39,"tag":69,"props":80,"children":81},{},[82],{"type":45,"value":83},"AKS Automatic",{"type":45,"value":85},": Managed Kubernetes with Node Auto-Provisioning (Karpenter). Auto-upgrades (default: ",{"type":39,"tag":87,"props":88,"children":90},"code",{"className":89},[],[91],{"type":45,"value":92},"patch",{"type":45,"value":94}," channel). No node pools to manage. Define ",{"type":39,"tag":87,"props":96,"children":98},{"className":97},[],[99],{"type":45,"value":100},"PodDisruptionBudget",{"type":45,"value":102}," for stateful workloads.",{"type":39,"tag":48,"props":104,"children":105},{},[106,111,113,119],{"type":39,"tag":69,"props":107,"children":108},{},[109],{"type":45,"value":110},"Networking",{"type":45,"value":112},": Gateway API with HTTPRoute (not Ingress). ",{"type":39,"tag":87,"props":114,"children":116},{"className":115},[],[117],{"type":45,"value":118},"GatewayClass: azure-application-lb",{"type":45,"value":120}," is pre-installed. Cilium network policies enabled by default. Clusters are private by default (API server via private endpoint).",{"type":39,"tag":48,"props":122,"children":123},{},[124,129],{"type":39,"tag":69,"props":125,"children":126},{},[127],{"type":45,"value":128},"Identity",{"type":45,"value":130},": Azure Workload Identity — federated credentials, no secrets in pods. Managed identity for Azure services (Key Vault, Storage). Prefer managed identity over service principals.",{"type":39,"tag":48,"props":132,"children":133},{},[134,139],{"type":39,"tag":69,"props":135,"children":136},{},[137],{"type":45,"value":138},"Registry",{"type":45,"value":140},": ACR attached to AKS (no pull secrets). Geo-replication if multi-region.",{"type":39,"tag":48,"props":142,"children":143},{},[144,149],{"type":39,"tag":69,"props":145,"children":146},{},[147],{"type":45,"value":148},"Monitoring",{"type":45,"value":150},": Azure Monitor managed Prometheus + Grafana (auto-enabled). Container Insights for logs. Alert on CPU >80%, pod restarts >5, PVC >85%.",{"type":39,"tag":54,"props":152,"children":154},{"id":153},"common-questions",[155],{"type":45,"value":156},"Common Questions",{"type":39,"tag":158,"props":159,"children":160},"table",{},[161,180],{"type":39,"tag":162,"props":163,"children":164},"thead",{},[165],{"type":39,"tag":166,"props":167,"children":168},"tr",{},[169,175],{"type":39,"tag":170,"props":171,"children":172},"th",{},[173],{"type":45,"value":174},"Question",{"type":39,"tag":170,"props":176,"children":177},{},[178],{"type":45,"value":179},"Answer",{"type":39,"tag":181,"props":182,"children":183},"tbody",{},[184,198,211],{"type":39,"tag":166,"props":185,"children":186},{},[187,193],{"type":39,"tag":188,"props":189,"children":190},"td",{},[191],{"type":45,"value":192},"\"Do I need Kubernetes knowledge?\"",{"type":39,"tag":188,"props":194,"children":195},{},[196],{"type":45,"value":197},"No. AKS Automatic manages nodes, scaling, upgrades.",{"type":39,"tag":166,"props":199,"children":200},{},[201,206],{"type":39,"tag":188,"props":202,"children":203},{},[204],{"type":45,"value":205},"\"How much will this cost?\"",{"type":39,"tag":188,"props":207,"children":208},{},[209],{"type":45,"value":210},"Explain the cost drivers: AKS Automatic control-plane fee + node compute (pay-as-you-go per vCPU\u002Fmemory, scaled by Karpenter) + ACR tier + egress. Offer a rough estimate for their expected load.",{"type":39,"tag":166,"props":212,"children":213},{},[214,219],{"type":39,"tag":188,"props":215,"children":216},{},[217],{"type":45,"value":218},"\"Can I use existing CI\u002FCD?\"",{"type":39,"tag":188,"props":220,"children":221},{},[222],{"type":45,"value":223},"Yes, but recommend GitHub Actions with OIDC.",{"type":39,"tag":54,"props":225,"children":227},{"id":226},"exit-criteria",[228],{"type":45,"value":229},"Exit Criteria",{"type":39,"tag":48,"props":231,"children":232},{},[233,235,241],{"type":45,"value":234},"User approves the architecture via ",{"type":39,"tag":87,"props":236,"children":238},{"className":237},[],[239],{"type":45,"value":240},"vscode_askQuestions",{"type":45,"value":242},". Announce: \"Architecture approved — moving to Generate.\"",{"items":244,"total":334},[245,257,272,286,302,315,328],{"slug":246,"name":246,"fn":247,"description":248,"org":249,"tags":250,"stars":21,"repoUrl":22,"updatedAt":256},"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},[251,252,255],{"name":11,"slug":8,"type":14},{"name":253,"slug":254,"type":14},"Containers","containers",{"name":19,"slug":20,"type":14},"2026-07-12T08:18:05.091337",{"slug":258,"name":258,"fn":259,"description":260,"org":261,"tags":262,"stars":21,"repoUrl":22,"updatedAt":271},"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},[263,264,267,268],{"name":11,"slug":8,"type":14},{"name":265,"slug":266,"type":14},"Bicep","bicep",{"name":19,"slug":20,"type":14},{"name":269,"slug":270,"type":14},"Infrastructure as Code","infrastructure-as-code","2026-07-12T08:18:02.601998",{"slug":273,"name":273,"fn":274,"description":275,"org":276,"tags":277,"stars":21,"repoUrl":22,"updatedAt":285},"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},[278,279,280,283],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":281,"slug":282,"type":14},"Kubernetes","kubernetes",{"name":148,"slug":284,"type":14},"monitoring","2026-07-12T08:18:01.355249",{"slug":287,"name":287,"fn":288,"description":289,"org":290,"tags":291,"stars":21,"repoUrl":22,"updatedAt":301},"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},[292,295,298],{"name":293,"slug":294,"type":14},"Agents","agents",{"name":296,"slug":297,"type":14},"Branding","branding",{"name":299,"slug":300,"type":14},"Communications","communications","2026-07-12T08:18:09.636172",{"slug":303,"name":303,"fn":304,"description":305,"org":306,"tags":307,"stars":21,"repoUrl":22,"updatedAt":314},"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},[308,309,310,313],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":311,"slug":312,"type":14},"Infrastructure","infrastructure",{"name":281,"slug":282,"type":14},"2026-07-12T08:18:03.828624",{"slug":316,"name":316,"fn":317,"description":318,"org":319,"tags":320,"stars":21,"repoUrl":22,"updatedAt":327},"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},[321,322,325,326],{"name":11,"slug":8,"type":14},{"name":323,"slug":324,"type":14},"CLI","cli",{"name":19,"slug":20,"type":14},{"name":281,"slug":282,"type":14},"2026-07-12T08:17:52.254389",{"slug":4,"name":4,"fn":5,"description":6,"org":329,"tags":330,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[331,332,333],{"name":16,"slug":17,"type":14},{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},19,{"items":336,"total":511},[337,356,371,390,405,420,433,448,459,473,486,499],{"slug":338,"name":338,"fn":339,"description":340,"org":341,"tags":342,"stars":353,"repoUrl":354,"updatedAt":355},"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},[343,344,347,350],{"name":11,"slug":8,"type":14},{"name":345,"slug":346,"type":14},"Compliance","compliance",{"name":348,"slug":349,"type":14},"Governance","governance",{"name":351,"slug":352,"type":14},"Policy","policy",1686,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":357,"name":357,"fn":358,"description":359,"org":360,"tags":361,"stars":368,"repoUrl":369,"updatedAt":370},"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},[362,363,364,365],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":269,"slug":270,"type":14},{"name":366,"slug":367,"type":14},"Migration","migration",260,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-07-12T08:17:49.646405",{"slug":372,"name":372,"fn":373,"description":374,"org":375,"tags":376,"stars":387,"repoUrl":388,"updatedAt":389},"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},[377,380,381,384],{"name":378,"slug":379,"type":14},"API Development","api-development",{"name":11,"slug":8,"type":14},{"name":382,"slug":383,"type":14},"Code Review","code-review",{"name":385,"slug":386,"type":14},"Documentation","documentation",133,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-sdk-tools","2026-07-12T08:17:43.350876",{"slug":391,"name":391,"fn":392,"description":393,"org":394,"tags":395,"stars":387,"repoUrl":388,"updatedAt":404},"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},[396,397,398,401],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":399,"slug":400,"type":14},"SDK","sdk",{"name":402,"slug":403,"type":14},"Testing","testing","2026-07-12T08:17:44.718943",{"slug":406,"name":406,"fn":407,"description":408,"org":409,"tags":410,"stars":387,"repoUrl":388,"updatedAt":419},"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},[411,412,415,418],{"name":11,"slug":8,"type":14},{"name":413,"slug":414,"type":14},"GitHub","github",{"name":416,"slug":417,"type":14},"Project Management","project-management",{"name":399,"slug":400,"type":14},"2026-07-12T08:17:38.345387",{"slug":421,"name":421,"fn":422,"description":423,"org":424,"tags":425,"stars":387,"repoUrl":388,"updatedAt":432},"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},[426,427,430,431],{"name":11,"slug":8,"type":14},{"name":428,"slug":429,"type":14},"CI\u002FCD","ci-cd",{"name":19,"slug":20,"type":14},{"name":399,"slug":400,"type":14},"2026-07-12T08:17:34.27607",{"slug":434,"name":434,"fn":435,"description":436,"org":437,"tags":438,"stars":387,"repoUrl":388,"updatedAt":447},"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},[439,440,441,444],{"name":378,"slug":379,"type":14},{"name":11,"slug":8,"type":14},{"name":442,"slug":443,"type":14},"OpenAPI","openapi",{"name":445,"slug":446,"type":14},"Technical Writing","technical-writing","2026-07-12T08:17:39.603232",{"slug":449,"name":449,"fn":450,"description":451,"org":452,"tags":453,"stars":387,"repoUrl":388,"updatedAt":458},"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},[454,455,456,457],{"name":11,"slug":8,"type":14},{"name":428,"slug":429,"type":14},{"name":399,"slug":400,"type":14},{"name":402,"slug":403,"type":14},"2026-07-12T08:17:37.08523",{"slug":460,"name":460,"fn":461,"description":462,"org":463,"tags":464,"stars":387,"repoUrl":388,"updatedAt":472},"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},[465,468,471],{"name":466,"slug":467,"type":14},"LLM","llm",{"name":469,"slug":470,"type":14},"Performance","performance",{"name":445,"slug":446,"type":14},"2026-07-12T08:17:42.080413",{"slug":474,"name":474,"fn":475,"description":476,"org":477,"tags":478,"stars":387,"repoUrl":388,"updatedAt":485},"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},[479,480,481,484],{"name":11,"slug":8,"type":14},{"name":428,"slug":429,"type":14},{"name":482,"slug":483,"type":14},"Debugging","debugging",{"name":399,"slug":400,"type":14},"2026-07-12T08:17:40.821512",{"slug":487,"name":487,"fn":488,"description":489,"org":490,"tags":491,"stars":387,"repoUrl":388,"updatedAt":498},"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},[492,493,494,497],{"name":11,"slug":8,"type":14},{"name":345,"slug":346,"type":14},{"name":495,"slug":496,"type":14},"Process Optimization","process-optimization",{"name":445,"slug":446,"type":14},"2026-07-12T08:17:32.970921",{"slug":500,"name":500,"fn":501,"description":502,"org":503,"tags":504,"stars":387,"repoUrl":388,"updatedAt":510},"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},[505,506,509],{"name":385,"slug":386,"type":14},{"name":507,"slug":508,"type":14},"Plugin Development","plugin-development",{"name":445,"slug":446,"type":14},"2026-07-12T08:17:35.873862",109]