ci-pipeline-synthesizer

Installation
SKILL.md

CI Pipeline Synthesizer

Overview

Generate production-ready GitHub Actions workflow files for library and package projects with automated build and test stages, dependency caching, and multi-version testing matrices.

Workflow

1. Identify Project Type

Determine the package ecosystem by examining project files:

  • Node.js/npm: package.json present
  • Python: setup.py, pyproject.toml, or requirements.txt present
  • Go: go.mod present
  • Rust: Cargo.toml present

2. Select Template

Installs
19
GitHub Stars
1.2K
First Seen
13 days ago
ci-pipeline-synthesizer — kajisho5/ffmpeg-skill