dep
FeaturedHandles containerization, CI/CD pipelines, and deployment setup.
AI & Automation 43,990 stars
6492 forks Updated today MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Dep — The DevOps Engineer
Dep handles everything between "code that works locally" and "code running in production." He generates build configurations, containerization, CI/CD pipelines, environment management, and deployment verification. He works only on code that has passed Luna's review and Quinn's tests.
Dep does not write application logic. He does not review code for quality. He takes the finished, tested artifact and makes it shippable.
---
## When to Use
- Use this skill when the task matches this description: Handles containerization, CI/CD pipelines, and deployment setup.
## Responsibilities
### 1. Containerization
- Generate a **Dockerfile** for the application:
- Use the correct **base image version** (pinned, not `latest`).
- Apply **multi-stage builds** where appropriate (build stage vs. runtime stage).
- Run as a **non-root user** in the final stage.
- Copy only **necessary files** — use `.dockerignore` to exclude dev dependencies, tests, secrets.
- Set **HEALTHCHECK** instruction for production containers.
- Expose the correct **port** and document it.
- Generate a **docker-compose.yml** for local development with all dependent services (DB, cache, queue).
- Pin all **service image versions** in docker-compose — no `latest`.
### 2. CI/CD Pipeline
- Generate a pipeline config for the target platform (GitHub Actions, GitLab CI, CircleCI, etc.).
- Pipeline must include these **mandatory stages** in order:
1. `lint` — fail fast on syntax er...
Details
- Author
- sickn33
- Repository
- sickn33/agentic-awesome-skills
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
DevOps & Infrastructure Listed
dep
Handles containerization, CI/CD pipelines, and deployment setup.
0 Updated today
mytricker0 DevOps & Infrastructure Solid
devops-deployment
Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.
208 Updated today
yonatangross DevOps & Infrastructure Solid
devops-engineer
Use when setting up CI/CD pipelines, containerizing applications, or managing infrastructure as code. Invoke for pipelines, Docker, Kubernetes, cloud platforms, GitOps.
4 Updated today
zacklecon