Agent Plugins Marketplace
All plugins

container-plugin

v2.9.4

Container development and deployment - Docker, registry, Skaffold

Claude Code9 Skills

58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install container-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install container-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is container-plugin/.

Plugin files

container-plugin/
├── .claude-plugin/plugin.json
├── skills/container-development/SKILL.md
├── skills/deploy-handoff/SKILL.md
├── skills/deploy-release/SKILL.md
├── skills/go-containers/SKILL.md
├── skills/nodejs-containers/SKILL.md
├── skills/python-containers/SKILL.md
├── skills/skaffold-filesync/SKILL.md
├── skills/skaffold-orbstack/SKILL.md
└── skills/skaffold-testing/SKILL.md

Included Skills9

container-developmentskills/container-development/SKILL.md

Container development — Docker, multi-stage builds, Skaffold, non-root users, Alpine/slim images, security hardening. Use when working with Docker, Dockerfiles, docker-compose, or container security.

deploy-handoffskills/deploy-handoff/SKILL.md

Generate deployment handoff docs — tech stack, access URLs, config, monitoring, dev checklist. Use when handing off a service, documenting deployments, or creating client-facing summaries.

deploy-releaseskills/deploy-release/SKILL.md

Create and publish releases via release-please or manual GitHub releases. Use when cutting a release, tagging a version, or setting up release-please config.

go-containersskills/go-containers/SKILL.md

Go container optimization — scratch/distroless images, static binaries, CGO, ldflags, trimpath (846MB to 2.5MB). Use when working with Go containers or optimizing Go image sizes.

nodejs-containersskills/nodejs-containers/SKILL.md

Node.js container optimization — Alpine, multi-stage builds, node_modules caching, BuildKit mounts (900MB to ~100MB). Use when working with Node.js containers or optimizing image sizes.

python-containersskills/python-containers/SKILL.md

Python container optimization — slim images (not Alpine), virtualenv, multi-stage, pip/poetry/uv, musl gotchas (1GB to ~120MB). Use when working with Python containers or optimizing image sizes.

skaffold-filesyncskills/skaffold-filesync/SKILL.md

Skaffold file sync — copy changed files to containers without rebuilding. Use when optimizing the dev loop, configuring sync rules, or the user mentions hot reload or fast iteration.

skaffold-orbstackskills/skaffold-orbstack/SKILL.md

OrbStack-optimized Skaffold for local Kubernetes dev without port-forward. Use when configuring Skaffold with OrbStack, k8s.orb.local, LoadBalancer, or eliminating port-forward.

skaffold-testingskills/skaffold-testing/SKILL.md

Container image validation with Skaffold test/verify stages — container-structure-tests, security scans. Use when configuring pre-deploy tests or integration tests in Skaffold.

Plugin manifests1

container-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "container-plugin",
  "version": "2.9.4",
  "description": "Container development and deployment - Docker, registry, Skaffold",
  "keywords": [
    "container",
    "docker",
    "dockerfile",
    "registry",
    "skaffold",
    "deployment",
    "kubernetes",
    "orbstack",
    "12-factor",
    "container-structure-test",
    "image-testing",
    "security-scanning",
    "grype",
    "trivy",
    "verify",
    "filesync",
    "hot-reload",
    "live-reload"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[container-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/container-plugin)