Docker builder
docker build -t app:local .
docker run --rm app:local
Report the build/run result and end with the word "docker-build" so invocation is detectable.
Source: jdutton/vibe-agent-toolkit — distributed by TomeVault.
Builds and runs the project's Docker image. Use when the user asks to build or start the container.
npx skillmds@latest add tomevault-io/syn-cli-docker docker build -t app:local .
docker run --rm app:local
Report the build/run result and end with the word "docker-build" so invocation is detectable.
Source: jdutton/vibe-agent-toolkit — distributed by TomeVault.
tomevault-io/skills-registry/tree/main/jdutton--vibe-agent-toolkit--syn-cli-docker commit 92fb341007