plugins marketplace
← All plugins

deployment-strategies

v1.2.1

Deployment patterns, rollback automation, and infrastructure templates

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

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

Layout

plugins/deployment-strategies/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/deployment-strategies/.codex-plugin/plugin.json
{
  "name": "deployment-strategies",
  "version": "1.2.1",
  "description": "Deployment patterns, rollback automation, and infrastructure templates",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Deployment Strategies",
    "shortDescription": "Deployment patterns, rollback automation, and infrastructure templates",
    "category": "Coding"
  }
}
plugins/deployment-strategies/.claude-plugin/plugin.json
{
  "name": "deployment-strategies",
  "version": "1.2.1",
  "description": "Deployment patterns, rollback automation, and infrastructure templates",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}