The Workflows Index
A CATALOG BY skill-to-workflow

Agent skills,
recompiled as workflows.

The skills people actually install — drawn from skills.sh and ranked by popularity — each one compiled into a multi-agent workflow: independent steps run in parallel, every finding is adversarially verified, and the hand-offs are typed. Same procedure, a fraction of the wall-clock.

/
skills indexed
compiled
parallelised
self-verifying

How a skill becomes a workflow

Each skill is read as a procedure, decomposed into its true dependency graph, and re-emitted as orchestration — then checked before it ships.

01

Ingest

Read the SKILL.md and every bundled reference and script.

02

Decompose

Classify each step: sequential, parallel, per-item, or a finding to verify.

03

Synthesize

Emit a runnable workflow — fan-out, pipeline, adversarial checks, typed hand-offs.

04

Verify

Parse-gate the result and review it before it enters the index.

The compiler is open source — skill-to-workflow. Compile your own with npx github:democra-ai/skill-to-workflow