smithery/masharratt

cfn-deployment-lifecycle

Skill deployment and promotion lifecycle. Use when transitioning skills from APPROVED to DEPLOYED, or promoting skills staging to production with SLA enforcement.

Installation

$ npx skills add smithery/masharratt --skill cfn-deployment-lifecycle

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/masharratt · top by installs.

npx skills add smithery/masharratt

Browse all from smithery/masharratt

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,866 B
  • docs SUMMARY.md 217 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Deployment Lifecycle Skill (Mega-Skill)

Version: 1.0.0 Purpose: Skill deployment and promotion lifecycle management Status: Production Consolidates: cfn-deployment, cfn-promotion Confidence: 9.5/10 (explicit dependency coupling)


Overview

This mega-skill provides complete skill lifecycle management:

  • Deployment - APPROVED → DEPLOYED transitions with atomic transactions
  • Promotion - Staging → Production moves with SLA enforcement

Directory Structure

deployment-lifecycle/
├── SKILL.md
├── lib/
│   ├── deployment/       # From cfn-deployment
│   └── promotion/        # From cfn-promotion
└── cli/

Migration Paths

Old Path New Path
cfn-deployment/ deployment-lifecycle/lib/deployment/
cfn-promotion/ deployment-lifecycle/lib/promotion/

Version History

1.0.0 (2025-12-02)

  • Consolidated deployment + promotion into unified lifecycle skill

Quick Start

Deploy a skill after it has been approved:

bash $HOME/.claude/skills/cfn-deployment-lifecycle/lib/deployment/deploy.sh --skill <skill-name> --status APPROVED

Promote a skill from staging to production with SLA checks:

bash $HOME/.claude/skills/cfn-deployment-lifecycle/lib/promotion/promote.sh --skill <skill-name> --from staging --to production

Check deployment status for a skill:

bash $HOME/.claude/skills/cfn-deployment-lifecycle/lib/deployment/deploy.sh --skill <skill-name> --status-check