orchestrating-deployment-pipelines

Deploy use when you need to work with deployment and CI/CD.

Content Preview
---
name: orchestrating-deployment-pipelines
description: |
  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".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(git:*), Bash(docker:*), Bash(kubectl:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
co
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/orchestrating-deployment-pipelines.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/devops/deployment-pipeline-orchestrator/skills/orchestrating-deployment-pipelines/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

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

Then reference at plugins/devops/deployment-pipeline-orchestrator/skills/orchestrating-deployment-pipelines/SKILL.md

Related Skills