deploy-to-github

Community

Automate AWS deployments via GitHub Actions.

Authorsavaki
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually configuring GitHub Actions workflows, CloudFormation templates, and AWS OIDC for continuous deployment to AWS is complex and prone to errors. This Skill automates the entire setup, ensuring your repository is deployment-ready with minimal effort.

Core Features & Use Cases

  • GitHub Actions Workflow Generation: Automatically creates a .github/workflows/deploy.yml file tailored for AWS Deployer.
  • CloudFormation Template Integration: Ensures your cloudformation.template includes all necessary parameters for seamless deployment.
  • Parameter File Creation: Generates base and environment-specific parameter files (cloudformation-params.json, cloudformation-params.dev.json, cloudformation-params.prd.json) for flexible configurations.
  • OIDC Setup Guidance: Provides clear, step-by-step instructions for configuring AWS OIDC and GitHub secrets, securing your CI/CD pipeline.
  • Use Case: Quickly enable CI/CD for any new or existing repository, allowing developers to focus on code rather than deployment configuration.

Quick Start

Run this skill in your repository to instantly generate all necessary GitHub Actions, CloudFormation, and parameter files. Follow the interactive prompts to configure your S3 bucket and AWS region, then complete the guided OIDC setup for secure, automated deployments.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: deploy-to-github
Download link: https://github.com/savaki/savaki-marketplace/archive/main.zip#deploy-to-github

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository