Why Can't We Agree on a Plugin Format?

I switch between coding assistants from time to time. Sometimes it’s Claude Code, sometimes it’s GitHub Copilot CLI, or occasionally I’m playing with OpenCode on a side project. Each one is good at different things, and I like having the option to switch between them. What I don’t like is the tax I pay every time I move my own plugins between them. The annoying part My plugins aren’t anything fancy. A handful of skills and agents, plus a few MCP servers here and there. Stuff I’ve built up over time and want available wherever I happen to be typing that day. ...

June 4, 2026 · 5 min · Jason Robert

Conductor: Deterministic Routing for Multi-Agent Workflows

Conductor is a CLI my team built for orchestrating multi-agent AI workflows. We’ve been using it on a recent project and building it in the open from the start. I kept putting off this post because I wanted to get the framing right, but at this point I’d rather just get it out there and iterate. What it is Conductor is a CLI for running multi-agent AI workflows defined in YAML. You describe your agents, how they connect, and what conditions determine the next step… then you run it. ...

March 20, 2026 · 4 min · Jason Robert