By netresearch
Docker image development patterns for Dockerfile, docker-compose, docker-bake.hcl, and CI testing
Agent Skill for Docker image development - Dockerfile best practices, CI testing patterns, and Docker Compose orchestration.
This skill activates automatically when working with:
| File Pattern | Description |
|---|---|
Dockerfile, Dockerfile.*, *.dockerfile | Container image definitions |
docker-compose.yml, compose.yml | Multi-container orchestration |
docker-bake.hcl | BuildKit bake configurations |
.dockerignore | Build context optimization |
Add the Netresearch marketplace once, then browse and install skills:
# Claude Code
/plugin marketplace add netresearch/claude-code-marketplace
Install with any Agent Skills-compatible agent:
npx skills add https://github.com/netresearch/docker-development-skill --skill docker-development
Download the latest release and extract to your agent's skills directory.
git clone https://github.com/netresearch/docker-development-skill.git
composer require netresearch/docker-development-skill
Requires netresearch/composer-agent-skill-plugin.
The skill activates automatically when working on:
# Bypass entrypoint for direct testing
docker run --rm --entrypoint php myimage -v
# Mock upstream DNS
docker run --rm --add-host backend:127.0.0.1 nginx-image nginx -t
# Create .env before validation
cp .env.example .env
sed -i 's/PLACEHOLDER/test_value/g' .env
docker compose config > /dev/null
Extended documentation in skills/docker-development/references/:
ci-testing.md - Comprehensive CI testing patternsThis project uses split licensing:
See the individual license files for full terms.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub netresearch/claude-code-marketplace --plugin docker-developmentComprehensive Jira integration with auto-detection of issue keys
Generate and maintain AGENTS.md, copilot-instructions.md, and other agent rule files
PHP 8.x modernization patterns with type safety and PHPStan
Git workflow best practices with commit validation hooks
Security audit patterns (OWASP Top 10, CWE Top 25 2025, CVSS v4.0) and GitHub project security checks for any project. Deep automated PHP/TYPO3 scanning with 80+ checkpoints, 19 reference guides, PreToolUse warnings. By Netresearch.
Container development and deployment - Docker, registry, Skaffold
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.
Build optimized Docker images and improve Dockerfile best practices
Docker Compose validation and best practices
CI/CD generation, deployment preflight, and Dockerfile validation with zero-downtime patterns.
DevOps and containerization expertise