scaffold-service-deploy

Generate GitHub Actions workflows and environment checklists for AWS deployments.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/sswapnil2/ai-config-fintech --skill scaffold-service-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-service-deploy
Source: https://github.com/sswapnil2/ai-config-fintech/tree/main/skills/scaffold-service-deploy
Command: npx skills add https://github.com/sswapnil2/ai-config-fintech --skill scaffold-service-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of multi-repo CI/CD scaffolding that links a service repository to an infrastructure repository for AWS deployments, ensuring gated, compliant workflows and consistent environments.

Core Features & Use Cases

  • Generates service repo build and deploy workflows, and infra repo deploy workflows that coordinate via workflow_dispatch.
  • Enforces OIDC-based authentication and per-environment approvals to prevent unauthorized deployments.
  • Supports ECS Fargate, Lambda, and App Runner targets in the infra deployment plane, paired with /scaffold-terraform.

Quick Start

Run the /scaffold-service-deploy command after preparing the infra scaffold to generate the service and infra workflows, then open PRs to review and merge.

Frequently Asked Questions about scaffold-service-deploy

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

FAQPage Schema
How do I generate GitHub Actions workflows for AWS deployments with manual gates?

To generate GitHub Actions workflows for AWS deployments, this Skill automates the creation of two-stage build and deploy pipelines with manual gates and per-environment approvals. It coordinates service and infrastructure repositories using workflow_dispatch events to ensure compliant releases.

What is OIDC-based authentication for GitHub Actions AWS deployments?

OIDC-based authentication for GitHub Actions AWS deployments is a secure method that uses short-lived tokens instead of long-lived AWS credentials. This Skill enforces OIDC authentication within its generated workflows to prevent unauthorized access to your AWS infrastructure during deployments.

Does scaffold-service-deploy support AWS Lambda and ECS Fargate targets?

Yes, scaffold-service-deploy supports AWS Lambda, ECS Fargate, and App Runner targets within the infrastructure deployment plane. It pairs with a Terraform scaffold to generate the necessary environment checklists and deployment workflows for these compute targets.

Can I deploy directly to production from my service repository using this workflow?

No, you cannot deploy directly to production from the service repository using this workflow. The generated workflows enforce guardrails by requiring staging and production approvals, preventing direct production deployments and ensuring data integrity across environments.

Do I need an existing Terraform scaffold before generating service deployment workflows?

Yes, you need an existing Terraform scaffold before generating service deployment workflows. The Skill requires this infrastructure scaffold to connect the service repository with the infrastructure repository, ensuring the generated GitHub Actions workflows dispatch correctly.

How to automate multi-repo CI/CD pipelines linking service and infrastructure repositories?

To automate multi-repo CI/CD pipelines linking service and infrastructure repositories, run the scaffold command to generate coordinating GitHub Actions workflows. These workflows use workflow_dispatch and OIDC authentication to enforce gated, compliant AWS deployments across both repositories.