mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-14 13:53:29 +08:00
feat: add docker-patterns skill for containerized development
Docker Compose for local dev, networking, volume strategies, container security hardening, debugging commands, and anti-patterns. Complements the existing deployment-patterns skill which covers CI/CD and production Dockerfiles. Closes #121
This commit is contained in:
@@ -143,7 +143,7 @@ For manual install instructions see the README in the `rules/` folder.
|
||||
/plugin list everything-claude-code@everything-claude-code
|
||||
```
|
||||
|
||||
✨ **That's it!** You now have access to 13 agents, 36 skills, and 31 commands.
|
||||
✨ **That's it!** You now have access to 13 agents, 37 skills, and 31 commands.
|
||||
|
||||
---
|
||||
|
||||
@@ -242,6 +242,7 @@ everything-claude-code/
|
||||
| |-- database-migrations/ # Migration patterns (Prisma, Drizzle, Django, Go) (NEW)
|
||||
| |-- api-design/ # REST API design, pagination, error responses (NEW)
|
||||
| |-- deployment-patterns/ # CI/CD, Docker, health checks, rollbacks (NEW)
|
||||
| |-- docker-patterns/ # Docker Compose, networking, volumes, container security (NEW)
|
||||
| |-- e2e-testing/ # Playwright E2E patterns and Page Object Model (NEW)
|
||||
|
|
||||
|-- commands/ # Slash commands for quick execution
|
||||
@@ -799,7 +800,7 @@ The configuration is automatically detected from `.opencode/opencode.json`.
|
||||
|---------|-------------|----------|--------|
|
||||
| Agents | ✅ 13 agents | ✅ 12 agents | **Claude Code leads** |
|
||||
| Commands | ✅ 31 commands | ✅ 24 commands | **Claude Code leads** |
|
||||
| Skills | ✅ 36 skills | ✅ 16 skills | **Claude Code leads** |
|
||||
| Skills | ✅ 37 skills | ✅ 16 skills | **Claude Code leads** |
|
||||
| Hooks | ✅ 3 phases | ✅ 20+ events | **OpenCode has more!** |
|
||||
| Rules | ✅ 8 rules | ✅ 8 rules | **Full parity** |
|
||||
| MCP Servers | ✅ Full | ✅ Full | **Full parity** |
|
||||
|
||||
Reference in New Issue
Block a user