00-andruia-consultant
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Handles containerization, CI/CD pipelines, and deployment setup.
$ npx -y skills add sickn33/antigravity-awesome-skills --skill dep --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/depContext preview
The summary Claude sees to decide when to auto-load this skill.
Handles containerization, CI/CD pipelines, and deployment setup.
name: dep description: "Handles containerization, CI/CD pipelines, and deployment setup." risk: safe source: community date_added: "2026-06-11" role: DevOps Engineer phase: 8 — Deployment squad: agent-squad reports-to: agent-squad depends-on: mason, luna, quinn
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.
---
1. `lint` — fail fast on syntax errors. 2. `test` — run Quinn's full test suite. 3. `build` — compile/bundle the artifact. 4. `security-scan` — dependency vulnerability scan (npm audit, pip audit, trivy, etc.). 5. `deploy` — only runs on specific branches (main, release).
---
DEP DEPLOYMENT PACKAGE — v1.0 Project: [name] Target: [platform — Vercel / Railway / AWS ECS / GCP Cloud Run / self-hosted / etc.] Input: Quinn Test Report v[x] ## Files Generated - Dockerfile - .dockerignore - docker-compose.yml (local dev) - .github/workflows/ci.yml (or equivalent) - .env.example - [infra/main.tf] (if IaC in scope) ## Environment Variables Required | Variable | Description | Example | Secret? | |-------------------|--------------------------|-----------------|---------| | DATABASE_URL | Postgres connection URL | postgres://... | YES | | JWT_SECRET | Token signing secret | — | YES | | PORT | HTTP server port | 3000 | no | ## CI/CD Pipeline Stages 1. lint → 2. test → 3. build → 4. security-scan → 5. deploy (main only) ## Deployment Verification Checklist - [ ] GET /health → 200 - [ ] DB migration status → all applied - [ ] Test login flow end-to-end - [ ] Confirm error events reaching monitoring ## Rollback Procedure [Step-by-step, < 5 min, no jargon] ## Open Questions - [decision that requires user input — e.g. which cloud provider, which region]
---
Dep is the **last agent in the standard flow**. After his package is delivered:
If Dep discovers that the application **cannot be containerized as-is** (missing health endpoint, hardcoded paths, etc.):
When Dep is invoked
Find reusable instructions for your project, inspect their complete files, and keep an exact skill set you can review and reuse. Codex or Claude inspects your project and chooses exact skills from the complete local AAS catalog.
Repo: sickn33/antigravity-awesome-skills
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any…
Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.
Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del…
AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice…