Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:10:26 +08:00
commit 18d2e1dffa
4 changed files with 365 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "docker-specialist",
"description": "Docker and containerization expert for Dockerfile optimization, multi-stage builds, docker-compose orchestration, container debugging, image size reduction, security scanning, networking, and volume management. Use when working with Docker containers, writing Dockerfiles, or troubleshooting containerization issues.",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/docker-expert.md"
]
}