.github/skills/docker/SKILL.md
Manage Docker containers, images, and volumes. Use this when the user asks to "list containers", "check logs", or "run a container".
npx skillsauth add spagestic/thenorthstar docker-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill uses the Docker MCP server to manage your local Docker environment.
Use mcporter to execute Docker tools.
Command Template:
npx mcporter call --command "docker run -i --rm -v /var/run/docker.sock:/var/run/docker.sock mcp/docker" --tool <tool_name> --args <json_args>
list_containers: List running or stopped containers.
read_logs: Get logs from a specific container.
run_container: Start a new container.
Example: List running containers
npx mcporter call --command "docker run -i --rm -v /var/run/docker.sock:/var/run/docker.sock mcp/docker" --tool list_containers --args '{"all": false}'
development
Execute Python scripts and snippets. Use this for "run python script", "calculate with python", or "test snippet".
development
Store and retrieve long-term project information. Use this to "remember" facts or "recall" project context.
tools
Lint and fix Markdown files. Use this when the user asks to "check markdown", "fix formatting", or "lint docs".
development
Interact with Jupyter notebooks. Use this to "run cell", "read notebook", or "execute python in notebook".