Build Vara Sails blockchain applications
vara-skillsskillsetup L3★17
gear-foundation/vara-skills ↗What it does
Compose and orchestrate reusable skill modules for agent workflows
Best for
When building modular agent workflows where reusable skills reduce duplication and improve testability.
Inputs
- · skill definition (name, description, capability, I/O contract)
- · optional: parent skill reference
Outputs
- · registered skill available to agent orchestration layer
Requires
- · skill registry
- · agent orchestration framework
Preconditions
- · skill definition schema valid
- · no name collision with existing skills
Failure modes
- · I/O contract mismatch breaks downstream task
- · skill depends on missing parent
- · circular dependency in skill composition
Trust signals
- · skill registry enforces contracts
- · parent-child relationships documented