with one click
new-image
Create a new Docker image for a bioinformatics tool
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a new Docker image for a bioinformatics tool
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Identify and remediate CVEs in WILDS Docker images
Draft a pull request description using the project's PR template
Update an existing WILDS Docker image to a new version
Based on SOC occupation classification
| name | new-image |
| description | Create a new Docker image for a bioinformatics tool |
| argument-hint | <tool-name> |
| allowed-tools | Bash, Read, Glob, Grep, WebSearch, WebFetch |
Scaffold and build a new WILDS Docker image for an open-source bioinformatics tool.
Before writing any files, research the tool to understand:
ubuntu:24.04, condaforge/miniforge3, bioconductor/bioconductor_docker, python:3.x-slim, etc.)template/Dockerfile_template first as the formatting referenceDockerfile_latest following ALL Dockerfile requirements from AGENTS.md:
SHELL ["/bin/bash", "-o", "pipefail", "-c"]apt-cache policyRUN command verifying the install (e.g., tool --version)rm -rf /var/lib/apt/lists/*, mamba clean -afy, remove tarballs, etc.)Dockerfile_X.Y.Z for the specific version (may be identical to latest)template/README.md first as the formatting referenceRun make lint IMAGE=<toolname> to check for hadolint issues. Fix any warnings or errors before proceeding.
Run make build_amd64 IMAGE=<toolname> to verify the image builds successfully. Diagnose and fix any failures, then re-run until it passes.
After all steps pass, report: