runex
Installation
SKILL.md
Runex Workflow Engine
Runex is a single-binary Elixir workflow orchestrator. It parses TOML (primary) and YAML workflow definitions, builds a DAG of steps, and executes them via pluggable drivers (shell, mise, nushell). It runs in standalone mode (SQLite) or peered mode (Postgres).
When to Use This Skill
Activate when:
- Submitting workflows via the Runex REST API
- Authoring or modifying TOML/YAML workflow files
- Creating or updating workflow bundles
- Inspecting run status or step logs for debugging
- Configuring workflow path resolution (
RUNEX_WORKFLOW_PATH,RUNEX_WORKFLOWS_DIR) - Running
mise tasksto discover repo-level helpers that wrap Runex operations
Scripts
This skill provides versioned Nushell scripts for direct API interaction. Scripts are in scripts/0.1.0/.