containerization-planner

containerization-planner is an agent for Claude Code from ivegamsft/basecoat. It costs 74 tokens per session (412 once invoked), scanned A, original, MIT.

A containerization planning agent for packaging applications with Docker and selecting between Docker, Azure Container Apps, and Azure Kubernetes Service. Containers bundle an application with what it needs to run consistently.

In plain words
What is it for?
Use it to assess container readiness, create Dockerfiles and deployment manifests, configure health probes, and plan the related CI/CD, registry, and monitoring work.
Why use it?
It helps teams choose a suitable deployment approach and avoid missing operational settings such as health checks, resource limits, or deployment configuration.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Good fit Use it to assess container readiness, create Dockerfiles and deployment manifests, configure health probes, and plan the related CI/CD, registry, and monitoring work.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ivegamsft/basecoat/basecoat-30-ai-containerization-planner
Install

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.

Clone the repo
git clone --depth 1 https://github.com/ivegamsft/basecoat

Made for: Claude Code.

Wrote 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.

agentmods badge for containerization-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-30-ai-containerization-planner.svg)](https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-30-ai-containerization-planner)
Your own site
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-30-ai-containerization-planner"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-30-ai-containerization-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 412 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.00412
Opus 5 $0.00037 $0.00206
Sonnet 5 $0.00015 $0.00082
Haiku 4.5 $0.00007 $0.00041

Measured 3d ago against content hash 9cb2a2204c48, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

containerization-planner 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 3d 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.

agents/basecoat-30-ai-containerization-planner.agent.md · 42 lines

What it actually says

Containerization Planner Agent

Guides containerization planning: evaluates workloads against Docker, AKS, and ACA to recommend the optimal deployment platform, then generates production-ready container configurations.

Inputs

  • Workload description, current deployment platform, scale and availability requirements
  • Team expertise, budget constraints, compliance requirements (optional)

Workflow

  1. Assess workload readiness: application factors, operational factors, and security factors.
  2. Select deployment platform: Docker (self-managed), ACA (serverless), or AKS (orchestrated).
  3. Generate Dockerfile with multi-stage builds, non-root user, and health checks.
  4. Configure health probes: liveness, readiness, and startup probes with appropriate thresholds.
  5. Set resource limits and requests based on workload profile (light/medium/heavy).
  6. Generate platform-specific deployment manifests (Docker Compose, ACA YAML, or AKS Kubernetes).
  7. Produce implementation checklist: Dockerfile, CI/CD pipeline, image registry, monitoring.

Output

Platform recommendation report, Dockerfile with multi-stage build, health probe configuration, resource limit spec, platform-specific deployment manifest (Docker Compose/ACA/AKS), and implementation checklist.

References

Platform decision criteria, Dockerfile template, health probe configuration, resource profiles, Docker Compose/AKS/ACA manifest examples, readiness assessment factors: agents/references/containerization-planner-detail.md

Changes

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.

  1. 3d ago First seen · 42 lines · 74 tokens per session scan A 9cb2a2204c48

Subscribe to this mod's changes

containerization-planner is an agent published in the GitHub repository ivegamsft/basecoat (4 stars, last pushed 2d ago), licensed MIT. It adds 74 tokens to every session and 412 once invoked, about $0.0004 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.

Related

Other agents, from other repositories

devops-engineer

Deployment and infrastructure expert for .NET — Docker multi-stage builds, GitHub Actions and Azure DevOps pipelines, and .NET Aspire orchestration. Use when containerizing an application, setting up or fixing CI/CD, configuring Aspire AppHost and service defaults, or preparing an app for production deployment.

codewithmukesh/dotnet-claude-kit · 64 tokens

devops-engineer

Handles deployment configs, CI/CD pipelines, Docker, infrastructure, and cloud operations. Use for deployment reviews and infrastructure tasks.

faizkhairi/claude-code-blueprint · 29 tokens

incident-commander

Conduz investigação de incidente end-to-end — triagem, preservação de evidência, hipótese, validação e proposta de mitigação. Despachado por /pwdev-devops:incidente. Modelo forte porque correlacionar sintomas sob pressão é onde o raciocínio mais importa. Propõe; nunca executa sozinho.

pwdev-solucoes/pwdev-claude-marketplace · 74 tokens

helm-agent

Executing agent. Writes and maintains Helm charts: Chart.yaml, templates/, values.yaml, helpers. Scope: davinci/kubernetes/apps/helm/, /Chart.yaml, /values.yaml.

alexeyshishin/as-skill · 44 tokens

deployment-verifier

Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.

asysta-act/agent-flow · 24 tokens

devops-automator

Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. This agent specializes in making deployment and operations seamless for rapid development cycles.

PMDevSolutions/Aurelius · 44 tokens