[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-zxkane-aws-mcp-setup-en":3,"guides-for-zxkane-aws-mcp-setup":460,"similar-k17d3pp3ztp8773e27dvw0yxvn86nb08-en":461},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":238,"isFallback":224,"parentExtension":243,"providers":301,"relations":305,"repo":306,"tags":457,"workflow":458},1778699647844.0186,"k17d3pp3ztp8773e27dvw0yxvn86nb08",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Configure AWS MCP servers for documentation search and API access. Use when setting up AWS MCP, configuring AWS documentation tools, troubleshooting MCP connectivity, or when user mentions aws-mcp, awsdocs, uvx setup, or MCP server configuration. Covers both Full AWS MCP Server (with uvx + credentials) and lightweight Documentation MCP (no auth required).",{"claudeCode":12},"zxkane/aws-skills","aws-mcp-setup","https://github.com/zxkane/aws-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":236},1778699791309.7747,"kn78yxqd9vxwm37hz48wq12n5n86n0pv","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":215,"tier":216,"useCases":217},[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,132,135,138,142,146,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of configuring AWS MCP servers for documentation search and API access, and outlines specific use cases and keywords. It addresses both full and documentation-only MCP setups.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides concrete steps and configurations for setting up AWS MCP servers, which goes beyond basic prompting and offers specific value for managing AWS resources with AI agents.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides detailed instructions, prerequisites, and configuration options for setting up both Full AWS MCP Server and AWS Documentation MCP, covering the complete lifecycle of initial setup and verification.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on configuring AWS MCP servers, a single coherent domain, without extending into unrelated areas like general AWS management or application development.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities, clearly outlining the setup process for different AWS MCP server types and providing relevant keywords and use cases.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill's primary function is configuration and providing setup instructions, not direct tool execution. It relies on underlying Claude MCP tools but doesn't expose its own generalist execution tools.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed configuration examples for both `mcpServers` and environment variables, including options for AWS profiles and regions, covering necessary parameters and use cases.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This skill does not expose user-facing tools; its functionality is in its instructions and configuration examples.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","The skill's primary function is providing instructions and configuration snippets, not executing tools with input/output schemas.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT License, as confirmed by the bundled LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on April 22, 2026, which is within the last 90 days.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill itself does not appear to introduce external runtime dependencies beyond standard Python and AWS CLI tools, which are assumed prerequisites.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill instructs users on how to configure AWS credentials, but it does not handle, echo, or expose secrets itself. It advises on best practices for credential configuration.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill provides configuration instructions and examples. It does not fetch or execute external code or data, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill's content is static configuration and documentation. It does not fetch remote content or execute dynamic code, preventing supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill provides instructions and does not perform any file operations or interact with the system outside of documented commands like `cat` and `grep`.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops are present as the skill provides static instructions and not executable code that interacts with the sandbox.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill instructs on configuring AWS credentials but does not read or submit any data, preventing exfiltration risks.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content (SKILL.md, README.md, LICENSE) appears free of hidden steering tricks, ANSI escapes, or other obfuscation methods.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill consists of readable Markdown and shell commands, with no obfuscated code, base64 payloads, or dynamic script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard shell environments and common AWS CLI/Python tools but clearly states these as prerequisites. Configuration files like `.mcp.json` are standard.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating either a new project or no recent issues requiring maintainer attention, which meets the 'pass' criteria.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository's last commit date (April 22, 2026) and the `npx skills add` installation method using the repository URL serve as versioning signals, indicating the latest available state.",{"category":104,"check":105,"severity":42,"summary":106},"Execution","Validation","This skill provides configuration instructions and documentation; it does not execute code that requires input argument validation via a schema library.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill provides configuration instructions and commands like `cat` and `grep` which are not destructive operations. It does not perform any state-changing actions.",{"category":111,"check":112,"severity":42,"summary":113},"Code Execution","Error Handling","As this skill primarily provides documentation and configuration instructions, it does not have error paths visible to the user in the same way as executable code.",{"category":111,"check":115,"severity":42,"summary":116},"Logging","The skill itself does not perform actions that require logging; it instructs users on setting up other tools.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill does not operate on personal data; it guides the setup of AWS MCP servers which may interact with AWS resources, but not directly with personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is designed for configuring AWS MCP servers, which are globally available services. No regional or jurisdictional restrictions are indicated.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill assumes standard POSIX shell environments and common tools like `aws` and `python`, which are typical prerequisites for AWS development, and provides clear alternatives if `uvx` is unavailable.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README.md provides a clear overview of the AWS Skills repository, including the AWS Common Plugin and its purpose, installation instructions, and structure.",{"category":33,"check":131,"severity":42,"summary":50},"Tool surface size",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","This skill does not expose user-facing tools, therefore there are no overlapping near-synonym tools.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All features mentioned in the README and SKILL.md, such as configuring Full AWS MCP Server and Documentation MCP, have corresponding instructions and examples in the source files.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README.md provides clear installation instructions using both the Claude Code Plugin Marketplace and `npx skills add` for individual skills, including the `aws-mcp-setup` skill.",{"category":143,"check":144,"severity":42,"summary":145},"Errors","Actionable error messages","This skill does not expose direct error paths to the user; it provides instructions for setting up other tools.",{"category":104,"check":147,"severity":24,"summary":148},"Pinned dependencies","The skill specifies `Python 3.10+` as a prerequisite and suggests `uv` for Python package management, aligning with good practices for dependency pinning.",{"category":33,"check":150,"severity":42,"summary":151},"Dry-run preview","This skill does not perform any state-changing operations or send data outward; it only provides configuration and documentation.",{"category":153,"check":154,"severity":42,"summary":155},"Protocol","Idempotent retry & timeouts","The skill itself does not make network calls or perform state-changing operations that would require idempotency or timeouts.",{"category":118,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The skill does not emit telemetry. It is purely instructional and configuration-focused.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The description precisely names the artifact (AWS MCP servers) and the user intent (configure, set up, troubleshoot), clearly defining its purpose and use cases.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's purpose and provides trigger phrases within a reasonable character limit.",{"category":45,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is well-structured, concise, and delegates deeper material to references or relies on external documentation, staying within token limits.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The SKILL.md is concise and refers to external AWS documentation and GitHub repositories for deeper information, demonstrating progressive disclosure.",{"category":169,"check":173,"severity":42,"summary":174},"Forked exploration","This skill does not involve deep exploration or code review; it provides configuration instructions and documentation.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","The SKILL.md provides clear JSON configuration examples for both Full AWS MCP Server and AWS Documentation MCP, demonstrating their usage in setting up MCP servers.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The SKILL.md addresses potential issues like `uvx: command not found` and authentication errors, providing troubleshooting steps and alternative solutions.",{"category":92,"check":182,"severity":24,"summary":183},"Tool Fallback","The skill explicitly suggests using Option B (AWS Documentation MCP) if Python/uvx or AWS credentials are not available, providing a fallback for the Full AWS MCP Server.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","The skill does not perform destructive operations, and its instructions focus on setup, implicitly halting if prerequisites are not met by providing troubleshooting guidance.",{"category":92,"check":189,"severity":24,"summary":190},"Cross-skill coupling","This skill is standalone, focusing solely on AWS MCP setup. It does not rely on other specific skills being loaded in the same session.",1778699791172,"This skill provides detailed instructions and configuration examples for setting up AWS MCP servers, covering both full API access and documentation-only modes. It outlines prerequisites, IAM permissions, and troubleshooting steps.",[194,195,196,197,198],"Configure Full AWS MCP Server","Configure AWS Documentation MCP","Check existing MCP configuration","Troubleshoot MCP connectivity issues","Provides IAM permissions guidance",[200,201,202],"Executing AWS API calls directly","Managing AWS resources beyond MCP server configuration","Providing a runtime environment for AWS MCP servers","3.0.0","4.4.0","To guide users in configuring AWS MCP servers for AI agents, enabling documentation search and API access, whether setting up new servers or troubleshooting existing ones.","Excellent documentation and clear purpose, with no critical or warning findings. Minor points were not applicable due to the skill's instructional nature.",97,"A well-documented skill for configuring AWS MCP servers, offering clear instructions and fallback options.",[210,211,212,213,214],"aws","mcp","configuration","cloud","setup","global","verified",[218,219,220,221],"Setting up AWS MCP for the first time","Configuring AWS documentation search tools","Troubleshooting connectivity issues with AWS MCP servers","Selecting between full API access and documentation-only MCP setups",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":233,"testCoverage":235},{"hasLockfile":224},false,1778699774944,{"descriptionLength":227,"readmeSize":228},357,8350,{"closedIssues90d":8,"forks":230,"hasChangelog":224,"openIssues90d":8,"pushedAt":231,"stars":232},32,1776833311000,281,{"hasNpmPackage":224,"license":234,"smitheryVerified":224},"MIT",{"hasCi":224,"hasTests":224},{"updatedAt":237},1778699791309,{"basePath":239,"githubOwner":240,"githubRepo":241,"locale":18,"slug":13,"type":242},"plugins/aws-common/skills/aws-mcp-setup","zxkane","aws-skills","skill",{"_creationTime":244,"_id":245,"community":246,"display":247,"identity":251,"parentExtension":254,"providers":288,"relations":296,"tags":297,"workflow":298},1778699647844.0168,"k1740gmz4mb09ggkp9f9xxvhed86mqmj",{"reviewCount":8},{"description":248,"installMethods":249,"name":250,"sourceUrl":14},"Shared AWS agent skills including AWS Documentation MCP configuration for querying up-to-date AWS knowledge",{"claudeCode":250},"aws-common",{"basePath":252,"githubOwner":240,"githubRepo":241,"locale":18,"slug":250,"type":253},"plugins/aws-common","plugin",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":261,"providers":264,"relations":281,"tags":283,"workflow":284},1778699647844.0166,"k175zz846eyqp4dz1bppswpc2586mvbg",{"reviewCount":8},{"description":259,"installMethods":260,"name":241,"sourceUrl":14},"AWS development skills for Claude Code including CDK, serverless architecture, cost optimization, and Bedrock AgentCore for AI agent deployment",{"claudeCode":12},{"basePath":262,"githubOwner":240,"githubRepo":241,"locale":18,"slug":241,"type":263},"","marketplace",{"evaluate":265,"extract":275},{"promptVersionExtension":266,"promptVersionScoring":204,"score":267,"tags":268,"targetMarket":215,"tier":274},"3.1.0",88,[210,269,270,213,271,272,273],"cdk","serverless","devops","ai","bedrock","community",{"commitSha":276,"marketplace":277,"plugin":279},"HEAD",{"name":241,"pluginCount":278},5,{"mcpCount":8,"provider":280,"skillCount":8},"classify",{"repoId":282},"kd7708aervxaq6vqq9tdf93s2586mcqy",[272,210,273,269,213,271,270],{"evaluatedAt":285,"extractAt":286,"updatedAt":287},1778699666531,1778699647844,1778699907550,{"evaluate":289,"extract":293},{"promptVersionExtension":203,"promptVersionScoring":204,"score":290,"tags":291,"targetMarket":215,"tier":216},96,[210,211,212,213,292],"developer-tools",{"commitSha":276,"plugin":294},{"mcpCount":8,"provider":280,"skillCount":295},1,{"parentExtensionId":256,"repoId":282},[210,213,212,292,211],{"evaluatedAt":299,"extractAt":286,"updatedAt":300},1778699680762,1778699907378,{"evaluate":302,"extract":304},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":303,"targetMarket":215,"tier":216},[210,211,212,213,214],{"commitSha":276},{"parentExtensionId":245,"repoId":282},{"_creationTime":307,"_id":282,"identity":308,"providers":309,"workflow":453},1778699643110.0918,{"githubOwner":240,"githubRepo":241,"sourceUrl":14},{"classify":310,"discover":436,"github":439},{"commitSha":276,"extensions":311},[312,325,329,336,343,350,357,387,399,404,416],{"basePath":262,"description":259,"displayName":241,"installMethods":313,"rationale":314,"selectedPaths":315,"source":324,"sourceLanguage":18,"type":263},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319,321],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md",{"path":322,"priority":323},"LICENSE","high","rule",{"basePath":252,"description":248,"displayName":250,"installMethods":326,"rationale":327,"selectedPaths":328,"source":324,"sourceLanguage":18,"type":253},{"claudeCode":250},"inline plugin source from marketplace.json at plugins/aws-common",[],{"basePath":330,"description":331,"displayName":332,"installMethods":333,"rationale":334,"selectedPaths":335,"source":324,"sourceLanguage":18,"type":253},"plugins/aws-cdk","Comprehensive AWS development skills including CDK best practices, Lambda development workflows, and AWS documentation search capabilities","aws-cdk",{"claudeCode":332},"inline plugin source from marketplace.json at plugins/aws-cdk",[],{"basePath":337,"description":338,"displayName":339,"installMethods":340,"rationale":341,"selectedPaths":342,"source":324,"sourceLanguage":18,"type":253},"plugins/aws-cost-ops","AWS cost optimization, monitoring, and operational excellence with integrated MCP servers for billing, cost analysis, observability, and security assessment","aws-cost-ops",{"claudeCode":339},"inline plugin source from marketplace.json at plugins/aws-cost-ops",[],{"basePath":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"source":324,"sourceLanguage":18,"type":253},"plugins/serverless-eda","AWS serverless and event-driven architecture best practices based on Well-Architected Framework with MCP servers for SAM, Lambda, Step Functions, and messaging","serverless-eda",{"claudeCode":346},"inline plugin source from marketplace.json at plugins/serverless-eda",[],{"basePath":351,"description":352,"displayName":353,"installMethods":354,"rationale":355,"selectedPaths":356,"source":324,"sourceLanguage":18,"type":253},"plugins/aws-agentic-ai","AWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services including Gateway, Runtime, Memory, Identity, Code Interpreter, Browser, Observability, Agent Registry, and Evaluations","aws-agentic-ai",{"claudeCode":353},"inline plugin source from marketplace.json at plugins/aws-agentic-ai",[],{"basePath":358,"description":359,"displayName":353,"installMethods":360,"rationale":361,"selectedPaths":362,"source":324,"sourceLanguage":18,"type":242},"plugins/aws-agentic-ai/skills/aws-agentic-ai","AWS Bedrock AgentCore comprehensive expert for deploying and managing AI agents at scale. Use when working with any AgentCore service including Gateway, Runtime, Memory, Identity, Code Interpreter, Browser, Observability, Agent Registry, or Evaluations. Covers agent deployment, MCP tool integration, credential management, agent discovery, governance workflows, and automated quality assessment. Essential when user mentions AgentCore, agent runtime, agent registry, agent evaluation, MCP gateway, deploy agent, register MCP server, discover agents, evaluate agent quality, agent credentials, or wants to build, deploy, catalog, or monitor AI agents on AWS.",{"claudeCode":12},"SKILL.md frontmatter at plugins/aws-agentic-ai/skills/aws-agentic-ai/SKILL.md",[363,365,368,370,372,374,377,379,381,383,385],{"path":364,"priority":318},"SKILL.md",{"path":366,"priority":367},"references/agentcore-oauth-integration.md","medium",{"path":369,"priority":367},"references/agentcore-runtime-core.md",{"path":371,"priority":367},"references/agentcore-runtime-deploy.md",{"path":373,"priority":367},"references/agentcore-runtime-protocols.md",{"path":375,"priority":376},"scripts/Dockerfile.runtime-template","low",{"path":378,"priority":376},"scripts/a2a-server-template.py",{"path":380,"priority":376},"scripts/agui-server-template.py",{"path":382,"priority":376},"scripts/gateway-custom-resource-lambda.py",{"path":384,"priority":376},"scripts/mcp-server-template.py",{"path":386,"priority":376},"scripts/runtime-fastapi-template.py",{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":324,"sourceLanguage":18,"type":242},"plugins/aws-cdk/skills/aws-cdk-development","AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.","aws-cdk-development",{"claudeCode":12},"SKILL.md frontmatter at plugins/aws-cdk/skills/aws-cdk-development/SKILL.md",[394,395,397],{"path":364,"priority":318},{"path":396,"priority":367},"references/cdk-patterns.md",{"path":398,"priority":376},"scripts/validate-stack.sh",{"basePath":239,"description":10,"displayName":13,"installMethods":400,"rationale":401,"selectedPaths":402,"source":324,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at plugins/aws-common/skills/aws-mcp-setup/SKILL.md",[403],{"path":364,"priority":318},{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":324,"sourceLanguage":18,"type":242},"plugins/aws-cost-ops/skills/aws-cost-operations","AWS cost optimization, monitoring, and operational excellence expert. Use when analyzing AWS bills, estimating costs, setting up CloudWatch alarms, querying logs, auditing CloudTrail activity, or assessing security posture. Essential when user mentions AWS costs, spending, billing, budget, pricing, CloudWatch, observability, monitoring, alerting, CloudTrail, audit, or wants to optimize AWS infrastructure costs and operational efficiency.","aws-cost-operations",{"claudeCode":12},"SKILL.md frontmatter at plugins/aws-cost-ops/skills/aws-cost-operations/SKILL.md",[411,412,414],{"path":364,"priority":318},{"path":413,"priority":367},"references/cloudwatch-alarms.md",{"path":415,"priority":367},"references/operations-patterns.md",{"basePath":417,"description":418,"displayName":419,"installMethods":420,"rationale":421,"selectedPaths":422,"source":324,"sourceLanguage":18,"type":242},"plugins/serverless-eda/skills/aws-serverless-eda","AWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building serverless APIs, Lambda functions, REST APIs, microservices, or async workflows. Covers Lambda with TypeScript/Python, API Gateway (REST/HTTP), DynamoDB, Step Functions, EventBridge, SQS, SNS, and serverless patterns. Essential when user mentions serverless, Lambda, API Gateway, event-driven, async processing, queues, pub/sub, or wants to build scalable serverless applications with AWS best practices.","aws-serverless-eda",{"claudeCode":12},"SKILL.md frontmatter at plugins/serverless-eda/skills/aws-serverless-eda/SKILL.md",[423,424,426,428,430,432,434],{"path":364,"priority":318},{"path":425,"priority":367},"references/deployment-best-practices.md",{"path":427,"priority":367},"references/eda-patterns.md",{"path":429,"priority":367},"references/observability-best-practices.md",{"path":431,"priority":367},"references/performance-optimization.md",{"path":433,"priority":367},"references/security-best-practices.md",{"path":435,"priority":367},"references/serverless-patterns.md",{"sources":437},[438],"manual",{"closedIssues90d":8,"description":440,"forks":230,"homepage":441,"license":234,"openIssues90d":8,"pushedAt":231,"readmeSize":228,"stars":232,"topics":442},"Claude Code plugins and agent skills for AWS development — CDK, serverless, cost ops, and Bedrock AgentCore","https://skills.sh/zxkane/aws-skills",[210,332,443,444,445,446,447,448,449,450,451,452,211],"aws-serverless-architecture","claude-code","claude-plugin","claude-skills","event-driven-architecture","agent-skills","aws-agentcore","anthropic","aws-cost-optimization","bedrock-agentcore",{"classifiedAt":454,"discoverAt":455,"extractAt":456,"githubAt":456,"updatedAt":454},1778699647625,1778699643110,1778699645346,[210,213,212,211,214],{"evaluatedAt":237,"extractAt":286,"updatedAt":459},1778699909223,[],[462,489,515,548,576,596],{"_creationTime":463,"_id":464,"community":465,"display":466,"identity":471,"providers":475,"relations":482,"tags":485,"workflow":486},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":467,"installMethods":468,"name":214,"sourceUrl":470},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":469},"Yeachan-Heo/oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":472,"githubOwner":473,"githubRepo":474,"locale":18,"slug":214,"type":242},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":476,"extract":481},{"promptVersionExtension":203,"promptVersionScoring":204,"score":477,"tags":478,"targetMarket":215,"tier":216},100,[214,479,212,480,211],"routing","cli",{"commitSha":276},{"parentExtensionId":483,"repoId":484},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[480,212,211,479,214],{"evaluatedAt":487,"extractAt":488,"updatedAt":487},1778699724286,1778699234184,{"_creationTime":490,"_id":491,"community":492,"display":493,"identity":499,"providers":502,"relations":507,"tags":510,"workflow":511},1778694149049.347,"k1798fc1hmtx3bmdgwyn3fet2d86mzt5",{"reviewCount":8},{"description":494,"installMethods":495,"name":497,"sourceUrl":498},"Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the credentials set up.",{"claudeCode":496},"mongodb/agent-skills","mongodb-mcp-setup","https://github.com/mongodb/agent-skills",{"basePath":500,"githubOwner":501,"githubRepo":448,"locale":18,"slug":497,"type":242},"skills/mongodb-mcp-setup","mongodb",{"evaluate":503,"extract":506},{"promptVersionExtension":203,"promptVersionScoring":204,"score":477,"tags":504,"targetMarket":215,"tier":216},[501,211,212,214,505,480],"authentication",{"commitSha":276},{"parentExtensionId":508,"repoId":509},"k170hje3xzpy2mbkn00agzm38x86mkbz","kd74vahs1zbjqzqbert490xyrd86nfv5",[505,480,212,211,501,214],{"evaluatedAt":512,"extractAt":513,"updatedAt":514},1778694262565,1778694149049,1778694462010,{"_creationTime":516,"_id":517,"community":518,"display":519,"identity":525,"providers":530,"relations":541,"tags":544,"workflow":545},1778699018122.7932,"k17e5r5bgaa3asshbcpz8hy20h86myam",{"reviewCount":8},{"description":520,"installMethods":521,"name":523,"sourceUrl":524},"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":522},"wshobson/agents","Hybrid Cloud Networking","https://github.com/wshobson/agents",{"basePath":526,"githubOwner":527,"githubRepo":528,"locale":18,"slug":529,"type":242},"plugins/cloud-infrastructure/skills/hybrid-cloud-networking","wshobson","agents","hybrid-cloud-networking",{"evaluate":531,"extract":540},{"promptVersionExtension":203,"promptVersionScoring":204,"score":477,"tags":532,"targetMarket":215,"tier":216},[213,533,210,534,535,536,537,538,539],"networking","azure","gcp","oci","vpn","direct-connect","expressroute",{"commitSha":276,"license":234},{"parentExtensionId":542,"repoId":543},"k177fdvvq05pdbpee0rz61me2h86mahe","kd74de64zj0axtg5b8t7eqqe2x86nske",[210,534,213,538,539,535,533,536,537],{"evaluatedAt":546,"extractAt":547,"updatedAt":546},1778700819631,1778699018122,{"_creationTime":549,"_id":550,"community":551,"display":552,"identity":558,"providers":561,"relations":569,"tags":572,"workflow":573},1778691344230.127,"k171ek0rpwqxg9vk3fqg7067jn86mq22",{"reviewCount":8},{"description":553,"installMethods":554,"name":556,"sourceUrl":557},"Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.",{"claudeCode":555},"jeffallan/claude-skills","cloud-architect","https://github.com/jeffallan/claude-skills",{"basePath":559,"githubOwner":560,"githubRepo":446,"locale":18,"slug":556,"type":242},"skills/cloud-architect","jeffallan",{"evaluate":562,"extract":568},{"promptVersionExtension":203,"promptVersionScoring":204,"score":477,"tags":563,"targetMarket":215,"tier":216},[213,210,534,535,564,565,566,567],"architecture","migration","cost-optimization","disaster-recovery",{"commitSha":276},{"parentExtensionId":570,"repoId":571},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[564,210,534,213,566,567,535,565],{"evaluatedAt":574,"extractAt":575,"updatedAt":574},1778691534007,1778691344230,{"_creationTime":577,"_id":578,"community":579,"display":580,"identity":584,"providers":586,"relations":592,"tags":593,"workflow":594},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":581,"installMethods":582,"name":583,"sourceUrl":470},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":469},"mcp-setup",{"basePath":585,"githubOwner":473,"githubRepo":474,"locale":18,"slug":583,"type":242},"skills/mcp-setup",{"evaluate":587,"extract":591},{"promptVersionExtension":203,"promptVersionScoring":204,"score":477,"tags":588,"targetMarket":215,"tier":216},[211,212,480,589,590],"agent","tooling",{"commitSha":276},{"parentExtensionId":483,"repoId":484},[589,480,212,211,590],{"evaluatedAt":595,"extractAt":488,"updatedAt":595},1778699492025,{"_creationTime":597,"_id":598,"community":599,"display":600,"identity":606,"providers":609,"relations":615,"tags":617,"workflow":618},1778687183932.1943,"k1728svzyq5wfc93gjyntemgnh86m6d9",{"reviewCount":8},{"description":601,"installMethods":602,"name":604,"sourceUrl":605},"Set up gbrain for this coding agent: install the CLI, initialize a\nlocal PGLite or Supabase brain, register MCP, capture per-remote trust\npolicy. One command from zero to \"gbrain is running, and this agent\ncan call it.\" Use when: \"setup gbrain\", \"connect gbrain\", \"start\ngbrain\", \"install gbrain\", \"configure gbrain for this machine\". (gstack)\n",{"claudeCode":603},"garrytan/gstack","setup-gbrain","https://github.com/garrytan/gstack",{"basePath":604,"githubOwner":607,"githubRepo":608,"locale":18,"slug":604,"type":242},"garrytan","gstack",{"evaluate":610,"extract":614},{"promptVersionExtension":203,"promptVersionScoring":204,"score":477,"tags":611,"targetMarket":215,"tier":216},[612,214,212,613,480,211],"gbrain","ai-agent",{"commitSha":276},{"repoId":616},"kd73s35xh97m9mmc5nz3pb1f3n86m0an",[613,480,212,612,211,214],{"evaluatedAt":619,"extractAt":620,"updatedAt":619},1778688428238,1778687183932]