By depot
Depot skills for container builds, GitHub Actions runners, Depot CI, and general CLI/auth setup
Configures and manages Depot CI, a drop-in replacement for GitHub Actions that runs workflows entirely within Depot. Use when migrating GitHub Actions workflows to Depot CI, running `depot ci migrate`, managing Depot CI secrets and variables, running workflows with `depot ci run`, debugging Depot CI runs with `depot ci run list`, `depot ci status`, `depot ci logs`, `depot ci diagnose`, or `depot ci ssh`, inspecting test results with `depot tests` or run artifacts with `depot ci artifacts`, checking workflow compatibility, or understanding Depot CI capabilities. Also use when the user mentions .depot/ directory, depot ci commands, or asks about running GitHub Actions workflows on Depot's infrastructure without GitHub-hosted runners.
Configures and runs Depot remote container builds using `depot build` and `depot bake`. Use when building Docker images, creating Dockerfiles with Depot, pushing images to registries, building multi-platform/multi-arch images (linux/amd64, linux/arm64), debugging container build failures, optimizing Dockerfile layer caching, using docker-bake.hcl or docker-compose builds, or migrating from `docker build` / `docker buildx build` to Depot. Also use when the user mentions depot build, depot bake, container builds, image builds, or asks about Depot's build cache, build parallelism, or ephemeral registry.
Handles Depot CLI installation, authentication, login, project setup, organization management, and API access. Use when installing the Depot CLI, logging in with `depot login`, creating or managing Depot projects, configuring API tokens or OIDC trust relationships, setting up depot.json, managing organizations, resetting build caches, or using the Depot API/SDKs. Also use when the user asks about Depot authentication methods, token types, environment variables, or general Depot platform setup that isn't specific to container builds, GitHub Actions runners, or Depot CI.
Configures Depot-managed GitHub Actions runners as a drop-in replacement for GitHub-hosted runners. Use when setting up or migrating GitHub Actions workflows to use Depot runners, choosing runner sizes (CPU/RAM), configuring runs-on labels, setting up ARM or Windows or macOS runners, troubleshooting GitHub Actions runner issues, configuring egress filtering, using Depot Cache with GitHub Actions, or running Dagger/Dependabot on Depot runners. Also use when the user mentions depot-ubuntu, depot-windows, depot-macos runner labels, or asks about faster/cheaper GitHub Actions runners.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills that teach AI coding agents how to use Depot. Install them into your agent of choice so it can generate correct Depot CLI commands, configurations, and workflows.
npx skills add depot/skills
See skills.sh for more info.
Install the Depot plugin from the Cursor Marketplace:
/add-plugin.depot/skills).Manual fallback: install as project rules by copying each SKILL.md into .cursor/rules/ as an .mdc file:
mkdir -p .cursor/rules
cp skills/depot-container-builds/SKILL.md .cursor/rules/depot-container-builds.mdc
cp skills/depot-github-runners/SKILL.md .cursor/rules/depot-github-runners.mdc
cp skills/depot-ci/SKILL.md .cursor/rules/depot-ci.mdc
cp skills/depot-general/SKILL.md .cursor/rules/depot-general.mdc
After manual install, open Cursor Settings -> Rules and verify these files are enabled for the workspace.
| Skill | Directory | Description |
|---|---|---|
| Container Builds | skills/depot-container-builds/ | depot build, depot bake, multi-platform builds, caching, Depot Registry, migration from Docker |
| GitHub Actions Runners | skills/depot-github-runners/ | Managed GHA runners, runner labels/sizes, caching, Dagger, Dependabot, egress filtering |
| Depot CI | skills/depot-ci/ | Depot CI beta, depot ci migrate, secrets/vars, running workflows, GHA compatibility |
| General | skills/depot-general/ | CLI installation, authentication (tokens, OIDC), project setup, org management, API, pricing |
skillz/
├── .cursor-plugin/
│ └── plugin.json
├── README.md
└── skills/
├── depot-container-builds/
│ ├── SKILL.md
│ ├── agents/
│ └── assets/
├── depot-github-runners/
│ ├── SKILL.md
│ ├── agents/
│ └── assets/
├── depot-ci/
│ ├── SKILL.md
│ ├── agents/
│ └── assets/
└── depot-general/
├── SKILL.md
├── agents/
└── assets/
Each skill is a sub-directory under skills/ with:
SKILL.md (required): instructions, triggers, and workflowsagents/ (optional): agent interface metadataassets/ (optional): icons and supporting mediaFor full Depot documentation, visit https://depot.dev/docs.
npx claudepluginhub depot/skills --plugin depotCommands for CI/CD setup, containerization, and deployment automation
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Container development and deployment - Docker, registry, Skaffold
Skills for Docker-based local development environment configuration.
Editorial "DevOps & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Multi-agent orchestrator for Claude Code. Track work with convoys, sling to polecats. The Cognition Engine for AI-powered software factories.