create-docker-skill
Installation
SKILL.md
Follow the create-docker-skill skill workflow to scaffold a compliant agent skill
that depends on containerized runtimes (Docker, Nextflow, HPC).
Inputs
$ARGUMENTS— optional skill name or use-case description. Omit to start with discovery.
Steps
- If
$ARGUMENTSprovides a skill name, use it to seed the discovery phase - Follow the create-docker-skill phased workflow: determine container runtime and workflow type, gather environment check requirements, design pre-flight validation and subprocess execution scaffolding, then generate the skill directory
- Report the created skill path and Docker environment setup instructions
Output
Skill directory with SKILL.md containing pre-flight environment checks, subprocess
execution patterns, security-override config, and Docker-aware error handling.