[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-MicrosoftDocs-microsoft-docs-en":3,"guides-for-MicrosoftDocs-microsoft-docs":411,"similar-k17ejhvtp6ww336qffgbz50wkn86mfz5-en":412},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":234,"parentExtension":248,"providers":305,"relations":309,"repo":310,"tags":408,"workflow":409},1778693447172.297,"k17ejhvtp6ww336qffgbz50wkn86mfz5",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"MicrosoftDocs/mcp","microsoft-docs","https://github.com/MicrosoftDocs/mcp",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778693563954.5566,"kn7aksz027sbdgprq14zzy48rs86nbph","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,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 states the problem of AI hallucinations due to outdated training data and the need for direct access to official Microsoft documentation.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a default LLM by providing direct, real-time access to official Microsoft documentation, eliminating hallucinations and ensuring code accuracy, which goes beyond a thin wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides access to official documentation via an MCP server, covering the full lifecycle of information retrieval and directly addressing the stated use case of understanding Microsoft technologies.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on querying Microsoft documentation, a single coherent domain, and does not include unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capability to query Microsoft documentation for various needs like concepts, tutorials, and configuration.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes narrow verb-noun tools (`microsoft_docs_search`, `microsoft_docs_fetch`) for specific documentation retrieval tasks.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill operates via tools with documented parameters and does not appear to have implicit configuration sources like environment variables or config files.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names (`microsoft_docs_search`, `microsoft_docs_fetch`) are descriptive, in kebab-case, and clearly indicate their function within the Microsoft documentation domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Tool inputs (`query`, `url`) are specific to the task, and outputs are documented as markdown content or search results, avoiding unnecessary data.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The LICENSE file clearly indicates CC-BY-4.0, a permissive open-source license, which is usable for redistribution and modification.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits as of May 2026, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project utilizes npm and includes a lockfile, indicating that dependency management is in place.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose any secrets, operating by accessing public documentation.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill accesses official documentation, which is treated as data, and the README emphasizes official sources, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill fetches content from official Microsoft documentation URLs, which are controlled and documented, avoiding remote execution risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill interacts with external documentation sources via defined tools and does not modify files outside its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or deny-retry loops were found in the skill's described operation.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is to retrieve public documentation; there are no indications of reading or submitting confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled documentation and README do not contain hidden text tricks or suspicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill relies on documented tools and does not use obfuscated code or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill operates by querying external documentation sources and does not make assumptions about the user's project structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 2 open and 14 closed issues in the last 90 days, the maintenance team shows good engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project uses GitHub releases and has recent commit activity, indicating versioning is managed.",{"category":104,"check":105,"severity":46,"summary":106},"Code Execution","Validation","The skill operates via tool calls which are assumed to be validated by the MCP client, and does not directly execute arbitrary code with user input.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill's tool descriptions imply structured error handling through the MCP protocol, and the README addresses common issues with clear solutions.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","The skill is read-only and does not perform destructive actions or outbound calls that would require local audit logging.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill accesses public documentation and does not handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill accesses global Microsoft documentation and has no regional or jurisdictional restrictions; targetMarket is 'global'.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on the MCP protocol and standard web requests, making it portable across compliant environments without specific OS or shell assumptions.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing the skill's purpose, usage, installation, and troubleshooting.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill exposes three well-defined tools (`microsoft_docs_search`, `microsoft_docs_fetch`, `microsoft_code_sample_search`), which is within the target range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools (`microsoft_docs_search`, `microsoft_docs_fetch`, `microsoft_code_sample_search`) have distinct functions and do not appear to be near-synonyms.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as searching and fetching documentation and code samples, are supported by the described tools.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for various clients (VS Code, Copilot CLI, Claude, etc.) and includes examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The README addresses common issues with clear explanations and solutions, implying actionable error reporting.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The project uses npm and has a lockfile, indicating pinned dependencies for reproducibility.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill is read-only; it retrieves information and does not perform state-changing operations or send data outward.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill relies on the MCP protocol for communication, which is designed for statelessness and error handling, implying appropriate timeouts and retry mechanisms.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no mention of telemetry being collected or emitted by this skill.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the purpose (querying Microsoft docs) and when to use it (concepts, tutorials, limits) with specific examples and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, self-contained, and accurately summarizes the core capability and use cases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise, with the body focusing on tools and usage, delegating deeper material to the README and external resources.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill defers deeper material to the README, which is a single level of progressive disclosure, keeping the SKILL.md concise.",{"category":170,"check":174,"severity":24,"summary":175},"Forked exploration","The `context: fork` is set in the SKILL.md frontmatter, appropriate for a skill that might involve extensive information retrieval.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides several clear, ready-to-use examples demonstrating how to query documentation for specific Microsoft technologies.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The README addresses common issues like connection errors, no results, and tool not appearing, providing symptom and recovery steps.",{"category":104,"check":183,"severity":24,"summary":184},"Tool Fallback","The SKILL.md frontmatter explicitly states a fallback to the `mslearn` CLI if the MCP server is unavailable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The README addresses common issues and suggests rephrasing queries, implying that unexpected states would lead to informative errors rather than proceeding erroneously.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates standalone by querying Microsoft documentation and does not implicitly rely on other skills being loaded.",1778693563851,"This skill provides direct access to Microsoft's official documentation using the Model Context Protocol (MCP) server or a CLI fallback. It allows users to query for concepts, tutorials, configuration options, limits, and best practices for various Microsoft technologies.",[195,196,197,198],"Query official Microsoft documentation","Fetch full page content","Search for code snippets and examples","Fallback to CLI when MCP server is unavailable",[200,201,202],"Providing code generation based on general knowledge","Interpreting or analyzing non-Microsoft documentation","Replacing official Microsoft support channels","3.0.0","4.4.0","To ensure accuracy and eliminate hallucinations by providing direct access to the latest official Microsoft documentation for developers and users.","The skill is a well-defined, production-ready tool for accessing official Microsoft documentation. It has comprehensive documentation, clear usage, and a fallback mechanism, with no security or maintenance concerns.",100,"High-quality skill for accessing official Microsoft documentation.",[210,211,212,213,214,215,216],"microsoft","documentation","azure","dotnet","m365","windows","power-platform","global","verified",[220,221,222,223],"Understanding Microsoft technology concepts and architecture","Finding tutorials and step-by-step guides","Retrieving configuration options, limits, and quotas","Getting best practices for Microsoft products",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":238,"testCoverage":240},{"hasLockfile":226},true,1778693538479,{"descriptionLength":229,"readmeSize":230},412,16209,{"closedIssues90d":232,"forks":233,"hasChangelog":234,"openIssues90d":235,"pushedAt":236,"stars":237},14,190,false,2,1778379542000,1628,{"hasNpmPackage":234,"license":239,"smitheryVerified":234},"CC-BY-4.0",{"hasCi":226,"hasTests":226},{"updatedAt":242},1778693563954,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/microsoft-docs","MicrosoftDocs","mcp","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":256,"parentExtension":259,"providers":290,"relations":300,"tags":301,"workflow":302},1778693447172.2966,"k1735x1w1m3nbt4dfnr954mjsd86mkhc",{"reviewCount":8},{"description":253,"installMethods":254,"name":255,"sourceUrl":14},"Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.",{"claudeCode":13},"Microsoft Learn MCP Server",{"basePath":257,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":258},"","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":267,"providers":269,"relations":283,"tags":285,"workflow":286},1778693447172.2964,"k17cyy5a1yyy3kgamhnat6m15x86n6r3",{"reviewCount":8},{"description":264,"installMethods":265,"name":266,"sourceUrl":14},"Official Microsoft Learn MCP Server and CLI tool – powering LLMs and AI agents with real-time, trusted Microsoft docs & code samples.",{"claudeCode":12},"microsoft-docs-marketplace",{"basePath":257,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":268},"marketplace",{"evaluate":270,"extract":277},{"promptVersionExtension":271,"promptVersionScoring":204,"score":272,"tags":273,"targetMarket":217,"tier":218},"3.1.0",98,[210,211,274,275,276,246],"ai","llm","code-samples",{"commitSha":278,"marketplace":279,"plugin":281},"HEAD",{"name":266,"pluginCount":280},1,{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd7a5v3pbwtsn0qajecay1jdcs86nn0z",[274,276,211,275,246,210],{"evaluatedAt":287,"extractAt":288,"updatedAt":289},1778693489772,1778693447172,1778693746236,{"evaluate":291,"extract":297},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":292,"targetMarket":217,"tier":218},[210,211,212,293,294,295,296],"net","api","rag","cli",{"commitSha":278,"license":239,"plugin":298},{"mcpCount":8,"provider":282,"skillCount":299},3,{"parentExtensionId":261,"repoId":284},[294,212,296,211,210,293,295],{"evaluatedAt":303,"extractAt":288,"updatedAt":304},1778693508577,1778693746581,{"evaluate":306,"extract":308},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":307,"targetMarket":217,"tier":218},[210,211,212,213,214,215,216],{"commitSha":278},{"parentExtensionId":250,"repoId":284},{"_creationTime":311,"_id":284,"identity":312,"providers":313,"workflow":404},1778693443848.1162,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":314,"discover":393,"github":396},{"commitSha":278,"extensions":315},[316,326,337,356,365,370,380],{"basePath":317,"displayName":318,"installMethods":319,"rationale":320,"selectedPaths":321,"source":325,"sourceLanguage":18,"type":268},".agents/plugins","microsoftdocs-local",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json",[322],{"path":323,"priority":324},"marketplace.json","mandatory","rule",{"basePath":257,"displayName":266,"installMethods":327,"rationale":328,"selectedPaths":329,"source":325,"sourceLanguage":18,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[330,332,334],{"path":331,"priority":324},".claude-plugin/marketplace.json",{"path":333,"priority":324},"README.md",{"path":335,"priority":336},"LICENSE","high",{"basePath":257,"description":253,"displayName":13,"installMethods":338,"rationale":339,"selectedPaths":340,"source":325,"sourceLanguage":18,"type":258},{"claudeCode":13},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at .github/plugin)",[341,343,344,345,348,350,352,354],{"path":342,"priority":324},".claude-plugin/plugin.json",{"path":333,"priority":324},{"path":335,"priority":336},{"path":346,"priority":347},"skills/microsoft-code-reference/SKILL.md","medium",{"path":349,"priority":347},"skills/microsoft-docs/SKILL.md",{"path":351,"priority":347},"skills/microsoft-skill-creator/SKILL.md",{"path":353,"priority":324},".mcp.json",{"path":355,"priority":336},".codex-plugin/plugin.json",{"basePath":357,"description":358,"displayName":359,"installMethods":360,"rationale":361,"selectedPaths":362,"source":325,"sourceLanguage":18,"type":247},"skills/microsoft-code-reference","Find working code samples, verify API signatures, and fix Microsoft SDK errors using official docs. Use whenever the user is writing, debugging, or reviewing code that touches any Microsoft SDK, .NET library, Azure client library, or Microsoft API—even if they don't ask for a \"reference.\" Catches hallucinated methods, wrong signatures, and deprecated patterns. If the task involves producing or fixing Microsoft-related code, this is the right skill.","microsoft-code-reference",{"claudeCode":12},"SKILL.md frontmatter at skills/microsoft-code-reference/SKILL.md",[363],{"path":364,"priority":324},"SKILL.md",{"basePath":244,"description":10,"displayName":13,"installMethods":366,"rationale":367,"selectedPaths":368,"source":325,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/microsoft-docs/SKILL.md",[369],{"path":364,"priority":324},{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":325,"sourceLanguage":18,"type":247},"skills/microsoft-skill-creator","Create agent skills for Microsoft technologies using official documentation. Use whenever the user wants to build, generate, or scaffold a skill for any Microsoft technology (Azure, .NET, M365, VS Code, Bicep, etc.)—even phrased casually like \"make a skill for Cosmos DB.\" Investigates the topic via official docs, then generates a hybrid skill with essential knowledge stored locally and dynamic lookups for depth.","microsoft-skill-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/microsoft-skill-creator/SKILL.md",[377,378],{"path":364,"priority":324},{"path":379,"priority":347},"references/skill-templates.md",{"basePath":296,"description":381,"displayName":382,"installMethods":383,"license":384,"rationale":385,"selectedPaths":386,"source":325,"sourceLanguage":18,"type":246},"CLI for the Microsoft Learn MCP server.","@microsoft/learn-cli",{"npm":382},"MIT","package.json @modelcontextprotocol/sdk dep + bin at cli/package.json",[387,389,390],{"path":388,"priority":324},"package.json",{"path":333,"priority":324},{"path":391,"priority":392},"src/index.ts","low",{"sources":394},[395],"manual",{"closedIssues90d":232,"description":264,"forks":233,"homepage":397,"license":239,"openIssues90d":235,"pushedAt":236,"readmeSize":230,"stars":237,"topics":398},"https://learn.microsoft.com",[274,399,211,246,210,400,295,401,275,402,296,403],"ai-agents","microsoft-learn","copilot","skills","learn-cli",{"classifiedAt":405,"discoverAt":406,"extractAt":407,"githubAt":407,"updatedAt":405},1778693446979,1778693443848,1778693445906,[212,211,213,214,210,216,215],{"evaluatedAt":242,"extractAt":288,"updatedAt":410},1778693747105,[],[413,431,457,491,514,536],{"_creationTime":414,"_id":415,"community":416,"display":417,"identity":420,"providers":421,"relations":426,"tags":427,"workflow":428},1778693447172.2974,"k173ghar0xmhkyf8e7z979kcmh86n5t5",{"reviewCount":8},{"description":372,"installMethods":418,"name":419,"sourceUrl":14},{"claudeCode":12},"Microsoft Skill Creator",{"basePath":371,"githubOwner":245,"githubRepo":246,"locale":18,"slug":373,"type":247},{"evaluate":422,"extract":425},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":423,"targetMarket":217,"tier":218},[210,211,424,212,213,246],"skill-creation",{"commitSha":278,"license":239},{"parentExtensionId":250,"repoId":284},[212,211,213,246,210,424],{"evaluatedAt":429,"extractAt":288,"updatedAt":430},1778693588900,1778693747302,{"_creationTime":432,"_id":433,"community":434,"display":435,"identity":441,"providers":444,"relations":450,"tags":453,"workflow":454},1778693180473.0972,"k1716aj3p8agwq6vwvn5n19v8n86mps9",{"reviewCount":8},{"description":436,"installMethods":437,"name":439,"sourceUrl":440},"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",{"claudeCode":438},"microsoft/agent-skills","azure-ai-document-intelligence-dotnet","https://github.com/microsoft/agent-skills",{"basePath":442,"githubOwner":210,"githubRepo":443,"locale":18,"slug":439,"type":247},".github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet","agent-skills",{"evaluate":445,"extract":449},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":446,"targetMarket":217,"tier":218},[212,274,447,213,448],"document-intelligence","sdk",{"commitSha":278},{"parentExtensionId":451,"repoId":452},"k1795g6t3v2fg9whacs7xkm88186nxr1","kd77czgnv00rfjm815pcc5xx5986n5t8",[274,212,447,213,448],{"evaluatedAt":455,"extractAt":456,"updatedAt":455},1778693591440,1778693180473,{"_creationTime":458,"_id":459,"community":460,"display":461,"identity":467,"providers":472,"relations":484,"tags":487,"workflow":488},1778699018122.7932,"k17e5r5bgaa3asshbcpz8hy20h86myam",{"reviewCount":8},{"description":462,"installMethods":463,"name":465,"sourceUrl":466},"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":464},"wshobson/agents","Hybrid Cloud Networking","https://github.com/wshobson/agents",{"basePath":468,"githubOwner":469,"githubRepo":470,"locale":18,"slug":471,"type":247},"plugins/cloud-infrastructure/skills/hybrid-cloud-networking","wshobson","agents","hybrid-cloud-networking",{"evaluate":473,"extract":483},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":474,"targetMarket":217,"tier":218},[475,476,477,212,478,479,480,481,482],"cloud","networking","aws","gcp","oci","vpn","direct-connect","expressroute",{"commitSha":278,"license":384},{"parentExtensionId":485,"repoId":486},"k177fdvvq05pdbpee0rz61me2h86mahe","kd74de64zj0axtg5b8t7eqqe2x86nske",[477,212,475,481,482,478,476,479,480],{"evaluatedAt":489,"extractAt":490,"updatedAt":489},1778700819631,1778699018122,{"_creationTime":492,"_id":493,"community":494,"display":495,"identity":499,"providers":501,"relations":509,"tags":511,"workflow":512},1778693180473.1252,"k172br69jq6k4srh8e6fph3yex86mze7",{"reviewCount":8},{"description":496,"installMethods":497,"name":498,"sourceUrl":440},"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":438},"azure-postgres-ts",{"basePath":500,"githubOwner":210,"githubRepo":443,"locale":18,"slug":498,"type":247},".github/plugins/azure-sdk-typescript/skills/azure-postgres-ts",{"evaluate":502,"extract":508},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":503,"targetMarket":217,"tier":218},[504,505,212,506,507],"postgresql","typescript","database","node-postgres",{"commitSha":278},{"parentExtensionId":510,"repoId":452},"k178kb88kvde2xfvrp03jpy6cn86nav5",[212,506,507,504,505],{"evaluatedAt":513,"extractAt":456,"updatedAt":513},1778695769892,{"_creationTime":515,"_id":516,"community":517,"display":518,"identity":522,"providers":524,"relations":531,"tags":533,"workflow":534},1778693180473.118,"k17fqhcjxe1hkxd73r6r1vrb8h86nzn4",{"reviewCount":8},{"description":519,"installMethods":520,"name":521,"sourceUrl":440},"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",{"claudeCode":438},"azure-servicebus-py",{"basePath":523,"githubOwner":210,"githubRepo":443,"locale":18,"slug":521,"type":247},".github/plugins/azure-sdk-python/skills/azure-servicebus-py",{"evaluate":525,"extract":530},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":526,"targetMarket":217,"tier":218},[212,527,528,529,448],"service-bus","messaging","python",{"commitSha":278},{"parentExtensionId":532,"repoId":452},"k171mfx6atvhq1bkhpky84v4b186n9qd",[212,528,529,448,527],{"evaluatedAt":535,"extractAt":456,"updatedAt":535},1778695136211,{"_creationTime":537,"_id":538,"community":539,"display":540,"identity":544,"providers":546,"relations":553,"tags":554,"workflow":555},1778693180473.1174,"k17fm8t65dw1y28823kj8ce3bn86mgqg",{"reviewCount":8},{"description":541,"installMethods":542,"name":543,"sourceUrl":440},"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",{"claudeCode":438},"azure-monitor-query-py",{"basePath":545,"githubOwner":210,"githubRepo":443,"locale":18,"slug":543,"type":247},".github/plugins/azure-sdk-python/skills/azure-monitor-query-py",{"evaluate":547,"extract":552},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":548,"targetMarket":217,"tier":218},[212,549,550,551,448,529],"monitoring","logs","metrics",{"commitSha":278},{"parentExtensionId":532,"repoId":452},[212,550,551,549,529,448],{"evaluatedAt":556,"extractAt":456,"updatedAt":556},1778695102758]