docker
Installation
SKILL.md
Docker Development Skill
Execute all package installations and code execution inside Docker containers. This keeps the host machine clean and ensures consistent environments across projects.
Behavioral Classification
Type: Autonomous Execution
Directive: EXECUTE, DON'T ASK
This skill enforces Docker-first development automatically. When you request npm/node operations, commands are executed inside Docker without asking for permission.
Enforcement Behavior:
- Blocks host-machine npm/node commands
- Suggests or transforms commands to use
docker exec - Automatically checks container status before operations