From 9154ecfba289e382b5545e83dd5a4623ee0f3fc9 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 20 Jun 2026 01:34:07 +0000
Subject: [PATCH] docs: auto-regenerate README and registry data
---
README.md | 27 +++++++++++++++++++++++++++
dist/registry.json | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/README.md b/README.md
index 09efa61..f395bce 100644
--- a/README.md
+++ b/README.md
@@ -304,6 +304,15 @@
+
+ oc-mnemoria
- Persistent shared memory (hive mind) for OpenCode agents across sessions
+
+ Gives all OpenCode agents a shared persistent memory store where every agent can read and write. Each entry is tagged with the creating agent (plan, build, ask, review) so no context is lost between roles. Powered by the mnemoria Rust engine with hybrid BM25 + semantic search, CRC32 checksum chains, and an append-only binary format. Includes 7 tools and /mn-* slash commands.
+
+ 🔗 View Repository
+
+
+
Oh My Opencode
- Agents & Pre-built tools
@@ -430,6 +439,15 @@
+
+ OpenCode Plan Manager
- AI-Native Implementation Planning for Modern Agentic Workflows
+
+ High-performance, minimalist plugin designed to bridge the gap between complex implementation strategies and autonomous execution. Selective context loading, zero-hallucination schemas, visible filesystem kanban.
+
+ 🔗 View Repository
+
+
+
OpenCode Provider Alias
- Alias and curate OpenCode providers with model metadata from models.dev.
@@ -999,6 +1017,15 @@ Also available for bat and Ghostty in the same repository.
+
+ Python Expert Agent for OpenCode
- Python Expert Agent toolkit for OpenCode with subagents and skills
+
+ A custom configurable agent toolkit includes 1 Primary Custom Agent python-expert with intelligent skill loading, Predefined Specialized Subagents for Code generation, review, testing, and exploration, On-Demand Skills for Python development projects, Context Files for Standards, patterns, and security guidelines.
+
+ 🔗 View Repository
+
+
+
Redstone
- AI-built Minecraft plugins
diff --git a/dist/registry.json b/dist/registry.json
index 7331248..fc9c0d0 100644
--- a/dist/registry.json
+++ b/dist/registry.json
@@ -47,6 +47,18 @@
],
"tags": []
},
+ {
+ "productId": "python-agent",
+ "type": "agents",
+ "displayName": "Python Expert Agent for OpenCode",
+ "repoUrl": "https://github.com/amrahman90/python-expert-agent",
+ "tagline": "Python Expert Agent toolkit for OpenCode with subagents and skills",
+ "description": "A custom configurable agent toolkit includes 1 Primary Custom Agent python-expert with intelligent skill loading, Predefined Specialized Subagents for Code generation, review, testing, and exploration, On-Demand Skills for Python development projects, Context Files for Standards, patterns, and security guidelines.",
+ "scope": [
+ "global"
+ ],
+ "tags": []
+ },
{
"productId": "agent-memory",
"type": "plugins",
@@ -347,6 +359,18 @@
],
"tags": []
},
+ {
+ "productId": "oc-mnemoria",
+ "type": "plugins",
+ "displayName": "oc-mnemoria",
+ "repoUrl": "https://github.com/one-bit/oc-mnemoria",
+ "tagline": "Persistent shared memory (hive mind) for OpenCode agents across sessions",
+ "description": "Gives all OpenCode agents a shared persistent memory store where every agent can read and write. Each entry is tagged with the creating agent (plan, build, ask, review) so no context is lost between roles. Powered by the mnemoria Rust engine with hybrid BM25 + semantic search, CRC32 checksum chains, and an append-only binary format. Includes 7 tools and /mn-* slash commands.",
+ "scope": [
+ "global"
+ ],
+ "tags": []
+ },
{
"productId": "oh-my-opencode",
"type": "plugins",
@@ -601,6 +625,18 @@
],
"tags": []
},
+ {
+ "productId": "opencode-plan-manager",
+ "type": "plugins",
+ "displayName": "OpenCode Plan Manager",
+ "repoUrl": "https://github.com/yurihbm/opencode-plan-manager",
+ "tagline": "AI-Native Implementation Planning for Modern Agentic Workflows",
+ "description": "High-performance, minimalist plugin designed to bridge the gap between complex implementation strategies and autonomous execution. Selective context loading, zero-hallucination schemas, visible filesystem kanban.",
+ "scope": [
+ "global"
+ ],
+ "tags": []
+ },
{
"productId": "opencode-plugin-openspec",
"type": "plugins",