Skip to content

Add skillfold - YAML pipeline compiler for multi-agent teams#125

Closed
byronxlg wants to merge 2 commits intoVoltAgent:mainfrom
byronxlg:add-skillfold
Closed

Add skillfold - YAML pipeline compiler for multi-agent teams#125
byronxlg wants to merge 2 commits intoVoltAgent:mainfrom
byronxlg:add-skillfold

Conversation

@byronxlg
Copy link
Copy Markdown

@byronxlg byronxlg commented Mar 21, 2026

What

Adds skillfold to the Meta & Orchestration category (09).

Skillfold is a YAML pipeline compiler for multi-agent AI teams. It is the only compile-time entry in Meta & Orchestration - every other entry is a runtime tool. Skillfold takes declarative YAML config and compiles it into standard SKILL.md files. No runtime, no daemon - YAML in, Markdown out.

Features

  • Skill composition (atomic skills combined into agent profiles)
  • Typed state schema with validation
  • Team flow with conditional routing, loops, and parallel map
  • Orchestrator generation from flow definition
  • Claude Code integration (--target claude-code, plugin packaging, agent adoption)
  • CI integration (--check flag for verifying compiled output is current)

Changes

  1. categories/09-meta-orchestration/skillfold.md - New entry file with installation, core concepts, config example, and CLI reference
  2. categories/09-meta-orchestration/README.md - Added skillfold in alphabetical order (between performance-monitor and task-distributor), updated Quick Selection Guide table, added Pipeline Compilation pattern
  3. README.md - Added skillfold in alphabetical order under Meta & Orchestration (between pied-piper and task-distributor)

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant