Skills.
Give your AI a better way to work.
A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.
Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.
Category: Cloud & infra
2,227 results · page 65 of 75
- View details
oss-fuzzSkillCloud & infra
Use when enrolling a project in OSS-Fuzz, running its helper workflow locally, or reproducing an OSS-Fuzz report. Not for remote, credential, publish, deploy, or irreversible changes.
Ready to connect
- View details
post-change-check-gateSkillCloud & infra
Use when an artifact or skill has just changed and is about to be called done, committed, or handed off. Not for remote, credential, publish, deploy, or irreversible changes.
Ready to connect
- View details
punishing-practicesSkillCloud & infra
Use when a workflow, plan, diff, or completed work cycle must be checked for practices that punish the project later. Not for source, remote, credential, publish, deploy, or irreversible changes.
Ready to connect
- View details
solana-developmentSkillCloud & infra
Build, test, deploy, and audit Solana programs with Anchor or native Rust, and build with ZK Compression (Light Protocol). Use when developing Solana smart contracts, implementing token operations, optimizing compute, deploying to networks, auditing programs for vulnerabilities, or creating compress
Ready to connect
- View details
source-drivenSkillCloud & infra
Use when writing or verifying framework-specific code, boilerplate, or a documented, correct implementation. Backs every framework decision with a cited official source and flags unverified patterns. Not for remote, credential, publish, deploy, or irreversible changes.
Ready to connect
- View details
aws-genai-ml-architectSkillCloud & infra
Reasoning skill for designing AWS GenAI and ML architectures for healthcare and life sciences workloads. Use when the user asks to choose between SageMaker and Bedrock, design a RAG system over medical literature, architect clinical NLP or medical imaging inference, plan genomics or drug discovery p
Ready to connect
- View details
deploying-infraSkillCloud & infra
Validate infrastructure changes and, after explicit confirmation, apply
Ready to connect
- View details
sre-botSkillCloud & infra
Answer questions about production health and investigate incidents using live Kubernetes and observability data. Invoke whenever someone asks whether something is broken, slow, erroring, or down; asks what happened during an outage or time window; asks about alerts, logs, metrics, traces, or error r
Ready to connect
- View details
airflow-best-practicesSkillCloud & infra
Apache Airflow best practices for DAG authoring, testing, and production deployment
Ready to connect
- View details
- View details
cloud-native-patternsSkillCloud & infra
Apply cloud-native architecture patterns. Use when designing for scalability, resilience, or cloud deployment. Covers microservices, containers, and distributed systems.
Ready to connect
- View details
deploy-aws-ecsSkillCloud & infra
Deploy containerized applications to AWS ECS/Fargate. Use when deploying containers to AWS, managing ECS services, or setting up Fargate tasks. Covers task definitions and ECR.
Ready to connect
- View details
docker-best-practicesSkillCloud & infra
Docker patterns for optimized containerization
Ready to connect
- View details
docker-compose-setupSkillCloud & infra
Set up and orchestrate multi-container Docker applications using docker-compose, including service configuration, networking, volumes, and environment management.
Ready to connect
- View details
infrastructureSkillCloud & infra
Manage infrastructure as code. Use when provisioning resources, managing cloud infrastructure, or setting up environments. Covers Terraform and IaC patterns.
Ready to connect
- View details
infrastructure-as-codeSkillCloud & infra
Define, deploy, and manage cloud infrastructure as code using tools like Terraform, Pulumi, CloudFormation, and CDK, ensuring consistency, repeatability, and version control.
Ready to connect
- View details
ohos-dev-distributed-mmi-device-test-harnessSkillCloud & infra
Use when building or running multimodal input system tests on a real DAYU200 device. Covers NativeToken permission setup, server-side bypass, test binary compile/deploy/run pipeline, phase-based hidumper capture, device discovery polling, and dump field reference.
Ready to connect
- View details
openharmony-utSkillCloud & infra
Automate OpenHarmony unit test and fuzz test workflows including test generation, compilation, deployment to devices, and execution. Use when writing, building, or running UT/FuzzTest for OpenHarmony projects.
Ready to connect
- View details
vercel-deploySkillCloud & infra
Deploy applications to Vercel with auto-detection and preview URLs
Ready to connect
- View details
verify-on-phobosSkillCloud & infra
Deploy the current branch build to the Linux test host and check it, or roll it back. Use when a change touches namespaces, iptables, routing, or DNS, because no unit test covers real host behaviour.
Ready to connect
- View details
appsignal-logsSkillCloud & infra
Query Ayunis deployed-environment telemetry in AppSignal — incidents, occurrence counts and error traces via the `appsignal-cli` binary; structured log attributes (user.id, org.id, nestjs.context, custom metadata) via the v2 logs API. Use when investigating a production/staging incident or log data
Ready to connect
- View details
build-ci-cd-pipelineSkillCloud & infra
Design and implement multi-stage CI/CD pipelines using GitHub Actions with matrix builds, dependency caching, artifact management, and secret handling. Create workflows that span linting, testing, building, and deployment stages with parallel execution and conditional logic. Use when setting up auto
Ready to connect
- View details
cloud-run-basicsSkillCloud & infra
Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).
Ready to connect
- View details
configure-api-gatewaySkillCloud & infra
Deploy and configure an API gateway (Kong or Traefik) to handle API traffic management, authentication, rate limiting, request/response transformation, and routing. Covers plugin configuration, upstream services, consumer management, and integration with existing infrastructure. Use when multiple ba
Ready to connect
- View details
configure-ingress-networkingSkillCloud & infra
Configure Kubernetes Ingress networking with NGINX Ingress Controller, cert-manager for automated TLS certificate management, path-based routing, rate limiting, and multi-domain hosting with SSL termination and load balancing. Use when exposing multiple Kubernetes services via a single load balancer
Ready to connect
- View details
configure-reverse-proxySkillCloud & infra
Configure reverse proxy patterns across multiple tools including Nginx, Traefik, and ShinyProxy. Covers WebSocket proxying, path-based and host-based routing, SSL termination, and Docker label auto-discovery. Use when routing multiple services behind a single entry point, proxying WebSocket connecti
Ready to connect
- View details
containerize-mcp-serverSkillCloud & infra
Containerize an R-based MCP (Model Context Protocol) server using Docker. Covers mcptools integration, port exposure, stdio vs HTTP transport, and connecting Claude Code to the containerized server. Use when deploying an R MCP server without requiring a local R installation, creating a reproducible
Ready to connect
- View details
create-dockerfileSkillCloud & infra
Create general-purpose Dockerfiles for Node.js, Python, Go, Rust, and Java projects. Covers base image selection, dependency installation, user permissions, COPY patterns, ENTRYPOINT vs CMD, and .dockerignore. Use when containerizing an application for the first time, creating a consistent build/run
Ready to connect
- View details
create-multistage-dockerfileSkillCloud & infra
Create multi-stage Dockerfiles that separate build and runtime environments for minimal production images. Covers builder/runtime stage separation, artifact copying, scratch/distroless/alpine targets, and size comparison. Use when production images are too large, when build tools are included in the
Ready to connect
- View details
create-r-dockerfileSkillCloud & infra
Create a Dockerfile for R projects using rocker base images. Covers system dependency installation, R package installation, renv integration, and optimized layer ordering for fast rebuilds. Use when containerizing an R application or analysis, creating reproducible R environments, deploying R-based
Ready to connect
What is a skill?
A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.
53,462 of the 53,895 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.
Install one and every AI you use gets it
Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.
Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.