← All plugins
deployment-pipeline-orchestrator
v1.28.0Orchestrate complex multi-stage deployment pipelines
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/deployment-pipeline-orchestrator/ inside the repository.
Layout
plugins/devops/deployment-pipeline-orchestrator/
├── .claude-plugin/plugin.json└── skills/orchestrating-deployment-pipelines/SKILL.md
Skills1
orchestrating-deployment-pipelinesskills/orchestrating-deployment-pipelines/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-pipeline-orchestrator/.claude-plugin/plugin.json
{
"name": "deployment-pipeline-orchestrator",
"version": "1.28.0",
"description": "Orchestrate complex multi-stage deployment pipelines",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"pipeline",
"orchestration",
"deployment",
"cicd",
"devops",
"agent-skills"
]
}