
Multi agent orchestration or SKILLIFYING implementation.
Hi all,
I am using Github Copilot VScode and CLI.
For the past couple of weeks, I have been using a multi agent orchestration framework that I built. I’ve been tuning its usage and model selection based on the codebases I work with.
**orchestrator**
**planner**
**coder**
**designer**
**tester**
Also lately, I am experiencing SKILLIFY everything like this guy did https://github.com/mattpocock/skills/ and try to implement with skills by changing models automatically in the UI.
- The outcomes are more or less similar but I get faster response when I skillify everything, but the multi agent is more autonomous.
- It's totally obvious that with multi agent orch all agent has their individual context and more autonomous. But do you have any other experience/perpsective Which approach do you guys are using and why?