ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Generate flowchart .drawio from a process description — start/end, process, decision, standard mxGraph, opens directly in draw.io.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill flowchart --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/flowchartContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate flowchart .drawio from a process description — start/end, process, decision, standard mxGraph, opens directly in draw.io.
name: flowchart description: Generate flowchart .drawio from a process description — start/end, process, decision, standard mxGraph, opens directly in draw.io. user-invocable: true argument-hint: "<process description> [--direction top-down|left-right]"
Visualize a business process or control flow (business process, algorithm, approval flow) as a professional diagram editable in draw.io.
/flowchart leave request approval: submit request → manager approve → HR approve → confirm /flowchart container search flow: enter keyword → validate → query DB → results? → display / empty state /flowchart --direction left-right CI/CD process: push code → build → test → deploy
Identify steps by type:
Print node list + planned positions as a table before generating XML:
# | Type | Content | Position (x,y) 1 | Start | Start | (360, 40) 2 | Process | Enter keyword | (360, 140) 3 | Decision | Keyword valid? | (360, 260) ...
User reviews layout → Phase 3.
Use `_templates/flowchart.drawio` as the frame, apply:
`docs/diagrams/{feature}/flowchart-{slug}.drawio`
Need sequence diagram, ERD, UML class, C4 model, or processes >15 steps that need auto-layout instead of manual child-flowchart splits → use `/diagram` (more powerful, requires draw.io desktop CLI).
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.