[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-agt-governance":3,"mdc-bnr5a2-key":55,"related-repo-azure-agt-governance":395,"related-org-azure-agt-governance":499},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":27,"repoUrl":28,"updatedAt":29,"license":30,"forks":31,"topics":32,"repo":50,"sourceUrl":53,"mdContent":54},"agt-governance","enforce behavioral governance for agents","Behavioral governance for OpenClaw agents via AGT — tool-level policy, inter-agent trust, audit logging.",{"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,24],{"name":11,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"Governance","governance",{"name":19,"slug":20,"type":14},"Audit","audit",{"name":22,"slug":23,"type":14},"Agents","agents",{"name":25,"slug":26,"type":14},"Policy","policy",28,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fkars","2026-07-12T08:18:34.446985",null,2,[33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49],"agent","agentic-framework","agentmesh","ai-agent","ai-agents-automation","ai-sandbox","end-to-end-encryption","hermes","hermes-agent","kubernetes","kubernetes-sandbox","microsoft","openclaw","reference","runtime-security","sandbox","zero-trust",{"repoUrl":28,"stars":27,"forks":31,"topics":51,"description":52},[33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49],"Agent Reference Stack for Kubernetes (kars) - an open source stack from Microsoft for running AI agents safely on Kubernetes. Multi-runtime, Foundry-aware, hardened per-agent sandboxes, governed egress, end-to-end encrypted inter-agent mesh.","https:\u002F\u002Fgithub.com\u002FAzure\u002Fkars\u002Ftree\u002FHEAD\u002Fruntimes\u002Fopenclaw\u002Fskills\u002Fagt-governance","---\nname: agt-governance\ndescription: Behavioral governance for OpenClaw agents via AGT — tool-level policy, inter-agent trust, audit logging.\nmetadata: {\"openclaw\": {\"requires\": {\"env\": [\"AGT_GOVERNANCE_ENABLED\"]}, \"primaryEnv\": \"AGT_GOVERNANCE_ENABLED\"}}\n---\n\n# AGT Governance — Tool Policy, Trust, and Audit\n\nYou are running with AGT (Agent Governance Toolkit) governance enabled. This means every tool call you make is evaluated against a policy before execution.\n\n## What governance does\n\n- **Tool-level policy**: Before you execute a shell command or tool, AGT checks if it's allowed. Dangerous operations (rm -rf, chmod 777, dd) are blocked. Destructive operations (rm, delete) require human approval.\n- **Trust scoring**: When communicating with other agents, trust scores (0-1000) determine what actions are allowed. Higher trust = more capabilities.\n- **Audit logging**: Every action you take is recorded in a tamper-evident hash-chain log for compliance.\n\n## What governance does NOT do (kars handles these)\n\n- Network restrictions → kars iptables + NetworkPolicy (kernel-level)\n- Filesystem scope → kars read-only rootfs (OS-level)\n- Content safety → kars Content Safety API (router-level)\n- Token budgets → kars inference router (router-level)\n- IMDS blocking → kars iptables UID-based (kernel-level)\n\n## How it works\n\nAGT runs in-process (\u003C 0.1ms overhead per check). The policy is loaded from `$AGT_POLICY_DIR`.\n\n## Inter-agent communication\n\nWhen sending messages to other agents:\n1. Your message is signed with your Ed25519 identity (DID)\n2. The target agent's trust score is checked against the threshold\n3. If trust is sufficient, the message is delivered\n4. Trust scores update based on interaction outcomes\n\n## Trust tiers\n\n| Score | Tier | Capabilities |\n|-------|------|-------------|\n| 900-1000 | Verified Partner | Full access, elevated privileges |\n| 700-899 | Trusted | Standard operations |\n| 500-699 | Standard | Default for new agents |\n| 300-499 | Probationary | Limited, under observation |\n| 0-299 | Untrusted | Read-only or blocked |\n\n## What to do if an action is blocked\n\nIf AGT blocks an action, it will tell you why. Common reasons:\n- **Shell command not in allowlist**: Use only approved commands (ls, cat, grep, git, python, curl, etc.)\n- **Destructive operation**: Requires human approval. The operator will be notified.\n- **Rate limit exceeded**: Too many tool calls in a short period. Wait and retry.\n- **Trust score too low**: The target agent's trust is below the threshold.\n",{"data":56,"body":62},{"name":4,"description":6,"metadata":57},{"openclaw":58},{"requires":59,"primaryEnv":61},{"env":60},[61],"AGT_GOVERNANCE_ENABLED",{"type":63,"children":64},"root",[65,74,80,87,123,129,157,163,177,183,188,212,218,341,347,352],{"type":66,"tag":67,"props":68,"children":70},"element","h1",{"id":69},"agt-governance-tool-policy-trust-and-audit",[71],{"type":72,"value":73},"text","AGT Governance — Tool Policy, Trust, and Audit",{"type":66,"tag":75,"props":76,"children":77},"p",{},[78],{"type":72,"value":79},"You are running with AGT (Agent Governance Toolkit) governance enabled. This means every tool call you make is evaluated against a policy before execution.",{"type":66,"tag":81,"props":82,"children":84},"h2",{"id":83},"what-governance-does",[85],{"type":72,"value":86},"What governance does",{"type":66,"tag":88,"props":89,"children":90},"ul",{},[91,103,113],{"type":66,"tag":92,"props":93,"children":94},"li",{},[95,101],{"type":66,"tag":96,"props":97,"children":98},"strong",{},[99],{"type":72,"value":100},"Tool-level policy",{"type":72,"value":102},": Before you execute a shell command or tool, AGT checks if it's allowed. Dangerous operations (rm -rf, chmod 777, dd) are blocked. Destructive operations (rm, delete) require human approval.",{"type":66,"tag":92,"props":104,"children":105},{},[106,111],{"type":66,"tag":96,"props":107,"children":108},{},[109],{"type":72,"value":110},"Trust scoring",{"type":72,"value":112},": When communicating with other agents, trust scores (0-1000) determine what actions are allowed. Higher trust = more capabilities.",{"type":66,"tag":92,"props":114,"children":115},{},[116,121],{"type":66,"tag":96,"props":117,"children":118},{},[119],{"type":72,"value":120},"Audit logging",{"type":72,"value":122},": Every action you take is recorded in a tamper-evident hash-chain log for compliance.",{"type":66,"tag":81,"props":124,"children":126},{"id":125},"what-governance-does-not-do-kars-handles-these",[127],{"type":72,"value":128},"What governance does NOT do (kars handles these)",{"type":66,"tag":88,"props":130,"children":131},{},[132,137,142,147,152],{"type":66,"tag":92,"props":133,"children":134},{},[135],{"type":72,"value":136},"Network restrictions → kars iptables + NetworkPolicy (kernel-level)",{"type":66,"tag":92,"props":138,"children":139},{},[140],{"type":72,"value":141},"Filesystem scope → kars read-only rootfs (OS-level)",{"type":66,"tag":92,"props":143,"children":144},{},[145],{"type":72,"value":146},"Content safety → kars Content Safety API (router-level)",{"type":66,"tag":92,"props":148,"children":149},{},[150],{"type":72,"value":151},"Token budgets → kars inference router (router-level)",{"type":66,"tag":92,"props":153,"children":154},{},[155],{"type":72,"value":156},"IMDS blocking → kars iptables UID-based (kernel-level)",{"type":66,"tag":81,"props":158,"children":160},{"id":159},"how-it-works",[161],{"type":72,"value":162},"How it works",{"type":66,"tag":75,"props":164,"children":165},{},[166,168,175],{"type":72,"value":167},"AGT runs in-process (\u003C 0.1ms overhead per check). The policy is loaded from ",{"type":66,"tag":169,"props":170,"children":172},"code",{"className":171},[],[173],{"type":72,"value":174},"$AGT_POLICY_DIR",{"type":72,"value":176},".",{"type":66,"tag":81,"props":178,"children":180},{"id":179},"inter-agent-communication",[181],{"type":72,"value":182},"Inter-agent communication",{"type":66,"tag":75,"props":184,"children":185},{},[186],{"type":72,"value":187},"When sending messages to other agents:",{"type":66,"tag":189,"props":190,"children":191},"ol",{},[192,197,202,207],{"type":66,"tag":92,"props":193,"children":194},{},[195],{"type":72,"value":196},"Your message is signed with your Ed25519 identity (DID)",{"type":66,"tag":92,"props":198,"children":199},{},[200],{"type":72,"value":201},"The target agent's trust score is checked against the threshold",{"type":66,"tag":92,"props":203,"children":204},{},[205],{"type":72,"value":206},"If trust is sufficient, the message is delivered",{"type":66,"tag":92,"props":208,"children":209},{},[210],{"type":72,"value":211},"Trust scores update based on interaction outcomes",{"type":66,"tag":81,"props":213,"children":215},{"id":214},"trust-tiers",[216],{"type":72,"value":217},"Trust tiers",{"type":66,"tag":219,"props":220,"children":221},"table",{},[222,246],{"type":66,"tag":223,"props":224,"children":225},"thead",{},[226],{"type":66,"tag":227,"props":228,"children":229},"tr",{},[230,236,241],{"type":66,"tag":231,"props":232,"children":233},"th",{},[234],{"type":72,"value":235},"Score",{"type":66,"tag":231,"props":237,"children":238},{},[239],{"type":72,"value":240},"Tier",{"type":66,"tag":231,"props":242,"children":243},{},[244],{"type":72,"value":245},"Capabilities",{"type":66,"tag":247,"props":248,"children":249},"tbody",{},[250,269,287,305,323],{"type":66,"tag":227,"props":251,"children":252},{},[253,259,264],{"type":66,"tag":254,"props":255,"children":256},"td",{},[257],{"type":72,"value":258},"900-1000",{"type":66,"tag":254,"props":260,"children":261},{},[262],{"type":72,"value":263},"Verified Partner",{"type":66,"tag":254,"props":265,"children":266},{},[267],{"type":72,"value":268},"Full access, elevated privileges",{"type":66,"tag":227,"props":270,"children":271},{},[272,277,282],{"type":66,"tag":254,"props":273,"children":274},{},[275],{"type":72,"value":276},"700-899",{"type":66,"tag":254,"props":278,"children":279},{},[280],{"type":72,"value":281},"Trusted",{"type":66,"tag":254,"props":283,"children":284},{},[285],{"type":72,"value":286},"Standard operations",{"type":66,"tag":227,"props":288,"children":289},{},[290,295,300],{"type":66,"tag":254,"props":291,"children":292},{},[293],{"type":72,"value":294},"500-699",{"type":66,"tag":254,"props":296,"children":297},{},[298],{"type":72,"value":299},"Standard",{"type":66,"tag":254,"props":301,"children":302},{},[303],{"type":72,"value":304},"Default for new agents",{"type":66,"tag":227,"props":306,"children":307},{},[308,313,318],{"type":66,"tag":254,"props":309,"children":310},{},[311],{"type":72,"value":312},"300-499",{"type":66,"tag":254,"props":314,"children":315},{},[316],{"type":72,"value":317},"Probationary",{"type":66,"tag":254,"props":319,"children":320},{},[321],{"type":72,"value":322},"Limited, under observation",{"type":66,"tag":227,"props":324,"children":325},{},[326,331,336],{"type":66,"tag":254,"props":327,"children":328},{},[329],{"type":72,"value":330},"0-299",{"type":66,"tag":254,"props":332,"children":333},{},[334],{"type":72,"value":335},"Untrusted",{"type":66,"tag":254,"props":337,"children":338},{},[339],{"type":72,"value":340},"Read-only or blocked",{"type":66,"tag":81,"props":342,"children":344},{"id":343},"what-to-do-if-an-action-is-blocked",[345],{"type":72,"value":346},"What to do if an action is blocked",{"type":66,"tag":75,"props":348,"children":349},{},[350],{"type":72,"value":351},"If AGT blocks an action, it will tell you why. Common reasons:",{"type":66,"tag":88,"props":353,"children":354},{},[355,365,375,385],{"type":66,"tag":92,"props":356,"children":357},{},[358,363],{"type":66,"tag":96,"props":359,"children":360},{},[361],{"type":72,"value":362},"Shell command not in allowlist",{"type":72,"value":364},": Use only approved commands (ls, cat, grep, git, python, curl, etc.)",{"type":66,"tag":92,"props":366,"children":367},{},[368,373],{"type":66,"tag":96,"props":369,"children":370},{},[371],{"type":72,"value":372},"Destructive operation",{"type":72,"value":374},": Requires human approval. The operator will be notified.",{"type":66,"tag":92,"props":376,"children":377},{},[378,383],{"type":66,"tag":96,"props":379,"children":380},{},[381],{"type":72,"value":382},"Rate limit exceeded",{"type":72,"value":384},": Too many tool calls in a short period. Wait and retry.",{"type":66,"tag":92,"props":386,"children":387},{},[388,393],{"type":66,"tag":96,"props":389,"children":390},{},[391],{"type":72,"value":392},"Trust score too low",{"type":72,"value":394},": The target agent's trust is below the threshold.",{"items":396,"total":498},[397,405,417,440,452,466,481],{"slug":4,"name":4,"fn":5,"description":6,"org":398,"tags":399,"stars":27,"repoUrl":28,"updatedAt":29},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[400,401,402,403,404],{"name":22,"slug":23,"type":14},{"name":19,"slug":20,"type":14},{"name":11,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"name":25,"slug":26,"type":14},{"slug":406,"name":406,"fn":407,"description":408,"org":409,"tags":410,"stars":27,"repoUrl":28,"updatedAt":416},"foundry-agents","inspect and invoke Foundry prompt agents","Query and inspect Foundry prompt agents and invoke Foundry tools via the Responses API. OpenClaw is the orchestrator — Foundry provides managed AI services.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[411,412,415],{"name":22,"slug":23,"type":14},{"name":413,"slug":414,"type":14},"API Development","api-development",{"name":11,"slug":8,"type":14},"2026-07-12T08:18:31.798351",{"slug":418,"name":418,"fn":419,"description":420,"org":421,"tags":422,"stars":27,"repoUrl":28,"updatedAt":439},"foundry-code","execute Python code in Azure Foundry","Python code execution via Azure AI Foundry Responses API with code_interpreter tool. Data analysis, charts, and math in a managed sandbox.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[423,424,427,430,433,436],{"name":11,"slug":8,"type":14},{"name":425,"slug":426,"type":14},"Charts","charts",{"name":428,"slug":429,"type":14},"Data Analysis","data-analysis",{"name":431,"slug":432,"type":14},"Data Visualization","data-visualization",{"name":434,"slug":435,"type":14},"Mathematics","mathematics",{"name":437,"slug":438,"type":14},"Python","python","2026-07-12T08:18:30.4206",{"slug":441,"name":441,"fn":442,"description":443,"org":444,"tags":445,"stars":27,"repoUrl":28,"updatedAt":451},"foundry-conversations","manage persistent conversations via Foundry","Manage persistent conversations via Foundry Conversations API. Create conversations, add messages, and maintain history across sessions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[446,447,448],{"name":22,"slug":23,"type":14},{"name":11,"slug":8,"type":14},{"name":449,"slug":450,"type":14},"Memory","memory","2026-07-12T08:18:38.407887",{"slug":453,"name":453,"fn":454,"description":455,"org":456,"tags":457,"stars":27,"repoUrl":28,"updatedAt":465},"foundry-deployments","query Foundry model deployments and infrastructure","Query model deployments, connections, and indexes in the Foundry project. Discover available models and infrastructure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[458,459,462],{"name":11,"slug":8,"type":14},{"name":460,"slug":461,"type":14},"Infrastructure","infrastructure",{"name":463,"slug":464,"type":14},"LLM","llm","2026-07-12T08:18:39.662409",{"slug":467,"name":467,"fn":468,"description":469,"org":470,"tags":471,"stars":27,"repoUrl":28,"updatedAt":480},"foundry-evaluations","evaluate agent quality with Foundry Evals","Evaluate agent quality using Foundry OpenAI Evals API. Create evaluations, run them against models, and analyze results.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[472,473,476,477],{"name":11,"slug":8,"type":14},{"name":474,"slug":475,"type":14},"Evals","evals",{"name":463,"slug":464,"type":14},{"name":478,"slug":479,"type":14},"OpenAI","openai","2026-07-12T08:18:40.889909",{"slug":482,"name":482,"fn":483,"description":484,"org":485,"tags":486,"stars":27,"repoUrl":28,"updatedAt":497},"foundry-knowledge","retrieve knowledge via Foundry RAG","Knowledge retrieval (RAG) via Foundry file_search and azure_ai_search tools. Agentic retrieval with citations — uses Responses API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[487,488,491,494],{"name":11,"slug":8,"type":14},{"name":489,"slug":490,"type":14},"Knowledge Management","knowledge-management",{"name":492,"slug":493,"type":14},"Research","research",{"name":495,"slug":496,"type":14},"Search","search","2026-07-12T08:18:35.894301",11,{"items":500,"total":671},[501,516,535,552,567,582,595,610,621,633,646,659],{"slug":502,"name":502,"fn":503,"description":504,"org":505,"tags":506,"stars":513,"repoUrl":514,"updatedAt":515},"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},[507,508,511,512],{"name":11,"slug":8,"type":14},{"name":509,"slug":510,"type":14},"Compliance","compliance",{"name":16,"slug":17,"type":14},{"name":25,"slug":26,"type":14},1686,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":517,"name":517,"fn":518,"description":519,"org":520,"tags":521,"stars":532,"repoUrl":533,"updatedAt":534},"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},[522,523,526,529],{"name":11,"slug":8,"type":14},{"name":524,"slug":525,"type":14},"Deployment","deployment",{"name":527,"slug":528,"type":14},"Infrastructure as Code","infrastructure-as-code",{"name":530,"slug":531,"type":14},"Migration","migration",260,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-07-12T08:17:49.646405",{"slug":536,"name":536,"fn":537,"description":538,"org":539,"tags":540,"stars":549,"repoUrl":550,"updatedAt":551},"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},[541,542,543,546],{"name":413,"slug":414,"type":14},{"name":11,"slug":8,"type":14},{"name":544,"slug":545,"type":14},"Code Review","code-review",{"name":547,"slug":548,"type":14},"Documentation","documentation",133,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-sdk-tools","2026-07-12T08:17:43.350876",{"slug":553,"name":553,"fn":554,"description":555,"org":556,"tags":557,"stars":549,"repoUrl":550,"updatedAt":566},"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},[558,559,560,563],{"name":11,"slug":8,"type":14},{"name":524,"slug":525,"type":14},{"name":561,"slug":562,"type":14},"SDK","sdk",{"name":564,"slug":565,"type":14},"Testing","testing","2026-07-12T08:17:44.718943",{"slug":568,"name":568,"fn":569,"description":570,"org":571,"tags":572,"stars":549,"repoUrl":550,"updatedAt":581},"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},[573,574,577,580],{"name":11,"slug":8,"type":14},{"name":575,"slug":576,"type":14},"GitHub","github",{"name":578,"slug":579,"type":14},"Project Management","project-management",{"name":561,"slug":562,"type":14},"2026-07-12T08:17:38.345387",{"slug":583,"name":583,"fn":584,"description":585,"org":586,"tags":587,"stars":549,"repoUrl":550,"updatedAt":594},"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},[588,589,592,593],{"name":11,"slug":8,"type":14},{"name":590,"slug":591,"type":14},"CI\u002FCD","ci-cd",{"name":524,"slug":525,"type":14},{"name":561,"slug":562,"type":14},"2026-07-12T08:17:34.27607",{"slug":596,"name":596,"fn":597,"description":598,"org":599,"tags":600,"stars":549,"repoUrl":550,"updatedAt":609},"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},[601,602,603,606],{"name":413,"slug":414,"type":14},{"name":11,"slug":8,"type":14},{"name":604,"slug":605,"type":14},"OpenAPI","openapi",{"name":607,"slug":608,"type":14},"Technical Writing","technical-writing","2026-07-12T08:17:39.603232",{"slug":611,"name":611,"fn":612,"description":613,"org":614,"tags":615,"stars":549,"repoUrl":550,"updatedAt":620},"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},[616,617,618,619],{"name":11,"slug":8,"type":14},{"name":590,"slug":591,"type":14},{"name":561,"slug":562,"type":14},{"name":564,"slug":565,"type":14},"2026-07-12T08:17:37.08523",{"slug":622,"name":622,"fn":623,"description":624,"org":625,"tags":626,"stars":549,"repoUrl":550,"updatedAt":632},"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},[627,628,631],{"name":463,"slug":464,"type":14},{"name":629,"slug":630,"type":14},"Performance","performance",{"name":607,"slug":608,"type":14},"2026-07-12T08:17:42.080413",{"slug":634,"name":634,"fn":635,"description":636,"org":637,"tags":638,"stars":549,"repoUrl":550,"updatedAt":645},"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},[639,640,641,644],{"name":11,"slug":8,"type":14},{"name":590,"slug":591,"type":14},{"name":642,"slug":643,"type":14},"Debugging","debugging",{"name":561,"slug":562,"type":14},"2026-07-12T08:17:40.821512",{"slug":647,"name":647,"fn":648,"description":649,"org":650,"tags":651,"stars":549,"repoUrl":550,"updatedAt":658},"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},[652,653,654,657],{"name":11,"slug":8,"type":14},{"name":509,"slug":510,"type":14},{"name":655,"slug":656,"type":14},"Process Optimization","process-optimization",{"name":607,"slug":608,"type":14},"2026-07-12T08:17:32.970921",{"slug":660,"name":660,"fn":661,"description":662,"org":663,"tags":664,"stars":549,"repoUrl":550,"updatedAt":670},"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},[665,666,669],{"name":547,"slug":548,"type":14},{"name":667,"slug":668,"type":14},"Plugin Development","plugin-development",{"name":607,"slug":608,"type":14},"2026-07-12T08:17:35.873862",109]