From 1558e895657db10c5a171cca65de600b71f28ed3 Mon Sep 17 00:00:00 2001 From: Edwin Vermeer Date: Sun, 31 May 2026 16:51:36 +0200 Subject: [PATCH] Added the Coding Agent Orchestration resource --- data/resources/coding-agent-orchestration.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/resources/coding-agent-orchestration.yaml diff --git a/data/resources/coding-agent-orchestration.yaml b/data/resources/coding-agent-orchestration.yaml new file mode 100644 index 0000000..a9cad3e --- /dev/null +++ b/data/resources/coding-agent-orchestration.yaml @@ -0,0 +1,4 @@ +name: Coding Agent Orchestration +repo: https://github.com/evermeer/CodingAgentOrchestration +tagline: OpenCode Setup Guide / Orchestration +description: An opinionated but practical handbook that argues for treating AI coding tools as a composable, multi-agent system rather than a single assistant, and then walks through how to implement that mindset using OpenCode's CLI, configuration system, and ecosystem (agents, tools, skills, and plugins).