From 75cf68d285bea2f300dd3adf7f6d5de4331d71c0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Jun 2026 04:29:39 +0000 Subject: [PATCH] fix: correct YAML syntax and tagline length validation errors --- README.md | 91 ++++++++++++++++++++ data/agents/server-manager.yaml | 2 +- data/plugins/opencode-arise.yaml | 2 +- dist/registry.json | 141 +++++++++++++++++++++++++++++++ 4 files changed, 234 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5920a4a..1c3cf8a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,15 @@ 🧩 PLUGINS
+
+ @bluelovers/opencode-arise - 「⚔️ ARISE!」 A Solo Leveling themed orchestrator harness for OpenCode +
+ A lightweight, token-efficient orchestrator layer. Enables parallel background task execution in OpenCode. Launch AI agents to work simultaneously on exploration and research while continuing with other tasks. Allows specifying custom models for each_agent via configuration. +

+ 🔗 View Repository +
+
+
aerovato/opencode-quotes-plugin - Display inspirational quotes instead of tips
@@ -151,6 +160,15 @@
+
+ Claude Code Switch (CCS) OpenCode Sync - Claude Code Switch (CCS) to OpenCode sync +
+ An OpenCode plugin that reads your Claude Code Switch (CCS) configuration and automatically syncs the providers into your OpenCode config. +

+ 🔗 View Repository +
+
+
Command Inject - Auto-inject project commands into OpenCode
@@ -259,6 +277,15 @@
+
+ Harness Memory - Persistent project memory - 73 percent fewer tokens than CLAUDE.md, with human review +
+ Auto-captures evidence from tool interactions and materializes memories through a multi-gate pipeline. 4-layer activation engine selects the right memories per context. Replaces CLAUDE.md with structured, searchable, reviewable project memory. Local-first (sql.js WASM), zero cloud dependency. +

+ 🔗 View Repository +
+
+
kibi-opencode - Repo-local, branch-scoped knowledge and traceability for OpenCode
@@ -280,6 +307,16 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
+
+ Lemma - Persistent memory layer for LLMs via MCP - local, zero-dependency, works on all clients +
+ Biological memory model for AI coding agents. Features confidence decay/boost, Fuse.js fuzzy dedup, guide system with usage tracking, cross-references, cumulative backup, virtual session tracking, and universal memory injection via tool descriptions (works on Claude Desktop, Cursor, VS Code, Gemini CLI, opencode, and any MCP client). No API keys, no cloud, fully local JSONL storage. 20 MCP tools, 110 tests, MIT licensed. + +

+ 🔗 View Repository +
+
+
Magic Context - Lossless context management with background compression
@@ -469,6 +506,15 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
+
+ Opencode Models Discovery - Configurable model discovery and filtering without long manual config +
+ OpenCode plugin for discovering models from OpenAI-compatible providers and API gateways, with provider and model filtering so users can avoid maintaining large configs or loading every model at once. +

+ 🔗 View Repository +
+
+
Opencode Notify - Native OS notifications
@@ -634,6 +680,15 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
+
+ opencode-bmad-workflow - BMAD workflow plugin — automates epic, feature, sprint and code review workflows using specialized AI agents +
+ Brings the BMAD (Breakthrough Method of Agile AI-Driven Development) methodology to OpenCode. Provides specialized agents for product management, architecture, development, and QA roles. Automates epic planning, feature breakdown, sprint workflows, and code reviews through a structured multi-agent pipeline. +

+ 🔗 View Repository +
+
+
opencode-mystatus - Check AI subscription quotas
@@ -1095,6 +1150,15 @@ Also available for bat and Ghostty in the same repository.
+
+ server-manager - Non-blocking background server management — start, track, and stop local dev servers without blocking your AI session. +
+ Start, track, and stop local dev servers in the background — without blocking your AI conversation. Supports Node.js, Python, Go, .NET, Java, Rust, PHP and any framework that runs a dev server. JSON state persistence, per-project log files, HTTP health checks, and log tail/grep for debugging. +

+ 🔗 View Repository +
+
+
➕ Add an Agent via PR @@ -1134,6 +1198,15 @@ Also available for bat and Ghostty in the same repository. +
+ AgentDeals - MCP server aggregating free tiers, credits, and referral codes across 1,500+ developer tools +
+ Remote MCP server that surfaces free tiers, credits, trials, and referral codes for developer infrastructure — Railway, Vercel, Fly, OpenAI, Anthropic, and 1,500+ other vendors. Exposes four tools (search_deals, plan_stack, compare_vendors, track_changes) so an agent can find the cheapest way to ship a given stack. Works with opencode via remote URL (https://agentdeals-production.up.railway.app/mcp). Also tracks pricing changes over time. +

+ 🔗 View Repository +
+
+
agenttrace - Local TUI for OpenCode session cost, health, and trace reports
@@ -1405,6 +1478,15 @@ Also available for bat and Ghostty in the same repository.
+
+ Opencode Profile Router - Profile router for auth and selective config isolation +
+ Shell wrapper for OpenCode that selects named profiles by path and can isolate provider login state, config directories, and data roots selectively and independently per profile. +

+ 🔗 View Repository +
+
+
Opencode Session Manager - Session viewer & manager
@@ -1504,6 +1586,15 @@ Also available for bat and Ghostty in the same repository.
+
+ SwarmVault - Local-first RAG knowledge base compiler with bundled skill and MCP server +
+ Turns raw docs, research, and code into a persistent markdown wiki, knowledge graph, and hybrid SQLite FTS + embeddings search. Ships a bundled skill (schema-first, graph-query-first conventions) and an MCP server, so it works with OpenCode, Claude Code, and Codex. Offline heuristic provider by default; optional Ollama for local embeddings. +

+ 🔗 View Repository +
+
+
Tokscale - Token usage tracking CLI
diff --git a/data/agents/server-manager.yaml b/data/agents/server-manager.yaml index 3c693ac..ab3ea0d 100644 --- a/data/agents/server-manager.yaml +++ b/data/agents/server-manager.yaml @@ -1,6 +1,6 @@ name: server-manager repo: https://github.com/workdocyeye/server-manager -tagline: Running npm run dev in an AI terminal blocks the session. This skill adds fully non-blocking background server management. +tagline: Non-blocking background server management — start, track, and stop local dev servers without blocking your AI session. description: Start, track, and stop local dev servers in the background — without blocking your AI conversation. Supports Node.js, Python, Go, .NET, Java, Rust, PHP and any framework that runs a dev server. JSON state persistence, per-project log files, HTTP health checks, and log tail/grep for debugging. scope: - global diff --git a/data/plugins/opencode-arise.yaml b/data/plugins/opencode-arise.yaml index e64a02c..c6ff26f 100644 --- a/data/plugins/opencode-arise.yaml +++ b/data/plugins/opencode-arise.yaml @@ -1,4 +1,4 @@ -name: @bluelovers/opencode-arise +name: "@bluelovers/opencode-arise" repo: https://github.com/bluelovers/opencode-arise tagline: 「⚔️ ARISE!」 A Solo Leveling themed orchestrator harness for OpenCode description: A lightweight, token-efficient orchestrator layer. Enables parallel background task execution in OpenCode. Launch AI agents to work simultaneously on exploration and research while continuing with other tasks. Allows specifying custom models for each_agent via configuration. diff --git a/dist/registry.json b/dist/registry.json index b9a883f..ad69b10 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -59,6 +59,27 @@ ], "tags": [] }, + { + "productId": "server-manager", + "type": "agents", + "displayName": "server-manager", + "repoUrl": "https://github.com/workdocyeye/server-manager", + "tagline": "Non-blocking background server management — start, track, and stop local dev servers without blocking your AI session.", + "description": "Start, track, and stop local dev servers in the background — without blocking your AI conversation. Supports Node.js, Python, Go, .NET, Java, Rust, PHP and any framework that runs a dev server. JSON state persistence, per-project log files, HTTP health checks, and log tail/grep for debugging.", + "scope": [ + "global", + "project" + ], + "tags": [ + "server", + "devops", + "management", + "powershell", + "windows" + ], + "homepageUrl": "https://github.com/workdocyeye/server-manager", + "installation": "Download the entire `server-manager/` folder into your AI coding tool's skills directory:\n- OpenCode: `~/.config/opencode/skills/server-manager/`\n- Claude Code: `~/.claude/skills/server-manager/`\n- Project-level: `.opencode/skills/` or `.claude/skills/` in your project root\n" + }, { "productId": "agent-memory", "type": "plugins", @@ -299,6 +320,18 @@ ], "tags": [] }, + { + "productId": "harness-memory", + "type": "plugins", + "displayName": "Harness Memory", + "repoUrl": "https://github.com/smc2315/harness-memory", + "tagline": "Persistent project memory - 73 percent fewer tokens than CLAUDE.md, with human review", + "description": "Auto-captures evidence from tool interactions and materializes memories through a multi-gate pipeline. 4-layer activation engine selects the right memories per context. Replaces CLAUDE.md with structured, searchable, reviewable project memory. Local-first (sql.js WASM), zero cloud dependency.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "kibi-opencode", "type": "plugins", @@ -329,6 +362,25 @@ ], "tags": [] }, + { + "productId": "lemma", + "type": "plugins", + "displayName": "Lemma", + "repoUrl": "https://github.com/xenitV1/lemma", + "tagline": "Persistent memory layer for LLMs via MCP - local, zero-dependency, works on all clients", + "description": "Biological memory model for AI coding agents. Features confidence decay/boost, Fuse.js fuzzy dedup, guide system with usage tracking, cross-references, cumulative backup, virtual session tracking, and universal memory injection via tool descriptions (works on Claude Desktop, Cursor, VS Code, Gemini CLI, opencode, and any MCP client). No API keys, no cloud, fully local JSONL storage. 20 MCP tools, 110 tests, MIT licensed.\n", + "scope": [ + "global" + ], + "tags": [ + "memory", + "mcp", + "persistence", + "context", + "claude", + "cursor" + ] + }, { "productId": "magic-context", "type": "plugins", @@ -516,6 +568,18 @@ ], "tags": [] }, + { + "productId": "opencode-arise", + "type": "plugins", + "displayName": "@bluelovers/opencode-arise", + "repoUrl": "https://github.com/bluelovers/opencode-arise", + "tagline": "「⚔️ ARISE!」 A Solo Leveling themed orchestrator harness for OpenCode", + "description": "A lightweight, token-efficient orchestrator layer. Enables parallel background task execution in OpenCode. Launch AI agents to work simultaneously on exploration and research while continuing with other tasks. Allows specifying custom models for each_agent via configuration.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-ascii", "type": "plugins", @@ -528,6 +592,18 @@ ], "tags": [] }, + { + "productId": "opencode-bmad-workflow", + "type": "plugins", + "displayName": "opencode-bmad-workflow", + "repoUrl": "https://github.com/Alex-stack-cell/opencode-bmad-workflow", + "tagline": "BMAD workflow plugin — automates epic, feature, sprint and code review workflows using specialized AI agents", + "description": "Brings the BMAD (Breakthrough Method of Agile AI-Driven Development) methodology to OpenCode. Provides specialized agents for product management, architecture, development, and QA roles. Automates epic planning, feature breakdown, sprint workflows, and code reviews through a structured multi-agent pipeline.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-canvas", "type": "plugins", @@ -540,6 +616,18 @@ ], "tags": [] }, + { + "productId": "opencode-ccs-sync", + "type": "plugins", + "displayName": "Claude Code Switch (CCS) OpenCode Sync", + "repoUrl": "https://github.com/JasonLandbridge/opencode-ccs-sync", + "tagline": "Claude Code Switch (CCS) to OpenCode sync", + "description": "An OpenCode plugin that reads your Claude Code Switch (CCS) configuration and automatically syncs the providers into your OpenCode config.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-github-release", "type": "plugins", @@ -643,6 +731,18 @@ ], "tags": [] }, + { + "productId": "opencode-models-discovery", + "type": "plugins", + "displayName": "Opencode Models Discovery", + "repoUrl": "https://github.com/yuhp/opencode-models-discovery", + "tagline": "Configurable model discovery and filtering without long manual config", + "description": "OpenCode plugin for discovering models from OpenAI-compatible providers and API gateways, with provider and model filtering so users can avoid maintaining large configs or loading every model at once.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-mystatus", "type": "plugins", @@ -1323,6 +1423,18 @@ ], "tags": [] }, + { + "productId": "agentdeals", + "type": "projects", + "displayName": "AgentDeals", + "repoUrl": "https://github.com/robhunter/agentdeals", + "tagline": "MCP server aggregating free tiers, credits, and referral codes across 1,500+ developer tools", + "description": "Remote MCP server that surfaces free tiers, credits, trials, and referral codes for developer infrastructure — Railway, Vercel, Fly, OpenAI, Anthropic, and 1,500+ other vendors. Exposes four tools (search_deals, plan_stack, compare_vendors, track_changes) so an agent can find the cheapest way to ship a given stack. Works with opencode via remote URL (https://agentdeals-production.up.railway.app/mcp). Also tracks pricing changes over time.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "agenttrace", "type": "projects", @@ -1696,6 +1808,23 @@ ], "tags": [] }, + { + "productId": "opencode-profile-router", + "type": "projects", + "displayName": "Opencode Profile Router", + "repoUrl": "https://github.com/leolaurindo/opencode-profile-router", + "tagline": "Profile router for auth and selective config isolation", + "description": "Shell wrapper for OpenCode that selects named profiles by path and can isolate provider login state, config directories, and data roots selectively and independently per profile.", + "scope": [ + "global" + ], + "tags": [ + "cli", + "profiles", + "auth", + "routing" + ] + }, { "productId": "opencode-session", "type": "projects", @@ -1827,6 +1956,18 @@ ], "tags": [] }, + { + "productId": "swarmvault", + "type": "projects", + "displayName": "SwarmVault", + "repoUrl": "https://github.com/swarmclawai/swarmvault", + "tagline": "Local-first RAG knowledge base compiler with bundled skill and MCP server", + "description": "Turns raw docs, research, and code into a persistent markdown wiki, knowledge graph, and hybrid SQLite FTS + embeddings search. Ships a bundled skill (schema-first, graph-query-first conventions) and an MCP server, so it works with OpenCode, Claude Code, and Codex. Offline heuristic provider by default; optional Ollama for local embeddings.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "tokscale", "type": "projects",