cloud▌
347 indexed skills · max 10 per page
cloud-storage-web
tencentcloudbase/skills · Cloud
Web-based file upload, download, and management for CloudBase cloud storage via the JavaScript SDK. \n \n Supports four core operations: uploading files from browsers with progress tracking, generating temporary download URLs, deleting files, and downloading to local storage \n Requires CORS configuration in CloudBase console; add your frontend domain to security domains to prevent errors \n Uses file IDs in the format cloud://env-id/path/filename and supports folder hierarchies with / separator
azure-image-builder
hashicorp/agent-skills · Cloud
Build Azure managed images and Azure Compute Gallery images using Packer's azure-arm builder.
aws-diagrams
eraserlabs/eraser-io · Cloud
Generates AWS architecture diagrams from CloudFormation templates, CLI output, or natural language descriptions. \n \n Parses CloudFormation (YAML/JSON), AWS CLI JSON output, and text descriptions to extract VPCs, subnets, EC2 instances, RDS databases, Lambda functions, S3 buckets, security groups, load balancers, and other AWS services \n Maps resource relationships including instances within subnets, security group attachments, IAM role bindings, and data flow between services \n Converts AWS
alicloud-network-alb-test
cinience/alicloud-skills · Cloud
Category: test
cloudbase-platform
tencentcloudbase/skills · Cloud
$22
docker-compose-orchestration
manutej/luxor-claude-marketplace · Cloud
Orchestrate multi-container applications with declarative YAML configuration, networking, volumes, and production-ready deployments. \n \n Define entire application stacks in YAML with services, networks, volumes, and secrets; automatic service discovery enables inter-container communication by name \n Supports development, staging, and production workflows through compose file overrides and environment-specific configurations with health checks and restart policies \n Includes 16+ real-world pa
axiom-cloud-sync-diag
charleswiltgen/axiom · Cloud
Core principle 90% of cloud sync problems stem from account/entitlement issues, network connectivity, or misunderstanding sync timing—not iCloud infrastructure bugs.
azure-verified-modules
hashicorp/agent-skills · Cloud
Certification requirements and best practices for Azure Terraform modules seeking AVM compliance. \n \n Enforces provider version constraints (azurerm >= 4.0, < 5.0; azapi >= 2.0, < 3.0) and prohibits git-based module references in favor of pinned Terraform registry sources \n Mandates lower snake_casing for all identifiers, precise variable types, discrete output attributes via anti-corruption layer pattern, and alphabetically ordered locals \n Requires feature toggle variables for ne
aws-solution-architect
alirezarezvani/claude-skills · Cloud
Design scalable, cost-effective AWS architectures for startups with infrastructure-as-code templates. \n \n Recommends architecture patterns (serverless web, event-driven microservices, three-tier, GraphQL) based on application type, scale, budget, and compliance requirements \n Generates production-ready CloudFormation YAML, CDK TypeScript, and Terraform templates with API Gateway, Lambda, DynamoDB, ECS, Aurora, and IAM configurations \n Analyzes current AWS costs and identifies optimization op
aws-serverless
sickn33/antigravity-awesome-skills · Cloud
Production-ready serverless patterns for AWS Lambda, API Gateway, DynamoDB, and event-driven architectures. \n \n Lambda handler structure with proper error handling, context optimization, and SDK client initialization for cold start efficiency \n API Gateway integration using SAM templates, supporting both HTTP and REST APIs with CORS configuration and IAM policies \n Event-driven SQS patterns with batch processing, partial failure handling, dead-letter queues, and retry logic \n Anti-patterns