mcpbeat

Deployment Pipeline Design

dokhacgiakhoa/deployment-pipeline-design

Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.

2k tokens
context cost
the whole folder, loaded on every use
15
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill deployment-pipeline-design

What comes with it

7 659 bytes besides the instruction
sub-skills/1-rolling-deployment.md
sub-skills/2-blue-green-deployment.md
sub-skills/3-canary-deployment.md
sub-skills/4-feature-flags.md
sub-skills/automated-rollback.md
sub-skills/detailed-stage-breakdown.md
sub-skills/integration-with-monitoring.md
sub-skills/key-pipeline-metrics.md
sub-skills/manual-rollback.md
sub-skills/multi-stage-pipeline-example.md
sub-skills/pattern-1-manual-approval.md
sub-skills/pattern-2-time-based-approval.md
sub-skills/pattern-3-multi-approver.md
sub-skills/standard-pipeline-flow.md

The instruction itself

21 sections, as written by the author

Deployment Pipeline Design

Architecture patterns for multi-stage CI/CD pipelines with approval gates and deployment strategies.

Do not use this skill when

  • The task is unrelated to deployment pipeline design
  • You need a different domain or tool outside this scope

Instructions

  • Clarify goals, constraints, and required inputs.
  • Apply relevant best practices and validate outcomes.
  • Provide actionable steps and verification.
  • If detailed examples are required, open resources/implementation-playbook.md.

Purpose

Design robust, secure deployment pipelines that balance speed with safety through proper stage organization and approval workflows.

Use this skill when

  • Design CI/CD architecture
  • Implement deployment gates
  • Configure multi-environment pipelines
  • Establish deployment best practices
  • Implement progressive delivery

Pipeline Stages

🧠 Knowledge Modules (Fractal Skills)

1. Standard Pipeline Flow

2. Detailed Stage Breakdown

3. Pattern 1: Manual Approval

4. Pattern 2: Time-Based Approval

5. Pattern 3: Multi-Approver

6. 1. Rolling Deployment

7. 2. Blue-Green Deployment

8. 3. Canary Deployment

9. 4. Feature Flags

10. Multi-Stage Pipeline Example

11. Automated Rollback

12. Manual Rollback

13. Key Pipeline Metrics

14. Integration with Monitoring

How to use it

Copy the folder

Take dokhacgiakhoa/deployment-pipeline-design from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.