スキル一覧に戻る
masharratt

cfn-deployment-lifecycle

by masharratt

Simplified Claude Flow for beginners - AI agent orchestration made easy

14🍴 2📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: cfn-deployment-lifecycle description: "Skill deployment and promotion lifecycle management. Use when transitioning skills from APPROVED to DEPLOYED status, or promoting skills from staging to production with SLA enforcement." version: 1.0.0 tags: [mega-skill, deployment, promotion, lifecycle] status: production

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 PathNew 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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です