Skip to main content
SkillsFlow lets you define deterministic, multi-step pipelines in workflows/ as YAML. Chain skill:, agent:, and tool: steps with dependency ordering, template data flow, and per-step context via inputs.

SkillsFlow Example

Key Concepts

Execution Pipeline

Steps with depends_on block until their dependencies finish. Steps without depends_on run immediately.

Step Types

SkillsFlow workflows live in the workflows/ directory of your agent repo: version-controlled alongside everything else.

Skills Overview

SKILL.md format and the skill discovery system

Agent Structure

workflows/ directory in the full repo layout

Design Patterns

SkillsFlow and other git-native patterns

CLI

Run and trigger workflows via CLI