devops-infra-scaffold

Generate CI/CD workflows, Dockerfiles, and deployment configurations from a tech stack definition.

25|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/parhumm/jaan-to --skill devops-infra-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-infra-scaffold
Source: https://github.com/parhumm/jaan-to/tree/main/adapters/codex/skillpack/skills/devops-infra-scaffold
Command: npx skills add https://github.com/parhumm/jaan-to --skill devops-infra-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generates CI/CD workflows, Dockerfiles, and deployment configurations from a tech stack definition, reducing manual setup time and human error.

Core Features & Use Cases

  • Generate GitHub Actions workflows for linting, testing, building, and deploying multi-service projects.
  • Produce Dockerfiles for backend and frontend, plus development and production docker-compose configurations.
  • Create environment templates and deployment configurations for common platforms (Vercel, Railway, Fly.io, AWS ECS).

Quick Start

Provide your tech.md context and run the generate command to scaffold the full infrastructure package.

Frequently Asked Questions about devops-infra-scaffold

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

FAQPage Schema
How do I generate GitHub Actions workflows for a multi-service monorepo?

To generate GitHub Actions workflows for a multi-service monorepo, define your tech stack and run the generation command. This produces workflows for linting, testing, building, and deploying, complete with environment-specific guardrails.

Can I automatically create Dockerfiles and docker-compose configurations for my deployment infrastructure?

Yes, you can automatically scaffold Dockerfiles and docker-compose configurations for your deployment infrastructure. The tool generates separate setups for backend and frontend services, covering both development and production environments.

Does this CI/CD scaffolding tool support deployment configurations for platforms like AWS ECS and Vercel?

Yes, this CI/CD scaffolding tool supports deployment configurations for platforms like AWS ECS, Vercel, Railway, and Fly.io. It creates environment templates and deployment configurations tailored to those common hosting targets.

What is the best way to add security scanning and testing guardrails across multiple deployment environments?

The best way to add security scanning and testing guardrails is to generate them via your tech stack definition. This ensures automated checks and environment configurations are applied consistently across your CI/CD pipelines.

How do I start automating infrastructure scaffolding from a tech stack definition?

To start automating infrastructure scaffolding, provide your tech.md context file and run the generate command. This extracts your stack details to output the full infrastructure package, including Dockerfiles and deployment configs.

Why include environment templates when setting up CI/CD workflows for multi-service projects?

Environment templates are included when setting up CI/CD workflows to ensure correct configuration across different deployment targets. They provide necessary guardrails for security and testing specific to each environment.