Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:41 +08:00
commit 735ee8165d
17 changed files with 1350 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
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