ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Generate ERD .drawio — entities, attributes, 1-1/1-N/N-N relationships, PK/FK. Hand-authored XML with TechSphereX AI palette; complex SQL DDL → /diagram --from-sql.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill erd --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/erdContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate ERD .drawio — entities, attributes, 1-1/1-N/N-N relationships, PK/FK. Hand-authored XML with TechSphereX AI palette; complex SQL DDL → /diagram --from-sql.
name: erd description: Generate ERD .drawio — entities, attributes, 1-1/1-N/N-N relationships, PK/FK. Hand-authored XML with TechSphereX AI palette; complex SQL DDL → /diagram --from-sql. user-invocable: true argument-hint: "<entity/relationship description> [--feature slug] [@schema.sql]"
**Switch to `/diagram` when:** large SQL DDL file (`sqlerd.py`), auto-layout for dozens of tables, or batch PNG export.
/erd Order 1-N OrderLine, Order N-1 Customer, Order 1-1 Payment --feature booking /erd auth module: User, Role, UserRole (N-N), Permission /erd @schema.sql → suggest /diagram --from-sql if >8 tables
List:
| Entity | PK | Attributes (short) | Notes | |--------|----|--------------------|-------| | | | | |
Relationships: `A 1—N B`, `A N—N B` (// associative entity if needed).
Missing relationship names / cardinality → ask 1–2 questions; **do not invent** FKs.
Node + edge table (ASCII/table). User reviews before XML.
Use `@_templates/erd.drawio` as the frame:
`docs/diagrams/{feature}/erd-{slug}.drawio`
`docs/diagrams/{feature}/erd-{slug}.drawio`
Reusable AI Skill Kits for coding agents (Claude Code and any other subagent/slash-command-compatible tool).
Repo: KhaiTrang1995/agentic-awesome-kits
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Generate docker-compose.yml — multi-service, network, volumes, healthcheck.
Generate an optimized Dockerfile — multi-stage build, security hardening, small image size.
Generate Swarm secret/config management — external secret references, versioned rotation, config mounts.
Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check.
Generate a Docker Swarm stack file — services, deploy policy (replicas, placement, rolling update/rollback), overlay network.