Compose and invoke skills from skills
compose-skills-with-run-skillskillsetup L2★7
tya5/reyn ↗What it does
Compose multiple skills sequentially with automatic data flow between them
Best for
Building multi-step workflows (skill1 → skill2 → skill3) with automatic plumbing
Inputs
- · skill sequence + composition rules
Outputs
- · composed skill output
- · intermediate data flow logs
Requires
- · skill execution engine
- · data mapper
Preconditions
Each skill's outputs structurally compatible with next skill's inputs
Failure modes
Type mismatch between skill outputs/inputs, data loss in mapper, skill execution timeout
Trust signals
- · Data flow compatibility checking