Search Skills
Search across 54932 indexed skills
docker-compose-optimizer
Analyze Docker Compose files for best practices, security, performance, and production readiness. Audit service configurations, networking, volume mou...
docker-optimizer
Automatically analyzes and optimizes your Dockerfiles for faster builds, smaller images, better caching, and enhanced security. Transform slow, bloate...
docker-pilot
Safe, intelligent Docker management. Not just a command reference — an operational guide that classifies risk, protects critical services, and formats...
docker-encyclopedia
Use a docs-first workflow for Docker work. Prefer the official Docker documentation at https://docs.docker.com/, consult cached local copies under .Do...
docker-eng
Containers package applications with their dependencies. Optimize for small, reproducible images and clear runtime contracts—not “SSH into a mini VM.”...
docker-development
Smaller images. Faster builds. Secure containers. No guesswork. Opinionated Docker workflow that turns bloated Dockerfiles into production-grade conta...
docker-cli
This skill explains how to use the Docker command line for common container workflows. Use this skill when: The user wants to build or rebuild a Docke...
docker-docker-sandbox-agent
Execute and verify code securely inside isolated temporary containers. Agents frequently generate code (Python, JS, Shell scripts) that they need to t...
docker-compose-generator
生成 Docker Compose 配置,快速搭建开发环境。 MySQL PostgreSQL Redis MongoDB Elasticsearch RabbitMQ Nginx Node.js docker-compose-generator --db mysql --cache redis d...
docker-helper
Dockerfile生成、docker-compose编排、命令速查、调试排错、镜像优化、仓库配置 ✅ 专为中文用户设计,理解中国市场和文化 ✅ 多种命令覆盖不同场景需求 ✅ 输出实用、可直接使用的内容 ✅ 持续更新,紧跟行业最新趋势 | 命令 | 功能 | |------|------| | do...
docker-sandbox-lucas
Run agents and commands in isolated VM environments using Docker Desktop's sandbox feature. Each sandbox gets its own lightweight VM with filesystem i...
docker-essentials-1-0-0
Essential Docker commands for container and image management. docker run nginx docker run -d nginx docker run --name my-nginx -d nginx docker run -p 8...