docs: auto-regenerate README and registry data
Some checks are pending
Auto-Generate README / generate (push) Waiting to run

This commit is contained in:
github-actions[bot] 2026-07-02 13:15:18 +00:00
parent d722e20ea4
commit 5cd1a9baaf
2 changed files with 119 additions and 0 deletions

View file

@ -291,6 +291,15 @@ Key features:
</blockquote>
</details>
<details>
<summary><b>ForLoop Planner</b> <img src="https://badgen.net/github/stars/forloop-cc/forloop-opencode-plugin-planner" height="14"/> - <i>Autopilot development. Plan with ForLoop agent. Build, Test, Deploy on cloud in one go.</i></summary>
<blockquote>
ForLoop offers an all-in-one platform that covers the entire development lifecycle, from initial planning and coding to automated testing and cloud deployment.
<br><br>
<a href="https://github.com/forloop-cc/forloop-opencode-plugin-planner">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Froggy</b> <img src="https://badgen.net/github/stars/smartfrog/opencode-froggy" height="14"/> - <i>Hooks and specialized agents</i></summary>
<blockquote>
@ -1075,6 +1084,15 @@ suggestions. All processing stays local by default — no data leaves the machin
</blockquote>
</details>
<details>
<summary><b>Semantic Anchors</b> <img src="https://badgen.net/github/stars/JensGrote/opencode-semantic-anchors" height="14"/> - <i>Runtime contract enforcement for safe, traceable AI agents</i></summary>
<blockquote>
Runtime steering plugin that enforces behavioral contracts via plugin hooks. Monitors chat messages and tool calls against configurable rules, supports BLOCK/WARN modes, built-in profiles (socratic, architecture), step confirmation intervals, override mechanism, dynamic role switching, and Zod-validated YAML configuration.
<br><br>
<a href="https://github.com/JensGrote/opencode-semantic-anchors">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Shell Strategy</b> <img src="https://badgen.net/github/stars/JRedeker/opencode-shell-strategy" height="14"/> - <i>Avoid interactive shell hangs</i></summary>
<blockquote>
@ -1921,6 +1939,15 @@ template (cowork-with-github). Install: drag-and-drop .plugin into Cowork.
</blockquote>
</details>
<details>
<summary><b>opencode-handoff-p2p</b> <img src="https://badgen.net/github/stars/Eldorado-ling/opencode-handoff-p2p" height="14"/> - <i>Transfer OpenCode session share URLs P2P via private GitHub inbox repos</i></summary>
<blockquote>
An OpenCode skill that transfers session share URLs between machines or collaborators peer-to-peer using personal GitHub private inbox repositories. Features a 5-tier verification pipeline (filename regex, trusted-sender allowlist, byte-level content validation, GitHub commit author+committer attribution, GPG signature), transactional fetch-before-delete (URL fetch failure preserves the inbox file for retry), and a Chinese-language trust-boundary preamble that prevents fetched share content from autonomously triggering local actions. Each user owns one private inbox repo; senders push directly into it via collaborator access. Includes a reference Python verification script for deterministic cross-shell behavior.
<br><br>
<a href="https://github.com/Eldorado-ling/opencode-handoff-p2p">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>opencode-kanban</b> <img src="https://badgen.net/github/stars/qrafty-ai/opencode-kanban" height="14"/> - <i>Kanban-style task management for opencode</i></summary>
<blockquote>
@ -2029,6 +2056,15 @@ template (cowork-with-github). Install: drag-and-drop .plugin into Cowork.
</blockquote>
</details>
<details>
<summary><b>Vestige</b> <img src="https://badgen.net/github/stars/samvallad33/vestige" height="14"/> - <i>Local persistent memory for OpenCode agents</i></summary>
<blockquote>
Adds local and project-scoped MCP memory to OpenCode, so agents can remember decisions, preferences, architecture context, and previous fixes across sessions.
<br><br>
<a href="https://github.com/samvallad33/vestige">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Vibe Kanban</b> <img src="https://badgen.net/github/stars/BloopAI/vibe-kanban" height="14"/> - <i>Manage AI in parallel</i></summary>
<blockquote>
@ -2104,6 +2140,15 @@ template (cowork-with-github). Install: drag-and-drop .plugin into Cowork.
</blockquote>
</details>
<details>
<summary><b>RunAPI MCP</b> <img src="https://badgen.net/github/stars/runapi-ai/mcp" height="14"/> - <i>MCP server for model API jobs</i></summary>
<blockquote>
RunAPI MCP lets coding agents discover models, check pricing, and create image, video, music/audio, text-to-speech, and LLM tasks through RunAPI.
<br><br>
<a href="https://github.com/runapi-ai/mcp">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<br>
<a href="https://github.com/awesome-opencode/awesome-opencode/blob/main/contributing.md"><b> Add a Resource via PR</b></a>
</details>

74
dist/registry.json vendored
View file

@ -408,6 +408,18 @@
"installation": "### Method 1: curl (recommended)\n```bash\ncurl -fsSL https://raw.githubusercontent.com/DVNghiem/flowdeck/main/install.sh | bash\n```\n\n### Method 2: npx\n```bash\nnpx @dv.nghiem/flowdeck install\n```\n\nCore workflow commands:\n- `/fd-new-project` — Bootstrap a new project with PROJECT.md, ROADMAP.md, STATE.md\n- `/fd-discuss` — Pre-planning structured Q&A to capture decisions\n- `/fd-plan` — Generate a wave-structured execution plan from decisions\n- `/fd-new-feature` — Implement a feature with TDD discipline and parallel agents\n- `/fd-checkpoint` — Save a session checkpoint to STATE.md\n- `/fd-resume` — Reload STATE.md and PLAN.md to continue interrupted session\n",
"minVersion": "1.0.0"
},
{
"productId": "forloop-planner",
"type": "plugins",
"displayName": "ForLoop Planner",
"repoUrl": "https://github.com/forloop-cc/forloop-opencode-plugin-planner",
"tagline": "Autopilot development. Plan with ForLoop agent. Build, Test, Deploy on cloud in one go.",
"description": "ForLoop offers an all-in-one platform that covers the entire development lifecycle, from initial planning and coding to automated testing and cloud deployment.",
"scope": [
"global"
],
"tags": []
},
{
"productId": "froggy",
"type": "plugins",
@ -1588,6 +1600,18 @@
],
"tags": []
},
{
"productId": "semantic-anchors",
"type": "plugins",
"displayName": "Semantic Anchors",
"repoUrl": "https://github.com/JensGrote/opencode-semantic-anchors",
"tagline": "Runtime contract enforcement for safe, traceable AI agents",
"description": "Runtime steering plugin that enforces behavioral contracts via plugin hooks. Monitors chat messages and tool calls against configurable rules, supports BLOCK/WARN modes, built-in profiles (socratic, architecture), step confirmation intervals, override mechanism, dynamic role switching, and Zod-validated YAML configuration.",
"scope": [
"global"
],
"tags": []
},
{
"productId": "shell-strategy",
"type": "plugins",
@ -2323,6 +2347,18 @@
],
"tags": []
},
{
"productId": "opencode-handoff-p2p",
"type": "projects",
"displayName": "opencode-handoff-p2p",
"repoUrl": "https://github.com/Eldorado-ling/opencode-handoff-p2p",
"tagline": "Transfer OpenCode session share URLs P2P via private GitHub inbox repos",
"description": "An OpenCode skill that transfers session share URLs between machines or collaborators peer-to-peer using personal GitHub private inbox repositories. Features a 5-tier verification pipeline (filename regex, trusted-sender allowlist, byte-level content validation, GitHub commit author+committer attribution, GPG signature), transactional fetch-before-delete (URL fetch failure preserves the inbox file for retry), and a Chinese-language trust-boundary preamble that prevents fetched share content from autonomously triggering local actions. Each user owns one private inbox repo; senders push directly into it via collaborator access. Includes a reference Python verification script for deterministic cross-shell behavior.",
"scope": [
"global"
],
"tags": []
},
{
"productId": "opencode-history-search",
"type": "projects",
@ -2637,6 +2673,28 @@
],
"tags": []
},
{
"productId": "vestige",
"type": "projects",
"displayName": "Vestige",
"repoUrl": "https://github.com/samvallad33/vestige",
"tagline": "Local persistent memory for OpenCode agents",
"description": "Adds local and project-scoped MCP memory to OpenCode, so agents can remember decisions, preferences, architecture context, and previous fixes across sessions.",
"scope": [
"global",
"project"
],
"tags": [
"mcp",
"memory",
"local-first",
"opencode",
"ai-agents"
],
"homepageUrl": "https://github.com/samvallad33/vestige",
"installation": "npm install -g vestige-mcp-server@latest\nnpx @vestige/init\n",
"minVersion": "1.16.2"
},
{
"productId": "vibe-kanban",
"type": "projects",
@ -2727,6 +2785,22 @@
],
"tags": []
},
{
"productId": "runapi-mcp",
"type": "resources",
"displayName": "RunAPI MCP",
"repoUrl": "https://github.com/runapi-ai/mcp",
"tagline": "MCP server for model API jobs",
"description": "RunAPI MCP lets coding agents discover models, check pricing, and create image, video, music/audio, text-to-speech, and LLM tasks through RunAPI.",
"scope": [
"global"
],
"tags": [
"mcp-server",
"model-api",
"media-generation"
]
},
{
"productId": "ayu-dark",
"type": "themes",