vela-stages
CommunityParallel execution with Vela stages.
Authorryanmr
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the need for efficient parallel execution of tasks within CI/CD pipelines, enabling faster build and deployment cycles by running independent jobs concurrently.
Core Features & Use Cases
- Parallel Stage Execution: Run multiple stages of your pipeline simultaneously to reduce overall build time.
- Dependency Management: Define explicit dependencies between stages using the
needskey, ensuring correct execution order. - Stage Isolation: Use the
independentkey to prevent a stage's failure from halting unrelated parallel stages, crucial for monorepos. - Compile-Time Pruning: Understand how rulesets can cause entire stages to be removed before execution, and how to manage
needsdependencies accordingly. - Use Case: In a monorepo, you can have separate stages for building and testing the backend and frontend applications, running them in parallel. A subsequent deployment stage would then wait for both to complete successfully.
Quick Start
Use the vela-stages skill to define a pipeline with two parallel stages, 'build' and 'test', where 'deploy' depends on both.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: vela-stages Download link: https://github.com/ryanmr/vela-skills/archive/main.zip#vela-stages Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.