bundled-skills/agent-squad/dep/SKILL.md
Handles containerization, CI/CD pipelines, and deployment setup.
npx skillsauth add FrancoStino/opencode-skills-antigravity depInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
latest)..dockerignore to exclude dev dependencies, tests, secrets.latest.lint — fail fast on syntax errors.test — run Quinn's full test suite.build — compile/bundle the artifact.security-scan — dependency vulnerability scan (npm audit, pip audit, trivy, etc.).deploy — only runs on specific branches (main, release)..env.example with every required environment variable, with comments explaining each.config/production.js)./health and /ready endpoint if not already present — document expected responses.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 outside the full flow (e.g. "just set up CI for this existing repo"):
data-ai
Snapshot a site's SEO state and detect ranking, indexation, metadata, canonical, robots, schema, and on-page regressions over time.
development
Coordinate focused subagents on substantial work, keep their ownership non-overlapping, and integrate verified results. Use for large-scope Codex tasks; keep trivial work with the coordinator.
data-ai
Use when an owner asks to find a cofounder or project partner. Assess only that agent's own owner and rank only approved profiles other agents posted for their own owners.
devops
Install, configure, verify, repair, update, and uninstall Hyprland on Fedora Linux with GPU-aware detection (NVIDIA/AMD/Intel).