What problem does it solve?
Mytilus turns shell-like work into readable YAML command documents so you can author, inspect, and revise executable workflows without relying on opaque shell punctuation.
Core Features & Use Cases
- Author pipelines, grouped parallel branches, and command substitution as structured YAML.
- Run YAML files, inline command documents, and interactive REPL sessions with diagram rendering and filesystem-aware execution.
- Use explicit shell fragments, script arguments, placeholder resolution, and VS Code terminal integration when the task needs real system commands.
- Review and explain command documents as data, which makes them easier for humans and agents to maintain together.
Quick Start
Ask the assistant to read a Mytilus YAML document, explain what it will do, and help you run or refactor it for your current task.