
Skillfold
- 11 repo stars
- Updated July 27, 2026
- byronxlg/skillfold
skillfold is a YAML-based compiler for multi-agent pipelines that validates typed state and flows at build time and generates native SKILL.md agent files.
About
skillfold is a Claude Code marketplace plugin built around a configuration language and compiler for multi-agent AI pipelines. You declare skills, composed agents, typed state, and conditional flows in skillfold.yaml; the compiler validates coordination problems at build time and emits native SKILL.md files plus orchestrator execution plans. Use it when hand-wired agent markdown starts breaking on renames, dangling routes, or mismatched state fields across growing pipelines.
- YAML pipeline config with typed shared state
- Compile-time checks for reads, writes, cycles, and unreachable nodes
- Outputs native SKILL.md files and Claude Code agent definitions
- Includes 11 reusable skills and /skillfold slash command
Skillfold by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add byronxlg/skillfoldAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 11 |
|---|---|
| Last updated | July 27, 2026 |
| Repository | byronxlg/skillfold ↗ |
How do I wire multiple agents with shared typed state and catch broken reads, writes, cycles, or dangling nodes before runtime?
Declare multi-agent pipelines in YAML, validate typed state and flows at compile time, and emit native SKILL.md files.
Who is it for?
Developers building multi-agent Claude Code pipelines who want compile-time validation and generated orchestrator plans instead of manual markdown wiring.
Skip if: Single-skill projects with no inter-agent state or flows that do not need a coordination compiler.
What you get
Validated pipeline artifacts including SKILL.md files, agent definitions, optional orchestrator plan, and slash commands like run-pipeline.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What does the compiler validate?
Matching state reads and writes, existing transition targets, cycle exit conditions, and parallel write conflicts before output.
What does it generate?
Native SKILL.md files, Claude Code agent markdown, optional orchestrator execution plans, and pipeline slash commands.
Does it require a runtime daemon?
No. Skillfold is compile-time only—declare YAML, run the compiler, and use the generated native agent files.