cloud▌
347 indexed skills · max 10 per page
terraform-skill
antonbabenko/terraform-skill · Cloud
Terraform and OpenTofu guidance for modules, testing, CI/CD, and infrastructure-as-code architecture. \n \n Covers module hierarchy, naming conventions, code structure standards, and count vs. for_each patterns with decision matrices \n Testing strategy framework spanning static analysis, native test framework (1.6+), Terratest, and security scanning tools (Trivy, Checkov) \n CI/CD integration guidance including workflow stages, cost optimization, and automated cleanup strategies \n Version mana
cloudbase-document-database-web-sdk
tencentcloudbase/skills · Cloud
CloudBase document database Web SDK for querying, creating, updating, and deleting data in web applications. \n \n Supports CRUD operations, complex queries with operators (gt, gte, lt, lte, eq, neq, in, nin), and method chaining for filtering, sorting, and field selection \n Includes pagination via skip/limit, aggregation pipelines, geolocation queries, and real-time data synchronization with watch() listeners \n Requires SDK initialization with environment ID and authentication before database
cloud-cost-management
aj-geddes/useful-ai-prompts · Cloud
Cloud cost management involves monitoring, analyzing, and optimizing cloud spending. Implement strategies using reserved instances, spot pricing, proper sizing, and cost allocation to maximize ROI and prevent budget overruns.
cloudflare-worker-builder
jezweb/claude-skills · Cloud
Scaffold and deploy Cloudflare Workers projects with Hono routing, Vite dev server, and Static Assets. \n \n Guides you through project setup in four steps: understanding requirements, scaffolding structure, configuring bindings (D1, R2, KV), and deploying to production \n Provides ready-to-use asset files including wrangler.jsonc , vite.config.ts , Hono app entry point, and TypeScript configuration \n Documents critical patterns for export syntax, SPA fallback with API route protection, Vite pl
docker-best-practices
josiahsiegel/claude-plugin-marketplace · Cloud
Comprehensive Docker best practices for images, containers, and production deployments. \n \n Covers base image selection (Wolfi/Chainguard, Alpine, Distroless), Dockerfile structure with optimal layer ordering, multi-stage builds, and layer optimization techniques to minimize image size and build time \n Includes container runtime security patterns: running as non-root, dropping capabilities, read-only filesystems, resource limits, health checks, and logging configuration \n Provides Docker Com
gcp-cloud-run
sickn33/antigravity-awesome-skills · Cloud
Production-ready serverless applications on GCP Cloud Run with containerized services and event-driven functions. \n \n Covers Cloud Run Services (containerized web apps and APIs) and Cloud Run Functions (HTTP, Pub/Sub, and Cloud Storage event handlers) \n Includes cold start optimization techniques: startup CPU boost, minimum instances, distroless images, lazy dependency loading, and memory tuning \n Provides multi-stage Docker builds, graceful shutdown patterns, and Cloud Build deployment pipe
auth-web-cloudbase
tencentcloudbase/skills · Cloud
Web frontend authentication with multiple login methods and complete user management for CloudBase. \n \n Supports 8 login methods: phone/email OTP, password, anonymous, OAuth (Google/WeChat), custom ticket, and anonymous account upgrade \n Includes full user management: sign out, profile updates, password changes, identity linking/unlinking, and account deletion \n Built-in auth state listeners and session management with access token retrieval for API calls \n Compatible with @cloudbase/js-sdk
auth-tool-cloudbase
tencentcloudbase/skills · Cloud
Configure and manage CloudBase authentication providers including anonymous, SMS, email, WeChat, Google, and OAuth methods. \n \n Supports 8+ authentication methods: anonymous login, username/password, SMS, email (Tencent Cloud or custom SMTP), WeChat Open Platform, Google OAuth, SAML, CAS, and Dingding \n Query current login strategy via DescribeLoginStrategy , then modify provider settings with ModifyLoginStrategy or ModifyProvider API calls \n Email authentication offers dual configuration: b
gws-cloudidentity
googleworkspace/cli · Cloud
Manage Google Cloud Identity groups, devices, memberships, and inbound SSO profiles via CLI. \n \n Covers six resource categories: customers, devices, groups, inbound OIDC/SAML SSO profiles, and SSO assignments \n Device operations include creation, deletion, wiping, and user management; group operations support CRUD, search, lookup, and security settings \n SSO profile management supports OIDC and SAML configurations with multi-party approval workflows for sensitive actions \n Requires Google W
cloud-functions
tencentcloudbase/skills · Cloud
Complete guide for developing, deploying, and managing CloudBase cloud functions with Event and HTTP types. \n \n Supports two function types: Event Functions (Node.js, event-driven) and HTTP Functions (Node.js/Python/Go/Java, web services on port 9000) \n Runtime is immutable after creation; must select correct Node.js version during initial deployment or delete and recreate to change \n HTTP Functions require scf_bootstrap startup script with execute permissions and LF line endings; Event Func