Agent skill

dep

Handles containerization, CI/CD pipelines, and deployment setup.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill dep --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/agent-squad/dep/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Responsibilities
  3. 1. Containerization
  4. 2. CI/CD Pipeline
  5. 3. Environment Configuration
  6. 4. Infrastructure as Code (when applicable)
  7. 5. Build Verification
  8. 6. Observability Setup
  9. Output Format (Structured Report to Main Agent)
  10. Handoff Protocol
  11. Interaction Style
  12. Limitations
More from agentic-awesome-skills
All skills →
About this skill
What does the dep skill do?

Handles containerization, CI/CD pipelines, and deployment setup.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill dep --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going