From 952f30b539115c91dc0d69ba457a96c8576191e2 Mon Sep 17 00:00:00 2001 From: MekaretEriker Date: Mon, 18 May 2026 10:33:46 +0200 Subject: [PATCH] docs: add opencode-agent-for-cowork to projects --- data/projects/opencode-agent-for-cowork.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/projects/opencode-agent-for-cowork.yaml diff --git a/data/projects/opencode-agent-for-cowork.yaml b/data/projects/opencode-agent-for-cowork.yaml new file mode 100644 index 0000000..336b592 --- /dev/null +++ b/data/projects/opencode-agent-for-cowork.yaml @@ -0,0 +1,16 @@ +name: opencode-agent for Cowork +repo: https://github.com/MekaretEriker/opencode-agent-for-cowork +tagline: Cowork plugin that turns Claude into an intelligent orchestrator for OpenCode sessions +description: | + A Cowork (Claude desktop) plugin that bridges natural language conversations with OpenCode. + Handles agent routing (build/plan/@general), stall detection, result validation (diff + coherence, tests, build, semantic alignment), per-project operational memory, provider + fallback chain (anthropic → openrouter → openai), and MCP composability with existing + user tools. Ships 8 orchestration skills, 3 scheduled-task recipes, and 1 custom agent + template (cowork-with-github). Install: drag-and-drop .plugin into Cowork. +tags: + - cowork + - orchestration + - claude + - multi-session + - plugin \ No newline at end of file