create-workflow-from-base

Generate reusable CI/CD workflow YAML from a corporate template.

1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/intartif/demos-agent-skills --skill create-workflow-from-base
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-workflow-from-base
Source: https://github.com/intartif/demos-agent-skills/tree/main/.github/skills/create-workflow-from-base
Command: npx skills add https://github.com/intartif/demos-agent-skills --skill create-workflow-from-base

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Genera y mantiene un workflow reutilizable de CI/Sec/Build/Deploy a partir de la plantilla corporativa, parametrizado por tecnología y con deploy opcional.

Core Features & Use Cases

  • Generación de workflows reutilizables de CI/CD basados en plantillas corporativas, con parametrización por tecnología.
  • Deploy opcional y reglas para activar/desactivar el despliegue mediante run_deploy.
  • Guía de publicación y actualización de workflows en org/workflows para plataformas y equipos.

Quick Start

Pide generar el YAML reutilizable adaptado a tu tecnología y al entorno de despliegue.

Frequently Asked Questions about create-workflow-from-base

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

FAQPage Schema
How do I generate reusable CI/CD workflows from a corporate template?

You generate reusable CI/CD workflows by parameterizing a corporate template with your specific technology, build commands, and deployment configurations. The skill outputs a ready-to-run YAML file and usage examples based on your provided parameters.

Can I disable deployment in a reusable CI/CD workflow?

Yes, you can disable deployment by configuring the run_deploy parameter. This optional deployment rule allows you to activate or deactivate the deployment phase while maintaining the standard CI, security, and build stages.

Does the workflow generation support multiple tech stacks?

Yes, the workflow generation works across multiple tech stacks. You provide the specific technology input alongside your build and deploy commands, and the system adapts the corporate workflow template to fit your stack.

How do I configure custom runners for a CI/CD workflow?

You configure custom runners by providing the runner parameter during workflow generation. This allows you to standardize execution environments across different projects while using the same reusable CI/CD template.

What parameters do I need to create a standardized deployment workflow?

You need to provide tech, runner, build_cmd, deploy_cmd, run_deploy, and secrets parameters. These inputs ensure the generated YAML workflow meets your standardization requirements for CI, security, building, and optional deployment.