cfn-deployment

Automate approved CFN Loop skill deployments with validation and rollback.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cfn-deployment
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/skills/cfn-deployment-lifecycle/lib/deployment
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates safe deployment of skills with validation and rollback.

Core Features & Use Cases

  • Validation before deployment
  • Atomic cross-database transactions
  • Rollback on failure

Quick Start

./scripts/deploy-approved-skills.sh --skill .claude/skills/authentication

Frequently Asked Questions about cfn-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely deploy CloudFormation skills to production with rollback capability?

Atomic deployment pipelines automate safe skill deployment by running validation, schema compliance checks, and executable tests before applying changes. If deployment fails, rollback automatically reverts to the previous version across all databases, ensuring production stability.

What validation checks happen before a CloudFormation deployment?

Pre-deployment validation includes schema compliance verification, name uniqueness checks, version conflict detection, and executable test execution. These checks catch errors before changes reach production, preventing invalid or conflicting skills from deploying.

Can I automate approval workflows for skill deployments across multiple environments?

Yes. The deployment pipeline targets approved CFN Loop skills and applies atomic cross-database transactions with version management and auditing across environments, ensuring consistent, tracked deployments from staging through production.

What happens if a skill deployment fails partway through?

Atomic transactions ensure all-or-nothing execution: if deployment fails, rollback capability automatically reverts all database changes to the previous state, preventing partial or inconsistent deployments across your infrastructure.

How do I audit which skills were deployed and when?

The deployment pipeline implements built-in auditing that tracks all deployments with version management, recording what was deployed, when it changed, and rollback history for compliance and troubleshooting.