plugins marketplace
← All plugins

deployment-rollback-manager

v1.28.0

Manage and execute deployment rollbacks with safety checks

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/deployment-rollback-manager/ inside the repository.

Layout

plugins/devops/deployment-rollback-manager/
├── .claude-plugin/plugin.json
└── skills/managing-deployment-rollbacks/SKILL.md

Skills1

managing-deployment-rollbacksskills/managing-deployment-rollbacks/SKILL.md

Deploy use when you need to work with deployment and CI/CD. This skill provides deployment automation and orchestration with comprehensive guidance and automation. Trigger with phrases like "deploy application", "create pipeline", or "automate deployment".

Manifests1

plugins/devops/deployment-rollback-manager/.claude-plugin/plugin.json
{
  "name": "deployment-rollback-manager",
  "version": "1.28.0",
  "description": "Manage and execute deployment rollbacks with safety checks",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "rollback",
    "deployment",
    "kubernetes",
    "recovery",
    "devops",
    "agent-skills"
  ]
}