cloud▌
360 indexed skills · max 10 per page
terraform-style-guide
hashicorp/agent-skills · Cloud
Generate and maintain Terraform code following HashiCorp's official style conventions. \n \n Enforces two-space indentation, lowercase underscore naming, and standard file organization across terraform.tf , providers.tf , main.tf , variables.tf , outputs.tf , and locals.tf \n Requires type and description on all variables and outputs, with validation rules and sensitive flag support for credentials \n Prioritizes for_each over count for dynamic resources, applies security hardening (encryption,
alicloud-platform-devops
cinience/alicloud-skills · Cloud
Category: service
aws-serverless
davila7/claude-code-templates · Cloud
Proper Lambda function structure with error handling
k8s-security-policies
wshobson/agents · Cloud
Defense-in-depth Kubernetes security through network policies, pod security standards, RBAC, and admission control. \n \n Covers three pod security levels (Privileged, Baseline, Restricted) enforced via namespace labels for graduated security posture \n Provides NetworkPolicy templates for default-deny, service-to-service communication, and DNS egress patterns \n Includes RBAC configuration examples for roles, cluster roles, and bindings to implement least-privilege access \n Demonstrates OPA Ga
cloudbase
tencentcloudbase/skills · Cloud
Read this section first. The routing contract uses stable skill identifiers such as auth-tool, auth-web, and http-api, so it works across source files, generated artifacts, and local installs.
alicloud-compute-swas-open-test
cinience/alicloud-skills · Cloud
Category: test
alicloud-ai-content-aicontent-test
cinience/alicloud-skills · Cloud
Category: test
alicloud-media-ice-test
cinience/alicloud-skills · Cloud
Category: test
cloud-storage-optimization
aj-geddes/useful-ai-prompts · Cloud
Optimize cloud storage costs and performance across multiple cloud providers using compression, intelligent tiering, data partitioning, and lifecycle management. Reduce storage costs while maintaining accessibility and compliance requirements.
docker-patterns
affaan-m/everything-claude-code · Cloud
Docker and Docker Compose patterns for local development, multi-service orchestration, and container security. \n \n Covers multi-stage Dockerfiles with dev, build, and production targets; Docker Compose configuration for web app stacks with PostgreSQL, Redis, and Mailpit; and override files for environment-specific settings \n Includes service discovery via container networking, custom network isolation, and volume strategies (named volumes, bind mounts, anonymous volumes) for data persistence