agentsclimarketplace

Cm safe deploy

Skill tody-agent/codymaster/.cursor-plugin/skills/cm-safe-deploy

Use when setting up deployment infrastructure or enforcing a gated release path. Routes to deploy gates, setup, or rollback based on the current deployment stage.From its SKILL.md

Install
npx -y skills add tody-agent/codymaster --skill cm-safe-deploy

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

3.1 KB, 661 tokens by cl100k_base, as published. Nobody here has run it

Safe Deploy Pipeline v2

TL;DR

  • Use before/during staging or production deployment
  • Model: gated deploy pipeline with hard stops
  • Decision: choose setup, active gate execution, or rollback
  • Next: cm-quality-gate for verification evidence

The Iron Law

NO DEPLOY WITHOUT PASSING ALL GATES.
GATES ARE SEQUENTIAL.
IF A GATE FAILS, FIX FIRST.

When to Use

  • Establishing deploy infrastructure for a new project
  • Hardening an existing project that deploys without gates
  • Recovering after incidents caused by weak release validation
  • Running or reviewing a release pipeline before production changes

Choose Your Path

Need to create deploy infrastructure for a project?
└─ YES → Setup path

Already have infrastructure and need to run or review gates?
└─ YES → Gate path

Did a deploy fail or need reversal?
└─ YES → Rollback path
PathSummaryLoad
SetupEstablish scripts, tests, and deploy workflowreferences/setup-new-project.md
Gate 0Secret hygienereferences/gate-0-secret-hygiene.md
Gate 0.5Security scanningreferences/gate-0-5-security-scan.md
Gate 1Syntax validationreferences/gate-1-syntax.md
Gate 2Test suitereferences/gate-2-test-suite.md
Gate 3i18n parityreferences/gate-3-i18n.md
Gates 4-5Build + dist verificationreferences/gate-4-5-build-dist.md
Gate 6Deploy + smoke verificationreferences/gate-6-deploy-smoke.md
RollbackRecovery and reversalreferences/rollback.md

Gate Map

0   Secret hygiene
0.5 Security scan
1   Syntax
2   Test suite
3   i18n parity
4   Build verification
5   Dist verification
6   Deploy + smoke test

Load Rules

  • Load only the gate reference for the current stage.
  • Load setup-new-project.md only when establishing infrastructure.
  • Load rollback.md only when deployment fails or rollback planning is required.

Integration

SkillWhy
cm-quality-gateverification and evidence checks
cm-identity-guarddeploy identity verification
cm-safe-i18ni18n-specific gate setup
cm-terminalmonitored execution of gate commands

Rules

  • Gates are sequential and blocking.
  • Do not skip to later gates when an earlier gate fails.
  • Keep deploy setup and active deploy execution separate in your head and in your prompts.
  • Security and secret hygiene remain part of this skill; do not rely on deprecated skills.

The Bottom Line

Choose setup, the current gate, or rollback. Load only that path, and stop on failure.

What ships with it: 9 files

6.7 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,645. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.