zendev-shzendev-shOfficialยท1 Agent Skills Included

zenflow

Declarative YAML multi-agent workflow engine for Go

Runs multi-step LLM workflows from declarative YAML files with branching, loops, conditions, and retries. Coordinates multiple agents through a central router with race-safe message delivery and live progress narration. Validates workflows before execution and connects to any model provider, eliminating manual pipeline scripting.
npx skills add zendev-sh/zenflow --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install zenflow?โ–ผ

Run `npx skills add zendev-sh/zenflow --all -g -y` in your terminal to install this skill globally.

What does zenflow do?โ–ผ

zenflow runs multi-step LLM workflows defined in YAML, coordinating multiple agents through a central router with dependencies, loops, and conditions.

Which AI providers does zenflow support?โ–ผ

It works with any provider the goai SDK supports, including Google Gemini, AWS Bedrock, Azure, and OpenAI-compatible endpoints.

Can zenflow run workflows without writing Go code?โ–ผ

Yes. You define workflows in plain YAML files and run them with the zenflow CLI using commands like flow, goal, or agent.

Does zenflow support MCP tools?โ–ผ

Yes. It reads a Claude-compatible settings.json file and exposes every declared MCP server's tools directly to your agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’