No description
  • TypeScript 100%
Find a file
keeb 8ed72bcabb feat: add embedded docker skill for AI agents
Adds a `docker` skill under .claude/skills/ that documents the
@user/docker/engine and @user/docker/compose model types, their methods,
common CEL/SSH patterns, and gotchas. Wires it into manifest.yaml via the
new top-level `skills:` field so swamp packages it into the extension
archive on push.

Bumps version to 2026.04.06.1.
2026-04-06 18:33:27 -07:00
.claude/skills/docker feat: add embedded docker skill for AI agents 2026-04-06 18:33:27 -07:00
.swamp/workflows Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:47 -08:00
extensions/models Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:47 -08:00
workflows/setup-docker Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:47 -08:00
.gitignore Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:47 -08:00
.swamp.yaml Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:47 -08:00
CLAUDE.md Add repository and tags to manifest 2026-03-02 22:01:48 -08:00
manifest.yaml feat: add embedded docker skill for AI agents 2026-04-06 18:33:27 -07:00
README.md Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:47 -08:00

@keeb/docker

Swamp extension for Docker Engine and Docker Compose lifecycle management over SSH.

Models

docker/engine

Install Docker Engine and manage containers on a remote host.

Method Description
install Install Docker Engine on Alpine Linux
build Build a Docker image from a Dockerfile
run Run a container
stop Stop a container
inspect Inspect a container
exec Execute a command in a running container

docker/compose

Manage Docker Compose services on a remote host.

Method Description
start Start Compose services
stop Stop Compose services
update Pull images and restart services
status Check service status

Workflows

Workflow Description
setup-docker Install Docker Engine on a running VM

Dependencies

Install

swamp extension pull @keeb/docker

License

MIT