Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add BjornMelin/dev-skills --skill docker-architectgit clone --depth 1 https://github.com/BjornMelin/dev-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/bjornmelin/dev-skills/docker-architect)<a href="https://agentmods.dev/skills/bjornmelin/dev-skills/docker-architect"><img src="https://agentmods.dev/badge/skills/bjornmelin/dev-skills/docker-architect/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/bjornmelin/dev-skills/docker-architect"><img src="https://agentmods.dev/badge/skills/bjornmelin/dev-skills/docker-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.01609 |
| Opus 5 | $0.00022 | $0.00805 |
| Sonnet 5 | $0.00009 | $0.00322 |
| Haiku 4.5 | $0.00004 | $0.00161 |
Grade A, and why
docker-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
24 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 286 B
- assets/templates/.dockerignore 340 B
- assets/templates/ci/github-actions-docker-ci.yml 711 B
- assets/templates/ci/github-actions-docker-publish.yml 1.2 KB
- assets/templates/compose/docker-compose.deps.yml 831 B
- assets/templates/compose/docker-compose.dev.yml 368 B
- assets/templates/compose/docker-compose.prod.yml 544 B
- assets/templates/compose/docker-compose.yml 204 B
- assets/templates/docker-bake.hcl 131 B
- assets/templates/go/Dockerfile 540 B
- assets/templates/node/Dockerfile.npm 573 B
- assets/templates/node/Dockerfile.pnpm 859 B
- assets/templates/python/Dockerfile.pip 966 B
- assets/templates/python/Dockerfile.uv 1.6 KB
- references/ci_github_actions.md 1.7 KB
- references/compose_patterns.md 1.9 KB
- references/dockerfile_patterns.md 3.0 KB
- references/review_template.md 1.0 KB
- references/security_hardening.md 1.6 KB
- scripts/docker_audit.py 12 KB runs code
- scripts/docker_inventory.py 5.9 KB runs code
- scripts/render_template.py 3.9 KB runs code
- scripts/smoke_test_compose.sh 2.0 KB runs code
- scripts/smoke_test_container.sh 2.6 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 123 lines · 43 tokens per session scan A df8bbbbd065b
docker-architect is a skill published in the GitHub repository BjornMelin/dev-skills (7 stars, last pushed 2d ago), with no licence file. It adds 43 tokens to every session and 1,609 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
platform-engineering
Use this skill when building or operating internal developer platforms: infrastructure as code, CI/CD, container orchestration, service networking, secrets, and observability. Do not use it to define release process, promotion, rollout, or rollback policy; use release-engineering for that delivery model.
test-environments
Design environment strategy for testing across dev, CI, preview, staging, and production — Docker Compose test infrastructure, multi-stage Dockerfiles, seed-data lifecycle, per-PR preview environments, production parity, and external-dependency stubbing at the HTTP boundary. Use when: "set up test environment,"…
cloud-deploy-blueprint
End-to-end cloud deployment skill for Kubernetes (AKS/GKE/DOKS) with CI/CD pipelines. Covers managed services integration (Neon, Upstash), ingress configuration, SSL certificates, GitHub Actions workflows with selective builds, and Next.js build-time vs runtime environment handling. Battle-tested from 9-hour…
blueprint-skill-creator
Creates blueprint-driven skills for infrastructure and deployment tasks. This skill should be used when creating new skills that require templates, patterns, or reference configurations (e.g., Dockerfiles, Helm charts, Kubernetes manifests, CI/CD pipelines). It enforces impact analysis before containerization…
devops
(forwward) Configures CI/CD pipelines, Docker, monitoring, alerting, and infrastructure with reliability-first defaults. Triggers on CI/CD, Docker, deployment, monitoring, alerting, infrastructure setup, or production debugging.
devops-automator
Expert DevOps engineer for CI/CD, IaC, Kubernetes, and deployment automation. Activate on: CI/CD, GitHub Actions, Terraform, Docker, Kubernetes, Helm, ArgoCD, GitOps, deployment pipeline, infrastructure as code, container orchestration. NOT for: application code (use language skills), database schema (use…