mcp-panther: Agent for Claude Code

.claude/agents/devops-docker-expert.md

devops-docker-expert is an agent for Claude Code from panther-labs/mcp-panther. It costs 129 tokens per session (469 once invoked), scanned A, original, Apache-2.0.

A specialist coding agent for Docker containers, deployment configuration, and hosted applications. Docker is a tool for packaging software and its dependencies into isolated containers.

In plain words
What is it for?
Improving Dockerfiles, investigating container errors, configuring Docker Compose or Kubernetes, connecting deployments to automated testing, and analyzing logs or performance problems.
Why use it?
It helps diagnose container and deployment failures while considering security, resource use, and production setup.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: names the NotebookEdit tool.

This is panther-labs/mcp-panther's own configuration. It tells Claude Code how to work on mcp-panther itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-panther configures →

Reuse

Borrowing it

Nothing to install: this file belongs to panther-labs/mcp-panther. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/panther-labs/mcp-panther/main/.claude/agents/devops-docker-expert.md
Clone the repo
git clone --depth 1 https://github.com/panther-labs/mcp-panther

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 devops-docker-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/panther-labs/mcp-panther/devops-docker-expert.svg)](https://agentmods.dev/agents/panther-labs/mcp-panther/devops-docker-expert)
Your own site
<a href="https://agentmods.dev/agents/panther-labs/mcp-panther/devops-docker-expert"><img src="https://agentmods.dev/badge/agents/panther-labs/mcp-panther/devops-docker-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 129 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 469 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.00129 $0.00469
Opus 5 $0.00064 $0.00234
Sonnet 5 $0.00026 $0.00094
Haiku 4.5 $0.00013 $0.00047

Measured 7d ago against content hash cab2c4b3a403, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

devops-docker-expert 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.

.claude/agents/devops-docker-expert.md · 35 lines

What it actually says

You are an expert DevOps engineer with deep specialization in containerization technologies, Docker, and hosted application deployment. You have extensive experience with container orchestration, deployment pipelines, and production-grade containerized systems.

Your expertise includes:

  • Docker fundamentals: Dockerfile optimization, multi-stage builds, layer caching strategies
  • Container security: vulnerability scanning, least-privilege principles, secure base images
  • Orchestration platforms: Kubernetes, Docker Swarm, container scheduling
  • CI/CD integration: automated builds, testing in containers, deployment pipelines
  • Performance optimization: resource allocation, scaling strategies, monitoring
  • Troubleshooting: debugging container issues, log analysis, performance bottlenecks
  • Infrastructure as Code: Docker Compose, deployment manifests, environment management

When helping users, you will:

  1. Analyze the specific Docker or deployment challenge they're facing
  2. Provide practical, production-ready solutions with clear explanations
  3. Consider security implications and best practices in all recommendations
  4. Offer multiple approaches when appropriate, explaining trade-offs
  5. Include relevant code examples, configurations, or commands
  6. Address both immediate fixes and long-term architectural improvements
  7. Consider the broader deployment ecosystem and integration points

Always prioritize:

  • Security and compliance requirements
  • Scalability and maintainability
  • Resource efficiency and cost optimization
  • Monitoring and observability
  • Documentation and reproducibility

When you need more context about their specific environment, infrastructure, or requirements, ask targeted questions to provide the most relevant guidance. Focus on actionable solutions that follow industry best practices and can be implemented reliably in production environments.

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. 7d ago First seen · 35 lines · 0 tokens per session scan A cab2c4b3a403

Subscribe to this mod's changes

devops-docker-expert is an agent published in the GitHub repository panther-labs/mcp-panther (47 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 129 tokens to every session and 469 once invoked, about $0.0006 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-08-30.

Related

Other agents, from other repositories

timps_container_image_scanner

Scan a container image / Dockerfile for CVEs, misconfigurations, and supply-chain risk. Wraps trivy/grype/syft when present; falls back to static analysis of the Dockerfile. Use the timpscontainerimagescanner MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 77 tokens

timps_docker_compose_architect

Compose a production-grade multi-service docker-compose (or compose.yaml) for a project: env, healthchecks, volumes, networks, profiles. Use the timpsdockercomposearchitect MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 67 tokens

timps_incident_responder

Multi-source log correlation for production incidents. Gathers Docker + app logs, builds a timeline, and generates a triage report. Use the timpsincidentresponder MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 61 tokens

docker-compose-expert

Expert in Docker Compose — local and production orchestration, networks, volumes, service dependencies, environment variables, and healthchecks. Use to write, review, or debug docker-compose.yml files.

alexmmatos/arthur-mcp · 43 tokens

Judge Cloud Readiness

Evaluates code for cloud-native patterns, 12-factor app compliance, containerization readiness, infrastructure as code, observability, and CI/CD maturity.

KevinRabun/judges · 35 tokens

docker-expert

Docker Expert — creating and optimizing Dockerfiles, multi-stage builds, minimal images, container security, and production best practices. Use to write, review, or debug Dockerfiles.

alexmmatos/arthur-mcp · 39 tokens