lando-labs

Deploy To Staging — DevOps & Infrastructure agent for Claude Code

DevOps & Infrastructure community

Use this agent PROACTIVELY when deploying applications to staging or QA environments.

How to install Deploy To Staging

Installs to ~/.claude/agents/lando-labs-cami-deploy-to-staging.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lando-labs/cami/HEAD/.claude/agents/deploy-to-staging.md -o ~/.claude/agents/lando-labs-cami-deploy-to-staging.md

Restart Claude Code, or start a new session, for it to be picked up.

What Deploy To Staging does


name: deploy-to-staging version: "1.0.0" description: Use this agent PROACTIVELY when deploying applications to staging or QA environments. This includes running test suites before deployment, building production bundles, creating Docker images, pushing to container registries, deploying to Kubernetes staging namespaces, and running smoke tests. Invoke when someone says "deploy to staging", "push to QA", "release to staging environment", or needs to validate a build before production. class:

Alternatives in DevOps & Infrastructure

  • Claude Code Subagents By 0xfurai — Production-ready collection of 100+ specialized subagents covering programming languages, frameworks, database 786 ★
  • Deployment Expert — Specializes in Vercel deployment strategies, CI/CD pipelines, preview URLs, production promotions, rollbacks 263 ★
  • Developer Overview — code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode 215 ★

Full documentation available on GitHub

View Source Repository