hybrid-ci
Installation
SKILL.md
Hybrid CI
Teach agents how to set up and maintain CI/CD pipelines for projects that combine Rust and Node.js, built with GitHub Actions.
When to Use This Skill
Activate when any of the following are true:
- The repository has both
Cargo.tomlandpackage.json - Working with
.github/workflows/in a Rust+Node project - Setting up cross-platform builds or CI pipelines
- Debugging CI failures involving Rust or pnpm
Architecture
A typical hybrid CI has two parallel build tracks that merge at publish time:
┌─────────────┐ ┌──────────────────┐
Related skills