The CLI now supports a --skills flag to dynamically inject a comma-separated list of skills when spawning an agent. In addition, the orchestrator (or pichu) now automatically receives the commander skill by default. This makes it much easier to test specific agent capabilities and ensures orchestration agents are properly equipped without extra boilerplate.

Add `--skills` option to agent spawn CLI and auto-load commander for orchestrators - jeffwweee/dev-workspace