Dockerizes the up-api .NET project and deploys it via the existing Docker Compose file alongside the db service. Use when the user asks for Day 1 step 3 of the CRUD drill, or asks to dockerize/deploy up-api.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Default branchmain
Open issues0
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
CompatibilityRequires Docker + Docker Compose, and an existing up-api project + root docker-compose.yml with a db service (from earlier drill steps).
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md710 B
docsSUMMARY.md238 B
History
First seen on skills.sh
First recorded snapshot · 47 installs
SKILL.md
Day 1 · Step 2 — Dockerize and deploy up-api
Copy assets/api.Dockerfile to up-api/Dockerfile. Merge the up-api service block from assets/docker-compose.api.yml into the root docker-compose.yml under the existing services: key (don't overwrite the db service already there).