deploy-dev

A command for deploying an application to a development Kubernetes cluster, a system for running containers across servers. It checks the setup, deploys the application, and checks whether it is working.

In plain words
What is it for?
Use it to deploy Docker-based applications for development testing, inspect failed pods, review deployment errors, and confirm that the application is ready.
Why use it?
It gathers the configuration checks, deployment command, pod status, logs, and health checks into one development deployment process.

Command for Claude Code

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.

agentmods
npx agentmods add commands/vishnu2kmohan/mcp-server-langgraph/deploy-dev
Clone the repo
git clone --depth 1 https://github.com/vishnu2kmohan/mcp-server-langgraph

Made for: Claude Code.

Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 251 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00007 $0.00251
Opus 5 $0.00003 $0.00125
Sonnet 5 $0.00001 $0.00050
Haiku 4.5 $0.00001 $0.00025

Measured 2d ago against content hash ae2e2023cd5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

deploy-dev 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 2d 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/commands/deploy-dev.md · 50 lines

What it actually says

Deploy to Development Environment

Execute the complete development deployment workflow.

Prerequisites Check

  1. Verify Kubernetes context is set to development cluster
  2. Check that all environment variables are configured
  3. Ensure Docker images are built

Deployment Steps

  1. Validate Configurations

    make validate-deployments
    
  2. Deploy to Development

    make deploy-dev
    
  3. Verify Deployment

    • Check pod status
    • View logs for any errors
    • Run health checks
  4. Post-Deployment

    make health-check
    

Troubleshooting

If deployment fails:

  • Check pod events: kubectl get events -n langgraph-agent-dev
  • View pod logs: kubectl logs -f deployment/dev-langgraph-agent -n langgraph-agent-dev
  • Review configuration: kubectl describe deployment dev-langgraph-agent -n langgraph-agent-dev

Summary

Provide:

  • Deployment status (success/failure)
  • Pod status and readiness
  • Any warnings or errors encountered
  • Next steps for testing the deployed application
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. 2d ago First seen · 50 lines · 7 tokens per session scan A ae2e2023cd5a

Subscribe to this mod's changes

deploy-dev is a command published in the GitHub repository vishnu2kmohan/mcp-server-langgraph (4 stars, last pushed 9d ago), licensed MIT. It adds 7 tokens to every session and 251 once invoked, about $0.0000 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-31.