diff --git a/README.md b/README.md index 6971fb1..ba16066 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,15 @@ Key features: +
+ ForLoop Planner - Autopilot development. Plan with ForLoop agent. Build, Test, Deploy on cloud in one go. +
+ ForLoop offers an all-in-one platform that covers the entire development lifecycle, from initial planning and coding to automated testing and cloud deployment. +

+ 🔗 View Repository +
+
+
Froggy - Hooks and specialized agents
@@ -1075,6 +1084,15 @@ suggestions. All processing stays local by default — no data leaves the machin
+
+ Semantic Anchors - Runtime contract enforcement for safe, traceable AI agents +
+ 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. +

+ 🔗 View Repository +
+
+
Shell Strategy - Avoid interactive shell hangs
@@ -1921,6 +1939,15 @@ template (cowork-with-github). Install: drag-and-drop .plugin into Cowork.
+
+ opencode-handoff-p2p - Transfer OpenCode session share URLs P2P via private GitHub inbox repos +
+ 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. +

+ 🔗 View Repository +
+
+
opencode-kanban - Kanban-style task management for opencode
@@ -2029,6 +2056,15 @@ template (cowork-with-github). Install: drag-and-drop .plugin into Cowork.
+
+ Vestige - Local persistent memory for OpenCode agents +
+ Adds local and project-scoped MCP memory to OpenCode, so agents can remember decisions, preferences, architecture context, and previous fixes across sessions. +

+ 🔗 View Repository +
+
+
Vibe Kanban - Manage AI in parallel
@@ -2104,6 +2140,15 @@ template (cowork-with-github). Install: drag-and-drop .plugin into Cowork.
+
+ RunAPI MCP - MCP server for model API jobs +
+ RunAPI MCP lets coding agents discover models, check pricing, and create image, video, music/audio, text-to-speech, and LLM tasks through RunAPI. +

+ 🔗 View Repository +
+
+
➕ Add a Resource via PR diff --git a/dist/registry.json b/dist/registry.json index a0284d1..168db9e 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -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",