[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-MicrosoftDocs-microsoft-skill-creator-en":3,"guides-for-MicrosoftDocs-microsoft-skill-creator":422,"similar-k173ghar0xmhkyf8e7z979kcmh86n5t5-en":423},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":254,"isFallback":245,"parentExtension":259,"providers":317,"relations":321,"repo":322,"tags":419,"workflow":420},1778693447172.2974,"k173ghar0xmhkyf8e7z979kcmh86n5t5",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"MicrosoftDocs/mcp","Microsoft Skill Creator","https://github.com/MicrosoftDocs/mcp",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":235,"workflow":252},1778693588900.9316,"kn74g0qwtpt9j1bat0zjgkmchd86m678","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"practices":208,"prerequisites":212,"promptVersionExtension":215,"promptVersionScoring":216,"purpose":217,"rationale":218,"score":219,"summary":220,"tags":221,"targetMarket":228,"tier":229,"useCases":230},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of creating agent skills for Microsoft technologies and when to use the skill, providing specific examples like 'make a skill for Cosmos DB'.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers value beyond default LLM behavior by investigating official documentation and generating a hybrid skill that balances local knowledge with dynamic lookups, addressing AI hallucinations.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for creating agent skills, from investigation to validation, and leverages official documentation and tools, making it suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on the single domain of creating agent skills for Microsoft technologies, with a clear process outlined for investigation and generation.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality, clearly outlining its purpose and how it uses official documentation to generate hybrid skills.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, scoped tools like `microsoft_docs_search`, `microsoft_docs_fetch`, and `microsoft_code_sample_search`, rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All tools and their parameters used by the skill are clearly documented within the SKILL.md and referenced files.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used by the skill (`microsoft_docs_search`, `microsoft_docs_fetch`, `microsoft_code_sample_search`) have descriptive, verb-noun names within the Microsoft documentation domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tool parameters are specific and documented, and the expected outputs are focused on relevant documentation or code snippets, not diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under CC-BY-4.0, a permissive open-source license, indicated by a LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, with the last commit dated May 10, 2026, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The skill relies on official Microsoft tools and the Learn MCP Server, which are maintained by Microsoft, and the project structure indicates no custom third-party dependencies that require explicit management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not handle secrets directly; it interacts with official Microsoft documentation APIs which are presumed to manage their own authentication securely.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill's process involves searching and fetching official documentation, which is treated as trusted content for generating skills. No untrusted third-party data is loaded or executed.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill primarily interacts with official Microsoft documentation endpoints. It does not fetch external code or data at runtime that is not part of the committed bundle.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the defined scope of generating agent skills using official documentation and does not modify files outside its project folder.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The skill's workflow does not involve detached process spawns or retry loops around denied tool calls, adhering to sandbox security principles.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's operations are limited to querying and fetching official documentation, with no documented outbound calls that could exfiltrate confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and documentation do not contain hidden steering tricks, control characters, or malicious Unicode sequences.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's implementation relies on readable scripts and standard tool calls, with no obfuscated code, base64 payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill assumes a standard project structure for generated skills and provides clear instructions for setup, making it portable across different environments.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository shows good engagement with 14 issues closed out of 2 opened in the last 90 days, indicating active maintenance and responsiveness.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The repository has a clear versioning signal with recent commits, and while no explicit version is in frontmatter, installation instructions reference the `main` branch which is acceptable given the recent commits.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The skill utilizes specific tool parameters and relies on the underlying MCP server for validation, ensuring structured and constrained inputs.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill's primary function is generating code and documentation, which are not destructive operations. It does not involve actions like file deletion or system modification.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The skill relies on the MCP server and CLI tools for error handling, which are expected to provide structured error messages and manage their own execution flow.",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill itself does not perform destructive actions or outbound calls that would require local audit logging. Its operations are primarily information retrieval and generation.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill operates on publicly available Microsoft documentation and does not handle personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill targets Microsoft technologies and documentation, which are globally accessible and relevant, thus `targetMarket` is set to 'global'.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is designed to work with standard MCP clients and CLI tools, with clear fallback mechanisms, ensuring portability across different environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file is comprehensive, detailing the purpose, installation, usage, and supported agents, effectively stating the extension's purpose.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill primarily leverages three core MCP tools (`microsoft_docs_search`, `microsoft_docs_fetch`, `microsoft_code_sample_search`), fitting within the target range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools used by the skill have distinct purposes: search for general docs, fetch specific pages, and search for code samples, avoiding near-synonym overlap.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as documentation search and code sample retrieval, are directly implemented through the MCP tools.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for various clients (VS Code, Copilot CLI, Claude Code, etc.) and includes example prompts.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill relies on the underlying MCP tools and server for error reporting, which are expected to provide actionable messages, and the README offers troubleshooting guidance.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The skill itself has no direct dependencies beyond the standard execution environment. It relies on the official Learn MCP Server and CLI, which are externally managed.",{"category":33,"check":151,"severity":115,"summary":152},"Dry-run preview","The skill's core function is information retrieval and skill generation, which are not state-changing or destructive operations, thus a dry-run mode is not applicable.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill relies on the MCP server and underlying tools to handle idempotency and timeouts, which are standard considerations for such services.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill does not emit telemetry. Interactions are with official Microsoft documentation services, which are expected to handle their own telemetry policies.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined: to create agent skills for Microsoft technologies using official documentation, and its use cases and non-goals are clear.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and triggers, fitting within recommended character limits.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and reasonably concise, delegating detailed templates to a separate file (`references/skill-templates.md`).",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed templates and further guidance are provided in separate reference files, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":24,"summary":175},"Forked exploration","The `context: fork` is set in the SKILL.md frontmatter, indicating that exploration details will be summarized, which is appropriate for this skill's process.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides a detailed example of creating a 'Semantic Kernel' skill, including investigation steps and the expected generated SKILL.md, making it ready to use.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill outlines common investigation patterns and provides a troubleshooting section in the README, addressing potential issues and limitations.",{"category":91,"check":183,"severity":24,"summary":184},"Tool Fallback","The SKILL.md explicitly documents the CLI alternative (`mslearn`) for the MCP tools, providing a fallback mechanism.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill assumes a standard Node.js/npm environment for the CLI and MCP server interaction, and explicitly mentions these requirements and provides installation guidance.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill's process relies on structured documentation and tool interactions, and the README provides troubleshooting steps, implying a halt on unexpected states.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","This skill is self-contained and does not appear to implicitly rely on other skills; it focuses solely on generating documentation-based skills.",1778693588619,"This skill acts as a meta-skill, guiding users and agents through the process of creating new agent skills for various Microsoft technologies. It leverages official Microsoft documentation by using tools like the Learn MCP Server to investigate topics, gather information, and then generate a structured skill with local knowledge and dynamic lookup capabilities.",[198,199,200,201,202],"Generates agent skills for Microsoft technologies","Uses official documentation via Learn MCP tools","Creates hybrid skills with local and dynamic knowledge","Provides templates for various technology types (SDK, Azure, Framework, API)","Includes fallback CLI commands for MCP tools",[204,205,206,207],"Creating skills for non-Microsoft technologies.","Providing runtime execution of the generated skills.","Replacing the need for official Microsoft documentation.","Acting as a general-purpose documentation search tool outside of skill creation.",[209,210,211],"Skill Creation","Documentation Integration","Microsoft Technology",[213,214],"Node.js and npm (for CLI fallback)","Access to Learn MCP Server or `mslearn` CLI","3.0.0","4.4.0","Create specialized agent skills for any Microsoft technology by leveraging official documentation, ensuring accuracy and reducing AI hallucinations.","All checks passed with 'pass' or 'not_applicable' severity. The skill is well-documented, secure, and provides a clear utility for creating new agent skills.",100,"Excellent skill for generating agent skills for Microsoft technologies using official documentation.",[222,223,224,225,226,227],"microsoft","documentation","skill-creation","azure","dotnet","mcp","global","verified",[231,232,233,234],"When a user wants to build, generate, or scaffold a skill for Azure, .NET, M365, VS Code, or Bicep.","When needing to create a skill for a specific Microsoft technology that requires up-to-date information.","To ensure AI-generated skills are based on authoritative sources and avoid hallucinations.","To generate a skill that balances essential knowledge storage with dynamic lookups for depth.",{"codeQuality":236,"collectedAt":238,"documentation":239,"maintenance":242,"security":249,"testCoverage":251},{"hasLockfile":237},true,1778693569882,{"descriptionLength":240,"readmeSize":241},415,16209,{"closedIssues90d":243,"forks":244,"hasChangelog":245,"openIssues90d":246,"pushedAt":247,"stars":248},14,190,false,2,1778379542000,1628,{"hasNpmPackage":245,"license":250,"smitheryVerified":245},"CC-BY-4.0",{"hasCi":237,"hasTests":237},{"updatedAt":253},1778693588900,{"basePath":255,"githubOwner":256,"githubRepo":227,"locale":18,"slug":257,"type":258},"skills/microsoft-skill-creator","MicrosoftDocs","microsoft-skill-creator","skill",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":268,"parentExtension":271,"providers":302,"relations":312,"tags":313,"workflow":314},1778693447172.2966,"k1735x1w1m3nbt4dfnr954mjsd86mkhc",{"reviewCount":8},{"description":264,"installMethods":265,"name":267,"sourceUrl":14},"Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.",{"claudeCode":266},"microsoft-docs","Microsoft Learn MCP Server",{"basePath":269,"githubOwner":256,"githubRepo":227,"locale":18,"slug":227,"type":270},"","plugin",{"_creationTime":272,"_id":273,"community":274,"display":275,"identity":279,"providers":281,"relations":295,"tags":297,"workflow":298},1778693447172.2964,"k17cyy5a1yyy3kgamhnat6m15x86n6r3",{"reviewCount":8},{"description":276,"installMethods":277,"name":278,"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":269,"githubOwner":256,"githubRepo":227,"locale":18,"slug":227,"type":280},"marketplace",{"evaluate":282,"extract":289},{"promptVersionExtension":283,"promptVersionScoring":216,"score":284,"tags":285,"targetMarket":228,"tier":229},"3.1.0",98,[222,223,286,287,288,227],"ai","llm","code-samples",{"commitSha":290,"marketplace":291,"plugin":293},"HEAD",{"name":278,"pluginCount":292},1,{"mcpCount":8,"provider":294,"skillCount":8},"classify",{"repoId":296},"kd7a5v3pbwtsn0qajecay1jdcs86nn0z",[286,288,223,287,227,222],{"evaluatedAt":299,"extractAt":300,"updatedAt":301},1778693489772,1778693447172,1778693746236,{"evaluate":303,"extract":309},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":304,"targetMarket":228,"tier":229},[222,223,225,305,306,307,308],"net","api","rag","cli",{"commitSha":290,"license":250,"plugin":310},{"mcpCount":8,"provider":294,"skillCount":311},3,{"parentExtensionId":273,"repoId":296},[306,225,308,223,222,305,307],{"evaluatedAt":315,"extractAt":300,"updatedAt":316},1778693508577,1778693746581,{"evaluate":318,"extract":320},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":319,"targetMarket":228,"tier":229},[222,223,224,225,226,227],{"commitSha":290,"license":250},{"parentExtensionId":261,"repoId":296},{"_creationTime":323,"_id":296,"identity":324,"providers":325,"workflow":415},1778693443848.1162,{"githubOwner":256,"githubRepo":227,"sourceUrl":14},{"classify":326,"discover":404,"github":407},{"commitSha":290,"extensions":327},[328,338,349,368,377,384,391],{"basePath":329,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":337,"sourceLanguage":18,"type":280},".agents/plugins","microsoftdocs-local",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json",[334],{"path":335,"priority":336},"marketplace.json","mandatory","rule",{"basePath":269,"displayName":278,"installMethods":339,"rationale":340,"selectedPaths":341,"source":337,"sourceLanguage":18,"type":280},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[342,344,346],{"path":343,"priority":336},".claude-plugin/marketplace.json",{"path":345,"priority":336},"README.md",{"path":347,"priority":348},"LICENSE","high",{"basePath":269,"description":264,"displayName":266,"installMethods":350,"rationale":351,"selectedPaths":352,"source":337,"sourceLanguage":18,"type":270},{"claudeCode":266},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at .github/plugin)",[353,355,356,357,360,362,364,366],{"path":354,"priority":336},".claude-plugin/plugin.json",{"path":345,"priority":336},{"path":347,"priority":348},{"path":358,"priority":359},"skills/microsoft-code-reference/SKILL.md","medium",{"path":361,"priority":359},"skills/microsoft-docs/SKILL.md",{"path":363,"priority":359},"skills/microsoft-skill-creator/SKILL.md",{"path":365,"priority":336},".mcp.json",{"path":367,"priority":348},".codex-plugin/plugin.json",{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":337,"sourceLanguage":18,"type":258},"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",[375],{"path":376,"priority":336},"SKILL.md",{"basePath":378,"description":379,"displayName":266,"installMethods":380,"rationale":381,"selectedPaths":382,"source":337,"sourceLanguage":18,"type":258},"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.",{"claudeCode":12},"SKILL.md frontmatter at skills/microsoft-docs/SKILL.md",[383],{"path":376,"priority":336},{"basePath":255,"description":10,"displayName":257,"installMethods":385,"rationale":386,"selectedPaths":387,"source":337,"sourceLanguage":18,"type":258},{"claudeCode":12},"SKILL.md frontmatter at skills/microsoft-skill-creator/SKILL.md",[388,389],{"path":376,"priority":336},{"path":390,"priority":359},"references/skill-templates.md",{"basePath":308,"description":392,"displayName":393,"installMethods":394,"license":395,"rationale":396,"selectedPaths":397,"source":337,"sourceLanguage":18,"type":227},"CLI for the Microsoft Learn MCP server.","@microsoft/learn-cli",{"npm":393},"MIT","package.json @modelcontextprotocol/sdk dep + bin at cli/package.json",[398,400,401],{"path":399,"priority":336},"package.json",{"path":345,"priority":336},{"path":402,"priority":403},"src/index.ts","low",{"sources":405},[406],"manual",{"closedIssues90d":243,"description":276,"forks":244,"homepage":408,"license":250,"openIssues90d":246,"pushedAt":247,"readmeSize":241,"stars":248,"topics":409},"https://learn.microsoft.com",[286,410,223,227,222,411,307,412,287,413,308,414],"ai-agents","microsoft-learn","copilot","skills","learn-cli",{"classifiedAt":416,"discoverAt":417,"extractAt":418,"githubAt":418,"updatedAt":416},1778693446979,1778693443848,1778693445906,[225,223,226,227,222,224],{"evaluatedAt":253,"extractAt":300,"updatedAt":421},1778693747302,[],[424,443,469,495,529,552],{"_creationTime":425,"_id":426,"community":427,"display":428,"identity":430,"providers":431,"relations":438,"tags":439,"workflow":440},1778693447172.297,"k17ejhvtp6ww336qffgbz50wkn86mfz5",{"reviewCount":8},{"description":379,"installMethods":429,"name":266,"sourceUrl":14},{"claudeCode":12},{"basePath":378,"githubOwner":256,"githubRepo":227,"locale":18,"slug":266,"type":258},{"evaluate":432,"extract":437},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":433,"targetMarket":228,"tier":229},[222,223,225,226,434,435,436],"m365","windows","power-platform",{"commitSha":290},{"parentExtensionId":261,"repoId":296},[225,223,226,434,222,436,435],{"evaluatedAt":441,"extractAt":300,"updatedAt":442},1778693563954,1778693747105,{"_creationTime":444,"_id":445,"community":446,"display":447,"identity":453,"providers":456,"relations":462,"tags":465,"workflow":466},1778693180473.0972,"k1716aj3p8agwq6vwvn5n19v8n86mps9",{"reviewCount":8},{"description":448,"installMethods":449,"name":451,"sourceUrl":452},"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":450},"microsoft/agent-skills","azure-ai-document-intelligence-dotnet","https://github.com/microsoft/agent-skills",{"basePath":454,"githubOwner":222,"githubRepo":455,"locale":18,"slug":451,"type":258},".github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet","agent-skills",{"evaluate":457,"extract":461},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":458,"targetMarket":228,"tier":229},[225,286,459,226,460],"document-intelligence","sdk",{"commitSha":290},{"parentExtensionId":463,"repoId":464},"k1795g6t3v2fg9whacs7xkm88186nxr1","kd77czgnv00rfjm815pcc5xx5986n5t8",[286,225,459,226,460],{"evaluatedAt":467,"extractAt":468,"updatedAt":467},1778693591440,1778693180473,{"_creationTime":470,"_id":471,"community":472,"display":473,"identity":479,"providers":483,"relations":488,"tags":490,"workflow":491},1778698235845.4084,"k178nbspva8aqvepzvfe6c0fxs86nmzt",{"reviewCount":8},{"description":474,"installMethods":475,"name":477,"sourceUrl":478},"Use the ctx7 CLI to fetch library documentation, manage AI coding skills, and configure Context7 MCP. Activate when the user mentions \"ctx7\" or \"context7\", needs current docs for any library, wants to install/search/generate skills, or needs to set up Context7 for their AI coding agent.",{"claudeCode":476},"upstash/context7","context7-cli","https://github.com/upstash/context7",{"basePath":480,"githubOwner":481,"githubRepo":482,"locale":18,"slug":477,"type":258},"skills/context7-cli","upstash","context7",{"evaluate":484,"extract":487},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":485,"targetMarket":228,"tier":229},[223,308,227,413,486],"ai-coding",{"commitSha":290},{"repoId":489},"kd7955sg5wbf89gw527wdep66n86na9w",[486,308,223,227,413],{"evaluatedAt":492,"extractAt":493,"updatedAt":494},1778698320637,1778698235845,1778698496267,{"_creationTime":496,"_id":497,"community":498,"display":499,"identity":505,"providers":510,"relations":522,"tags":525,"workflow":526},1778699018122.7932,"k17e5r5bgaa3asshbcpz8hy20h86myam",{"reviewCount":8},{"description":500,"installMethods":501,"name":503,"sourceUrl":504},"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":502},"wshobson/agents","Hybrid Cloud Networking","https://github.com/wshobson/agents",{"basePath":506,"githubOwner":507,"githubRepo":508,"locale":18,"slug":509,"type":258},"plugins/cloud-infrastructure/skills/hybrid-cloud-networking","wshobson","agents","hybrid-cloud-networking",{"evaluate":511,"extract":521},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":512,"targetMarket":228,"tier":229},[513,514,515,225,516,517,518,519,520],"cloud","networking","aws","gcp","oci","vpn","direct-connect","expressroute",{"commitSha":290,"license":395},{"parentExtensionId":523,"repoId":524},"k177fdvvq05pdbpee0rz61me2h86mahe","kd74de64zj0axtg5b8t7eqqe2x86nske",[515,225,513,519,520,516,514,517,518],{"evaluatedAt":527,"extractAt":528,"updatedAt":527},1778700819631,1778699018122,{"_creationTime":530,"_id":531,"community":532,"display":533,"identity":537,"providers":539,"relations":547,"tags":549,"workflow":550},1778693180473.1252,"k172br69jq6k4srh8e6fph3yex86mze7",{"reviewCount":8},{"description":534,"installMethods":535,"name":536,"sourceUrl":452},"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":450},"azure-postgres-ts",{"basePath":538,"githubOwner":222,"githubRepo":455,"locale":18,"slug":536,"type":258},".github/plugins/azure-sdk-typescript/skills/azure-postgres-ts",{"evaluate":540,"extract":546},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":541,"targetMarket":228,"tier":229},[542,543,225,544,545],"postgresql","typescript","database","node-postgres",{"commitSha":290},{"parentExtensionId":548,"repoId":464},"k178kb88kvde2xfvrp03jpy6cn86nav5",[225,544,545,542,543],{"evaluatedAt":551,"extractAt":468,"updatedAt":551},1778695769892,{"_creationTime":553,"_id":554,"community":555,"display":556,"identity":560,"providers":562,"relations":569,"tags":571,"workflow":572},1778693180473.118,"k17fqhcjxe1hkxd73r6r1vrb8h86nzn4",{"reviewCount":8},{"description":557,"installMethods":558,"name":559,"sourceUrl":452},"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":450},"azure-servicebus-py",{"basePath":561,"githubOwner":222,"githubRepo":455,"locale":18,"slug":559,"type":258},".github/plugins/azure-sdk-python/skills/azure-servicebus-py",{"evaluate":563,"extract":568},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":564,"targetMarket":228,"tier":229},[225,565,566,567,460],"service-bus","messaging","python",{"commitSha":290},{"parentExtensionId":570,"repoId":464},"k171mfx6atvhq1bkhpky84v4b186n9qd",[225,566,567,460,565],{"evaluatedAt":573,"extractAt":468,"updatedAt":573},1778695136211]