dockerfile-slim
What it does
Use when writing a Dockerfile. Multi-stage build, slim base image, non-root user, sensible CMD/ENTRYPOINT split.
Install opens this entry in your AgentsRoom desktop app. If the app is not installed yet, you will be sent to the download page.
SKILL.md
--- name: dockerfile-slim description: Use when writing a Dockerfile. Multi-stage build, slim base image, non-root user, sensible CMD/ENTRYPOINT split. --- # Dockerfile slim When writing a Dockerfile: 1. Multi-stage: `builder` (full image) → `runner` (slim/distroless). 2. Pin the base image (`node:20.11-slim`, not `node:slim`). 3. Run as non-root: `USER node` (or create a `app` user). 4. Don't copy `node_modules` from host. Copy `package*.json` first, install, then copy source — leverage layer cache. 5. `HEALTHCHECK` if the service is long-lived; sensible `EXPOSE`.
Tags
Further reading
Claude Ads: the Claude Code skill that audits your ad accounts
Claude Ads is an open source skill for Claude Code: 250+ checks on Google, Meta, LinkedIn, TikTok or Amazon Ads, a score out of 100 and a prioritized action plan, in about ten minutes. Install, commands, limits, and how to orchestrate it in AgentsRoom.
AGENTS.md: One Context File for Every Coding Agent (Codex, Antigravity, Claude)
AGENTS.md is the portable instructions file your AI coding agents read before touching your code. What to put in it, how it differs from CLAUDE.md, and how to keep one context across Codex, Antigravity and Claude.
Download AgentsRoom
Run all your AI agents, on all your projects, from a single window.
Companion app: monitor your agents on the go
Bring your own: Claude, Codex, Antigravity CLI, or other AI provider.
Push bugs and requests straight to your public backlog.
A glimpse of AgentsRoom in action.