deploy-pipeline

Generate CI/CD pipeline configurations for GitHub Actions and GitLab CI.

2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Dokkabei97/forged-claude-code --skill deploy-pipeline-dokkabei97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-pipeline
Source: https://github.com/Dokkabei97/forged-claude-code/tree/main/skills/cto/deploy-pipeline
Command: npx skills add https://github.com/Dokkabei97/forged-claude-code --skill deploy-pipeline-dokkabei97

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of Continuous Integration and Continuous Deployment (CI/CD) pipelines, enabling startups to deploy code frequently and reliably.

Core Features & Use Cases

  • Pipeline Generation: Creates CI/CD configurations for GitHub Actions and GitLab CI.
  • Multi-Platform Support: Offers templates for various stacks like Next.js, FastAPI, and Docker, deploying to platforms like Vercel, AWS, and Railway.
  • Use Case: A new startup needs to set up a CI/CD pipeline for their Next.js application hosted on Vercel. This Skill can generate the necessary GitHub Actions workflow file, including linting, testing, and deployment stages.

Quick Start

Generate a GitHub Actions CI/CD pipeline for a Next.js application deploying to Vercel.

Frequently Asked Questions about deploy-pipeline

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

FAQPage Schema
How do I generate a CI/CD pipeline for a Next.js app deploying to Vercel?

To generate a CI/CD pipeline for Next.js on Vercel, this Skill creates a GitHub Actions workflow file with linting, testing, building, and deployment stages tailored for startup workflows.

Can I use this to set up GitLab CI for a FastAPI backend?

Yes, you can set up GitLab CI for a FastAPI backend. This Skill generates CI/CD configurations supporting various technology stacks, including FastAPI, and automates essential stages like linting and testing for GitLab pipelines.

Does it support deploying Docker containers to AWS ECS or Fargate?

Yes, it supports deploying Docker containers to AWS ECS and Fargate. The Skill generates pipeline configurations that integrate with these AWS deployment targets, automating the build and deployment stages for your containers.

What is the best way to automate GitHub Actions deployments to Railway?

The best way to automate GitHub Actions deployments to Railway is using this Skill to generate the pipeline configuration. It creates the necessary workflow file with automated deployment stages and includes guidance on managing secrets for Railway.

What are the essential stages I need in a CI/CD pipeline?

The essential stages you need in a CI/CD pipeline are linting, testing, building, and deployment. This Skill automates the setup of these core stages to ensure your code is checked, compiled, and deployed reliably.

Does the generated pipeline configuration include guidance on secrets management?

Yes, the generated pipeline configuration includes guidance on secrets management. Along with creating the workflow files for platforms like Vercel and AWS, the Skill provides instructions on securely handling credentials within your CI/CD pipelines.