[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-microsoft-azure-postgres-ts-de":3,"guides-for-microsoft-azure-postgres-ts":3318,"similar-k172br69jq6k4srh8e6fph3yex86mze7-de":3319},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":228,"parentExtension":251,"providers":317,"relations":321,"repo":322,"tags":3316,"workflow":3317},1778693180473.1252,"k172br69jq6k4srh8e6fph3yex86mze7",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. Use for PostgreSQL queries, connection pooling, transactions, and Microsoft Entra ID (passwordless) authentication. Triggers: \"PostgreSQL\", \"postgres\", \"pg client\", \"node-postgres\", \"Azure PostgreSQL connection\", \"PostgreSQL TypeScript\", \"pg Pool\", \"passwordless postgres\".\n",{"claudeCode":12},"microsoft/agent-skills","azure-postgres-ts","https://github.com/microsoft/agent-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":244},1778695769892.1594,"kn70ae1x656e64e7d4hdyk7k1586m2bt","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of connecting Node.js/TypeScript applications to Azure Database for PostgreSQL Flexible Server and highlights specific use cases like querying, connection pooling, and authentication.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides specific implementation details and examples for using the 'pg' package with Azure PostgreSQL, including handling both password and Microsoft Entra ID authentication, which goes beyond basic 'node-postgres' usage.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides comprehensive examples for connection pooling, parameterized queries, transactions, and token refresh for Entra ID authentication, covering the full lifecycle for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on connecting to and interacting with Azure Database for PostgreSQL from Node.js/TypeScript, with no unrelated capabilities included.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is accurate, concise, and effectively communicates the skill's purpose, features, and triggers.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill does not expose explicit tools; its functionality is accessed through code examples and direct imports.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","All necessary environment variables for connection and authentication are clearly documented, along with their required and optional nature.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This skill does not expose named tools; its functionality is accessed via imported modules and functions within user code.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","The skill is a library of code examples and utility functions, not a direct tool with defined input/output schemas for an agent.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The MIT license is clearly stated in the LICENSE file and the SKILL.md frontmatter, allowing for permissive use.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project lists `npm` as an install method, and `package.json` (inferred from `npm install` command) would typically include lockfiles for dependency management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The documentation explicitly advises against hardcoding secrets and guides users to use environment variables and Azure Identity for authentication, which are secure practices.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill demonstrates the use of parameterized queries, which is the standard defense against SQL injection vulnerabilities.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill only relies on documented NPM packages and does not fetch external content at runtime for execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's code examples focus on database interaction and do not involve file system modifications outside of expected application behavior.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The provided code examples do not contain any detached process spawns or retry loops designed to escape sandbox limitations.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill promotes secure handling of credentials via environment variables and Azure Identity, rather than sending confidential data upstream.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is clean and free of hidden steering tricks or obfuscation characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The code provided is plain, readable TypeScript and does not involve obfuscation, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill relies on standard Node.js environment variables and package management, making it portable across different project structures.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 19 open and 11 closed issues in the last 90 days, the closure rate is acceptable, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The SKILL.md frontmatter declares a version ('1.0.0'), providing a clear signal for release management.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The skill promotes parameterized queries, which intrinsically validate input values against SQL injection threats.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill primarily focuses on database connection and querying, which are not inherently destructive operations without explicit user commands.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The provided code examples include robust error handling for database operations, with specific examples for PostgreSQL error codes.",{"category":111,"check":115,"severity":42,"summary":116},"Logging","This skill provides code examples for database interaction rather than a runnable agent, so a dedicated audit log is not applicable.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill itself does not handle personal data; it facilitates database connections. Secure credential management is emphasized, minimizing risk.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is applicable to any user needing to connect Node.js/TypeScript applications to Azure PostgreSQL, making it global in scope.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard Node.js/TypeScript packages and environment variables, ensuring broad compatibility.",{"category":45,"check":128,"severity":24,"summary":129},"README","The main README file provides context on the repository's purpose and structure, and the SKILL.md offers detailed information.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This skill does not expose distinct tools; it provides code examples and patterns for direct import and use.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","As this skill provides code patterns rather than explicit tools, there are no overlapping synonyms to evaluate.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as connection pooling and Entra ID authentication, are demonstrated with accompanying code examples.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Clear installation instructions using npm are provided, along with environment variable setup guidance and code examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill provides detailed error handling examples for common PostgreSQL database errors, including specific error codes and remediation advice.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The presence of `npm install` commands implies standard Node.js dependency management, which typically involves lockfiles for pinning.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill provides code examples for database interaction and does not include commands that would require a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The documentation includes recommendations for connection timeouts and demonstrates transaction management, which aids in handling retries and state.",{"category":118,"check":158,"severity":42,"summary":159},"Telemetry opt-in","This skill provides code examples and does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly states its purpose (connecting Node.js/TypeScript to Azure PostgreSQL) and provides specific use cases and triggers.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, clearly defining the skill's name, description, and triggers within the character limit.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured, uses code examples effectively, and avoids excessive verbosity.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is concise, providing core workflows and referencing external documentation for deeper dives where applicable.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill is focused on database connection and querying, not deep exploration that would require forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The skill provides numerous ready-to-use TypeScript code examples demonstrating single client connection, connection pooling, parameterized queries, transactions, and typed queries.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill includes a dedicated section on error handling, detailing common PostgreSQL error codes, their symptoms, and potential recovery steps.",{"category":111,"check":183,"severity":42,"summary":184},"Tool Fallback","This skill does not rely on external MCP servers or tools, so fallback mechanisms are not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The error handling examples and best practices suggest proper handling of unexpected states, including transaction rollbacks.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses on its specific task of connecting to Azure PostgreSQL, without implicit reliance on other skills.",1778695769779,"This skill provides detailed guidance and code examples for connecting Node.js and TypeScript applications to Azure Database for PostgreSQL Flexible Server using the 'pg' (node-postgres) package. It covers password and Microsoft Entra ID (passwordless) authentication, connection pooling, parameterized queries, transactions, and token refresh mechanisms.",[195,196,197,198,199,200,201,202],"Connect to Azure Database for PostgreSQL Flexible Server","Use node-postgres (pg) package","Support password authentication","Support Microsoft Entra ID (passwordless) authentication","Connection pooling for production","Parameterized queries to prevent SQL injection","Transaction management","Typed queries with TypeScript generics",[204,205,206],"Providing a full ORM solution.","Managing Azure infrastructure deployment.","Performing advanced database administration tasks beyond connection and querying.","3.0.0","4.4.0","To enable developers to reliably connect and interact with Azure Database for PostgreSQL from Node.js and TypeScript applications, leveraging secure authentication methods.","The skill is well-documented, provides comprehensive code examples for production readiness, and demonstrates robust error handling and security practices. No critical or warning findings were identified.",100,"Excellent skill for connecting Node.js/TypeScript to Azure PostgreSQL with Entra ID authentication.",[214,215,216,217,218],"postgresql","typescript","azure","database","node-postgres","global","verified",[222,223,224,225],"Connecting Node.js/TypeScript applications to Azure PostgreSQL.","Implementing secure authentication using Entra ID.","Managing database connections efficiently with connection pooling.","Executing complex queries and transactions safely.",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":240,"testCoverage":243},{"hasLockfile":228},true,1778695754276,{"descriptionLength":231,"readmeSize":232},393,44015,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"manifestVersion":236,"openIssues90d":237,"pushedAt":238,"stars":239},11,259,"1.0.0",19,1778672593000,2300,{"hasNpmPackage":241,"license":242,"smitheryVerified":241},false,"MIT",{"hasCi":228,"hasTests":228},{"updatedAt":245},1778695769892,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-postgres-ts","microsoft","agent-skills","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":260,"parentExtension":263,"providers":298,"relations":311,"tags":313,"workflow":314},1778693180473.096,"k178kb88kvde2xfvrp03jpy6cn86nav5",{"reviewCount":8},{"description":256,"installMethods":257,"name":259,"sourceUrl":14},"Azure SDK patterns and best practices for TypeScript/Node.js developers covering AI, storage, identity, monitoring, and messaging libraries.",{"claudeCode":258},"azure-sdk-typescript","Azure SDK TypeScript",{"basePath":261,"githubOwner":248,"githubRepo":249,"locale":18,"slug":258,"type":262},".github/plugins/azure-sdk-typescript","plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":273,"providers":277,"relations":292,"tags":294,"workflow":295},1778693420968.8252,"k175aa6v1epj7d37kr7nb92nb186mga4",{"reviewCount":8},{"description":268,"installMethods":269,"name":271,"sourceUrl":272},"Skills, agents, and plugins for AI coding agents working with Azure SDKs and Microsoft AI Foundry",{"claudeCode":270},"microsoft/skills","Microsoft Skills","https://github.com/microsoft/skills",{"basePath":274,"githubOwner":248,"githubRepo":275,"locale":18,"slug":275,"type":276},"","skills","marketplace",{"evaluate":278,"extract":286},{"promptVersionExtension":279,"promptVersionScoring":208,"score":280,"tags":281,"targetMarket":219,"tier":285},"3.1.0",75,[216,282,283,276,284],"ai","sdk","coding-agents","community",{"commitSha":287,"license":242,"marketplace":288,"plugin":290},"HEAD",{"name":275,"pluginCount":289},7,{"mcpCount":8,"provider":291,"skillCount":8},"classify",{"repoId":293},"kd7fvh7963hh25at0qh51k2y6d86mx1p",[282,216,284,276,283],{"evaluatedAt":296,"extractAt":297,"updatedAt":296},1778693452743,1778693420968,{"evaluate":299,"extract":308},{"promptVersionExtension":207,"promptVersionScoring":208,"score":300,"tags":301,"targetMarket":219,"tier":285},95,[216,215,302,283,282,303,304,305,306,217,307],"nodejs","storage","identity","monitoring","messaging","api",{"commitSha":287,"license":242,"plugin":309},{"mcpCount":8,"provider":291,"skillCount":310},24,{"parentExtensionId":265,"repoId":312},"kd77czgnv00rfjm815pcc5xx5986n5t8",[282,307,216,217,304,306,305,302,283,303,215],{"evaluatedAt":315,"extractAt":316,"updatedAt":315},1778693502242,1778693180473,{"evaluate":318,"extract":320},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":319,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":287},{"parentExtensionId":253,"repoId":312},{"_creationTime":323,"_id":312,"identity":324,"providers":325,"workflow":3312},1778693173006.0728,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":326,"discover":3302,"github":3305},{"commitSha":287,"extensions":327},[328,341,404,479,568,635,691,752,775,785,794,802,810,818,826,834,842,850,858,866,880,888,896,904,912,920,928,942,950,958,966,974,982,996,1008,1016,1024,1032,1040,1050,1059,1068,1077,1086,1095,1104,1113,1122,1131,1140,1149,1158,1167,1176,1185,1194,1203,1212,1221,1230,1239,1248,1257,1266,1275,1291,1299,1307,1315,1323,1353,1361,1369,1377,1385,1393,1405,1413,1421,1445,1458,1466,1474,1488,1496,1504,1512,1520,1528,1536,1544,1552,1560,1568,1576,1593,1607,1617,1625,1633,1641,1649,1659,1667,1676,1684,1692,1700,1708,1716,1724,1732,1746,1754,1762,1773,1781,1793,1801,1812,1823,1835,1847,1857,1865,1873,1878,1888,1899,1911,1919,1927,1935,1960,1968,1980,1990,2018,2050,2088,2107,2175,2212,2228,2236,2322,2339,2415,2432,2450,2466,2474,2482,2803,2815,2823,2832,2845,2878,2943,2971,2985,3017,3031,3045,3061,3075,3087,3095,3103,3111,3119,3127,3135,3143,3151,3159,3167,3189,3197,3205,3221,3229,3245,3261,3269,3282],{"basePath":274,"description":268,"displayName":275,"installMethods":329,"rationale":330,"selectedPaths":331,"source":340,"sourceLanguage":18,"type":276},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json (coalesced with duplicate marketplace at .github/plugin)",[332,335,337],{"path":333,"priority":334},".claude-plugin/marketplace.json","mandatory",{"path":336,"priority":334},"README.md",{"path":338,"priority":339},"LICENSE","high","rule",{"basePath":342,"description":343,"displayName":344,"installMethods":345,"license":242,"rationale":346,"selectedPaths":347,"source":340,"sourceLanguage":18,"type":262},".github/plugins/deep-wiki","AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.","deep-wiki",{"claudeCode":344},"plugin manifest at .github/plugins/deep-wiki/.claude-plugin/plugin.json",[348,350,351,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402],{"path":349,"priority":334},".claude-plugin/plugin.json",{"path":336,"priority":334},{"path":352,"priority":353},"skills/wiki-ado-convert/SKILL.md","medium",{"path":355,"priority":353},"skills/wiki-agents-md/SKILL.md",{"path":357,"priority":353},"skills/wiki-architect/SKILL.md",{"path":359,"priority":353},"skills/wiki-changelog/SKILL.md",{"path":361,"priority":353},"skills/wiki-llms-txt/SKILL.md",{"path":363,"priority":353},"skills/wiki-onboarding/SKILL.md",{"path":365,"priority":353},"skills/wiki-page-writer/SKILL.md",{"path":367,"priority":353},"skills/wiki-qa/SKILL.md",{"path":369,"priority":353},"skills/wiki-researcher/SKILL.md",{"path":371,"priority":353},"skills/wiki-vitepress/SKILL.md",{"path":373,"priority":339},"agents/wiki-architect.md",{"path":375,"priority":339},"agents/wiki-researcher.md",{"path":377,"priority":339},"agents/wiki-writer.md",{"path":379,"priority":339},"commands/ado.md",{"path":381,"priority":339},"commands/agents.md",{"path":383,"priority":339},"commands/ask.md",{"path":385,"priority":339},"commands/build.md",{"path":387,"priority":339},"commands/catalogue.md",{"path":389,"priority":339},"commands/changelog.md",{"path":391,"priority":339},"commands/crisp.md",{"path":393,"priority":339},"commands/deploy.md",{"path":395,"priority":339},"commands/generate.md",{"path":397,"priority":339},"commands/llms.md",{"path":399,"priority":339},"commands/onboard.md",{"path":401,"priority":339},"commands/page.md",{"path":403,"priority":339},"commands/research.md",{"basePath":405,"description":406,"displayName":216,"installMethods":407,"license":242,"rationale":408,"selectedPaths":409,"source":340,"sourceLanguage":18,"type":262},".github/plugins/azure-skills","Microsoft Azure MCP and Skills integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.",{"claudeCode":216},"plugin manifest at .github/plugins/azure-skills/.claude-plugin/plugin.json (coalesced with duplicate plugin at .github/plugins/azure-skills/.plugin)",[410,411,412,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477],{"path":349,"priority":334},{"path":336,"priority":334},{"path":338,"priority":339},{"path":414,"priority":353},"skills/airunway-aks-setup/SKILL.md",{"path":416,"priority":353},"skills/appinsights-instrumentation/SKILL.md",{"path":418,"priority":353},"skills/azure-ai/SKILL.md",{"path":420,"priority":353},"skills/azure-aigateway/SKILL.md",{"path":422,"priority":353},"skills/azure-cloud-migrate/SKILL.md",{"path":424,"priority":353},"skills/azure-compliance/SKILL.md",{"path":426,"priority":353},"skills/azure-compute/SKILL.md",{"path":428,"priority":353},"skills/azure-cost/SKILL.md",{"path":430,"priority":353},"skills/azure-deploy/SKILL.md",{"path":432,"priority":353},"skills/azure-diagnostics/SKILL.md",{"path":434,"priority":353},"skills/azure-enterprise-infra-planner/SKILL.md",{"path":436,"priority":353},"skills/azure-hosted-copilot-sdk/SKILL.md",{"path":438,"priority":353},"skills/azure-kubernetes/SKILL.md",{"path":440,"priority":353},"skills/azure-kusto/SKILL.md",{"path":442,"priority":353},"skills/azure-messaging/SKILL.md",{"path":444,"priority":353},"skills/azure-prepare/SKILL.md",{"path":446,"priority":353},"skills/azure-quotas/SKILL.md",{"path":448,"priority":353},"skills/azure-rbac/SKILL.md",{"path":450,"priority":353},"skills/azure-resource-lookup/SKILL.md",{"path":452,"priority":353},"skills/azure-resource-visualizer/SKILL.md",{"path":454,"priority":353},"skills/azure-storage/SKILL.md",{"path":456,"priority":353},"skills/azure-upgrade/SKILL.md",{"path":458,"priority":353},"skills/azure-validate/SKILL.md",{"path":460,"priority":353},"skills/entra-agent-id/SKILL.md",{"path":462,"priority":353},"skills/entra-app-registration/SKILL.md",{"path":464,"priority":353},"skills/microsoft-foundry/SKILL.md",{"path":466,"priority":334},".mcp.json",{"path":468,"priority":339},"hooks/copilot-hooks.json",{"path":470,"priority":339},"hooks/cursor-hooks.json",{"path":472,"priority":339},"hooks/hooks.json",{"path":474,"priority":339},"hooks/scripts/track-telemetry.ps1",{"path":476,"priority":339},"hooks/scripts/track-telemetry.sh",{"path":478,"priority":339},".cursor-plugin/plugin.json",{"basePath":480,"description":481,"displayName":482,"installMethods":483,"license":242,"rationale":484,"selectedPaths":485,"source":340,"sourceLanguage":18,"type":262},".github/plugins/azure-sdk-python","Azure SDK patterns and best practices for Python developers covering AI, storage, identity, monitoring, messaging, and management libraries.","azure-sdk-python",{"claudeCode":482},"plugin manifest at .github/plugins/azure-sdk-python/.claude-plugin/plugin.json",[486,487,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564,566],{"path":349,"priority":334},{"path":336,"priority":334},{"path":489,"priority":353},"skills/agent-framework-azure-ai-py/SKILL.md",{"path":491,"priority":353},"skills/azure-ai-contentsafety-py/SKILL.md",{"path":493,"priority":353},"skills/azure-ai-contentunderstanding-py/SKILL.md",{"path":495,"priority":353},"skills/azure-ai-language-conversations-py/SKILL.md",{"path":497,"priority":353},"skills/azure-ai-ml-py/SKILL.md",{"path":499,"priority":353},"skills/azure-ai-projects-py/SKILL.md",{"path":501,"priority":353},"skills/azure-ai-textanalytics-py/SKILL.md",{"path":503,"priority":353},"skills/azure-ai-transcription-py/SKILL.md",{"path":505,"priority":353},"skills/azure-ai-translation-document-py/SKILL.md",{"path":507,"priority":353},"skills/azure-ai-translation-text-py/SKILL.md",{"path":509,"priority":353},"skills/azure-ai-vision-imageanalysis-py/SKILL.md",{"path":511,"priority":353},"skills/azure-ai-voicelive-py/SKILL.md",{"path":513,"priority":353},"skills/azure-appconfiguration-py/SKILL.md",{"path":515,"priority":353},"skills/azure-containerregistry-py/SKILL.md",{"path":517,"priority":353},"skills/azure-cosmos-db-py/SKILL.md",{"path":519,"priority":353},"skills/azure-cosmos-py/SKILL.md",{"path":521,"priority":353},"skills/azure-data-tables-py/SKILL.md",{"path":523,"priority":353},"skills/azure-eventgrid-py/SKILL.md",{"path":525,"priority":353},"skills/azure-eventhub-py/SKILL.md",{"path":527,"priority":353},"skills/azure-identity-py/SKILL.md",{"path":529,"priority":353},"skills/azure-keyvault-py/SKILL.md",{"path":531,"priority":353},"skills/azure-messaging-webpubsubservice-py/SKILL.md",{"path":533,"priority":353},"skills/azure-mgmt-apicenter-py/SKILL.md",{"path":535,"priority":353},"skills/azure-mgmt-apimanagement-py/SKILL.md",{"path":537,"priority":353},"skills/azure-mgmt-botservice-py/SKILL.md",{"path":539,"priority":353},"skills/azure-mgmt-fabric-py/SKILL.md",{"path":541,"priority":353},"skills/azure-monitor-ingestion-py/SKILL.md",{"path":543,"priority":353},"skills/azure-monitor-opentelemetry-exporter-py/SKILL.md",{"path":545,"priority":353},"skills/azure-monitor-opentelemetry-py/SKILL.md",{"path":547,"priority":353},"skills/azure-monitor-query-py/SKILL.md",{"path":549,"priority":353},"skills/azure-search-documents-py/SKILL.md",{"path":551,"priority":353},"skills/azure-servicebus-py/SKILL.md",{"path":553,"priority":353},"skills/azure-speech-to-text-rest-py/SKILL.md",{"path":555,"priority":353},"skills/azure-storage-blob-py/SKILL.md",{"path":557,"priority":353},"skills/azure-storage-file-datalake-py/SKILL.md",{"path":559,"priority":353},"skills/azure-storage-file-share-py/SKILL.md",{"path":561,"priority":353},"skills/azure-storage-queue-py/SKILL.md",{"path":563,"priority":353},"skills/fastapi-router-py/SKILL.md",{"path":565,"priority":353},"skills/m365-agents-py/SKILL.md",{"path":567,"priority":353},"skills/pydantic-models-py/SKILL.md",{"basePath":569,"description":570,"displayName":571,"installMethods":572,"license":242,"rationale":573,"selectedPaths":574,"source":340,"sourceLanguage":18,"type":262},".github/plugins/azure-sdk-dotnet","Azure SDK patterns and best practices for .NET developers covering AI, resource management, identity, messaging, and Key Vault libraries.","azure-sdk-dotnet",{"claudeCode":571},"plugin manifest at .github/plugins/azure-sdk-dotnet/.claude-plugin/plugin.json",[575,576,577,579,581,583,585,587,589,591,593,595,597,599,601,603,605,607,609,611,613,615,617,619,621,623,625,627,629,631,633],{"path":349,"priority":334},{"path":336,"priority":334},{"path":578,"priority":353},"skills/azure-ai-agents-persistent-dotnet/SKILL.md",{"path":580,"priority":353},"skills/azure-ai-document-intelligence-dotnet/SKILL.md",{"path":582,"priority":353},"skills/azure-ai-openai-dotnet/SKILL.md",{"path":584,"priority":353},"skills/azure-ai-projects-dotnet/SKILL.md",{"path":586,"priority":353},"skills/azure-ai-voicelive-dotnet/SKILL.md",{"path":588,"priority":353},"skills/azure-eventgrid-dotnet/SKILL.md",{"path":590,"priority":353},"skills/azure-eventhub-dotnet/SKILL.md",{"path":592,"priority":353},"skills/azure-identity-dotnet/SKILL.md",{"path":594,"priority":353},"skills/azure-maps-search-dotnet/SKILL.md",{"path":596,"priority":353},"skills/azure-mgmt-apicenter-dotnet/SKILL.md",{"path":598,"priority":353},"skills/azure-mgmt-apimanagement-dotnet/SKILL.md",{"path":600,"priority":353},"skills/azure-mgmt-applicationinsights-dotnet/SKILL.md",{"path":602,"priority":353},"skills/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md",{"path":604,"priority":353},"skills/azure-mgmt-botservice-dotnet/SKILL.md",{"path":606,"priority":353},"skills/azure-mgmt-fabric-dotnet/SKILL.md",{"path":608,"priority":353},"skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md",{"path":610,"priority":353},"skills/azure-mgmt-weightsandbiases-dotnet/SKILL.md",{"path":612,"priority":353},"skills/azure-resource-manager-cosmosdb-dotnet/SKILL.md",{"path":614,"priority":353},"skills/azure-resource-manager-durabletask-dotnet/SKILL.md",{"path":616,"priority":353},"skills/azure-resource-manager-mysql-dotnet/SKILL.md",{"path":618,"priority":353},"skills/azure-resource-manager-playwright-dotnet/SKILL.md",{"path":620,"priority":353},"skills/azure-resource-manager-postgresql-dotnet/SKILL.md",{"path":622,"priority":353},"skills/azure-resource-manager-redis-dotnet/SKILL.md",{"path":624,"priority":353},"skills/azure-resource-manager-sql-dotnet/SKILL.md",{"path":626,"priority":353},"skills/azure-search-documents-dotnet/SKILL.md",{"path":628,"priority":353},"skills/azure-security-keyvault-keys-dotnet/SKILL.md",{"path":630,"priority":353},"skills/azure-servicebus-dotnet/SKILL.md",{"path":632,"priority":353},"skills/m365-agents-dotnet/SKILL.md",{"path":634,"priority":353},"skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md",{"basePath":261,"description":256,"displayName":258,"installMethods":636,"license":242,"rationale":637,"selectedPaths":638,"source":340,"sourceLanguage":18,"type":262},{"claudeCode":258},"plugin manifest at .github/plugins/azure-sdk-typescript/.claude-plugin/plugin.json",[639,640,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689],{"path":349,"priority":334},{"path":336,"priority":334},{"path":642,"priority":353},"skills/applicationinsights-web-ts/SKILL.md",{"path":644,"priority":353},"skills/azure-ai-contentsafety-ts/SKILL.md",{"path":646,"priority":353},"skills/azure-ai-document-intelligence-ts/SKILL.md",{"path":648,"priority":353},"skills/azure-ai-projects-ts/SKILL.md",{"path":650,"priority":353},"skills/azure-ai-translation-ts/SKILL.md",{"path":652,"priority":353},"skills/azure-ai-voicelive-ts/SKILL.md",{"path":654,"priority":353},"skills/azure-appconfiguration-ts/SKILL.md",{"path":656,"priority":353},"skills/azure-cosmos-ts/SKILL.md",{"path":658,"priority":353},"skills/azure-eventhub-ts/SKILL.md",{"path":660,"priority":353},"skills/azure-identity-ts/SKILL.md",{"path":662,"priority":353},"skills/azure-keyvault-keys-ts/SKILL.md",{"path":664,"priority":353},"skills/azure-keyvault-secrets-ts/SKILL.md",{"path":666,"priority":353},"skills/azure-microsoft-playwright-testing-ts/SKILL.md",{"path":668,"priority":353},"skills/azure-monitor-opentelemetry-ts/SKILL.md",{"path":670,"priority":353},"skills/azure-postgres-ts/SKILL.md",{"path":672,"priority":353},"skills/azure-search-documents-ts/SKILL.md",{"path":674,"priority":353},"skills/azure-servicebus-ts/SKILL.md",{"path":676,"priority":353},"skills/azure-storage-blob-ts/SKILL.md",{"path":678,"priority":353},"skills/azure-storage-file-share-ts/SKILL.md",{"path":680,"priority":353},"skills/azure-storage-queue-ts/SKILL.md",{"path":682,"priority":353},"skills/azure-web-pubsub-ts/SKILL.md",{"path":684,"priority":353},"skills/frontend-ui-dark-ts/SKILL.md",{"path":686,"priority":353},"skills/m365-agents-ts/SKILL.md",{"path":688,"priority":353},"skills/react-flow-node-ts/SKILL.md",{"path":690,"priority":353},"skills/zustand-store-ts/SKILL.md",{"basePath":692,"description":693,"displayName":694,"installMethods":695,"license":242,"rationale":696,"selectedPaths":697,"source":340,"sourceLanguage":18,"type":262},".github/plugins/azure-sdk-java","Azure SDK patterns and best practices for Java developers covering AI, communication, storage, identity, monitoring, and management libraries.","azure-sdk-java",{"claudeCode":694},"plugin manifest at .github/plugins/azure-sdk-java/.claude-plugin/plugin.json",[698,699,700,702,704,706,708,710,712,714,716,718,720,722,724,726,728,730,732,734,736,738,740,742,744,746,748,750],{"path":349,"priority":334},{"path":336,"priority":334},{"path":701,"priority":353},"skills/azure-ai-agents-persistent-java/SKILL.md",{"path":703,"priority":353},"skills/azure-ai-anomalydetector-java/SKILL.md",{"path":705,"priority":353},"skills/azure-ai-contentsafety-java/SKILL.md",{"path":707,"priority":353},"skills/azure-ai-formrecognizer-java/SKILL.md",{"path":709,"priority":353},"skills/azure-ai-projects-java/SKILL.md",{"path":711,"priority":353},"skills/azure-ai-vision-imageanalysis-java/SKILL.md",{"path":713,"priority":353},"skills/azure-ai-voicelive-java/SKILL.md",{"path":715,"priority":353},"skills/azure-appconfiguration-java/SKILL.md",{"path":717,"priority":353},"skills/azure-communication-callautomation-java/SKILL.md",{"path":719,"priority":353},"skills/azure-communication-callingserver-java/SKILL.md",{"path":721,"priority":353},"skills/azure-communication-chat-java/SKILL.md",{"path":723,"priority":353},"skills/azure-communication-common-java/SKILL.md",{"path":725,"priority":353},"skills/azure-communication-sms-java/SKILL.md",{"path":727,"priority":353},"skills/azure-compute-batch-java/SKILL.md",{"path":729,"priority":353},"skills/azure-cosmos-java/SKILL.md",{"path":731,"priority":353},"skills/azure-data-tables-java/SKILL.md",{"path":733,"priority":353},"skills/azure-eventgrid-java/SKILL.md",{"path":735,"priority":353},"skills/azure-eventhub-java/SKILL.md",{"path":737,"priority":353},"skills/azure-identity-java/SKILL.md",{"path":739,"priority":353},"skills/azure-messaging-webpubsub-java/SKILL.md",{"path":741,"priority":353},"skills/azure-monitor-ingestion-java/SKILL.md",{"path":743,"priority":353},"skills/azure-monitor-opentelemetry-exporter-java/SKILL.md",{"path":745,"priority":353},"skills/azure-monitor-query-java/SKILL.md",{"path":747,"priority":353},"skills/azure-security-keyvault-keys-java/SKILL.md",{"path":749,"priority":353},"skills/azure-security-keyvault-secrets-java/SKILL.md",{"path":751,"priority":353},"skills/azure-storage-blob-java/SKILL.md",{"basePath":753,"description":754,"displayName":755,"installMethods":756,"license":242,"rationale":757,"selectedPaths":758,"source":340,"sourceLanguage":18,"type":262},".github/plugins/azure-sdk-rust","Azure SDK patterns and best practices for Rust developers covering identity, Key Vault, storage, Cosmos DB, and Event Hubs.","azure-sdk-rust",{"claudeCode":755},"plugin manifest at .github/plugins/azure-sdk-rust/.claude-plugin/plugin.json",[759,760,761,763,765,767,769,771,773],{"path":349,"priority":334},{"path":336,"priority":334},{"path":762,"priority":353},"skills/azure-cosmos-rust/SKILL.md",{"path":764,"priority":353},"skills/azure-eventhub-rust/SKILL.md",{"path":766,"priority":353},"skills/azure-identity-rust/SKILL.md",{"path":768,"priority":353},"skills/azure-keyvault-certificates-rust/SKILL.md",{"path":770,"priority":353},"skills/azure-keyvault-keys-rust/SKILL.md",{"path":772,"priority":353},"skills/azure-keyvault-secrets-rust/SKILL.md",{"path":774,"priority":353},"skills/azure-storage-blob-rust/SKILL.md",{"basePath":776,"description":777,"displayName":778,"installMethods":779,"license":242,"rationale":780,"selectedPaths":781,"source":340,"sourceLanguage":18,"type":262},".github/plugins/microsoft-foundry","Foundry-platform fluency for any language. One orchestrator + 10 sub-skills covering hosted agents, intent-based toolboxes, multi-agent workflows, Foundry IQ knowledge bases, managed skills, long-term memory, observability and evaluations, and governance via the Foundry Control Plane. Bundles Azure MCP, Foundry MCP (mcp.ai.azure.com), and Microsoft Docs MCP for live operations and always-current docs.","microsoft-foundry",{"claudeCode":778},"plugin manifest at .github/plugins/microsoft-foundry/.claude-plugin/plugin.json",[782,783,784],{"path":349,"priority":334},{"path":336,"priority":334},{"path":466,"priority":334},{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-ai-agents-persistent-dotnet","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n","azure-ai-agents-persistent-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-ai-agents-persistent-dotnet/SKILL.md",[792],{"path":793,"priority":334},"SKILL.md",{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet","Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: \"Document Intelligence\", \"DocumentIntelligenceClient\", \"form recognizer\", \"invoice extraction\", \"receipt OCR\", \"document analysis .NET\".\n","azure-ai-document-intelligence-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet/SKILL.md",[801],{"path":793,"priority":334},{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-ai-openai-dotnet","Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants. Triggers: \"Azure OpenAI\", \"AzureOpenAIClient\", \"ChatClient\", \"chat completions .NET\", \"GPT-4\", \"embeddings\", \"DALL-E\", \"Whisper\", \"OpenAI .NET\".\n","azure-ai-openai-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-ai-openai-dotnet/SKILL.md",[809],{"path":793,"priority":334},{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-ai-projects-dotnet","Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes. Use for AI Foundry project management, versioned agents, and orchestration. Triggers: \"AI Projects\", \"AIProjectClient\", \"Foundry project\", \"versioned agents\", \"evaluations\", \"datasets\", \"connections\", \"deployments .NET\".\n","azure-ai-projects-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-ai-projects-dotnet/SKILL.md",[817],{"path":793,"priority":334},{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-ai-voicelive-dotnet","Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots. Triggers: \"voice live\", \"real-time voice\", \"VoiceLiveClient\", \"VoiceLiveSession\", \"voice assistant .NET\", \"bidirectional audio\", \"speech-to-speech\".\n","azure-ai-voicelive-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-ai-voicelive-dotnet/SKILL.md",[825],{"path":793,"priority":334},{"basePath":827,"description":828,"displayName":829,"installMethods":830,"rationale":831,"selectedPaths":832,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-eventgrid-dotnet","Azure Event Grid SDK for .NET. Client library for publishing and consuming events with Azure Event Grid. Use for event-driven architectures, pub/sub messaging, CloudEvents, and EventGridEvents. Triggers: \"Event Grid\", \"EventGridPublisherClient\", \"CloudEvent\", \"EventGridEvent\", \"publish events .NET\", \"event-driven\", \"pub/sub\".\n","azure-eventgrid-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-eventgrid-dotnet/SKILL.md",[833],{"path":793,"priority":334},{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-eventhub-dotnet","Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: \"Event Hubs\", \"event streaming\", \"EventHubProducerClient\", \"EventProcessorClient\", \"send events\", \"receive events\", \"checkpointing\", \"partition\".\n","azure-eventhub-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-eventhub-dotnet/SKILL.md",[841],{"path":793,"priority":334},{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-identity-dotnet","Azure Identity library for .NET. Authentication library for Azure SDK clients using Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and developer credentials. Triggers: \"Azure Identity\", \"DefaultAzureCredential\", \"ManagedIdentityCredential\", \"ClientSecretCredential\", \"authentication .NET\", \"Azure auth\", \"credential chain\".\n","azure-identity-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-identity-dotnet/SKILL.md",[849],{"path":793,"priority":334},{"basePath":851,"description":852,"displayName":853,"installMethods":854,"rationale":855,"selectedPaths":856,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-maps-search-dotnet","Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data. Triggers: \"Azure Maps\", \"MapsSearchClient\", \"MapsRoutingClient\", \"MapsRenderingClient\", \"geocoding .NET\", \"route directions\", \"map tiles\", \"geolocation\".\n","azure-maps-search-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-maps-search-dotnet/SKILL.md",[857],{"path":793,"priority":334},{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-mgmt-apicenter-dotnet","Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: \"API Center\", \"ApiCenterService\", \"ApiCenterWorkspace\", \"ApiCenterApi\", \"API inventory\", \"API governance\", \"API versioning\", \"API catalog\", \"API discovery\".\n","azure-mgmt-apicenter-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-apicenter-dotnet/SKILL.md",[865],{"path":793,"priority":334},{"basePath":867,"description":868,"displayName":869,"installMethods":870,"rationale":871,"selectedPaths":872,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-mgmt-apimanagement-dotnet","Azure Resource Manager SDK for API Management in .NET. Use for MANAGEMENT PLANE operations: creating/managing APIM services, APIs, products, subscriptions, policies, users, groups, gateways, and backends via Azure Resource Manager. Triggers: \"API Management\", \"APIM service\", \"create APIM\", \"manage APIs\", \"ApiManagementServiceResource\", \"API policies\", \"APIM products\", \"APIM subscriptions\".\n","azure-mgmt-apimanagement-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-apimanagement-dotnet/SKILL.md",[873,874,876,878],{"path":793,"priority":334},{"path":875,"priority":353},"references/apis-operations.md",{"path":877,"priority":353},"references/products-subscriptions.md",{"path":879,"priority":353},"references/service-management.md",{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-mgmt-applicationinsights-dotnet","Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. Use for creating Application Insights components, web tests, workbooks, analytics items, and API keys. Triggers: \"Application Insights\", \"ApplicationInsights\", \"App Insights\", \"APM\", \"application monitoring\", \"web tests\", \"availability tests\", \"workbooks\".\n","azure-mgmt-applicationinsights-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-applicationinsights-dotnet/SKILL.md",[887],{"path":793,"priority":334},{"basePath":889,"description":890,"displayName":891,"installMethods":892,"rationale":893,"selectedPaths":894,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-mgmt-arizeaiobservabilityeval-dotnet","Azure Resource Manager SDK for Arize AI Observability and Evaluation (.NET). Use when managing Arize AI organizations \non Azure via Azure Marketplace, creating/updating/deleting Arize resources, or integrating Arize ML observability \ninto .NET applications. Triggers: \"Arize AI\", \"ML observability\", \"ArizeAIObservabilityEval\", \"Arize organization\".\n","azure-mgmt-arizeaiobservabilityeval-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md",[895],{"path":793,"priority":334},{"basePath":897,"description":898,"displayName":899,"installMethods":900,"rationale":901,"selectedPaths":902,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-mgmt-botservice-dotnet","Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: \"Bot Service\", \"BotResource\", \"Azure Bot\", \"DirectLine channel\", \"Teams channel\", \"bot management .NET\", \"create bot\".\n","azure-mgmt-botservice-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-botservice-dotnet/SKILL.md",[903],{"path":793,"priority":334},{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-mgmt-fabric-dotnet","Azure Resource Manager SDK for Fabric in .NET. Use for MANAGEMENT PLANE operations: provisioning, scaling, suspending/resuming Microsoft Fabric capacities, checking name availability, and listing SKUs via Azure Resource Manager. Triggers: \"Fabric capacity\", \"create capacity\", \"suspend capacity\", \"resume capacity\", \"Fabric SKU\", \"provision Fabric\", \"ARM Fabric\", \"FabricCapacityResource\".\n","azure-mgmt-fabric-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-fabric-dotnet/SKILL.md",[911],{"path":793,"priority":334},{"basePath":913,"description":914,"displayName":915,"installMethods":916,"rationale":917,"selectedPaths":918,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-mgmt-mongodbatlas-dotnet","Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceManager.MongoDBAtlas SDK. Use when creating, updating, listing, or deleting MongoDB Atlas organizations through Azure Marketplace integration. This SDK manages the Azure-side organization resource, not Atlas clusters/databases directly.","azure-mgmt-mongodbatlas-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md",[919],{"path":793,"priority":334},{"basePath":921,"description":922,"displayName":923,"installMethods":924,"rationale":925,"selectedPaths":926,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-mgmt-weightsandbiases-dotnet","Azure Weights & Biases SDK for .NET. ML experiment tracking and model management via Azure Marketplace. Use for creating W&B instances, managing SSO, marketplace integration, and ML observability. Triggers: \"Weights and Biases\", \"W&B\", \"WeightsAndBiases\", \"ML experiment tracking\", \"model registry\", \"experiment management\", \"wandb\".\n","azure-mgmt-weightsandbiases-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-weightsandbiases-dotnet/SKILL.md",[927],{"path":793,"priority":334},{"basePath":929,"description":930,"displayName":931,"installMethods":932,"rationale":933,"selectedPaths":934,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-cosmosdb-dotnet","Azure Resource Manager SDK for Cosmos DB in .NET. Use for MANAGEMENT PLANE operations: creating/managing Cosmos DB accounts, databases, containers, throughput settings, and RBAC via Azure Resource Manager. NOT for data plane operations (CRUD on documents) - use Microsoft.Azure.Cosmos for that. Triggers: \"Cosmos DB account\", \"create Cosmos account\", \"manage Cosmos resources\", \"ARM Cosmos\", \"CosmosDBAccountResource\", \"provision Cosmos DB\".\n","azure-resource-manager-cosmosdb-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-cosmosdb-dotnet/SKILL.md",[935,936,938,940],{"path":793,"priority":334},{"path":937,"priority":353},"references/account-management.md",{"path":939,"priority":353},"references/sql-resources.md",{"path":941,"priority":353},"references/throughput.md",{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-durabletask-dotnet","Azure Resource Manager SDK for Durable Task Scheduler in .NET. Use for MANAGEMENT PLANE operations: creating/managing Durable Task Schedulers, Task Hubs, and retention policies via Azure Resource Manager. Triggers: \"Durable Task Scheduler\", \"create scheduler\", \"task hub\", \"DurableTaskSchedulerResource\", \"provision Durable Task\", \"orchestration scheduler\".\n","azure-resource-manager-durabletask-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-durabletask-dotnet/SKILL.md",[949],{"path":793,"priority":334},{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-mysql-dotnet","Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: \"MySQL\", \"MySqlFlexibleServer\", \"MySQL Flexible Server\", \"Azure Database for MySQL\", \"MySQL database management\", \"MySQL firewall\", \"MySQL backup\".\n","azure-resource-manager-mysql-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-mysql-dotnet/SKILL.md",[957],{"path":793,"priority":334},{"basePath":959,"description":960,"displayName":961,"installMethods":962,"rationale":963,"selectedPaths":964,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-playwright-dotnet","Azure Resource Manager SDK for Microsoft Playwright Testing in .NET. Use for MANAGEMENT PLANE operations: creating/managing Playwright Testing workspaces, checking name availability, and managing workspace quotas via Azure Resource Manager. NOT for running Playwright tests - use Azure.Developer.MicrosoftPlaywrightTesting.NUnit for that. Triggers: \"Playwright workspace\", \"create Playwright Testing workspace\", \"manage Playwright resources\", \"ARM Playwright\", \"PlaywrightWorkspaceResource\", \"provision Playwright Testing\".\n","azure-resource-manager-playwright-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-playwright-dotnet/SKILL.md",[965],{"path":793,"priority":334},{"basePath":967,"description":968,"displayName":969,"installMethods":970,"rationale":971,"selectedPaths":972,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-postgresql-dotnet","Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: \"PostgreSQL\", \"PostgreSqlFlexibleServer\", \"PostgreSQL Flexible Server\", \"Azure Database for PostgreSQL\", \"PostgreSQL database management\", \"PostgreSQL firewall\", \"PostgreSQL backup\", \"Postgres\".\n","azure-resource-manager-postgresql-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-postgresql-dotnet/SKILL.md",[973],{"path":793,"priority":334},{"basePath":975,"description":976,"displayName":977,"installMethods":978,"rationale":979,"selectedPaths":980,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-redis-dotnet","Azure Resource Manager SDK for Redis in .NET. Use for MANAGEMENT PLANE operations: creating/managing Azure Cache for Redis instances, firewall rules, access keys, patch schedules, linked servers (geo-replication), and private endpoints via Azure Resource Manager. NOT for data plane operations (get/set keys, pub/sub) - use StackExchange.Redis for that. Triggers: \"Redis cache\", \"create Redis\", \"manage Redis\", \"ARM Redis\", \"RedisResource\", \"provision Redis\", \"Azure Cache for Redis\".\n","azure-resource-manager-redis-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-redis-dotnet/SKILL.md",[981],{"path":793,"priority":334},{"basePath":983,"description":984,"displayName":985,"installMethods":986,"rationale":987,"selectedPaths":988,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-sql-dotnet","Azure Resource Manager SDK for Azure SQL in .NET. Use for MANAGEMENT PLANE operations: creating/managing SQL servers, databases, elastic pools, firewall rules, and failover groups via Azure Resource Manager. NOT for data plane operations (executing queries) - use Microsoft.Data.SqlClient for that. Triggers: \"SQL server\", \"create SQL database\", \"manage SQL resources\", \"ARM SQL\", \"SqlServerResource\", \"provision Azure SQL\", \"elastic pool\", \"firewall rule\".\n","azure-resource-manager-sql-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-sql-dotnet/SKILL.md",[989,990,992,994],{"path":793,"priority":334},{"path":991,"priority":353},"references/database-operations.md",{"path":993,"priority":353},"references/elastic-pools.md",{"path":995,"priority":353},"references/server-management.md",{"basePath":997,"description":998,"displayName":999,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-search-documents-dotnet","Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: \"Azure Search .NET\", \"SearchClient\", \"SearchIndexClient\", \"vector search C#\", \"semantic search .NET\", \"hybrid search\", \"Azure.Search.Documents\".\n","azure-search-documents-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-search-documents-dotnet/SKILL.md",[1003,1004,1006],{"path":793,"priority":334},{"path":1005,"priority":353},"references/semantic-search.md",{"path":1007,"priority":353},"references/vector-search.md",{"basePath":1009,"description":1010,"displayName":1011,"installMethods":1012,"rationale":1013,"selectedPaths":1014,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-security-keyvault-keys-dotnet","Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification. Triggers: \"Key Vault keys\", \"KeyClient\", \"CryptographyClient\", \"RSA key\", \"EC key\", \"encrypt decrypt .NET\", \"key rotation\", \"HSM\".\n","azure-security-keyvault-keys-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-security-keyvault-keys-dotnet/SKILL.md",[1015],{"path":793,"priority":334},{"basePath":1017,"description":1018,"displayName":1019,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/azure-servicebus-dotnet","Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: \"Service Bus\", \"ServiceBusClient\", \"ServiceBusSender\", \"ServiceBusReceiver\", \"ServiceBusProcessor\", \"message queue\", \"pub/sub .NET\", \"dead letter queue\".\n","azure-servicebus-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/azure-servicebus-dotnet/SKILL.md",[1023],{"path":793,"priority":334},{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/m365-agents-dotnet","Microsoft 365 Agents SDK for .NET. Build multichannel agents for Teams/M365/Copilot Studio with ASP.NET Core hosting, AgentApplication routing, and MSAL-based auth. Triggers: \"Microsoft 365 Agents SDK\", \"Microsoft.Agents\", \"AddAgentApplicationOptions\", \"AgentApplication\", \"AddAgentAspNetAuthentication\", \"Copilot Studio client\", \"IAgentHttpAdapter\".\n","m365-agents-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/m365-agents-dotnet/SKILL.md",[1031],{"path":793,"priority":334},{"basePath":1033,"description":1034,"displayName":1035,"installMethods":1036,"rationale":1037,"selectedPaths":1038,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-dotnet/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet","Microsoft Entra Authentication Events SDK for .NET. Azure Functions triggers for custom authentication extensions. Use for token enrichment, custom claims, attribute collection, and OTP customization in Entra ID. Triggers: \"Authentication Events\", \"WebJobsAuthenticationEventsTrigger\", \"OnTokenIssuanceStart\", \"OnAttributeCollectionStart\", \"custom claims\", \"token enrichment\", \"Entra custom extension\", \"authentication extension\".","microsoft-azure-webjobs-extensions-authentication-events-dotnet",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-dotnet/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md",[1039],{"path":793,"priority":334},{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-ai-agents-persistent-java","Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools.\nTriggers: \"PersistentAgentsClient\", \"persistent agents java\", \"agent threads java\", \"agent runs java\", \"streaming agents java\".\n","azure-ai-agents-persistent-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-ai-agents-persistent-java/SKILL.md",[1047,1048],{"path":793,"priority":334},{"path":1049,"priority":353},"references/examples.md",{"basePath":1051,"description":1052,"displayName":1053,"installMethods":1054,"rationale":1055,"selectedPaths":1056,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-ai-anomalydetector-java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring.","azure-ai-anomalydetector-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-ai-anomalydetector-java/SKILL.md",[1057,1058],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1060,"description":1061,"displayName":1062,"installMethods":1063,"rationale":1064,"selectedPaths":1065,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-ai-contentsafety-java","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text/image analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.","azure-ai-contentsafety-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-ai-contentsafety-java/SKILL.md",[1066,1067],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1069,"description":1070,"displayName":1071,"installMethods":1072,"rationale":1073,"selectedPaths":1074,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-ai-formrecognizer-java","Azure AI Document Intelligence SDK for Java (com.azure:azure-ai-documentintelligence).\nUse for extracting text, tables, key-value pairs from documents, receipts, invoices, IDs, or building custom document models.\nTriggers: \"document intelligence java\", \"form recognizer java\", \"extract text from PDF java\", \"OCR document java\",\n\"analyze invoice receipt java\", \"custom document model java\", \"document classification java\".\n","azure-ai-formrecognizer-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-ai-formrecognizer-java/SKILL.md",[1075,1076],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1078,"description":1079,"displayName":1080,"installMethods":1081,"rationale":1082,"selectedPaths":1083,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-ai-projects-java","Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations.\nTriggers: \"AIProjectClient java\", \"azure ai projects java\", \"Foundry project java\", \"ConnectionsClient\", \"DatasetsClient\", \"IndexesClient\".\n","azure-ai-projects-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-ai-projects-java/SKILL.md",[1084,1085],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"rationale":1091,"selectedPaths":1092,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-ai-vision-imageanalysis-java","Build image analysis applications with Azure AI Vision SDK for Java. Use when implementing image captioning, OCR text extraction, object detection, tagging, or smart cropping.","azure-ai-vision-imageanalysis-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-ai-vision-imageanalysis-java/SKILL.md",[1093,1094],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1096,"description":1097,"displayName":1098,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-ai-voicelive-java","Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket.\nTriggers: \"VoiceLiveClient java\", \"voice assistant java\", \"real-time voice java\", \"audio streaming java\", \"voice activity detection java\".\n","azure-ai-voicelive-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-ai-voicelive-java/SKILL.md",[1102,1103],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1105,"description":1106,"displayName":1107,"installMethods":1108,"rationale":1109,"selectedPaths":1110,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-appconfiguration-java","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n","azure-appconfiguration-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-appconfiguration-java/SKILL.md",[1111,1112],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1114,"description":1115,"displayName":1116,"installMethods":1117,"rationale":1118,"selectedPaths":1119,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-communication-callautomation-java","Build call automation workflows with Azure Communication Services Call Automation Java SDK. Use when implementing IVR systems, call routing, call recording, DTMF recognition, text-to-speech, or AI-powered call flows.","azure-communication-callautomation-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-communication-callautomation-java/SKILL.md",[1120,1121],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1123,"description":1124,"displayName":1125,"installMethods":1126,"rationale":1127,"selectedPaths":1128,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-communication-callingserver-java","Azure Communication Services CallingServer (legacy) Java SDK. Note - This SDK is deprecated. Use azure-communication-callautomation instead for new projects. Only use this skill when maintaining legacy code.","azure-communication-callingserver-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-communication-callingserver-java/SKILL.md",[1129,1130],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1132,"description":1133,"displayName":1134,"installMethods":1135,"rationale":1136,"selectedPaths":1137,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-communication-chat-java","Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.","azure-communication-chat-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-communication-chat-java/SKILL.md",[1138,1139],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1141,"description":1142,"displayName":1143,"installMethods":1144,"rationale":1145,"selectedPaths":1146,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-communication-common-java","Azure Communication Services common utilities for Java. Use when working with CommunicationTokenCredential, user identifiers, token refresh, or shared authentication across ACS services.","azure-communication-common-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-communication-common-java/SKILL.md",[1147,1148],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1150,"description":1151,"displayName":1152,"installMethods":1153,"rationale":1154,"selectedPaths":1155,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-communication-sms-java","Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports.","azure-communication-sms-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-communication-sms-java/SKILL.md",[1156,1157],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1159,"description":1160,"displayName":1161,"installMethods":1162,"rationale":1163,"selectedPaths":1164,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-compute-batch-java","Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes.\nTriggers: \"BatchClient java\", \"azure batch java\", \"batch pool java\", \"batch job java\", \"HPC java\", \"parallel computing java\".","azure-compute-batch-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-compute-batch-java/SKILL.md",[1165,1166],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1168,"description":1169,"displayName":1170,"installMethods":1171,"rationale":1172,"selectedPaths":1173,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-cosmos-java","Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns.\nTriggers: \"CosmosClient java\", \"CosmosAsyncClient\", \"cosmos database java\", \"cosmosdb java\", \"document database java\".\n","azure-cosmos-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-cosmos-java/SKILL.md",[1174,1175],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1177,"description":1178,"displayName":1179,"installMethods":1180,"rationale":1181,"selectedPaths":1182,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-data-tables-java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.","azure-data-tables-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-data-tables-java/SKILL.md",[1183,1184],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1186,"description":1187,"displayName":1188,"installMethods":1189,"rationale":1190,"selectedPaths":1191,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-eventgrid-java","Build event-driven applications with Azure Event Grid SDK for Java. Use when publishing events, implementing pub/sub patterns, or integrating with Azure services via events.","azure-eventgrid-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-eventgrid-java/SKILL.md",[1192,1193],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1195,"description":1196,"displayName":1197,"installMethods":1198,"rationale":1199,"selectedPaths":1200,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-eventhub-java","Build real-time streaming applications with Azure Event Hubs SDK for Java. Use when implementing event streaming, high-throughput data ingestion, or building event-driven architectures.","azure-eventhub-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-eventhub-java/SKILL.md",[1201,1202],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1204,"description":1205,"displayName":1206,"installMethods":1207,"rationale":1208,"selectedPaths":1209,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-identity-java","Azure Identity library for Java authentication with Azure services. Use when implementing DefaultAzureCredential, managed identity, service principal, or any Azure authentication pattern in Java applications.","azure-identity-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-identity-java/SKILL.md",[1210,1211],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1213,"description":1214,"displayName":1215,"installMethods":1216,"rationale":1217,"selectedPaths":1218,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-messaging-webpubsub-java","Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications.","azure-messaging-webpubsub-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-messaging-webpubsub-java/SKILL.md",[1219,1220],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1222,"description":1223,"displayName":1224,"installMethods":1225,"rationale":1226,"selectedPaths":1227,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-monitor-ingestion-java","Azure Monitor Ingestion SDK for Java. Send custom logs to Azure Monitor via Data Collection Rules (DCR) and Data Collection Endpoints (DCE).\nTriggers: \"LogsIngestionClient java\", \"azure monitor ingestion java\", \"custom logs java\", \"DCR java\", \"data collection rule java\".\n","azure-monitor-ingestion-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-monitor-ingestion-java/SKILL.md",[1228,1229],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1231,"description":1232,"displayName":1233,"installMethods":1234,"rationale":1235,"selectedPaths":1236,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-monitor-opentelemetry-exporter-java","Azure Monitor OpenTelemetry Exporter for Java. Export OpenTelemetry traces, metrics, and logs to Azure Monitor/Application Insights.\nTriggers: \"AzureMonitorExporter java\", \"opentelemetry azure java\", \"application insights java otel\", \"azure monitor tracing java\".\nNote: This package is DEPRECATED. Migrate to azure-monitor-opentelemetry-autoconfigure.\n","azure-monitor-opentelemetry-exporter-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-monitor-opentelemetry-exporter-java/SKILL.md",[1237,1238],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1240,"description":1241,"displayName":1242,"installMethods":1243,"rationale":1244,"selectedPaths":1245,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-monitor-query-java","Azure Monitor Query SDK for Java. Execute Kusto queries against Log Analytics workspaces and query metrics from Azure resources.\nTriggers: \"LogsQueryClient java\", \"MetricsQueryClient java\", \"kusto query java\", \"log analytics java\", \"azure monitor query java\".\nNote: This package is deprecated. Migrate to azure-monitor-query-logs and azure-monitor-query-metrics.\n","azure-monitor-query-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-monitor-query-java/SKILL.md",[1246,1247],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1249,"description":1250,"displayName":1251,"installMethods":1252,"rationale":1253,"selectedPaths":1254,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-security-keyvault-keys-java","Azure Key Vault Keys Java SDK for cryptographic key management. Use when creating, managing, or using RSA/EC keys, performing encrypt/decrypt/sign/verify operations, or working with HSM-backed keys.","azure-security-keyvault-keys-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-security-keyvault-keys-java/SKILL.md",[1255,1256],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1258,"description":1259,"displayName":1260,"installMethods":1261,"rationale":1262,"selectedPaths":1263,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-security-keyvault-secrets-java","Azure Key Vault Secrets Java SDK for secret management. Use when storing, retrieving, or managing passwords, API keys, connection strings, or other sensitive configuration data.","azure-security-keyvault-secrets-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-security-keyvault-secrets-java/SKILL.md",[1264,1265],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1267,"description":1268,"displayName":1269,"installMethods":1270,"rationale":1271,"selectedPaths":1272,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-java/skills/azure-storage-blob-java","Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming data operations.","azure-storage-blob-java",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-java/skills/azure-storage-blob-java/SKILL.md",[1273,1274],{"path":793,"priority":334},{"path":1049,"priority":353},{"basePath":1276,"description":1277,"displayName":1278,"installMethods":1279,"rationale":1280,"selectedPaths":1281,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/agent-framework-azure-ai-py","Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code interpreter, file search, web search), integrating MCP servers, managing conversation threads, or implementing streaming responses. Covers function tools, structured outputs, and multi-tool agents.","agent-framework-azure-ai-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/agent-framework-azure-ai-py/SKILL.md",[1282,1283,1285,1287,1289],{"path":793,"priority":334},{"path":1284,"priority":353},"references/advanced.md",{"path":1286,"priority":353},"references/mcp.md",{"path":1288,"priority":353},"references/threads.md",{"path":1290,"priority":353},"references/tools.md",{"basePath":1292,"description":1293,"displayName":1294,"installMethods":1295,"rationale":1296,"selectedPaths":1297,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-contentsafety-py","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n","azure-ai-contentsafety-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-contentsafety-py/SKILL.md",[1298],{"path":793,"priority":334},{"basePath":1300,"description":1301,"displayName":1302,"installMethods":1303,"rationale":1304,"selectedPaths":1305,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-contentunderstanding-py","Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video.\nTriggers: \"azure-ai-contentunderstanding\", \"ContentUnderstandingClient\", \"multimodal analysis\", \"document extraction\", \"video analysis\", \"audio transcription\".\n","azure-ai-contentunderstanding-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-contentunderstanding-py/SKILL.md",[1306],{"path":793,"priority":334},{"basePath":1308,"description":1309,"displayName":1310,"installMethods":1311,"rationale":1312,"selectedPaths":1313,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-language-conversations-py","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.","azure-ai-language-conversations-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-language-conversations-py/SKILL.md",[1314],{"path":793,"priority":334},{"basePath":1316,"description":1317,"displayName":1318,"installMethods":1319,"rationale":1320,"selectedPaths":1321,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-ml-py","Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines.\nTriggers: \"azure-ai-ml\", \"MLClient\", \"workspace\", \"model registry\", \"training jobs\", \"datasets\".\n","azure-ai-ml-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-ml-py/SKILL.md",[1322],{"path":793,"priority":334},{"basePath":1324,"description":1325,"displayName":1326,"installMethods":1327,"rationale":1328,"selectedPaths":1329,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-projects-py","Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evaluations, managing connections/deployments/datasets/indexes, or using OpenAI-compatible clients. This is the high-level Foundry SDK - for low-level agent operations, use azure-ai-agents-python skill.","azure-ai-projects-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-projects-py/SKILL.md",[1330,1331,1333,1335,1337,1339,1341,1343,1345,1347,1349,1350],{"path":793,"priority":334},{"path":1332,"priority":353},"references/agents.md",{"path":1334,"priority":353},"references/api-reference.md",{"path":1336,"priority":353},"references/async-patterns.md",{"path":1338,"priority":353},"references/built-in-evaluators.md",{"path":1340,"priority":353},"references/connections.md",{"path":1342,"priority":353},"references/custom-evaluators.md",{"path":1344,"priority":353},"references/datasets-indexes.md",{"path":1346,"priority":353},"references/deployments.md",{"path":1348,"priority":353},"references/evaluation.md",{"path":1290,"priority":353},{"path":1351,"priority":1352},"scripts/run_batch_evaluation.py","low",{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-textanalytics-py","Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text.\nTriggers: \"text analytics\", \"sentiment analysis\", \"entity recognition\", \"key phrase\", \"PII detection\", \"TextAnalyticsClient\".\n","azure-ai-textanalytics-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-textanalytics-py/SKILL.md",[1360],{"path":793,"priority":334},{"basePath":1362,"description":1363,"displayName":1364,"installMethods":1365,"rationale":1366,"selectedPaths":1367,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-transcription-py","Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization.\nTriggers: \"transcription\", \"speech to text\", \"Azure AI Transcription\", \"TranscriptionClient\".\n","azure-ai-transcription-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-transcription-py/SKILL.md",[1368],{"path":793,"priority":334},{"basePath":1370,"description":1371,"displayName":1372,"installMethods":1373,"rationale":1374,"selectedPaths":1375,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-translation-document-py","Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale.\nTriggers: \"document translation\", \"batch translation\", \"translate documents\", \"DocumentTranslationClient\".\n","azure-ai-translation-document-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-translation-document-py/SKILL.md",[1376],{"path":793,"priority":334},{"basePath":1378,"description":1379,"displayName":1380,"installMethods":1381,"rationale":1382,"selectedPaths":1383,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-translation-text-py","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n","azure-ai-translation-text-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-translation-text-py/SKILL.md",[1384],{"path":793,"priority":334},{"basePath":1386,"description":1387,"displayName":1388,"installMethods":1389,"rationale":1390,"selectedPaths":1391,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-vision-imageanalysis-py","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n","azure-ai-vision-imageanalysis-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-vision-imageanalysis-py/SKILL.md",[1392],{"path":793,"priority":334},{"basePath":1394,"description":1395,"displayName":1396,"installMethods":1397,"rationale":1398,"selectedPaths":1399,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-ai-voicelive-py","Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-time bidirectional audio communication with Azure AI, including voice assistants, voice-enabled chatbots, real-time speech-to-speech translation, voice-driven avatars, or any WebSocket-based audio streaming with AI models. Supports Server VAD (Voice Activity Detection), turn-based conversation, function calling, MCP tools, avatar integration, and transcription.","azure-ai-voicelive-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-ai-voicelive-py/SKILL.md",[1400,1401,1402,1403],{"path":793,"priority":334},{"path":1334,"priority":353},{"path":1049,"priority":353},{"path":1404,"priority":353},"references/models.md",{"basePath":1406,"description":1407,"displayName":1408,"installMethods":1409,"rationale":1410,"selectedPaths":1411,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-appconfiguration-py","Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings.\nTriggers: \"azure-appconfiguration\", \"AzureAppConfigurationClient\", \"feature flags\", \"configuration\", \"key-value settings\".\n","azure-appconfiguration-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-appconfiguration-py/SKILL.md",[1412],{"path":793,"priority":334},{"basePath":1414,"description":1415,"displayName":1416,"installMethods":1417,"rationale":1418,"selectedPaths":1419,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-containerregistry-py","Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories.\nTriggers: \"azure-containerregistry\", \"ContainerRegistryClient\", \"container images\", \"docker registry\", \"ACR\".\n","azure-containerregistry-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-containerregistry-py/SKILL.md",[1420],{"path":793,"priority":334},{"basePath":1422,"description":1423,"displayName":1424,"installMethods":1425,"rationale":1426,"selectedPaths":1427,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-cosmos-db-py","Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like \"Cosmos DB\", \"NoSQL database\", \"document store\", \"add persistence\", \"database service layer\", or \"Python Cosmos SDK\".","azure-cosmos-db-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-cosmos-db-py/SKILL.md",[1428,1429,1431,1433,1435,1437,1439,1441,1443],{"path":793,"priority":334},{"path":1430,"priority":1352},"assets/conftest_template.py",{"path":1432,"priority":1352},"assets/cosmos_client_template.py",{"path":1434,"priority":1352},"assets/service_template.py",{"path":1436,"priority":353},"references/client-setup.md",{"path":1438,"priority":353},"references/error-handling.md",{"path":1440,"priority":353},"references/partitioning.md",{"path":1442,"priority":353},"references/service-layer.md",{"path":1444,"priority":353},"references/testing.md",{"basePath":1446,"description":1447,"displayName":1448,"installMethods":1449,"rationale":1450,"selectedPaths":1451,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-cosmos-py","Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data.\nTriggers: \"cosmos db\", \"CosmosClient\", \"container\", \"document\", \"NoSQL\", \"partition key\".\n","azure-cosmos-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-cosmos-py/SKILL.md",[1452,1453,1454,1456],{"path":793,"priority":334},{"path":1440,"priority":353},{"path":1455,"priority":353},"references/query-patterns.md",{"path":1457,"priority":1352},"scripts/setup_cosmos_container.py",{"basePath":1459,"description":1460,"displayName":1461,"installMethods":1462,"rationale":1463,"selectedPaths":1464,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-data-tables-py","Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations.\nTriggers: \"table storage\", \"TableServiceClient\", \"TableClient\", \"entities\", \"PartitionKey\", \"RowKey\".\n","azure-data-tables-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-data-tables-py/SKILL.md",[1465],{"path":793,"priority":334},{"basePath":1467,"description":1468,"displayName":1469,"installMethods":1470,"rationale":1471,"selectedPaths":1472,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-eventgrid-py","Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures.\nTriggers: \"event grid\", \"EventGridPublisherClient\", \"CloudEvent\", \"EventGridEvent\", \"publish events\".\n","azure-eventgrid-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-eventgrid-py/SKILL.md",[1473],{"path":793,"priority":334},{"basePath":1475,"description":1476,"displayName":1477,"installMethods":1478,"rationale":1479,"selectedPaths":1480,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-eventhub-py","Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing.\nTriggers: \"event hubs\", \"EventHubProducerClient\", \"EventHubConsumerClient\", \"streaming\", \"partitions\".\n","azure-eventhub-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-eventhub-py/SKILL.md",[1481,1482,1484,1486],{"path":793,"priority":334},{"path":1483,"priority":353},"references/checkpointing.md",{"path":1485,"priority":353},"references/partitions.md",{"path":1487,"priority":1352},"scripts/setup_consumer.py",{"basePath":1489,"description":1490,"displayName":1491,"installMethods":1492,"rationale":1493,"selectedPaths":1494,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-identity-py","Azure Identity SDK for Python authentication with Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and token caching.\nTriggers: \"azure-identity\", \"DefaultAzureCredential\", \"authentication\", \"managed identity\", \"service principal\", \"credential\".\n","azure-identity-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-identity-py/SKILL.md",[1495],{"path":793,"priority":334},{"basePath":1497,"description":1498,"displayName":1499,"installMethods":1500,"rationale":1501,"selectedPaths":1502,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-keyvault-py","Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage.\nTriggers: \"key vault\", \"SecretClient\", \"KeyClient\", \"CertificateClient\", \"secrets\", \"encryption keys\".\n","azure-keyvault-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-keyvault-py/SKILL.md",[1503],{"path":793,"priority":334},{"basePath":1505,"description":1506,"displayName":1507,"installMethods":1508,"rationale":1509,"selectedPaths":1510,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-messaging-webpubsubservice-py","Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns.\nTriggers: \"azure-messaging-webpubsubservice\", \"WebPubSubServiceClient\", \"real-time\", \"WebSocket\", \"pub/sub\".\n","azure-messaging-webpubsubservice-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-messaging-webpubsubservice-py/SKILL.md",[1511],{"path":793,"priority":334},{"basePath":1513,"description":1514,"displayName":1515,"installMethods":1516,"rationale":1517,"selectedPaths":1518,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-mgmt-apicenter-py","Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization.\nTriggers: \"azure-mgmt-apicenter\", \"ApiCenterMgmtClient\", \"API Center\", \"API inventory\", \"API governance\".\n","azure-mgmt-apicenter-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-mgmt-apicenter-py/SKILL.md",[1519],{"path":793,"priority":334},{"basePath":1521,"description":1522,"displayName":1523,"installMethods":1524,"rationale":1525,"selectedPaths":1526,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-mgmt-apimanagement-py","Azure API Management SDK for Python. Use for managing APIM services, APIs, products, subscriptions, and policies.\nTriggers: \"azure-mgmt-apimanagement\", \"ApiManagementClient\", \"APIM\", \"API gateway\", \"API Management\".\n","azure-mgmt-apimanagement-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-mgmt-apimanagement-py/SKILL.md",[1527],{"path":793,"priority":334},{"basePath":1529,"description":1530,"displayName":1531,"installMethods":1532,"rationale":1533,"selectedPaths":1534,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-mgmt-botservice-py","Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources.\nTriggers: \"azure-mgmt-botservice\", \"AzureBotService\", \"bot management\", \"conversational AI\", \"bot channels\".","azure-mgmt-botservice-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-mgmt-botservice-py/SKILL.md",[1535],{"path":793,"priority":334},{"basePath":1537,"description":1538,"displayName":1539,"installMethods":1540,"rationale":1541,"selectedPaths":1542,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-mgmt-fabric-py","Azure Fabric Management SDK for Python. Use for managing Microsoft Fabric capacities and resources.\nTriggers: \"azure-mgmt-fabric\", \"FabricMgmtClient\", \"Fabric capacity\", \"Microsoft Fabric\", \"Power BI capacity\".","azure-mgmt-fabric-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-mgmt-fabric-py/SKILL.md",[1543],{"path":793,"priority":334},{"basePath":1545,"description":1546,"displayName":1547,"installMethods":1548,"rationale":1549,"selectedPaths":1550,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-monitor-ingestion-py","Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API.\nTriggers: \"azure-monitor-ingestion\", \"LogsIngestionClient\", \"custom logs\", \"DCR\", \"data collection rule\", \"Log Analytics\".\n","azure-monitor-ingestion-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-monitor-ingestion-py/SKILL.md",[1551],{"path":793,"priority":334},{"basePath":1553,"description":1554,"displayName":1555,"installMethods":1556,"rationale":1557,"selectedPaths":1558,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-monitor-opentelemetry-exporter-py","Azure Monitor OpenTelemetry Exporter for Python. Use for low-level OpenTelemetry export to Application Insights.\nTriggers: \"azure-monitor-opentelemetry-exporter\", \"AzureMonitorTraceExporter\", \"AzureMonitorMetricExporter\", \"AzureMonitorLogExporter\".\n","azure-monitor-opentelemetry-exporter-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-monitor-opentelemetry-exporter-py/SKILL.md",[1559],{"path":793,"priority":334},{"basePath":1561,"description":1562,"displayName":1563,"installMethods":1564,"rationale":1565,"selectedPaths":1566,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-monitor-opentelemetry-py","Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation.\nTriggers: \"azure-monitor-opentelemetry\", \"configure_azure_monitor\", \"Application Insights\", \"OpenTelemetry distro\", \"auto-instrumentation\".\n","azure-monitor-opentelemetry-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-monitor-opentelemetry-py/SKILL.md",[1567],{"path":793,"priority":334},{"basePath":1569,"description":1570,"displayName":1571,"installMethods":1572,"rationale":1573,"selectedPaths":1574,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-monitor-query-py","Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics.\nTriggers: \"azure-monitor-query\", \"LogsQueryClient\", \"MetricsQueryClient\", \"Log Analytics\", \"Kusto queries\", \"Azure metrics\".\n","azure-monitor-query-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-monitor-query-py/SKILL.md",[1575],{"path":793,"priority":334},{"basePath":1577,"description":1578,"displayName":1579,"installMethods":1580,"rationale":1581,"selectedPaths":1582,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-search-documents-py","Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets.\nTriggers: \"azure-search-documents\", \"SearchClient\", \"SearchIndexClient\", \"vector search\", \"hybrid search\", \"semantic search\".\n","azure-search-documents-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-search-documents-py/SKILL.md",[1583,1584,1586,1588,1589,1591],{"path":793,"priority":334},{"path":1585,"priority":353},"references/agentic-retrieval.md",{"path":1587,"priority":353},"references/semantic-ranking.md",{"path":1007,"priority":353},{"path":1590,"priority":1352},"scripts/setup_agentic_retrieval.py",{"path":1592,"priority":1352},"scripts/setup_vector_index.py",{"basePath":1594,"description":1595,"displayName":1596,"installMethods":1597,"rationale":1598,"selectedPaths":1599,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-servicebus-py","Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns.\nTriggers: \"service bus\", \"ServiceBusClient\", \"queue\", \"topic\", \"subscription\", \"message broker\".\n","azure-servicebus-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-servicebus-py/SKILL.md",[1600,1601,1603,1605],{"path":793,"priority":334},{"path":1602,"priority":353},"references/dead-letter.md",{"path":1604,"priority":353},"references/patterns.md",{"path":1606,"priority":1352},"scripts/setup_servicebus.py",{"basePath":1608,"description":1609,"displayName":1610,"installMethods":1611,"rationale":1612,"selectedPaths":1613,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-speech-to-text-rest-py","Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK.\nTriggers: \"speech to text REST\", \"short audio transcription\", \"speech recognition REST API\", \"STT REST\", \"recognize speech REST\".\nDO NOT USE FOR: Long audio (>60 seconds), real-time streaming, batch transcription, custom speech models, speech translation. Use Speech SDK or Batch Transcription API instead.","azure-speech-to-text-rest-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-speech-to-text-rest-py/SKILL.md",[1614,1615],{"path":793,"priority":334},{"path":1616,"priority":353},"references/pronunciation-assessment.md",{"basePath":1618,"description":1619,"displayName":1620,"installMethods":1621,"rationale":1622,"selectedPaths":1623,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-storage-blob-py","Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle.\nTriggers: \"blob storage\", \"BlobServiceClient\", \"ContainerClient\", \"BlobClient\", \"upload blob\", \"download blob\".\n","azure-storage-blob-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-storage-blob-py/SKILL.md",[1624],{"path":793,"priority":334},{"basePath":1626,"description":1627,"displayName":1628,"installMethods":1629,"rationale":1630,"selectedPaths":1631,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-storage-file-datalake-py","Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations.\nTriggers: \"data lake\", \"DataLakeServiceClient\", \"FileSystemClient\", \"ADLS Gen2\", \"hierarchical namespace\".\n","azure-storage-file-datalake-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-storage-file-datalake-py/SKILL.md",[1632],{"path":793,"priority":334},{"basePath":1634,"description":1635,"displayName":1636,"installMethods":1637,"rationale":1638,"selectedPaths":1639,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-storage-file-share-py","Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud.\nTriggers: \"azure-storage-file-share\", \"ShareServiceClient\", \"ShareClient\", \"file share\", \"SMB\".","azure-storage-file-share-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-storage-file-share-py/SKILL.md",[1640],{"path":793,"priority":334},{"basePath":1642,"description":1643,"displayName":1644,"installMethods":1645,"rationale":1646,"selectedPaths":1647,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/azure-storage-queue-py","Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing.\nTriggers: \"queue storage\", \"QueueServiceClient\", \"QueueClient\", \"message queue\", \"dequeue\".\n","azure-storage-queue-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/azure-storage-queue-py/SKILL.md",[1648],{"path":793,"priority":334},{"basePath":1650,"description":1651,"displayName":1652,"installMethods":1653,"rationale":1654,"selectedPaths":1655,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/fastapi-router-py","Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new routes, implementing CRUD operations, or adding authenticated endpoints in FastAPI applications.","fastapi-router-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/fastapi-router-py/SKILL.md",[1656,1657],{"path":793,"priority":334},{"path":1658,"priority":1352},"assets/template.py",{"basePath":1660,"description":1661,"displayName":1662,"installMethods":1663,"rationale":1664,"selectedPaths":1665,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/m365-agents-py","Microsoft 365 Agents SDK for Python. Build multichannel agents for Teams/M365/Copilot Studio with aiohttp hosting, AgentApplication routing, streaming responses, and MSAL-based auth. Triggers: \"Microsoft 365 Agents SDK\", \"microsoft_agents\", \"AgentApplication\", \"start_agent_process\", \"TurnContext\", \"Copilot Studio client\", \"CloudAdapter\".\n","m365-agents-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/m365-agents-py/SKILL.md",[1666],{"path":793,"priority":334},{"basePath":1668,"description":1669,"displayName":1670,"installMethods":1671,"rationale":1672,"selectedPaths":1673,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-python/skills/pydantic-models-py","Create Pydantic models following the multi-model pattern with Base, Create, Update, Response, and InDB variants. Use when defining API request/response schemas, database models, or data validation in Python applications using Pydantic v2.","pydantic-models-py",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-python/skills/pydantic-models-py/SKILL.md",[1674,1675],{"path":793,"priority":334},{"path":1658,"priority":1352},{"basePath":1677,"description":1678,"displayName":1679,"installMethods":1680,"rationale":1681,"selectedPaths":1682,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-rust/skills/azure-cosmos-rust","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n","azure-cosmos-rust",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-rust/skills/azure-cosmos-rust/SKILL.md",[1683],{"path":793,"priority":334},{"basePath":1685,"description":1686,"displayName":1687,"installMethods":1688,"rationale":1689,"selectedPaths":1690,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-rust/skills/azure-eventhub-rust","Azure Event Hubs library for Rust. Send and receive events for streaming data ingestion and batch processing.\nTriggers: \"event hubs rust\", \"ProducerClient rust\", \"ConsumerClient rust\", \"send event rust\", \"streaming rust\", \"eventhub rust\".\n","azure-eventhub-rust",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-rust/skills/azure-eventhub-rust/SKILL.md",[1691],{"path":793,"priority":334},{"basePath":1693,"description":1694,"displayName":1695,"installMethods":1696,"rationale":1697,"selectedPaths":1698,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-rust/skills/azure-identity-rust","Azure Identity library for Rust. Microsoft Entra ID authentication for all Azure SDK clients.\nTriggers: \"azure identity rust\", \"DeveloperToolsCredential\", \"authentication rust\", \"managed identity rust\", \"credential rust\", \"Entra ID rust\".\n","azure-identity-rust",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-rust/skills/azure-identity-rust/SKILL.md",[1699],{"path":793,"priority":334},{"basePath":1701,"description":1702,"displayName":1703,"installMethods":1704,"rationale":1705,"selectedPaths":1706,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-rust/skills/azure-keyvault-certificates-rust","Azure Key Vault Certificates library for Rust. Create, manage, and use X.509 certificates including self-signed and CA-issued.\nTriggers: \"keyvault certificates rust\", \"CertificateClient rust\", \"create certificate rust\", \"self-signed certificate rust\", \"X.509 rust\".\n","azure-keyvault-certificates-rust",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-rust/skills/azure-keyvault-certificates-rust/SKILL.md",[1707],{"path":793,"priority":334},{"basePath":1709,"description":1710,"displayName":1711,"installMethods":1712,"rationale":1713,"selectedPaths":1714,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-rust/skills/azure-keyvault-keys-rust","Azure Key Vault Keys library for Rust. Create, manage, and use cryptographic keys including RSA, EC, and HSM-protected keys.\nTriggers: \"keyvault keys rust\", \"KeyClient rust\", \"create key rust\", \"encrypt rust\", \"wrap key rust\", \"sign rust\".\n","azure-keyvault-keys-rust",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-rust/skills/azure-keyvault-keys-rust/SKILL.md",[1715],{"path":793,"priority":334},{"basePath":1717,"description":1718,"displayName":1719,"installMethods":1720,"rationale":1721,"selectedPaths":1722,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-rust/skills/azure-keyvault-secrets-rust","Azure Key Vault Secrets library for Rust. Store and retrieve secrets, passwords, and API keys.\nTriggers: \"keyvault secrets rust\", \"SecretClient rust\", \"get secret rust\", \"set secret rust\", \"list secrets rust\".\n","azure-keyvault-secrets-rust",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-rust/skills/azure-keyvault-secrets-rust/SKILL.md",[1723],{"path":793,"priority":334},{"basePath":1725,"description":1726,"displayName":1727,"installMethods":1728,"rationale":1729,"selectedPaths":1730,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-rust/skills/azure-storage-blob-rust","Azure Blob Storage library for Rust. Upload, download, and manage blobs and containers.\nTriggers: \"blob storage rust\", \"BlobClient rust\", \"upload blob rust\", \"download blob rust\", \"storage container rust\", \"BlobServiceClient rust\".\n","azure-storage-blob-rust",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-rust/skills/azure-storage-blob-rust/SKILL.md",[1731],{"path":793,"priority":334},{"basePath":1733,"description":1734,"displayName":1735,"installMethods":1736,"rationale":1737,"selectedPaths":1738,"source":340,"sourceLanguage":18,"type":250},".github/skills/applicationinsights-web-ts","Instrument browser/web apps with the Application Insights JavaScript SDK (@microsoft/applicationinsights-web). Use for Real User Monitoring (RUM) — page views, clicks, AJAX/fetch dependencies, exceptions, custom events, and browser-side GenAI agent traces correlated to backend OpenTelemetry traces. Covers SDK Loader Script and npm setup, framework extensions (React, React Native, Angular), Click Analytics, telemetry initializers, and OTel GenAI semantic conventions for agent/tool/model spans emitted from the browser.","applicationinsights-web-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/applicationinsights-web-ts/SKILL.md (coalesced with duplicate skill at .github/plugins/azure-sdk-typescript/skills/applicationinsights-web-ts)",[1739,1740,1742,1744],{"path":793,"priority":334},{"path":1741,"priority":353},"references/agent-traces.md",{"path":1743,"priority":353},"references/configuration.md",{"path":1745,"priority":353},"references/framework-extensions.md",{"basePath":1747,"description":1748,"displayName":1749,"installMethods":1750,"rationale":1751,"selectedPaths":1752,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-ai-contentsafety-ts","Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual content, or self-harm, or managing custom blocklists.","azure-ai-contentsafety-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-ai-contentsafety-ts/SKILL.md",[1753],{"path":793,"priority":334},{"basePath":1755,"description":1756,"displayName":1757,"installMethods":1758,"rationale":1759,"selectedPaths":1760,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-ai-document-intelligence-ts","Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models.","azure-ai-document-intelligence-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-ai-document-intelligence-ts/SKILL.md",[1761],{"path":793,"priority":334},{"basePath":1763,"description":1764,"displayName":1765,"installMethods":1766,"rationale":1767,"selectedPaths":1768,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-ai-projects-ts","Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluations, or getting OpenAI clients.","azure-ai-projects-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-ai-projects-ts/SKILL.md",[1769,1770,1771],{"path":793,"priority":334},{"path":1340,"priority":353},{"path":1772,"priority":353},"references/evaluations.md",{"basePath":1774,"description":1775,"displayName":1776,"installMethods":1777,"rationale":1778,"selectedPaths":1779,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-ai-translation-ts","Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliteration, language detection, or batch document translation.","azure-ai-translation-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-ai-translation-ts/SKILL.md",[1780],{"path":793,"priority":334},{"basePath":1782,"description":1783,"displayName":1784,"installMethods":1785,"rationale":1786,"selectedPaths":1787,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-ai-voicelive-ts","Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots in Node.js or browser environments. Triggers: \"voice live\", \"real-time voice\", \"VoiceLiveClient\", \"VoiceLiveSession\", \"voice assistant TypeScript\", \"bidirectional audio\", \"speech-to-speech JavaScript\".\n","azure-ai-voicelive-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-ai-voicelive-ts/SKILL.md",[1788,1789,1791],{"path":793,"priority":334},{"path":1790,"priority":353},"references/audio-streaming.md",{"path":1792,"priority":353},"references/function-calling.md",{"basePath":1794,"description":1795,"displayName":1796,"installMethods":1797,"rationale":1798,"selectedPaths":1799,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-appconfiguration-ts","Build applications using Azure App Configuration SDK for JavaScript (@azure/app-configuration). Use when working with configuration settings, feature flags, Key Vault references, dynamic refresh, or centralized configuration management.","azure-appconfiguration-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-appconfiguration-ts/SKILL.md",[1800],{"path":793,"priority":334},{"basePath":1802,"description":1803,"displayName":1804,"installMethods":1805,"rationale":1806,"selectedPaths":1807,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-cosmos-ts","Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure/cosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n","azure-cosmos-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-cosmos-ts/SKILL.md",[1808,1809,1811],{"path":793,"priority":334},{"path":1810,"priority":353},"references/bulk-operations.md",{"path":1455,"priority":353},{"basePath":1813,"description":1814,"displayName":1815,"installMethods":1816,"rationale":1817,"selectedPaths":1818,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-eventhub-ts","Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event-driven architectures with partitioned consumers.","azure-eventhub-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-eventhub-ts/SKILL.md",[1819,1820,1821],{"path":793,"priority":334},{"path":1483,"priority":353},{"path":1822,"priority":353},"references/event-processing.md",{"basePath":1824,"description":1825,"displayName":1826,"installMethods":1827,"rationale":1828,"selectedPaths":1829,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-identity-ts","Authenticate to Azure services using Azure Identity library for JavaScript (@azure/identity). Use when configuring authentication with DefaultAzureCredential, managed identity, service principals, or interactive browser login.","azure-identity-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-identity-ts/SKILL.md",[1830,1831,1833],{"path":793,"priority":334},{"path":1832,"priority":353},"references/browser-auth.md",{"path":1834,"priority":353},"references/credential-types.md",{"basePath":1836,"description":1837,"displayName":1838,"installMethods":1839,"rationale":1840,"selectedPaths":1841,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-keyvault-keys-ts","Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotating keys.","azure-keyvault-keys-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-keyvault-keys-ts/SKILL.md",[1842,1843,1845],{"path":793,"priority":334},{"path":1844,"priority":353},"references/keys.md",{"path":1846,"priority":353},"references/secrets.md",{"basePath":1848,"description":1849,"displayName":1850,"installMethods":1851,"rationale":1852,"selectedPaths":1853,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-keyvault-secrets-ts","Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values.","azure-keyvault-secrets-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-keyvault-secrets-ts/SKILL.md",[1854,1855,1856],{"path":793,"priority":334},{"path":1844,"priority":353},{"path":1846,"priority":353},{"basePath":1858,"description":1859,"displayName":1860,"installMethods":1861,"rationale":1862,"selectedPaths":1863,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-microsoft-playwright-testing-ts","Run Playwright tests at scale using Azure Playwright Workspaces (formerly Microsoft Playwright Testing). Use when scaling browser tests across cloud-hosted browsers, integrating with CI/CD pipelines, or publishing test results to the Azure portal.","azure-microsoft-playwright-testing-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-microsoft-playwright-testing-ts/SKILL.md",[1864],{"path":793,"priority":334},{"basePath":1866,"description":1867,"displayName":1868,"installMethods":1869,"rationale":1870,"selectedPaths":1871,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-monitor-opentelemetry-ts","Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry). Use when adding distributed tracing, metrics, and logs to Node.js applications with Application Insights.","azure-monitor-opentelemetry-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-monitor-opentelemetry-ts/SKILL.md",[1872],{"path":793,"priority":334},{"basePath":247,"description":10,"displayName":13,"installMethods":1874,"rationale":1875,"selectedPaths":1876,"source":340,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-postgres-ts/SKILL.md",[1877],{"path":793,"priority":334},{"basePath":1879,"description":1880,"displayName":1881,"installMethods":1882,"rationale":1883,"selectedPaths":1884,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-search-documents-ts","Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases.","azure-search-documents-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-search-documents-ts/SKILL.md",[1885,1886,1887],{"path":793,"priority":334},{"path":1587,"priority":353},{"path":1007,"priority":353},{"basePath":1889,"description":1890,"displayName":1891,"installMethods":1892,"rationale":1893,"selectedPaths":1894,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-servicebus-ts","Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterprise messaging patterns.","azure-servicebus-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-servicebus-ts/SKILL.md",[1895,1896,1897],{"path":793,"priority":334},{"path":1438,"priority":353},{"path":1898,"priority":353},"references/queues-topics.md",{"basePath":1900,"description":1901,"displayName":1902,"installMethods":1903,"rationale":1904,"selectedPaths":1905,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-storage-blob-ts","Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: \"blob storage\", \"@azure/storage-blob\", \"BlobServiceClient\", \"ContainerClient\", \"upload blob\", \"download blob\", \"SAS token\", \"block blob\".\n","azure-storage-blob-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-storage-blob-ts/SKILL.md",[1906,1907,1909],{"path":793,"priority":334},{"path":1908,"priority":353},"references/sas-tokens.md",{"path":1910,"priority":353},"references/streaming.md",{"basePath":1912,"description":1913,"displayName":1914,"installMethods":1915,"rationale":1916,"selectedPaths":1917,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-storage-file-share-ts","Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations. Use for creating shares, managing directories, uploading/downloading files, and handling file metadata. Supports Azure Files SMB protocol scenarios. Triggers: \"file share\", \"@azure/storage-file-share\", \"ShareServiceClient\", \"ShareClient\", \"SMB\", \"Azure Files\".\n","azure-storage-file-share-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-storage-file-share-ts/SKILL.md",[1918],{"path":793,"priority":334},{"basePath":1920,"description":1921,"displayName":1922,"installMethods":1923,"rationale":1924,"selectedPaths":1925,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-storage-queue-ts","Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: \"queue storage\", \"@azure/storage-queue\", \"QueueServiceClient\", \"QueueClient\", \"send message\", \"receive message\", \"dequeue\", \"visibility timeout\".\n","azure-storage-queue-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-storage-queue-ts/SKILL.md",[1926],{"path":793,"priority":334},{"basePath":1928,"description":1929,"displayName":1930,"installMethods":1931,"rationale":1932,"selectedPaths":1933,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/azure-web-pubsub-ts","Build real-time messaging applications using Azure Web PubSub SDKs for JavaScript (@azure/web-pubsub, @azure/web-pubsub-client). Use when implementing WebSocket-based real-time features, pub/sub messaging, group chat, or live notifications.","azure-web-pubsub-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/azure-web-pubsub-ts/SKILL.md",[1934],{"path":793,"priority":334},{"basePath":1936,"description":1937,"displayName":1938,"installMethods":1939,"rationale":1940,"selectedPaths":1941,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/frontend-ui-dark-ts","Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.","frontend-ui-dark-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/frontend-ui-dark-ts/SKILL.md",[1942,1943,1945,1947,1949,1951,1953,1955,1957,1959],{"path":793,"priority":334},{"path":1944,"priority":1352},"assets/Segoe UI Bold Italic.ttf",{"path":1946,"priority":1352},"assets/Segoe UI Bold.ttf",{"path":1948,"priority":1352},"assets/Segoe UI Italic.ttf",{"path":1950,"priority":1352},"assets/Segoe UI.ttf",{"path":1952,"priority":1352},"assets/foundry-logo-dark.png",{"path":1954,"priority":1352},"assets/foundry-logo-light.png",{"path":1956,"priority":353},"references/components.md",{"path":1958,"priority":353},"references/design-tokens.md",{"path":1604,"priority":353},{"basePath":1961,"description":1962,"displayName":1963,"installMethods":1964,"rationale":1965,"selectedPaths":1966,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/m365-agents-ts","Microsoft 365 Agents SDK for TypeScript/Node.js. Build multichannel agents for Teams/M365/Copilot Studio with AgentApplication routing, Express hosting, streaming responses, and Copilot Studio client integration. Triggers: \"Microsoft 365 Agents SDK\", \"@microsoft/agents-hosting\", \"AgentApplication\", \"startServer\", \"streamingResponse\", \"Copilot Studio client\", \"@microsoft/agents-copilotstudio-client\".\n","m365-agents-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/m365-agents-ts/SKILL.md",[1967],{"path":793,"priority":334},{"basePath":1969,"description":1970,"displayName":1971,"installMethods":1972,"rationale":1973,"selectedPaths":1974,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/react-flow-node-ts","Create React Flow node components with TypeScript types, handles, and Zustand integration. Use when building custom nodes for React Flow canvas, creating visual workflow editors, or implementing node-based UI components.","react-flow-node-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/react-flow-node-ts/SKILL.md",[1975,1976,1978],{"path":793,"priority":334},{"path":1977,"priority":1352},"assets/template.tsx",{"path":1979,"priority":1352},"assets/types.template.ts",{"basePath":1981,"description":1982,"displayName":1983,"installMethods":1984,"rationale":1985,"selectedPaths":1986,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-sdk-typescript/skills/zustand-store-ts","Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reactive state patterns with Zustand.","zustand-store-ts",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-sdk-typescript/skills/zustand-store-ts/SKILL.md",[1987,1988],{"path":793,"priority":334},{"path":1989,"priority":1352},"assets/template.ts",{"basePath":1991,"description":1992,"displayName":1993,"installMethods":1994,"rationale":1995,"selectedPaths":1996,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/airunway-aks-setup","Set up AI Runway on AKS — from bare cluster to running model. Covers cluster verification, controller install, GPU assessment, provider setup, and first deployment. WHEN: \"setup AI Runway\", \"onboard AKS cluster\", \"install AI Runway\", \"airunway setup\", \"deploy model to AKS\", \"GPU inference on AKS\", \"KAITO setup on AKS\", \"run LLM on AKS\", \"vLLM on AKS\", \"set up model serving on AKS\", \"AI Runway controller\".","airunway-aks-setup",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/airunway-aks-setup/SKILL.md",[1997,1998,2000,2002,2004,2006,2008,2010,2012,2014,2016],{"path":793,"priority":334},{"path":1999,"priority":353},"references/gpu-profiles.md",{"path":2001,"priority":353},"references/model-sizing.md",{"path":2003,"priority":353},"references/powershell-notes.md",{"path":2005,"priority":353},"references/steps/step-1-verify.md",{"path":2007,"priority":353},"references/steps/step-2-controller.md",{"path":2009,"priority":353},"references/steps/step-3-gpu.md",{"path":2011,"priority":353},"references/steps/step-4-provider.md",{"path":2013,"priority":353},"references/steps/step-5-deploy.md",{"path":2015,"priority":353},"references/steps/step-6-summary.md",{"path":2017,"priority":353},"references/troubleshooting.md",{"basePath":2019,"description":2020,"displayName":2021,"installMethods":2022,"rationale":2023,"selectedPaths":2024,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/appinsights-instrumentation","Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.","appinsights-instrumentation",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/appinsights-instrumentation/SKILL.md",[2025,2026,2028,2030,2032,2034,2036,2038,2040,2042,2044,2046,2048],{"path":793,"priority":334},{"path":2027,"priority":339},"LICENSE.txt",{"path":2029,"priority":1352},"examples/appinsights.bicep",{"path":2031,"priority":353},"references/aspnetcore.md",{"path":2033,"priority":353},"references/auto.md",{"path":2035,"priority":353},"references/container-apps.md",{"path":2037,"priority":353},"references/nodejs.md",{"path":2039,"priority":353},"references/python.md",{"path":2041,"priority":353},"references/sdk/azure-monitor-opentelemetry-exporter-java.md",{"path":2043,"priority":353},"references/sdk/azure-monitor-opentelemetry-exporter-py.md",{"path":2045,"priority":353},"references/sdk/azure-monitor-opentelemetry-py.md",{"path":2047,"priority":353},"references/sdk/azure-monitor-opentelemetry-ts.md",{"path":2049,"priority":1352},"scripts/appinsights.ps1",{"basePath":2051,"description":2052,"displayName":2053,"installMethods":2054,"rationale":2055,"selectedPaths":2056,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-ai","Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.","azure-ai",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-ai/SKILL.md",[2057,2058,2060,2062,2064,2066,2068,2070,2072,2074,2076,2078,2080,2082,2084,2086],{"path":793,"priority":334},{"path":2059,"priority":353},"references/auth-best-practices.md",{"path":2061,"priority":353},"references/sdk/azure-ai-contentsafety-java.md",{"path":2063,"priority":353},"references/sdk/azure-ai-contentsafety-py.md",{"path":2065,"priority":353},"references/sdk/azure-ai-contentsafety-ts.md",{"path":2067,"priority":353},"references/sdk/azure-ai-document-intelligence-dotnet.md",{"path":2069,"priority":353},"references/sdk/azure-ai-document-intelligence-ts.md",{"path":2071,"priority":353},"references/sdk/azure-ai-openai-dotnet.md",{"path":2073,"priority":353},"references/sdk/azure-ai-transcription-py.md",{"path":2075,"priority":353},"references/sdk/azure-ai-translation-text-py.md",{"path":2077,"priority":353},"references/sdk/azure-ai-translation-ts.md",{"path":2079,"priority":353},"references/sdk/azure-ai-vision-imageanalysis-java.md",{"path":2081,"priority":353},"references/sdk/azure-ai-vision-imageanalysis-py.md",{"path":2083,"priority":353},"references/sdk/azure-search-documents-dotnet.md",{"path":2085,"priority":353},"references/sdk/azure-search-documents-py.md",{"path":2087,"priority":353},"references/sdk/azure-search-documents-ts.md",{"basePath":2089,"description":2090,"displayName":2091,"installMethods":2092,"rationale":2093,"selectedPaths":2094,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-aigateway","Configure Azure API Management as an AI Gateway for AI models, MCP tools, and agents. WHEN: semantic caching, token limit, content safety, load balancing, AI model governance, MCP rate limiting, jailbreak detection, add Azure OpenAI backend, add AI Foundry model, test AI gateway, LLM policies, configure AI backend, token metrics, AI cost control, convert API to MCP, import OpenAPI to gateway.","azure-aigateway",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-aigateway/SKILL.md",[2095,2096,2097,2098,2100,2101,2102,2104,2106],{"path":793,"priority":334},{"path":2059,"priority":353},{"path":1604,"priority":353},{"path":2099,"priority":353},"references/policies.md",{"path":2063,"priority":353},{"path":2065,"priority":353},{"path":2103,"priority":353},"references/sdk/azure-mgmt-apimanagement-dotnet.md",{"path":2105,"priority":353},"references/sdk/azure-mgmt-apimanagement-py.md",{"path":2017,"priority":353},{"basePath":2108,"description":2109,"displayName":2110,"installMethods":2111,"rationale":2112,"selectedPaths":2113,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-cloud-migrate","Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk/Heroku/App Engine→App Service, Fargate/Kubernetes/Cloud Run/Spring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud Run migration, Fargate to ACA, ECS/Kubernetes/GKE/EKS to Container Apps, Spring Boot to Container Apps, cross-cloud migration.","azure-cloud-migrate",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-cloud-migrate/SKILL.md",[2114,2115,2117,2119,2121,2123,2125,2127,2129,2131,2133,2135,2137,2139,2141,2143,2145,2147,2149,2151,2153,2155,2157,2159,2161,2163,2165,2167,2169,2171,2173],{"path":793,"priority":334},{"path":2116,"priority":353},"references/services/app-service/app-engine-to-app-service.md",{"path":2118,"priority":353},"references/services/app-service/assessment.md",{"path":2120,"priority":353},"references/services/app-service/beanstalk-to-app-service.md",{"path":2122,"priority":353},"references/services/app-service/code-migration.md",{"path":2124,"priority":353},"references/services/app-service/global-rules.md",{"path":2126,"priority":353},"references/services/app-service/heroku-to-app-service.md",{"path":2128,"priority":353},"references/services/container-apps/assessment-guide.md",{"path":2130,"priority":353},"references/services/container-apps/cloudrun-assessment-guide.md",{"path":2132,"priority":353},"references/services/container-apps/cloudrun-deployment-guide.md",{"path":2134,"priority":353},"references/services/container-apps/cloudrun-to-container-apps.md",{"path":2136,"priority":353},"references/services/container-apps/deployment-guide.md",{"path":2138,"priority":353},"references/services/container-apps/fargate-assessment-guide.md",{"path":2140,"priority":353},"references/services/container-apps/fargate-deployment-guide.md",{"path":2142,"priority":353},"references/services/container-apps/fargate-to-container-apps.md",{"path":2144,"priority":353},"references/services/container-apps/k8s-to-container-apps.md",{"path":2146,"priority":353},"references/services/container-apps/spring-apps-to-aca.md",{"path":2148,"priority":353},"references/services/container-apps/spring-assessment-guide.md",{"path":2150,"priority":353},"references/services/container-apps/spring-dependency-patterns.md",{"path":2152,"priority":353},"references/services/container-apps/spring-deployment-guide.md",{"path":2154,"priority":353},"references/services/functions/assessment.md",{"path":2156,"priority":353},"references/services/functions/code-migration.md",{"path":2158,"priority":353},"references/services/functions/global-rules.md",{"path":2160,"priority":353},"references/services/functions/lambda-to-functions.md",{"path":2162,"priority":353},"references/services/functions/runtimes/csharp.md",{"path":2164,"priority":353},"references/services/functions/runtimes/java.md",{"path":2166,"priority":353},"references/services/functions/runtimes/javascript.md",{"path":2168,"priority":353},"references/services/functions/runtimes/powershell.md",{"path":2170,"priority":353},"references/services/functions/runtimes/python.md",{"path":2172,"priority":353},"references/services/functions/runtimes/typescript.md",{"path":2174,"priority":353},"references/workflow-details.md",{"basePath":2176,"description":2177,"displayName":2178,"installMethods":2179,"rationale":2180,"selectedPaths":2181,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-compliance","Run Azure compliance and security audits with azqr plus Key Vault expiration checks. Covers best-practice assessment, resource review, policy/compliance validation, and security posture checks. WHEN: compliance scan, security audit, BEFORE running azqr (compliance cli tool), Azure best practices, Key Vault expiration check, expired certificates, expiring secrets, orphaned resources, compliance assessment.","azure-compliance",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-compliance/SKILL.md",[2182,2183,2184,2186,2188,2190,2192,2194,2196,2198,2200,2202,2204,2206,2208,2210],{"path":793,"priority":334},{"path":2059,"priority":353},{"path":2185,"priority":353},"references/azqr-recommendations.md",{"path":2187,"priority":353},"references/azqr-remediation-patterns.md",{"path":2189,"priority":353},"references/azure-keyvault-expiration-audit.md",{"path":2191,"priority":353},"references/azure-quick-review.md",{"path":2193,"priority":353},"references/azure-resource-graph.md",{"path":2195,"priority":353},"references/sdk/azure-keyvault-certificates-rust.md",{"path":2197,"priority":353},"references/sdk/azure-keyvault-keys-rust.md",{"path":2199,"priority":353},"references/sdk/azure-keyvault-keys-ts.md",{"path":2201,"priority":353},"references/sdk/azure-keyvault-py.md",{"path":2203,"priority":353},"references/sdk/azure-keyvault-secrets-rust.md",{"path":2205,"priority":353},"references/sdk/azure-keyvault-secrets-ts.md",{"path":2207,"priority":353},"references/sdk/azure-security-keyvault-keys-dotnet.md",{"path":2209,"priority":353},"references/sdk/azure-security-keyvault-keys-java.md",{"path":2211,"priority":353},"references/sdk/azure-security-keyvault-secrets-java.md",{"basePath":2213,"description":2214,"displayName":2215,"installMethods":2216,"rationale":2217,"selectedPaths":2218,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-compute","Azure VM and VMSS router for recommendations, pricing, autoscale, orchestration, connectivity troubleshooting, capacity reservations, and Essential Machine Management. WHEN: Azure VM, VMSS, scale set, recommend, compare, server, website, burstable, lightweight, VM family, workload, GPU, learning, simulation, dev/test, backend, autoscale, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, connect, refused, Linux, black screen, reset password, reach VM, port 3389, NSG, troubleshoot, capacity reservation, CRG, reserve VMs, guarantee capacity, pre-provision capacity, CRG association, CRG disassociation, essential machine management, EMM, machine enrollment.","azure-compute",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-compute/SKILL.md",[2219,2220,2222,2224,2226],{"path":793,"priority":334},{"path":2221,"priority":353},"references/retail-prices-api.md",{"path":2223,"priority":353},"references/vm-families.md",{"path":2225,"priority":353},"references/vm-quotas.md",{"path":2227,"priority":353},"references/vmss-guide.md",{"basePath":2229,"description":2230,"displayName":2231,"installMethods":2232,"rationale":2233,"selectedPaths":2234,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-cost","Unified Azure cost management: query historical costs, forecast future spending, and optimize to reduce waste. WHEN: \"Azure costs\", \"Azure spending\", \"Azure bill\", \"cost breakdown\", \"cost by service\", \"cost by resource\", \"how much am I spending\", \"show my bill\", \"monthly cost summary\", \"cost trends\", \"top cost drivers\", \"actual cost\", \"amortized cost\", \"forecast spending\", \"projected costs\", \"estimate bill\", \"future costs\", \"budget forecast\", \"end of month costs\", \"how much will I spend\", \"optimize costs\", \"reduce spending\", \"find cost savings\", \"orphaned resources\", \"rightsize VMs\", \"cost analysis\", \"reduce waste\", \"unused resources\", \"optimize Redis costs\", \"cost by tag\", \"cost by resource group\", \"AKS cost analysis add-on\", \"namespace cost\", \"cost spike\", \"anomaly\", \"budget alert\", \"AKS cost visibility\". DO NOT USE FOR: deploying resources, provisioning infrastructure, diagnostics, security audits, or estimating costs for new resources not yet deployed.","azure-cost",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-cost/SKILL.md",[2235],{"path":793,"priority":334},{"basePath":2237,"description":2238,"displayName":2239,"installMethods":2240,"rationale":2241,"selectedPaths":2242,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-deploy","Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: \"run azd up\", \"run azd deploy\", \"execute deployment\", \"push to production\", \"push to cloud\", \"go live\", \"ship it\", \"bicep deploy\", \"terraform apply\", \"publish to Azure\", \"launch on Azure\". DO NOT USE WHEN: \"create and deploy\", \"build and deploy\", \"create a new app\", \"set up infrastructure\", \"create and deploy to Azure using Terraform\" — use azure-prepare for these.","azure-deploy",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-deploy/SKILL.md",[2243,2244,2245,2247,2249,2251,2253,2255,2257,2259,2261,2263,2265,2267,2269,2271,2273,2275,2277,2279,2281,2283,2285,2287,2289,2291,2293,2295,2297,2299,2301,2303,2305,2307,2309,2311,2313,2315,2317,2319,2321],{"path":793,"priority":334},{"path":2059,"priority":353},{"path":2246,"priority":353},"references/global-rules.md",{"path":2248,"priority":353},"references/live-role-verification.md",{"path":2250,"priority":353},"references/pre-deploy-checklist.md",{"path":2252,"priority":353},"references/recipes/README.md",{"path":2254,"priority":353},"references/recipes/azcli/README.md",{"path":2256,"priority":353},"references/recipes/azcli/errors.md",{"path":2258,"priority":353},"references/recipes/azcli/verify.md",{"path":2260,"priority":353},"references/recipes/azd/README.md",{"path":2262,"priority":353},"references/recipes/azd/ef-migrations.md",{"path":2264,"priority":353},"references/recipes/azd/errors.md",{"path":2266,"priority":353},"references/recipes/azd/functions-deploy.md",{"path":2268,"priority":353},"references/recipes/azd/post-deployment.md",{"path":2270,"priority":353},"references/recipes/azd/scripts/apply-migrations.ps1",{"path":2272,"priority":353},"references/recipes/azd/scripts/apply-migrations.sh",{"path":2274,"priority":353},"references/recipes/azd/scripts/grant-and-migrate.ps1",{"path":2276,"priority":353},"references/recipes/azd/scripts/grant-and-migrate.sh",{"path":2278,"priority":353},"references/recipes/azd/sql-entra-auth.md",{"path":2280,"priority":353},"references/recipes/azd/sql-managed-identity.md",{"path":2282,"priority":353},"references/recipes/azd/verify.md",{"path":2284,"priority":353},"references/recipes/bicep/README.md",{"path":2286,"priority":353},"references/recipes/bicep/errors.md",{"path":2288,"priority":353},"references/recipes/bicep/verify.md",{"path":2290,"priority":353},"references/recipes/cicd/README.md",{"path":2292,"priority":353},"references/recipes/cicd/errors.md",{"path":2294,"priority":353},"references/recipes/cicd/examples/azdo-azd.yml",{"path":2296,"priority":353},"references/recipes/cicd/examples/azdo-multistage.yml",{"path":2298,"priority":353},"references/recipes/cicd/examples/github-azd.yml",{"path":2300,"priority":353},"references/recipes/cicd/examples/github-bicep.yml",{"path":2302,"priority":353},"references/recipes/cicd/verify.md",{"path":2304,"priority":353},"references/recipes/terraform/README.md",{"path":2306,"priority":353},"references/recipes/terraform/errors.md",{"path":2308,"priority":353},"references/recipes/terraform/verify.md",{"path":2310,"priority":353},"references/region-availability.md",{"path":2312,"priority":353},"references/sdk/azd-deployment.md",{"path":2314,"priority":353},"references/sdk/azure-identity-dotnet.md",{"path":2316,"priority":353},"references/sdk/azure-identity-java.md",{"path":2318,"priority":353},"references/sdk/azure-identity-py.md",{"path":2320,"priority":353},"references/sdk/azure-identity-ts.md",{"path":2017,"priority":353},{"basePath":2323,"description":2324,"displayName":2325,"installMethods":2326,"rationale":2327,"selectedPaths":2328,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-diagnostics","Debug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe triage. WHEN: debug production issues, troubleshoot app service, app service high CPU, app service deployment failure, troubleshoot container apps, troubleshoot functions, troubleshoot AKS, kubectl cannot connect, kube-system/CoreDNS failures, pod pending, crashloop, node not ready, upgrade failures, analyze logs, KQL, insights, image pull failures, cold start issues, health probe failures, resource health, root cause of errors, troubleshoot event hubs, troubleshoot service bus, messaging SDK error, AMQP connection failure, message lock lost, service bus dead letter.","azure-diagnostics",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-diagnostics/SKILL.md",[2329,2330,2332,2333,2335,2337],{"path":793,"priority":334},{"path":2331,"priority":353},"references/app-service/README.md",{"path":2193,"priority":353},{"path":2334,"priority":353},"references/container-apps/README.md",{"path":2336,"priority":353},"references/functions/README.md",{"path":2338,"priority":353},"references/kql-queries.md",{"basePath":2340,"description":2341,"displayName":2342,"installMethods":2343,"rationale":2344,"selectedPaths":2345,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-enterprise-infra-planner","Architect and provision enterprise Azure infrastructure from workload descriptions. For cloud architects and platform engineers planning networking, identity, security, compliance, and multi-resource topologies with WAF alignment. Generates Bicep or Terraform directly (no azd). WHEN: 'plan Azure infrastructure', 'architect Azure landing zone', 'design hub-spoke network', 'plan multi-region DR topology', 'set up VNets firewalls and private endpoints', 'subscription-scope Bicep deployment', 'Azure Backup for VM workloads'. PREFER azure-prepare FOR app-centric workflows.","azure-enterprise-infra-planner",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-enterprise-infra-planner/SKILL.md",[2346,2347,2349,2351,2353,2355,2357,2359,2361,2363,2365,2367,2369,2371,2373,2375,2377,2379,2381,2383,2385,2387,2389,2391,2393,2395,2397,2399,2401,2403,2405,2407,2409,2411,2413],{"path":793,"priority":334},{"path":2348,"priority":353},"references/bicep-generation.md",{"path":2350,"priority":353},"references/constraints/README.md",{"path":2352,"priority":353},"references/constraints/ai-ml.md",{"path":2354,"priority":353},"references/constraints/compute-apps.md",{"path":2356,"priority":353},"references/constraints/compute-infra.md",{"path":2358,"priority":353},"references/constraints/data-analytics.md",{"path":2360,"priority":353},"references/constraints/data-relational.md",{"path":2362,"priority":353},"references/constraints/messaging.md",{"path":2364,"priority":353},"references/constraints/monitoring.md",{"path":2366,"priority":353},"references/constraints/networking-connectivity.md",{"path":2368,"priority":353},"references/constraints/networking-core.md",{"path":2370,"priority":353},"references/constraints/networking-traffic.md",{"path":2372,"priority":353},"references/constraints/security.md",{"path":2374,"priority":353},"references/deployment.md",{"path":2376,"priority":353},"references/pairing-checks.md",{"path":2378,"priority":353},"references/plan-schema.md",{"path":2380,"priority":353},"references/research.md",{"path":2382,"priority":353},"references/resources/README.md",{"path":2384,"priority":353},"references/resources/ai-ml.md",{"path":2386,"priority":353},"references/resources/compute-apps.md",{"path":2388,"priority":353},"references/resources/compute-infra.md",{"path":2390,"priority":353},"references/resources/data-analytics.md",{"path":2392,"priority":353},"references/resources/data-relational.md",{"path":2394,"priority":353},"references/resources/messaging.md",{"path":2396,"priority":353},"references/resources/monitoring.md",{"path":2398,"priority":353},"references/resources/networking-connectivity.md",{"path":2400,"priority":353},"references/resources/networking-core.md",{"path":2402,"priority":353},"references/resources/networking-traffic.md",{"path":2404,"priority":353},"references/resources/security.md",{"path":2406,"priority":353},"references/sample_infrastructure_plan.json",{"path":2408,"priority":353},"references/terraform-generation.md",{"path":2410,"priority":353},"references/verification.md",{"path":2412,"priority":353},"references/waf-checklist.md",{"path":2414,"priority":353},"references/workflow.md",{"basePath":2416,"description":2417,"displayName":2418,"installMethods":2419,"rationale":2420,"selectedPaths":2421,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-hosted-copilot-sdk","Build, deploy, and modify GitHub Copilot SDK apps on Azure. MANDATORY when codebase contains @github/copilot-sdk or CopilotClient in package.json. PREFER OVER azure-prepare when copilot-sdk markers detected. WHEN: copilot SDK, @github/copilot-sdk, copilot-powered app, build copilot app, prepare copilot app, add feature to copilot app, modify copilot app, BYOM, bring your own model, CopilotClient, createSession, sendAndWait, azd init copilot. DO NOT USE FOR: deploying already-prepared copilot-sdk apps (use azure-deploy), general web apps without copilot SDK (use azure-prepare), Copilot Extensions, Foundry agents (use microsoft-foundry).","azure-hosted-copilot-sdk",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-hosted-copilot-sdk/SKILL.md",[2422,2423,2424,2426,2428,2430],{"path":793,"priority":334},{"path":2059,"priority":353},{"path":2425,"priority":353},"references/azure-model-config.md",{"path":2427,"priority":353},"references/copilot-sdk.md",{"path":2429,"priority":353},"references/deploy-existing.md",{"path":2431,"priority":353},"references/existing-project-integration.md",{"basePath":2433,"description":2434,"displayName":2435,"installMethods":2436,"rationale":2437,"selectedPaths":2438,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/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 environment, enable AKS observability, design AKS networking, choose AKS SKU, secure AKS, optimize AKS, rightsize AKS pod, AKS spot nodes, AKS cluster-autoscaler.","azure-kubernetes",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-kubernetes/SKILL.md",[2439,2440,2442,2444,2446,2448],{"path":793,"priority":334},{"path":2441,"priority":353},"references/azure-aks-autoscaler.md",{"path":2443,"priority":353},"references/azure-aks-rightsizing.md",{"path":2445,"priority":353},"references/azure-aks-spot.md",{"path":2447,"priority":353},"references/azure-aks-vpa.md",{"path":2449,"priority":353},"references/cli-reference.md",{"basePath":2451,"description":2452,"displayName":2453,"installMethods":2454,"rationale":2455,"selectedPaths":2456,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-kubernetes/azure-kubernetes-automatic-readiness","Assess Kubernetes workloads and cluster configuration for AKS Automatic compatibility. Identifies incompatibilities, generates fixes, and guides migration from AKS Standard to AKS Automatic. WHEN: migrate to AKS Automatic, check AKS Automatic readiness, validate manifests for Automatic, assess cluster for Automatic compatibility, fix deployment for Automatic compatibility, identify AKS Automatic migration blockers, is my cluster ready for AKS Automatic.","azure-kubernetes-automatic-readiness",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-kubernetes/azure-kubernetes-automatic-readiness/SKILL.md",[2457,2458,2460,2462,2464],{"path":793,"priority":334},{"path":2459,"priority":353},"references/common-fixes.md",{"path":2461,"priority":353},"references/constraint-spec-v1.yaml",{"path":2463,"priority":353},"references/mcp-integration.md",{"path":2465,"priority":353},"references/migration-guide-summary.md",{"basePath":2467,"description":2468,"displayName":2469,"installMethods":2470,"rationale":2471,"selectedPaths":2472,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-kusto","Query and analyze data in Azure Data Explorer (Kusto/ADX) using KQL for log analytics, telemetry, and time series analysis. WHEN: KQL queries, Kusto database queries, Azure Data Explorer, ADX clusters, log analytics, time series data, IoT telemetry, anomaly detection.","azure-kusto",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-kusto/SKILL.md",[2473],{"path":793,"priority":334},{"basePath":2475,"description":2476,"displayName":2477,"installMethods":2478,"rationale":2479,"selectedPaths":2480,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-messaging","Troubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus. Covers connection failures, authentication errors, message processing issues, and SDK configuration problems. WHEN: event hub SDK error, service bus SDK issue, messaging connection failure, AMQP error, event processor host issue, message lock lost, message lock expired, lock renewal, lock renewal batch, send timeout, receiver disconnected, SDK troubleshooting, azure messaging SDK, event hub consumer, service bus queue issue, topic subscription error, enable logging event hub, service bus logging, eventhub python, servicebus java, eventhub javascript, servicebus dotnet, event hub checkpoint, event hub not receiving messages, service bus dead letter, batch processing lock, session lock expired, idle timeout, connection inactive, link detach, slow reconnect, session error, duplicate events, offset reset, receive batch.","azure-messaging",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-messaging/SKILL.md",[2481],{"path":793,"priority":334},{"basePath":2483,"description":2484,"displayName":2485,"installMethods":2486,"rationale":2487,"selectedPaths":2488,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-prepare","Prepare Azure apps for deployment (infra Bicep/Terraform, azure.yaml, Dockerfiles). Use for create/modernize or create+deploy; not cross-cloud migration (use azure-cloud-migrate). DO NOT USE FOR: copilot-sdk apps (use azure-hosted-copilot-sdk). WHEN: \"create app\", \"build web app\", \"create API\", \"create serverless HTTP API\", \"create frontend\", \"create back end\", \"build a service\", \"modernize application\", \"update application\", \"add authentication\", \"add caching\", \"host on Azure\", \"create and deploy\", \"deploy to Azure\", \"deploy to Azure using Terraform\", \"deploy to Azure App Service\", \"deploy to Azure App Service using Terraform\", \"deploy to Azure Container Apps\", \"deploy to Azure Container Apps using Terraform\", \"generate Terraform\", \"generate Bicep\", \"function app\", \"timer trigger\", \"service bus trigger\", \"event-driven function\", \"containerized Node.js app\", \"social media app\", \"static portfolio website\", \"todo list with frontend and API\", \"prepare my Azure application to use Key Vault\", \"managed identity\".","azure-prepare",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-prepare/SKILL.md",[2489,2490,2492,2494,2496,2498,2499,2501,2503,2505,2506,2508,2510,2511,2513,2515,2516,2518,2520,2522,2524,2526,2527,2529,2530,2532,2533,2535,2536,2538,2540,2542,2543,2545,2547,2549,2550,2551,2552,2553,2555,2557,2559,2561,2563,2565,2567,2569,2571,2573,2575,2577,2579,2581,2583,2585,2587,2589,2591,2593,2595,2597,2599,2601,2603,2605,2607,2609,2611,2613,2615,2617,2619,2621,2623,2625,2627,2629,2631,2633,2635,2637,2639,2641,2643,2645,2647,2649,2651,2653,2655,2657,2659,2661,2663,2665,2667,2669,2671,2673,2675,2677,2679,2681,2683,2685,2687,2689,2691,2693,2695,2697,2699,2701,2703,2705,2707,2709,2711,2713,2715,2717,2719,2721,2723,2725,2727,2729,2731,2733,2735,2737,2739,2741,2743,2745,2747,2749,2751,2753,2755,2757,2759,2761,2763,2765,2767,2769,2771,2773,2775,2777,2779,2781,2783,2785,2787,2789,2791,2793,2795,2797,2799,2801],{"path":793,"priority":334},{"path":2491,"priority":353},"references/analyze.md",{"path":2493,"priority":353},"references/apim.md",{"path":2495,"priority":353},"references/architecture.md",{"path":2497,"priority":353},"references/aspire.md",{"path":2059,"priority":353},{"path":2500,"priority":353},"references/azure-context.md",{"path":2502,"priority":353},"references/functional-verification.md",{"path":2504,"priority":353},"references/generate.md",{"path":2246,"priority":353},{"path":2507,"priority":353},"references/plan-template.md",{"path":2509,"priority":353},"references/recipe-selection.md",{"path":2254,"priority":353},{"path":2512,"priority":353},"references/recipes/azcli/commands.md",{"path":2514,"priority":353},"references/recipes/azcli/scripts.md",{"path":2260,"priority":353},{"path":2517,"priority":353},"references/recipes/azd/aspire.md",{"path":2519,"priority":353},"references/recipes/azd/azure-yaml.md",{"path":2521,"priority":353},"references/recipes/azd/docker.md",{"path":2523,"priority":353},"references/recipes/azd/iac-rules.md",{"path":2525,"priority":353},"references/recipes/azd/terraform.md",{"path":2284,"priority":353},{"path":2528,"priority":353},"references/recipes/bicep/patterns.md",{"path":2304,"priority":353},{"path":2531,"priority":353},"references/recipes/terraform/patterns.md",{"path":2310,"priority":353},{"path":2534,"priority":353},"references/requirements.md",{"path":2380,"priority":353},{"path":2537,"priority":353},"references/resources-limits-quotas.md",{"path":2539,"priority":353},"references/runtimes/nodejs.md",{"path":2541,"priority":353},"references/scan.md",{"path":2312,"priority":353},{"path":2544,"priority":353},"references/sdk/azure-appconfiguration-java.md",{"path":2546,"priority":353},"references/sdk/azure-appconfiguration-py.md",{"path":2548,"priority":353},"references/sdk/azure-appconfiguration-ts.md",{"path":2314,"priority":353},{"path":2316,"priority":353},{"path":2318,"priority":353},{"path":2320,"priority":353},{"path":2554,"priority":353},"references/security.md",{"path":2556,"priority":353},"references/services/aks/README.md",{"path":2558,"priority":353},"references/services/aks/addons.md",{"path":2560,"priority":353},"references/services/aks/bicep.md",{"path":2562,"priority":353},"references/services/aks/manifests.md",{"path":2564,"priority":353},"references/services/app-insights/README.md",{"path":2566,"priority":353},"references/services/app-service/README.md",{"path":2568,"priority":353},"references/services/app-service/bicep.md",{"path":2570,"priority":353},"references/services/app-service/custom-domains.md",{"path":2572,"priority":353},"references/services/app-service/deployment-slots.md",{"path":2574,"priority":353},"references/services/app-service/networking.md",{"path":2576,"priority":353},"references/services/app-service/scaling.md",{"path":2578,"priority":353},"references/services/app-service/sku-selection.md",{"path":2580,"priority":353},"references/services/app-service/templates/recipes/README.md",{"path":2582,"priority":353},"references/services/app-service/templates/recipes/auth/README.md",{"path":2584,"priority":353},"references/services/app-service/templates/recipes/auth/source/dotnet.md",{"path":2586,"priority":353},"references/services/app-service/templates/recipes/auth/source/nodejs.md",{"path":2588,"priority":353},"references/services/app-service/templates/recipes/auth/source/python.md",{"path":2590,"priority":353},"references/services/app-service/templates/recipes/composition.md",{"path":2592,"priority":353},"references/services/app-service/templates/recipes/cosmos/README.md",{"path":2594,"priority":353},"references/services/app-service/templates/recipes/cosmos/source/dotnet.md",{"path":2596,"priority":353},"references/services/app-service/templates/recipes/cosmos/source/nodejs.md",{"path":2598,"priority":353},"references/services/app-service/templates/recipes/cosmos/source/python.md",{"path":2600,"priority":353},"references/services/app-service/templates/recipes/redis/README.md",{"path":2602,"priority":353},"references/services/app-service/templates/recipes/redis/source/dotnet.md",{"path":2604,"priority":353},"references/services/app-service/templates/recipes/redis/source/nodejs.md",{"path":2606,"priority":353},"references/services/app-service/templates/recipes/redis/source/python.md",{"path":2608,"priority":353},"references/services/app-service/templates/recipes/sql/README.md",{"path":2610,"priority":353},"references/services/app-service/templates/recipes/sql/source/dotnet.md",{"path":2612,"priority":353},"references/services/app-service/templates/recipes/sql/source/nodejs.md",{"path":2614,"priority":353},"references/services/app-service/templates/recipes/sql/source/python.md",{"path":2616,"priority":353},"references/services/app-service/templates/selection.md",{"path":2618,"priority":353},"references/services/app-service/templates/web-api.md",{"path":2620,"priority":353},"references/services/app-service/templates/web-app.md",{"path":2622,"priority":353},"references/services/container-apps/README.md",{"path":2624,"priority":353},"references/services/container-apps/bicep.md",{"path":2626,"priority":353},"references/services/container-apps/day2-operations.md",{"path":2628,"priority":353},"references/services/container-apps/environment.md",{"path":2630,"priority":353},"references/services/container-apps/health-probes.md",{"path":2632,"priority":353},"references/services/container-apps/networking.md",{"path":2634,"priority":353},"references/services/container-apps/revisions.md",{"path":2636,"priority":353},"references/services/container-apps/scaling.md",{"path":2638,"priority":353},"references/services/container-apps/terraform.md",{"path":2640,"priority":353},"references/services/cosmos-db/README.md",{"path":2642,"priority":353},"references/services/cosmos-db/bicep.md",{"path":2644,"priority":353},"references/services/cosmos-db/partitioning.md",{"path":2646,"priority":353},"references/services/cosmos-db/sdk.md",{"path":2648,"priority":353},"references/services/durable-task-scheduler/README.md",{"path":2650,"priority":353},"references/services/durable-task-scheduler/bicep.md",{"path":2652,"priority":353},"references/services/durable-task-scheduler/dotnet.md",{"path":2654,"priority":353},"references/services/durable-task-scheduler/java.md",{"path":2656,"priority":353},"references/services/durable-task-scheduler/javascript.md",{"path":2658,"priority":353},"references/services/durable-task-scheduler/python.md",{"path":2660,"priority":353},"references/services/event-grid/README.md",{"path":2662,"priority":353},"references/services/event-grid/bicep.md",{"path":2664,"priority":353},"references/services/event-grid/subscriptions.md",{"path":2666,"priority":353},"references/services/foundry/README.md",{"path":2668,"priority":353},"references/services/foundry/region-availability.md",{"path":2670,"priority":353},"references/services/functions/README.md",{"path":2672,"priority":353},"references/services/functions/aspire-containerapps.md",{"path":2674,"priority":353},"references/services/functions/bicep.md",{"path":2676,"priority":353},"references/services/functions/durable.md",{"path":2678,"priority":353},"references/services/functions/templates/README.md",{"path":2680,"priority":353},"references/services/functions/templates/base/eval/python.md",{"path":2682,"priority":353},"references/services/functions/templates/base/eval/summary.md",{"path":2684,"priority":353},"references/services/functions/templates/base/eval/typescript.md",{"path":2686,"priority":353},"references/services/functions/templates/recipes/README.md",{"path":2688,"priority":353},"references/services/functions/templates/recipes/blob-eventgrid/README.md",{"path":2690,"priority":353},"references/services/functions/templates/recipes/blob-eventgrid/eval/python.md",{"path":2692,"priority":353},"references/services/functions/templates/recipes/blob-eventgrid/eval/summary.md",{"path":2694,"priority":353},"references/services/functions/templates/recipes/common/dotnet-entry-point.md",{"path":2696,"priority":353},"references/services/functions/templates/recipes/common/error-handling.md",{"path":2698,"priority":353},"references/services/functions/templates/recipes/common/health-check.md",{"path":2700,"priority":353},"references/services/functions/templates/recipes/common/nodejs-entry-point.md",{"path":2702,"priority":353},"references/services/functions/templates/recipes/composition.md",{"path":2704,"priority":353},"references/services/functions/templates/recipes/cosmosdb/README.md",{"path":2706,"priority":353},"references/services/functions/templates/recipes/cosmosdb/eval/python.md",{"path":2708,"priority":353},"references/services/functions/templates/recipes/cosmosdb/eval/summary.md",{"path":2710,"priority":353},"references/services/functions/templates/recipes/cosmosdb/eval/typescript.md",{"path":2712,"priority":353},"references/services/functions/templates/recipes/durable/README.md",{"path":2714,"priority":353},"references/services/functions/templates/recipes/durable/eval/python.md",{"path":2716,"priority":353},"references/services/functions/templates/recipes/durable/eval/summary.md",{"path":2718,"priority":353},"references/services/functions/templates/recipes/eventhubs/README.md",{"path":2720,"priority":353},"references/services/functions/templates/recipes/eventhubs/eval/python.md",{"path":2722,"priority":353},"references/services/functions/templates/recipes/eventhubs/eval/summary.md",{"path":2724,"priority":353},"references/services/functions/templates/recipes/mcp/README.md",{"path":2726,"priority":353},"references/services/functions/templates/recipes/mcp/eval/python.md",{"path":2728,"priority":353},"references/services/functions/templates/recipes/mcp/eval/summary.md",{"path":2730,"priority":353},"references/services/functions/templates/recipes/servicebus/README.md",{"path":2732,"priority":353},"references/services/functions/templates/recipes/servicebus/eval/python.md",{"path":2734,"priority":353},"references/services/functions/templates/recipes/servicebus/eval/summary.md",{"path":2736,"priority":353},"references/services/functions/templates/recipes/servicebus/eval/typescript.md",{"path":2738,"priority":353},"references/services/functions/templates/recipes/sql/README.md",{"path":2740,"priority":353},"references/services/functions/templates/recipes/sql/eval/python.md",{"path":2742,"priority":353},"references/services/functions/templates/recipes/sql/eval/summary.md",{"path":2744,"priority":353},"references/services/functions/templates/recipes/timer/README.md",{"path":2746,"priority":353},"references/services/functions/templates/recipes/timer/eval/python.md",{"path":2748,"priority":353},"references/services/functions/templates/recipes/timer/eval/summary.md",{"path":2750,"priority":353},"references/services/functions/templates/selection.md",{"path":2752,"priority":353},"references/services/functions/terraform.md",{"path":2754,"priority":353},"references/services/key-vault/README.md",{"path":2756,"priority":353},"references/services/key-vault/bicep.md",{"path":2758,"priority":353},"references/services/key-vault/sdk.md",{"path":2760,"priority":353},"references/services/logic-apps/README.md",{"path":2762,"priority":353},"references/services/logic-apps/bicep.md",{"path":2764,"priority":353},"references/services/logic-apps/triggers.md",{"path":2766,"priority":353},"references/services/service-bus/README.md",{"path":2768,"priority":353},"references/services/service-bus/bicep.md",{"path":2770,"priority":353},"references/services/service-bus/patterns.md",{"path":2772,"priority":353},"references/services/sql-database/README.md",{"path":2774,"priority":353},"references/services/sql-database/auth.md",{"path":2776,"priority":353},"references/services/sql-database/bicep.md",{"path":2778,"priority":353},"references/services/sql-database/scripts/grant-sql-access.ps1",{"path":2780,"priority":353},"references/services/sql-database/scripts/grant-sql-access.sh",{"path":2782,"priority":353},"references/services/sql-database/sdk.md",{"path":2784,"priority":353},"references/services/static-web-apps/README.md",{"path":2786,"priority":353},"references/services/static-web-apps/bicep.md",{"path":2788,"priority":353},"references/services/static-web-apps/deployment.md",{"path":2790,"priority":353},"references/services/static-web-apps/region-availability.md",{"path":2792,"priority":353},"references/services/static-web-apps/routing.md",{"path":2794,"priority":353},"references/services/static-web-apps/terraform.md",{"path":2796,"priority":353},"references/services/storage/README.md",{"path":2798,"priority":353},"references/services/storage/access.md",{"path":2800,"priority":353},"references/services/storage/bicep.md",{"path":2802,"priority":353},"references/specialized-routing.md",{"basePath":2804,"description":2805,"displayName":2806,"installMethods":2807,"rationale":2808,"selectedPaths":2809,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-quotas","Check/manage Azure quotas and usage across providers. For deployment planning, capacity validation, region selection. WHEN: \"check quotas\", \"service limits\", \"current usage\", \"request quota increase\", \"quota exceeded\", \"validate capacity\", \"regional availability\", \"provisioning limits\", \"vCPU limit\", \"how many vCPUs available in my subscription\".","azure-quotas",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-quotas/SKILL.md",[2810,2811,2813],{"path":793,"priority":334},{"path":2812,"priority":353},"references/advanced-commands.md",{"path":2814,"priority":353},"references/commands.md",{"basePath":2816,"description":2817,"displayName":2818,"installMethods":2819,"rationale":2820,"selectedPaths":2821,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-rbac","Helps users find the right Azure RBAC role for an identity with least privilege access, then generate CLI commands and Bicep code to assign it. Also provides guidance on permissions required to grant roles. WHEN: bicep for role assignment, what role should I assign, least privilege role, RBAC role for, role to read blobs, role for managed identity, custom role definition, assign role to identity, what role do I need to grant access, permissions to assign roles.","azure-rbac",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-rbac/SKILL.md",[2822],{"path":793,"priority":334},{"basePath":2824,"description":2825,"displayName":2826,"installMethods":2827,"rationale":2828,"selectedPaths":2829,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-resource-lookup","List, find, and show Azure resources across subscriptions or resource groups. Handles prompts like \\\"list the websites in my subscription\\\", \\\"list my web apps\\\", \\\"show my app services\\\", \\\"list virtual machines\\\", \\\"list my VMs\\\", \\\"show storage accounts\\\", \\\"find container apps\\\", and \\\"what resources do I have\\\". USE FOR: list websites, list web apps, list app services, show websites in subscription, resource inventory, find resources by tag, tag analysis, orphaned resource discovery (not for cost analysis), unattached disks, count resources by type, cross-subscription lookup, and Azure Resource Graph queries. DO NOT USE FOR: deploying/changing resources (use azure-deploy), cost optimization (use azure-cost), or non-Azure clouds.","azure-resource-lookup",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-resource-lookup/SKILL.md",[2830,2831],{"path":793,"priority":334},{"path":2193,"priority":353},{"basePath":2833,"description":2834,"displayName":2835,"installMethods":2836,"rationale":2837,"selectedPaths":2838,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-resource-visualizer","Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. WHEN: create architecture diagram, visualize Azure resources, show resource relationships, generate Mermaid diagram, analyze resource group, diagram my resources, architecture visualization, resource topology, map Azure infrastructure.","azure-resource-visualizer",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-resource-visualizer/SKILL.md",[2839,2840,2842,2844],{"path":793,"priority":334},{"path":2841,"priority":1352},"assets/example-diagram.md",{"path":2843,"priority":1352},"assets/template-architecture.md",{"path":2193,"priority":353},{"basePath":2846,"description":2847,"displayName":2848,"installMethods":2849,"rationale":2850,"selectedPaths":2851,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-storage","Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).","azure-storage",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-storage/SKILL.md",[2852,2853,2854,2856,2858,2860,2862,2864,2866,2868,2870,2872,2874,2876],{"path":793,"priority":334},{"path":2059,"priority":353},{"path":2855,"priority":353},"references/sdk/azure-data-tables-java.md",{"path":2857,"priority":353},"references/sdk/azure-data-tables-py.md",{"path":2859,"priority":353},"references/sdk/azure-storage-blob-java.md",{"path":2861,"priority":353},"references/sdk/azure-storage-blob-py.md",{"path":2863,"priority":353},"references/sdk/azure-storage-blob-rust.md",{"path":2865,"priority":353},"references/sdk/azure-storage-blob-ts.md",{"path":2867,"priority":353},"references/sdk/azure-storage-file-datalake-py.md",{"path":2869,"priority":353},"references/sdk/azure-storage-file-share-py.md",{"path":2871,"priority":353},"references/sdk/azure-storage-file-share-ts.md",{"path":2873,"priority":353},"references/sdk/azure-storage-queue-py.md",{"path":2875,"priority":353},"references/sdk/azure-storage-queue-ts.md",{"path":2877,"priority":353},"references/sdk-usage.md",{"basePath":2879,"description":2880,"displayName":2881,"installMethods":2882,"rationale":2883,"selectedPaths":2884,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-upgrade","Assess and upgrade Azure workloads between plans, tiers, or SKUs, or modernize Azure SDK dependencies in source code. WHEN: upgrade Consumption to Flex Consumption, upgrade Azure Functions plan, change hosting plan, function app SKU, migrate App Service to Container Apps, modernize legacy Azure Java SDKs (com.microsoft.azure to com.azure), migrate Azure Cache for Redis (ACR/ACRE) to Azure Managed Redis (AMR).","azure-upgrade",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-upgrade/SKILL.md",[2885,2886,2887,2889,2891,2893,2895,2897,2899,2901,2903,2905,2907,2909,2911,2913,2915,2917,2919,2921,2923,2925,2927,2929,2931,2933,2935,2936,2938,2940,2942],{"path":793,"priority":334},{"path":2246,"priority":353},{"path":2888,"priority":353},"references/languages/java/INSTRUCTION.md",{"path":2890,"priority":353},"references/languages/java/README.md",{"path":2892,"priority":353},"references/languages/java/bom-migration/bom-gradle-settings.md",{"path":2894,"priority":353},"references/languages/java/bom-migration/bom-gradle-toml.md",{"path":2896,"priority":353},"references/languages/java/bom-migration/bom-gradle.md",{"path":2898,"priority":353},"references/languages/java/bom-migration/bom-maven.md",{"path":2900,"priority":353},"references/languages/java/bom-migration/bom-migration.md",{"path":2902,"priority":353},"references/languages/java/bom-migration/bom-validation.md",{"path":2904,"priority":353},"references/languages/java/package-specific/com.microsoft.azure.eventprocessorhost.md",{"path":2906,"priority":353},"references/languages/java/package-specific/com.microsoft.azure.management.md",{"path":2908,"priority":353},"references/languages/java/rules/efficiency.md",{"path":2910,"priority":353},"references/languages/java/rules/execution-guidelines.md",{"path":2912,"priority":353},"references/languages/java/rules/review-code-changes.md",{"path":2914,"priority":353},"references/languages/java/rules/troubleshooting.md",{"path":2916,"priority":353},"references/languages/java/rules/upgrade-strategy.md",{"path":2918,"priority":353},"references/languages/java/rules/upgrade-success-criteria.md",{"path":2920,"priority":353},"references/languages/java/scripts/upgrade_bom.py",{"path":2922,"priority":353},"references/languages/java/templates/PLAN_TEMPLATE.md",{"path":2924,"priority":353},"references/languages/java/templates/PROGRESS_TEMPLATE.md",{"path":2926,"priority":353},"references/languages/java/templates/SUMMARY_TEMPLATE.md",{"path":2928,"priority":353},"references/languages/java/workflow/phase-1-precheck.md",{"path":2930,"priority":353},"references/languages/java/workflow/phase-2-plan.md",{"path":2932,"priority":353},"references/languages/java/workflow/phase-3-execute.md",{"path":2934,"priority":353},"references/languages/java/workflow/phase-4-summarize.md",{"path":2154,"priority":353},{"path":2937,"priority":353},"references/services/functions/automation.md",{"path":2939,"priority":353},"references/services/functions/consumption-to-flex.md",{"path":2941,"priority":353},"references/services/redis/redis-to-amr.md",{"path":2174,"priority":353},{"basePath":2944,"description":2945,"displayName":2946,"installMethods":2947,"rationale":2948,"selectedPaths":2949,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/azure-validate","Pre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity permissions, and prerequisites before deploying. WHEN: validate my app, check deployment readiness, run preflight checks, verify configuration, check if ready to deploy, validate azure.yaml, validate Bicep, test before deploying, troubleshoot deployment errors, validate Azure Functions, validate function app, validate serverless deployment, verify RBAC roles, check role assignments, review managed identity permissions, what-if analysis, validate Container Apps deployment.","azure-validate",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/azure-validate/SKILL.md",[2950,2951,2953,2954,2956,2957,2958,2959,2960,2961,2963,2964,2965,2966,2967,2968,2969],{"path":793,"priority":334},{"path":2952,"priority":353},"references/aspire-functions-secrets.md",{"path":2246,"priority":353},{"path":2955,"priority":353},"references/policy-validation.md",{"path":2252,"priority":353},{"path":2254,"priority":353},{"path":2256,"priority":353},{"path":2260,"priority":353},{"path":2517,"priority":353},{"path":2962,"priority":353},"references/recipes/azd/environment.md",{"path":2264,"priority":353},{"path":2284,"priority":353},{"path":2286,"priority":353},{"path":2304,"priority":353},{"path":2306,"priority":353},{"path":2310,"priority":353},{"path":2970,"priority":353},"references/role-verification.md",{"basePath":2972,"description":2973,"displayName":2974,"installMethods":2975,"rationale":2976,"selectedPaths":2977,"source":340,"sourceLanguage":18,"type":250},".github/skills/entra-agent-id","Microsoft Entra Agent ID (preview) for creating OAuth2-capable AI agent identities via Microsoft Graph beta API.\nCovers Agent Identity Blueprints, BlueprintPrincipals, Agent Identities, required permissions, sponsors, and Workload Identity Federation.\nIncludes Microsoft Entra SDK for AgentID (containerized sidecar) for polyglot agent authentication (Docker/Kubernetes), 3P agent integration, autonomous and interactive agent patterns.\nTriggers: \"agent identity\", \"agent id\", \"Agent Identity Blueprint\", \"BlueprintPrincipal\", \"entra agent\", \"agent identity provisioning\", \"Graph agent identity\", \"entra sidecar\", \"agent id sidecar\", \"auth sidecar\", \"3P agent\", \"third-party agent identity\", \"polyglot agent auth\".\n","entra-agent-id",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/entra-agent-id/SKILL.md (coalesced with duplicate skill at .github/plugins/azure-skills/skills/entra-agent-id)",[2978,2979,2981,2983],{"path":793,"priority":334},{"path":2980,"priority":353},"references/known-limitations.md",{"path":2982,"priority":353},"references/oauth2-token-flow.md",{"path":2984,"priority":353},"references/sdk-sidecar.md",{"basePath":2986,"description":2987,"displayName":2988,"installMethods":2989,"rationale":2990,"selectedPaths":2991,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/entra-app-registration","Guides Microsoft Entra ID app registration, OAuth 2.0 authentication, and MSAL integration. USE FOR: create app registration, register Azure AD app, configure OAuth, set up authentication, add API permissions, generate service principal, MSAL example, console app auth, Entra ID setup, Azure AD authentication. DO NOT USE FOR: Azure RBAC or role assignments (use azure-rbac), Key Vault secrets (use azure-keyvault-expiration-audit), general Azure resource security guidance.","entra-app-registration",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/entra-app-registration/SKILL.md",[2992,2993,2995,2997,2998,3000,3002,3004,3006,3007,3008,3009,3011,3012,3013,3014,3016],{"path":793,"priority":334},{"path":2994,"priority":353},"references/BICEP-EXAMPLE.bicep",{"path":2996,"priority":353},"references/api-permissions.md",{"path":2059,"priority":353},{"path":2999,"priority":353},"references/cli-commands.md",{"path":3001,"priority":353},"references/console-app-example.md",{"path":3003,"priority":353},"references/first-app-registration.md",{"path":3005,"priority":353},"references/oauth-flows.md",{"path":2314,"priority":353},{"path":2316,"priority":353},{"path":2318,"priority":353},{"path":3010,"priority":353},"references/sdk/azure-identity-rust.md",{"path":2320,"priority":353},{"path":2201,"priority":353},{"path":2205,"priority":353},{"path":3015,"priority":353},"references/sdk/microsoft-azure-webjobs-extensions-authentication-events-dotnet.md",{"path":2017,"priority":353},{"basePath":3018,"description":3019,"displayName":778,"installMethods":3020,"rationale":3021,"selectedPaths":3022,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/microsoft-foundry","Deploy, evaluate, and manage Foundry agents end-to-end: Docker build, ACR push, hosted/prompt agent create, container start, batch eval, continuous eval, prompt optimizer workflows, agent.yaml, dataset curation from traces. USE FOR: deploy agent to Foundry, hosted agent, create agent, invoke agent, evaluate agent, run batch eval, continuous eval, continuous monitoring, continuous eval status, optimize prompt, improve prompt, prompt optimizer, optimize agent instructions, improve agent instructions, optimize system prompt, deploy model, Foundry project, RBAC, role assignment, permissions, quota, capacity, region, troubleshoot agent, deployment failure, create dataset from traces, dataset versioning, eval trending, create AI Services, Cognitive Services, create Foundry resource, provision resource, knowledge index, agent monitoring, customize deployment, onboard, availability. DO NOT USE FOR: Azure Functions, App Service, general Azure deploy (use azure-deploy), general Azure prep (use azure-prepare).",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/microsoft-foundry/SKILL.md",[3023,3024,3026,3027,3029],{"path":793,"priority":334},{"path":3025,"priority":353},"references/agent-metadata-contract.md",{"path":2059,"priority":353},{"path":3028,"priority":353},"references/sdk/foundry-sdk-py.md",{"path":3030,"priority":353},"references/standard-agent-setup.md",{"basePath":3032,"description":3033,"displayName":3034,"installMethods":3035,"rationale":3036,"selectedPaths":3037,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/microsoft-foundry/models/deploy-model","Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create).","deploy-model",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/microsoft-foundry/models/deploy-model/SKILL.md",[3038,3039,3041,3043],{"path":793,"priority":334},{"path":3040,"priority":353},"TEST_PROMPTS.md",{"path":3042,"priority":1352},"scripts/generate_deployment_url.ps1",{"path":3044,"priority":1352},"scripts/generate_deployment_url.sh",{"basePath":3046,"description":3047,"displayName":3048,"installMethods":3049,"rationale":3050,"selectedPaths":3051,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/microsoft-foundry/models/deploy-model/capacity","Discovers available Azure OpenAI model capacity across regions and projects. Analyzes quota limits, compares availability, and recommends optimal deployment locations based on capacity requirements. USE FOR: find capacity, check quota, where can I deploy, capacity discovery, best region for capacity, multi-project capacity search, quota analysis, model availability, region comparison, check TPM availability. DO NOT USE FOR: actual deployment (hand off to preset or customize after discovery), quota increase requests (direct user to Azure Portal), listing existing deployments.","capacity",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/microsoft-foundry/models/deploy-model/capacity/SKILL.md",[3052,3053,3055,3057,3059],{"path":793,"priority":334},{"path":3054,"priority":1352},"scripts/discover_and_rank.ps1",{"path":3056,"priority":1352},"scripts/discover_and_rank.sh",{"path":3058,"priority":1352},"scripts/query_capacity.ps1",{"path":3060,"priority":1352},"scripts/query_capacity.sh",{"basePath":3062,"description":3063,"displayName":3064,"installMethods":3065,"rationale":3066,"selectedPaths":3067,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/microsoft-foundry/models/deploy-model/customize","Interactive guided deployment flow for Azure OpenAI models with full customization control. Step-by-step selection of model version, SKU (GlobalStandard/Standard/ProvisionedManaged), capacity, RAI policy (content filter), and advanced options (dynamic quota, priority processing, spillover). USE FOR: custom deployment, customize model deployment, choose version, select SKU, set capacity, configure content filter, RAI policy, deployment options, detailed deployment, advanced deployment, PTU deployment, provisioned throughput. DO NOT USE FOR: quick deployment to optimal region (use preset).","customize",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/microsoft-foundry/models/deploy-model/customize/SKILL.md",[3068,3069,3071,3073],{"path":793,"priority":334},{"path":3070,"priority":353},"EXAMPLES.md",{"path":3072,"priority":353},"references/customize-guides.md",{"path":3074,"priority":353},"references/customize-workflow.md",{"basePath":3076,"description":3077,"displayName":3078,"installMethods":3079,"rationale":3080,"selectedPaths":3081,"source":340,"sourceLanguage":18,"type":250},".github/plugins/azure-skills/skills/microsoft-foundry/models/deploy-model/preset","Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed. USE FOR: quick deployment, optimal region, best region, automatic region selection, fast setup, multi-region capacity check, high availability deployment, deploy to best location. DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize).","preset",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/azure-skills/skills/microsoft-foundry/models/deploy-model/preset/SKILL.md",[3082,3083,3084,3086],{"path":793,"priority":334},{"path":3070,"priority":353},{"path":3085,"priority":353},"references/preset-workflow.md",{"path":2414,"priority":353},{"basePath":3088,"description":3089,"displayName":3090,"installMethods":3091,"rationale":3092,"selectedPaths":3093,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-ado-convert","Converts VitePress/GFM wiki markdown to Azure DevOps Wiki-compatible format. Generates a Node.js build script that transforms Mermaid syntax, strips front matter, fixes links, and outputs ADO-compatible copies to dist/ado-wiki/.","wiki-ado-convert",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-ado-convert/SKILL.md",[3094],{"path":793,"priority":334},{"basePath":3096,"description":3097,"displayName":3098,"installMethods":3099,"rationale":3100,"selectedPaths":3101,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-agents-md","Generates AGENTS.md files for repository folders — coding agent context files with build commands, testing instructions, code style, project structure, and boundaries. Only generates where AGENTS.md is missing.","wiki-agents-md",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-agents-md/SKILL.md",[3102],{"path":793,"priority":334},{"basePath":3104,"description":3105,"displayName":3106,"installMethods":3107,"rationale":3108,"selectedPaths":3109,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-architect","Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.","wiki-architect",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-architect/SKILL.md",[3110],{"path":793,"priority":334},{"basePath":3112,"description":3113,"displayName":3114,"installMethods":3115,"rationale":3116,"selectedPaths":3117,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-changelog","Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in the repository.","wiki-changelog",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-changelog/SKILL.md",[3118],{"path":793,"priority":334},{"basePath":3120,"description":3121,"displayName":3122,"installMethods":3123,"rationale":3124,"selectedPaths":3125,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-llms-txt","Generates llms.txt and llms-full.txt files for LLM-friendly project documentation following the llms.txt specification. Use when the user wants to create LLM-readable summaries, llms.txt files, or make their wiki accessible to language models.","wiki-llms-txt",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-llms-txt/SKILL.md",[3126],{"path":793,"priority":334},{"basePath":3128,"description":3129,"displayName":3130,"installMethods":3131,"rationale":3132,"selectedPaths":3133,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-onboarding","Generates four audience-tailored onboarding guides in an onboarding/ folder — Contributor, Staff Engineer, Executive, and Product Manager. Use when the user wants onboarding documentation for a codebase.","wiki-onboarding",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-onboarding/SKILL.md",[3134],{"path":793,"priority":334},{"basePath":3136,"description":3137,"displayName":3138,"installMethods":3139,"rationale":3140,"selectedPaths":3141,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-page-writer","Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.","wiki-page-writer",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-page-writer/SKILL.md",[3142],{"path":793,"priority":334},{"basePath":3144,"description":3145,"displayName":3146,"installMethods":3147,"rationale":3148,"selectedPaths":3149,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-qa","Answers questions about a code repository using source file analysis. Use when the user asks a question about how something works, wants to understand a component, or needs help navigating the codebase.","wiki-qa",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-qa/SKILL.md",[3150],{"path":793,"priority":334},{"basePath":3152,"description":3153,"displayName":3154,"installMethods":3155,"rationale":3156,"selectedPaths":3157,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-researcher","Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.","wiki-researcher",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-researcher/SKILL.md",[3158],{"path":793,"priority":334},{"basePath":3160,"description":3161,"displayName":3162,"installMethods":3163,"rationale":3164,"selectedPaths":3165,"source":340,"sourceLanguage":18,"type":250},".github/plugins/deep-wiki/skills/wiki-vitepress","Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output. Use when the user wants to create a browsable website from generated wiki pages.","wiki-vitepress",{"claudeCode":12},"SKILL.md frontmatter at .github/plugins/deep-wiki/skills/wiki-vitepress/SKILL.md",[3166],{"path":793,"priority":334},{"basePath":3168,"description":3169,"displayName":3170,"installMethods":3171,"rationale":3172,"selectedPaths":3173,"source":340,"sourceLanguage":18,"type":250},".github/skills/cloud-solution-architect","Transform the agent into a Cloud Solution Architect following Azure Architecture Center best practices. Use when designing cloud architectures, reviewing system designs, selecting architecture styles, applying cloud design patterns, making technology choices, or conducting Well-Architected Framework reviews.","cloud-solution-architect",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/cloud-solution-architect/SKILL.md",[3174,3175,3177,3179,3181,3183,3185,3187],{"path":793,"priority":334},{"path":3176,"priority":353},"references/architecture-styles.md",{"path":3178,"priority":353},"references/best-practices.md",{"path":3180,"priority":353},"references/design-patterns.md",{"path":3182,"priority":353},"references/design-principles.md",{"path":3184,"priority":353},"references/mission-critical.md",{"path":3186,"priority":353},"references/performance-antipatterns.md",{"path":3188,"priority":353},"references/technology-choices.md",{"basePath":3190,"description":3191,"displayName":3192,"installMethods":3193,"rationale":3194,"selectedPaths":3195,"source":340,"sourceLanguage":18,"type":250},".github/skills/continual-learning","Guide for implementing continual learning in AI coding agents — hooks, memory scoping, reflection patterns. Use when setting up learning infrastructure for agents.","continual-learning",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/continual-learning/SKILL.md",[3196],{"path":793,"priority":334},{"basePath":3198,"description":3199,"displayName":3200,"installMethods":3201,"rationale":3202,"selectedPaths":3203,"source":340,"sourceLanguage":18,"type":250},".github/skills/copilot-sdk","Build applications powered by GitHub Copilot using the Copilot SDK. Use when creating programmatic integrations with Copilot across Node.js/TypeScript, Python, Go, or .NET. Covers session management, custom tools, streaming, hooks, MCP servers, BYOK providers, session persistence, custom agents, skills, and deployment patterns. Requires GitHub Copilot CLI installed and a GitHub Copilot subscription (unless using BYOK).","copilot-sdk",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/copilot-sdk/SKILL.md",[3204],{"path":793,"priority":334},{"basePath":3206,"description":3207,"displayName":3208,"installMethods":3209,"rationale":3210,"selectedPaths":3211,"source":340,"sourceLanguage":18,"type":250},".github/skills/frontend-design-review","Review and create distinctive, production-grade frontend interfaces with high design quality and design system compliance. Evaluates using three pillars: frictionless insight-to-action, quality craft, and trustworthy building. USE FOR: PR reviews, design reviews, accessibility audits, design system compliance checks, creative frontend design, UI code review, component reviews, responsive design checks, theme testing, and creating memorable UI. DO NOT USE FOR: Backend API reviews, database schema reviews, infrastructure or DevOps work, pure business logic without UI, or non-frontend code.\n","frontend-design-review",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/frontend-design-review/SKILL.md",[3212,3213,3215,3217,3219],{"path":793,"priority":334},{"path":3214,"priority":353},"references/pattern-examples.md",{"path":3216,"priority":353},"references/quick-checklist.md",{"path":3218,"priority":353},"references/review-output-format.md",{"path":3220,"priority":353},"references/review-type-modifiers.md",{"basePath":3222,"description":3223,"displayName":3224,"installMethods":3225,"rationale":3226,"selectedPaths":3227,"source":340,"sourceLanguage":18,"type":250},".github/skills/github-issue-creator","Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub-flavored markdown issue reports. Use when the user pastes bug info, error messages, or informal descriptions and wants a structured GitHub issue. Supports images/GIFs for visual evidence.","github-issue-creator",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/github-issue-creator/SKILL.md",[3228],{"path":793,"priority":334},{"basePath":3230,"description":3231,"displayName":3232,"installMethods":3233,"rationale":3234,"selectedPaths":3235,"source":340,"sourceLanguage":18,"type":250},".github/skills/kql","KQL language expertise for writing correct, efficient Kusto Query Language queries. Covers syntax gotchas, join patterns, dynamic types, datetime pitfalls, regex patterns, serialization, memory management, result-size discipline, and advanced functions (geo, vector, graph). USE THIS SKILL whenever writing, debugging, or reviewing KQL queries — even simple ones — because the gotchas section prevents the most common errors that waste tool calls and cause expensive retry cascades. Trigger on: KQL, Kusto, ADX, Azure Data Explorer, Fabric Real-Time Intelligence, EventHouse, Log Analytics, log analysis, data exploration, time series, anomaly detection, summarize, where clause, join, extend, project, let statement, parse operator, extract function, any mention of pipe-forward query syntax.","kql",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/kql/SKILL.md",[3236,3237,3239,3241,3243],{"path":793,"priority":334},{"path":3238,"priority":353},"references/advanced-patterns.md",{"path":3240,"priority":353},"references/discovery-queries.md",{"path":3242,"priority":353},"references/error-recovery.md",{"path":3244,"priority":353},"references/query-templates.md",{"basePath":3246,"description":3247,"displayName":3248,"installMethods":3249,"rationale":3250,"selectedPaths":3251,"source":340,"sourceLanguage":18,"type":250},".github/skills/mcp-builder","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP), Node/TypeScript (MCP SDK), or C#/.NET (Microsoft MCP SDK).","mcp-builder",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/mcp-builder/SKILL.md",[3252,3253,3255,3257,3259],{"path":793,"priority":334},{"path":3254,"priority":1352},"scripts/connections.py",{"path":3256,"priority":1352},"scripts/evaluation.py",{"path":3258,"priority":1352},"scripts/example_evaluation.xml",{"path":3260,"priority":1352},"scripts/requirements.txt",{"basePath":3262,"description":3263,"displayName":3264,"installMethods":3265,"rationale":3266,"selectedPaths":3267,"source":340,"sourceLanguage":18,"type":250},".github/skills/microsoft-docs","Understand Microsoft technologies by querying official documentation. Use whenever the user asks how something works, wants tutorials, needs configuration options, limits, quotas, or best practices for any Microsoft technology (Azure, .NET, M365, Windows, Power Platform, etc.)—even if they don't mention \"docs.\" If the question is about understanding a concept rather than writing code, this is the right skill.","microsoft-docs",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/microsoft-docs/SKILL.md",[3268],{"path":793,"priority":334},{"basePath":3270,"description":3271,"displayName":3272,"installMethods":3273,"rationale":3274,"selectedPaths":3275,"source":340,"sourceLanguage":18,"type":250},".github/skills/podcast-generation","Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming.","podcast-generation",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/podcast-generation/SKILL.md",[3276,3277,3278,3280],{"path":793,"priority":334},{"path":2495,"priority":353},{"path":3279,"priority":353},"references/code-examples.md",{"path":3281,"priority":1352},"scripts/pcm_to_wav.py",{"basePath":3283,"description":3284,"displayName":3285,"installMethods":3286,"rationale":3287,"selectedPaths":3288,"source":340,"sourceLanguage":18,"type":250},".github/skills/skill-creator","Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills.","skill-creator",{"claudeCode":12},"SKILL.md frontmatter at .github/skills/skill-creator/SKILL.md",[3289,3290,3292,3294,3296,3298,3300],{"path":793,"priority":334},{"path":3291,"priority":353},"references/azure-sdk-patterns.md",{"path":3293,"priority":353},"references/output-patterns.md",{"path":3295,"priority":353},"references/workflows.md",{"path":3297,"priority":1352},"scripts/init_skill.py",{"path":3299,"priority":1352},"scripts/package_skill.py",{"path":3301,"priority":1352},"scripts/quick_validate.py",{"sources":3303},[3304],"manual",{"closedIssues90d":8,"description":3306,"forks":235,"homepage":3307,"license":242,"openIssues90d":8,"pushedAt":238,"readmeSize":232,"stars":239,"topics":3308},"Skills, MCP servers, Custom Agents, Agents.md for SDKs to ground Coding Agents","https://microsoft.github.io/skills/",[249,3309,216,3310,3311,283,275],"agents","foundry","mcp",{"classifiedAt":3313,"discoverAt":3314,"extractAt":3315,"githubAt":3315,"updatedAt":3313},1778693179863,1778693173006,1778693177467,[216,217,218,214,215],{"evaluatedAt":245,"extractAt":316,"updatedAt":245},[],[3320,3353,3386,3404,3421,3440],{"_creationTime":3321,"_id":3322,"community":3323,"display":3324,"identity":3330,"providers":3335,"relations":3346,"tags":3349,"workflow":3350},1778675056600.249,"k176bgqbfa54d9kxrf8abw5j9s86mhr5",{"reviewCount":8},{"description":3325,"installMethods":3326,"name":3328,"sourceUrl":3329},"Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to \"design REST APIs\", \"optimize database queries\", \"implement authentication\", \"build microservices\", \"review backend code\", \"set up GraphQL\", \"handle database migrations\", or \"load test APIs\". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.",{"claudeCode":3327},"alirezarezvani/claude-skills","Senior Backend Engineer","https://github.com/alirezarezvani/claude-skills",{"basePath":3331,"githubOwner":3332,"githubRepo":3333,"locale":18,"slug":3334,"type":250},"engineering-team/skills/senior-backend","alirezarezvani","claude-skills","senior-backend",{"evaluate":3336,"extract":3345},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":3337,"targetMarket":219,"tier":220},[3338,307,3339,3340,217,214,215,3341,3342,3343,3344],"backend","rest","microservices","node-js","express","security","testing",{"commitSha":287,"license":242},{"parentExtensionId":3347,"repoId":3348},"k179s2ynpr6g927zdzf23zrhad86net8","kd7ff9s1w43mfyy1n7hf87816186m6px",[307,3338,217,3342,3340,3341,214,3339,3343,3344,215],{"evaluatedAt":3351,"extractAt":3352,"updatedAt":3351},1778683394838,1778675056600,{"_creationTime":3354,"_id":3355,"community":3356,"display":3357,"identity":3363,"providers":3367,"relations":3379,"tags":3382,"workflow":3383},1778699018122.7932,"k17e5r5bgaa3asshbcpz8hy20h86myam",{"reviewCount":8},{"description":3358,"installMethods":3359,"name":3361,"sourceUrl":3362},"Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.",{"claudeCode":3360},"wshobson/agents","Hybrid Cloud Networking","https://github.com/wshobson/agents",{"basePath":3364,"githubOwner":3365,"githubRepo":3309,"locale":18,"slug":3366,"type":250},"plugins/cloud-infrastructure/skills/hybrid-cloud-networking","wshobson","hybrid-cloud-networking",{"evaluate":3368,"extract":3378},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":3369,"targetMarket":219,"tier":220},[3370,3371,3372,216,3373,3374,3375,3376,3377],"cloud","networking","aws","gcp","oci","vpn","direct-connect","expressroute",{"commitSha":287,"license":242},{"parentExtensionId":3380,"repoId":3381},"k177fdvvq05pdbpee0rz61me2h86mahe","kd74de64zj0axtg5b8t7eqqe2x86nske",[3372,216,3370,3376,3377,3373,3371,3374,3375],{"evaluatedAt":3384,"extractAt":3385,"updatedAt":3384},1778700819631,1778699018122,{"_creationTime":3387,"_id":3388,"community":3389,"display":3390,"identity":3392,"providers":3393,"relations":3399,"tags":3401,"workflow":3402},1778693180473.118,"k17fqhcjxe1hkxd73r6r1vrb8h86nzn4",{"reviewCount":8},{"description":1595,"installMethods":3391,"name":1596,"sourceUrl":14},{"claudeCode":12},{"basePath":1594,"githubOwner":248,"githubRepo":249,"locale":18,"slug":1596,"type":250},{"evaluate":3394,"extract":3398},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":3395,"targetMarket":219,"tier":220},[216,3396,306,3397,283],"service-bus","python",{"commitSha":287},{"parentExtensionId":3400,"repoId":312},"k171mfx6atvhq1bkhpky84v4b186n9qd",[216,306,3397,283,3396],{"evaluatedAt":3403,"extractAt":316,"updatedAt":3403},1778695136211,{"_creationTime":3405,"_id":3406,"community":3407,"display":3408,"identity":3410,"providers":3411,"relations":3417,"tags":3418,"workflow":3419},1778693180473.1174,"k17fm8t65dw1y28823kj8ce3bn86mgqg",{"reviewCount":8},{"description":1570,"installMethods":3409,"name":1571,"sourceUrl":14},{"claudeCode":12},{"basePath":1569,"githubOwner":248,"githubRepo":249,"locale":18,"slug":1571,"type":250},{"evaluate":3412,"extract":3416},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":3413,"targetMarket":219,"tier":220},[216,305,3414,3415,283,3397],"logs","metrics",{"commitSha":287},{"parentExtensionId":3400,"repoId":312},[216,3414,3415,305,3397,283],{"evaluatedAt":3420,"extractAt":316,"updatedAt":3420},1778695102758,{"_creationTime":3422,"_id":3423,"community":3424,"display":3425,"identity":3428,"providers":3429,"relations":3436,"tags":3437,"workflow":3438},1778693180473.1135,"k17de92egj55jy906n011tje2n86nev2",{"reviewCount":8},{"description":1415,"installMethods":3426,"name":3427,"sourceUrl":14},{"claudeCode":12},"Azure Container Registry SDK for Python",{"basePath":1414,"githubOwner":248,"githubRepo":249,"locale":18,"slug":1416,"type":250},{"evaluate":3430,"extract":3435},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":3431,"targetMarket":219,"tier":220},[216,3432,283,3397,3433,3434],"container-registry","devops","docker",{"commitSha":287,"license":242},{"parentExtensionId":3400,"repoId":312},[216,3432,3433,3434,3397,283],{"evaluatedAt":3439,"extractAt":316,"updatedAt":3439},1778694832694,{"_creationTime":3441,"_id":3442,"community":3443,"display":3444,"identity":3447,"providers":3448,"relations":3455,"tags":3456,"workflow":3457},1778693180473.1133,"k17d2y3yt9d20wck91k38bs7s586ne6z",{"reviewCount":8},{"description":1407,"installMethods":3445,"name":3446,"sourceUrl":14},{"claudeCode":12},"Azure App Configuration SDK for Python",{"basePath":1406,"githubOwner":248,"githubRepo":249,"locale":18,"slug":1408,"type":250},{"evaluate":3449,"extract":3454},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":3450,"targetMarket":219,"tier":220},[216,3451,283,3397,3452,3453,3433],"app-configuration","settings","feature-flags",{"commitSha":287,"license":242},{"parentExtensionId":3400,"repoId":312},[3451,216,3433,3453,3397,283,3452],{"evaluatedAt":3458,"extractAt":316,"updatedAt":3458},1778694802107]