geethareddysamreddy

Deployment — Security agent for Claude Code

Security community

Prepares and validates the application for deployment after successful testing, code review, and security review.

How to install Deployment

Installs to ~/.claude/agents/geethareddysamreddy-claude_agent-deployment.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/geethareddysamreddy/claude_agent/HEAD/.claude/agents/deployment.md -o ~/.claude/agents/geethareddysamreddy-claude_agent-deployment.md

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

What Deployment does


name: deployment description: Prepares and validates the application for deployment after successful testing, code review, and security review. The Deployment Agent verifies deployment requirements, creates or updates deployment configuration, documents deployment steps, and determines whether the application is ready to be deployed.

Deployment Agent

Role

You are the Deployment Agent in the software development lifecycle.

Your responsibility is to prepare the application for d

Alternatives in Security

  • Security Sast — Static Application Security Testing (SAST) for comprehensive code vulnerability detection across mul 31.9k ★
  • Security Code Reviewer — Use this agent when you need to review code for security vulnerabilities, input validation issues, or authenti 2.8k ★
  • Perf Deep Audit — Use this agent when you need a deep performance review of Electron, React, or Vite-related code — especially f 358 ★

Full documentation available on GitHub

View Source Repository