原始内容
📦 Install Now · 🤖 Explore Agents · 📖 Documentation · ⭐ Star this repo
What is this?
Docker Assistant is a Claude Code plugin with 8 agents and 12 skills for docker development.
📑 Table of Contents
Click to expand
🚀 Quick Start
Prerequisites
- Claude Code CLI v2.0.27+
- Active Claude subscription
Installation (Choose One)
Option 1: From Marketplace (Recommended)
# Step 1️⃣ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-docker
# Step 2️⃣ Install the plugin
/plugin install docker-development-assistant@docker-assistant-marketplace
# Step 3️⃣ Restart Claude Code
# Close and reopen your terminal/IDE
Option 2: Local Installation
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-docker.git
cd custom-plugin-docker
# Load locally
/plugin load .
# Restart Claude Code
✅ Verify Installation
After restart, you should see these agents:
docker-development-assistant:07-docker-security
docker-development-assistant:08-docker-production
docker-development-assistant:05-docker-networking-storage
docker-development-assistant:06-docker-registries
docker-development-assistant:04-docker-compose
... and 3 more
✨ Features
| Feature | Description |
|---|---|
| 🤖 8 Agents | Specialized AI agents for docker tasks |
| 🛠️ 12 Skills | Reusable capabilities with Golden Format |
| ⌨️ 4 Commands | Quick slash commands |
| 🔄 SASMP v1.3.0 | Full protocol compliance |
🤖 Agents
8 Specialized Agents
| # | Agent | Purpose |
|---|---|---|
| 1 | 07-docker-security | Master Docker security - image scanning, runtime security, s |
| 2 | 08-docker-production | Master Docker in production - orchestration, monitoring, log |
| 3 | 05-docker-networking-storage | Master Docker networking and storage - networks, volumes, bi |
| 4 | 06-docker-registries | Master Docker registries - Docker Hub, private registries, i |
| 5 | 04-docker-compose | Master Docker Compose - multi-container applications, servic |
| 6 | 02-docker-images | Master Docker images - building with Dockerfile, layer optim |
| 7 | 03-docker-containers | Master Docker containers - running, managing, debugging, and |
| 8 | 01-docker-fundamentals | Master Docker fundamentals - containers vs VMs, installation |
🛠️ Skills
Available Skills
| Skill | Description | Invoke |
|---|---|---|
docker-registries |
Master Docker registries - Docker Hub, private registries, t | Skill("docker-development-assistant:docker-registries") |
docker-security |
Master Docker security - image scanning, runtime security, s | Skill("docker-development-assistant:docker-security") |
docker-images |
Master Docker images - pulling, building, tagging, pushing, | Skill("docker-development-assistant:docker-images") |
docker-devex |
Docker developer experience - hot reloading, debugging, test | Skill("docker-development-assistant:docker-devex") |
docker-volumes |
Master Docker volumes - data persistence, bind mounts, volum | Skill("docker-development-assistant:docker-volumes") |
docker-dockerfile |
Master Dockerfile - instructions, multi-stage builds, optimi | Skill("docker-development-assistant:docker-dockerfile") |
docker-networks |
Master Docker networks - bridge, host, overlay, custom netwo | Skill("docker-development-assistant:docker-networks") |
docker-orchestration |
Docker orchestration - Swarm, Kubernetes basics, scaling, an | Skill("docker-development-assistant:docker-orchestration") |
docker-cli |
Master Docker CLI - essential commands, flags, and productiv | Skill("docker-development-assistant:docker-cli") |
docker-compose |
Master Docker Compose - multi-container apps, service orches | Skill("docker-development-assistant:docker-compose") |
| ... | +2 more | See skills/ directory |
⌨️ Commands
| Command | Description |
|---|---|
/docker-debug |
Debug Docker containers and troubleshoot issues |
/docker-compose-up |
Start Docker Compose services with health checks |
/docker-build |
Build Docker image with best practices |
/docker-check |
Check Docker installation, daemon status, and system health |
📚 Documentation
| Document | Description |
|---|---|
| CHANGELOG.md | Version history |
| CONTRIBUTING.md | How to contribute |
| LICENSE | License information |
📁 Project Structure
Click to expand
custom-plugin-docker/
├── 📁 .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── 📁 agents/ # 8 agents
├── 📁 skills/ # 12 skills (Golden Format)
├── 📁 commands/ # 4 commands
├── 📁 hooks/
├── 📄 README.md
├── 📄 CHANGELOG.md
└── 📄 LICENSE
📅 Metadata
| Field | Value |
|---|---|
| Version | 2.0.0 |
| Last Updated | 2025-12-29 |
| Status | Production Ready |
| SASMP | v1.3.0 |
| Agents | 8 |
| Skills | 12 |
| Commands | 4 |
🤝 Contributing
Contributions are welcome! Please read our Contributing Guide.
- Fork the repository
- Create your feature branch
- Follow the Golden Format for new skills
- Submit a pull request
⚠️ Security
Important: This repository contains third-party code and dependencies.
- ✅ Always review code before using in production
- ✅ Check dependencies for known vulnerabilities
- ✅ Follow security best practices
- ✅ Report security issues privately via Issues
📝 License
Copyright © 2025 Dr. Umit Kacar & Muhsin Elcicek
Custom License - See LICENSE for details.
👥 Contributors
|
Dr. Umit Kacar Senior AI Researcher & Engineer |
Muhsin Elcicek Senior Software Architect |