1,376 free skills
DevOps & Infrastructure skills
Skills for infrastructure — Docker, Kubernetes, Terraform, and provisioning on AWS, GCP, and Azure.
Sourced from real, public repositories — synced daily, never invented.
1,376 free skills
Skills for infrastructure — Docker, Kubernetes, Terraform, and provisioning on AWS, GCP, and Azure.
Sourced from real, public repositories — synced daily, never invented.
15 tools across six categories
13 of them never send your data anywhere
Free · No signup · No trial clock
SEE THE DIRECTORY

changesets
cloudflare/sandbox-sdk
Use when creating a changeset, preparing a release, or bumping versions. Covers which packages to reference, how to write user-facing changeset descriptions, the release automation flow, and the npm/Docker version sync requirement. (project)
neo4j-agent-memory
neo4j-contrib/neo4j-skills
Authoritative reference for the neo4j-agent-memory Python package — a graph-native memory system for AI agents built on Neo4j — and for the hosted service (NAMS) at memory.neo4jlabs.com. Use this skill whenever the user mentions neo4j-agent-memory, agent memory with Neo4j, context graphs, the POLE+O model, MemoryClient/MemorySettings, the memory MCP server, or any of the framework integrations (LangChain, PydanticAI, CrewAI, AWS Strands, Google ADK, Microsoft Agent Framework, OpenAI Agents, LlamaIndex). Also use when the user mentions the hosted service at memory.neo4jlabs.com, NAMS, the Neo4j Agent Memory Service, the `nams_` API key prefix, or the hosted MCP endpoint. Also use when writing documentation, blog posts, tutorials, PRDs, or code samples for the project, when comparing agent memory approaches, or when positioning graph-native memory against vector-only approaches — even if the user doesn't explicitly name the package.
turso
epicenterhq/epicenter
Turso and libSQL patterns for embedded SQLite-compatible databases, serverless drivers, sync engines, partial sync, WAL/MVCC behavior, compatibility gaps, CLI usage, and Drizzle integration boundaries. Use when mentioning Turso, libSQL, @libsql/client, remote SQLite, embedded replicas, or local database sync.
create-docker-php-config
dykyi-roman/awesome-claude-code
Generates PHP configuration files for Docker containers. Creates optimized php.ini, OPcache, and PHP-FPM pool configurations.
docker-base-images-knowledge
dykyi-roman/awesome-claude-code
Docker base images knowledge base for PHP. Provides image selection guidelines, Alpine vs Debian comparison, and version pinning strategies.
azure-monitor-opentelemetry-py
claudedjale/skillset
|
terraform-engineer
belokonm/claude-supercode-skills
Infrastructure as Code (IaC) expert using Terraform/OpenTofu, HCL, and modern state management.
docker-compose-knowledge
dykyi-roman/awesome-claude-code
Docker Compose knowledge base for PHP stacks. Provides service configuration patterns, health checks, networking, and environment management.
salt-eventmanager
salt-indonesia/salt-pkg
RabbitMQ pub/sub for Go microservices with the SALT-Indonesia/salt-pkg eventmanager library — generic message handlers, dual-error dispatch (domain vs infrastructure), automatic reconnection, dedup, and retry with configurable limits. Use when publishing or subscribing to RabbitMQ events with this library.
check-docker-healthcheck
dykyi-roman/awesome-claude-code
Checks Docker health check configuration for PHP services. Verifies PHP-FPM, Nginx, and dependent service health checks.
create-docker-env-template
dykyi-roman/awesome-claude-code
Generates Docker environment templates for PHP projects. Creates .env.docker files with service configurations and documentation.
create-docker-healthcheck
dykyi-roman/awesome-claude-code
Generates Docker health check scripts for PHP services. Creates PHP-FPM, Nginx, and custom endpoint health checks.
using-cloud-cli
alexei-led/cc-thingz
Cloud CLI patterns for GCP and AWS. Use when running bq queries, gcloud
optimize-docker-php-fpm
dykyi-roman/awesome-claude-code
Optimizes PHP-FPM configuration in Docker containers. Tunes process manager, request handling, and resource allocation for production workloads.
fx-convention
flamesx-128/skills
FX Convention (FXC) - strict naming + layout convention for Go modular monoliths. Layer structure (model/service/infrastructure/interface), `<entity>_<operation>` file naming, closed vocab per layer (HTTP methods, SQL ops, domain actions), tool/ slot rules, multi-entity module decisions, bundled validator. Apply skill when user touch anything inside `cmd/` or `internal/` -- add module, route, handler, DTO, SQL query, service method, mapper, model, middleware; decide where file belong; rename/restructure dirs; run validator; review diff landing in repo. Use proactively even when user no mention "conventions" -- invented names + paths silently break validator + confuse downstream LLMs.
gcp-finops
kumaran-is/claude-code-onboarding
GCP cost optimization and resilience skill. Use for GCP billing budget alerts, committed use discounts, sustained use discounts, cost allocation labels, GCP Recommender, Cloud SQL PITR, multi-region DR, and RTO/RPO planning. Triggers: GCP cost, billing, committed use discount, sustained use discount, cost optimization GCP, DR planning, RTO, RPO, disaster recovery GCP.
gcp
ffsshhttiikk/opencode-agents-skills
Google Cloud Platform services and best practices
azure-deploy
kinnekate-hub/azure-skills
Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: \"run azd up\", \"run azd deploy\", \"execute deployment\", \"push to production\", \"push to cloud\", \"go live\", \"ship it\", \"bicep deploy\", \"terraform apply\", \"publish to Azure\", \"launch on Azure\". DO NOT USE WHEN: \"create and deploy\", \"build and deploy\", \"create a new app\", \"set up infrastructure\", \"create and deploy to Azure using Terraform\" — use azure-prepare for these.
azure-enterprise-infra-planner
kinnekate-hub/azure-skills
Architect and provision enterprise Azure infrastructure from workload descriptions. For cloud architects and platform engineers planning networking, identity, security, compliance, and multi-resource topologies with WAF alignment. Generates Bicep or Terraform directly (no azd). WHEN: 'plan Azure infrastructure', 'architect Azure landing zone', 'design hub-spoke network', 'plan multi-region DR topology', 'set up VNets firewalls and private endpoints', 'subscription-scope Bicep deployment'. PREFER azure-prepare FOR app-centric workflows.
azure-prepare
kinnekate-hub/azure-skills
Prepare Azure apps for deployment (infra Bicep/Terraform, azure.yaml, Dockerfiles). Use for create/modernize or create+deploy; not cross-cloud migration (use azure-cloud-migrate). WHEN: \"create app\", \"build web app\", \"create API\", \"create serverless HTTP API\", \"create frontend\", \"create back end\", \"build a service\", \"modernize application\", \"update application\", \"add authentication\", \"add caching\", \"host on Azure\", \"create and deploy\", \"deploy to Azure\", \"deploy to Azure using Terraform\", \"deploy to Azure App Service\", \"deploy to Azure App Service using Terraform\", \"deploy to Azure Container Apps\", \"deploy to Azure Container Apps using Terraform\", \"generate Terraform\", \"generate Bicep\", \"function app\", \"timer trigger\", \"service bus trigger\", \"event-driven function\", \"containerized Node.js app\", \"social media app\", \"static portfolio website\", \"todo list with frontend and API\", \"prepare my Azure application to use Key Vault\", \"managed identity\".
video-sdk/linux
anthropics/knowledge-work-plugins
Zoom Video SDK for Linux - C++ headless bots, raw audio/video capture/injection, Qt/GTK integration, Docker support
appinsights-instrumentation
microsoft/skills
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-rbac
microsoft/skills
Helps users find the right Azure RBAC role for an identity with least privilege access, then generate CLI commands and Bicep code to assign it. Also provides guidance on permissions required to grant roles. WHEN: bicep for role assignment, what role should I assign, least privilege role, RBAC role for, role to read blobs, role for managed identity, custom role definition, assign role to identity, what role do I need to grant access, permissions to assign roles.
azure-resource-visualizer
microsoft/skills
Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. WHEN: create architecture diagram, visualize Azure resources, show resource relationships, generate Mermaid diagram, analyze resource group, diagram my resources, architecture visualization, resource topology, map Azure infrastructure.
docker
g1joshi/agent-skills
Docker containerization with Dockerfile, Compose, and multi-stage builds. Use for containers.
kubernetes
g1joshi/agent-skills
Kubernetes container orchestration with Helm, operators, and service mesh. Use for cluster management.
terraform
yldgio/codereview-skills
Terraform IaC patterns, state management, security, and modular design
unopim-exec
unopim/agent-skills
Use when running any UnoPim shell command — resolves whether the workspace serves from a container or the host, the serving port, and database or Elasticsearch host overrides before any artisan, composer, pest or npm invocation. Trigger phrases include "run command", "artisan", "composer", "which port", "docker or host", "environment".
magento-search
furan917/magento-ai-toolkit
Configure and tune Magento 2 catalog search across Elasticsearch 7.x, Elasticsearch 8.x, and OpenSearch 1.x/2.x. Covers env.php per-engine and per-provider (AWS OpenSearch Service, Elastic Cloud, self-host), searchable attributes, aliases, synonyms, stop words, query templates, relevance diagnosis via _search?explain=true, and engine migration decisions.
infrastructure-md-setup
astra-agency/ai-webmaster
Set up or retrofit INFRASTRUCTURE.md / Infrastructure-as-Code guidance in a repository using the IaC principles, tooling, and best practices from the ddpa.ru knowledge base article. Use when the user wants a repo-level infrastructure doc, an IaC decision guide, or a practical agent workflow for infrastructure management centered on Terraform, Ansible, wp-env, and GitHub Actions.
kubernetes
magnus919/agent-skills
>-
gcp-firestore
terminalskills/skills
|
gcp-auth
minicoohei/ai-agent-camp
Google Cloud Platform (GCP) の Application Default Credentials 認証を実行するスキル。 「GCP認証して」「Google Cloud認証」「gcloud login」等のリクエストで発動。 BigQuery や Cloud Storage 等の GCP サービス利用前の認証手順をガイド。
aws-serverless
a-pavithraa/aws-serverless-skill
Patterns and best practices for AWS serverless workloads. Use when the user asks about Lambda (cold starts, memory, concurrency, timeouts), Lambda Powertools (Logger, Tracer, Metrics), observability, CloudWatch alarms, event-driven architecture (SQS, SNS, EventBridge, Step Functions), or API Gateway (HTTP vs REST API, rate limiting, WAF, X-Ray tracing, going-live checklist). Triggers on: Lambda, cold start, Powertools, SQS, SNS, EventBridge, Step Functions, ECS vs Lambda, DLQ, event-driven, serverless, concurrency, provisioned concurrency, API Gateway, HTTP API, REST API, WAF, rate limiting.
serverless-framework
demian85/agent-skills
>
infrastructure-as-code
mmondora/claude-skills
Infrastructure as Code with Terraform and Pulumi. State management, modularity, drift detection, secrets handling. Use when provisioning cloud resources, writing Terraform/Pulumi modules, or managing infrastructure configuration.
serverless-debugging
charlieviettq/awesome-agent-skill
Debug serverless and edge functions—limited logs, cold starts, timeouts, env/config mismatches. Use for Lambda, Cloud Functions, Workers, Vercel/Netlify functions.
azure-cost-management-app-skill
julianobarbosa/claude-code-skills
>
reviewing-aspire-architecture
microsoft/aspire
Triggers deep architectural review across 15 Aspire-specific dimensions. Activated by requests for deep review, architectural review, pattern review, or PRs touching hosting core, Azure integrations, dashboard, CLI, or components.
update-container-images
microsoft/aspire
Updates Docker container image tags used by Aspire hosting integrations. Queries registries for newer tags, uses LLM to determine version-compatible updates, and applies changes. Use this when asked to update container image versions.
ia-terraform
iliaal/whetstone
>-
docker
atomicbot-ai/atomic-agent
Manage Docker containers, images, volumes, and Compose stacks via the `docker` CLI — list, inspect, logs, run, build, stop, remove, compose up/down. Use for local container ops.
Docker
openclaw/skills
Build, secure, and deploy Docker containers with image optimization, networking, and production-ready patterns.
docker
kittne/codex-skills-by-codex
>
docker
leonardoacosta/skills
Docker deploy patterns — image build, compose stacks, docker build --check gate
docker
x-cmd/skill
>
docker
andreacovelli/my-skills
>
atmos-kubernetes
cloudposse/atmos
Native Kubernetes components (experimental): render/plan/diff/apply/deploy/delete/validate via Kubernetes Go SDK server-side apply, components.kubernetes, kubectl/kustomize providers, paths/manifests, provision targets (cluster vs. GitOps repo), and auth
twingate-kubernetes
twingate-solutions/twingate-assistant
>
kubernetes
openclaw/skills
|
twingate-terraform
twingate-solutions/twingate-assistant
>
terraform
ffsshhttiikk/opencode-agents-skills
Terraform Infrastructure as Code best practices
qovery-terraform
qovery/qovery-skills
Generate Terraform manifests from an existing Qovery setup. Reads the current configuration from the Qovery API, generates HCL for the Qovery Terraform provider, imports existing resources into Terraform state, and validates in a test clone. Supports single or multiple environments. Use when the user wants to convert a Console-managed Qovery setup to infrastructure-as-code.
terraform
g1joshi/agent-skills
Terraform infrastructure as code with providers and state management. Use for cloud provisioning.
gcp-infrastructure
incidentfox/incidentfox
Google Cloud Platform infrastructure inspection. Use when investigating GCP Compute instances, GKE clusters, Cloud Functions, Cloud SQL, or project metadata.
gcp-inspector-expert
grcengclub/claude-grc-engineering
Expertise in evaluating GCP projects for compliance — what checks are meaningful, which SCF controls they map to, and how to interpret gcloud output.
text-embeddings-inference
jayll1303/aiekit
Deploy and serve embedding/reranker models with HuggingFace TEI. Use when launching TEI Docker, configuring embeddings API, choosing embedding models, tuning batch performance, or building RAG pipelines with TEI.
oauth-oidc
0xghostcat/claude-ai-cyber-security-skills
Hunt OAuth 2.0 and OIDC flaws — redirect_uri abuse, state CSRF, PKCE bypass, scope manipulation, implicit-flow token theft, postMessage origin tricks, ID token sub claim swap, JWKS confusion, response_type confusion, and OAuth-CSRF. Use when an app has Google/GitHub/Facebook/Apple/custom OAuth or OpenID Connect.
encrypted-saved-objects
elastic/kibana
Encrypted Saved Objects (ESO) in Kibana — registration, AAD attribute choices, partial update safety, model version migrations with createModelVersion, canEncrypt checks, and Serverless constraints. Use when creating, modifying, or working with ESO types.
upgrade-cloud-composer
recidiviz/pulse-data
Upgrade Cloud Composer (Apache Airflow) to a new version. Use when the user asks to upgrade, update, or bump Airflow, Cloud Composer, or Airflow dependencies to a new version. Handles updating terraform config and Python dependencies.