Reusable AI Skill Kits for coding agents (Claude Code and any other subagent/slash-command-compatible tool).
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --agent claude-code
Repo: KhaiTrang1995/agentic-awesome-kits
What's inside
Reusable AI Skill Kits for coding agents (Claude Code and any other subagent/slash-command-compatible tool). Each kit is a self-contained package of Skills (slash commands), Rules (conventions the agent must follow), and Templates (fill-in-the-blank output baselines) — copy .claude/ into your project and the skills work immediately.
/dockerfile .NET 10 Minimal API --prod
/deploy container-api --namespace prod --replicas 3 --with-ingress
/log-check booking-api --env prod --since 1h
Note — examples use .NET 10.
Sample commands,Dockerfile.dotnet, and related container templates in this repo target .NET 10 (e.g. Minimal API). Skills are stack-agnostic: pass another runtime in the prompt when you need it.
Browse the visual index: index.html · DevOps docs: kits/devops/ · All kits: kits/
Live site (GitHub Pages + Jekyll):
https://KhaiTrang1995.github.io/agentic-awesome-kits/
Prompting an agent to "write me a Dockerfile" gets you a Dockerfile — not necessarily a multi-stage, non-root, healthcheck'd one your team would actually ship. A kit turns that tribal knowledge into a rules/*.md file the agent reads before generating anything, so the output is consistent whether it's you, a teammate, or a different agent session asking.
agentic-awesome-kits/
kits/ # all public kits by category
devops/
software/
packages/
agentic-awesome-kits/ # npx agentic-awesome-kits (plan installer)
index.html # catalog site
| Category | Status | Kits |
|---|---|---|
| kits/devops | Available | Run: docker-kit, docker-swarm-kit, k8s-kit · Observe: zabbix-kit, elk-kit (/log-check), grafana-kit (/loki-query) |
| kits/software | Partial | drawio-kit — .drawio architecture / flowchart / ERD · runner-kit-3d — 3D endless-runner skills (live demos: demos/runner-kit-3d/) · more role kits TBD |
| Kit | Skills (highlight) |
|---|---|
| docker-kit | /dockerfile, /compose, /ci |
| docker-swarm-kit | /stack, /service, /secret |
| k8s-kit | /deploy, /helm, /monitor |
| zabbix-kit | /zabbix-check, /zabbix-trigger, … + ZABBIX-BRAIN.md |
| elk-kit | /log-check, /es-query, /logstash, … + ELK-BRAIN.md |
| grafana-kit | /loki-query, /grafana-dashboard, /grafana-alert, … + GRAFANA-BRAIN.md |
Log check quick map
Elasticsearch / Kibana → elk-kit /log-check
Loki / Grafana → grafana-kit /loki-query
Zabbix problem / log item → zabbix-kit /zabbix-check
| Kit | Skills (highlight) |
|---|---|
| drawio-kit | /architecture, /flowchart, /erd, /diagram (draw.io CLI for advanced) |
| runner-kit-3d | /runner, /runner-new, /runner-tune · engine: demos/runner-kit-3d/ |
git clone <this-repo>
cp -r agentic-awesome-kits/kits/devops/docker-kit/.claude/ your-project/.claude/
cp -r agentic-awesome-kits/kits/devops/docker-kit/_templates/ your-project/_templates/
# In Claude Code (or any compatible agent) — example uses .NET 10:
/dockerfile .NET 10 Minimal API --prod
You can copy multiple kits into the same project. Watch for skill-name collisions across kits (rare, but check .claude/skills/ before merging).
{kit-name}/
.claude/
skills/
{skill-name}/
SKILL.md ← trigger, input examples, process, output, references
rules/
{convention}.md ← what the agent must/must never do when generating output
_templates/
{output-template} ← ready-to-fill baseline (Dockerfile, .yml, ...)
references/ ← optional cheatsheets (observability kits)
*-BRAIN.md ← optional long-lived guidance
README.md ← how to use this specific kit
Dockerfiles, manifests, queries, and checklists — it does not run docker build, kubectl apply, helm install, or mutate prod monitoring systems. A human reviews and runs those. See each kit's approval-gate.md.*-conventions.md file instead of repeating the same security/resource rules inside every skill.docker-swarm-kit points at docker-kit's Dockerfile conventions rather than restating them.Want to improve a kit, add a skill, or fix docs? See CONTRIBUTING.md for structure, checklists, and PR guidelines.
This repo publishes a static docs site with Jekyll (GitHub Pages).
| File | Role |
|---|---|
_config.yml | Site title, baseurl, exclude rules for kit internals |
Gemfile | github-pages + plugins for local parity |
.github/workflows/pages.yml | Build & deploy on push to main |
index.html / kits/devops/index.html | Docs UI |
Enable once: repo Settings → Pages → Build and deployment → Source: GitHub Actions.
# Ruby 3+ recommended
bundle install
bundle exec jekyll serve
# open http://127.0.0.1:4000/agentic-awesome-kits/
Kit skill packages (
.claude/, templates, brains) are excluded from the Jekyll site so they stay source-only on GitHub. Use the HTML docs for browsing; clone the repo for skills.
CC BY-NC-SA 4.0 — share, adapt, and build on these kits freely, including commercially-adjacent internal use, but do not resell them and keep derivatives under the same license with attribution.
/log-check), Grafana/Loki (/loki-query)kits/ parent — devops + software categorieskits/software/drawio-kit — technical diagrams as .drawiokits/software/runner-kit-3d — 3D endless-runner skills + demos/runner-kit-3dnpx agentic-awesome-kits plan installer (packages/agentic-awesome-kits)FAQ
agentic-awesome-kits is a Claude Code plugin with 32 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes ci, compose, dockerfile. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it