22 lines
591 B
Markdown
22 lines
591 B
Markdown
---
|
|
description: Load container skills (Docker, Kubernetes, security, optimization)
|
|
---
|
|
|
|
# Discover Container Skills
|
|
|
|
Load the containers gateway skill:
|
|
|
|
```bash
|
|
cat ~/.claude/plugins/cc-polymath/skills/discover-containers/SKILL.md
|
|
```
|
|
|
|
This activates skills for:
|
|
- Dockerfile best practices and multi-stage builds
|
|
- Docker Compose for local development
|
|
- Kubernetes deployments and configurations
|
|
- Container security and vulnerability scanning
|
|
- Image optimization and layer caching
|
|
- Container orchestration patterns
|
|
- Networking and service discovery
|
|
- Health checks and liveness probes
|