docs: auto-regenerate README and registry data

This commit is contained in:
github-actions[bot] 2026-06-20 01:34:07 +00:00
parent 0f4be8e3da
commit 9154ecfba2
2 changed files with 63 additions and 0 deletions

View file

@ -304,6 +304,15 @@
</blockquote>
</details>
<details>
<summary><b>oc-mnemoria</b> <img src="https://badgen.net/github/stars/one-bit/oc-mnemoria" height="14"/> - <i>Persistent shared memory (hive mind) for OpenCode agents across sessions</i></summary>
<blockquote>
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.
<br><br>
<a href="https://github.com/one-bit/oc-mnemoria">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Oh My Opencode</b> <img src="https://badgen.net/github/stars/code-yeongyu/oh-my-opencode" height="14"/> - <i>Agents & Pre-built tools</i></summary>
<blockquote>
@ -430,6 +439,15 @@
</blockquote>
</details>
<details>
<summary><b>OpenCode Plan Manager</b> <img src="https://badgen.net/github/stars/yurihbm/opencode-plan-manager" height="14"/> - <i>AI-Native Implementation Planning for Modern Agentic Workflows</i></summary>
<blockquote>
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.
<br><br>
<a href="https://github.com/yurihbm/opencode-plan-manager">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>OpenCode Provider Alias</b> <img src="https://badgen.net/github/stars/baranwang/opencode-provider-alias" height="14"/> - <i>Alias and curate OpenCode providers with model metadata from models.dev.</i></summary>
<blockquote>
@ -999,6 +1017,15 @@ Also available for bat and Ghostty in the same repository.
</blockquote>
</details>
<details>
<summary><b>Python Expert Agent for OpenCode</b> <img src="https://badgen.net/github/stars/amrahman90/python-expert-agent" height="14"/> - <i>Python Expert Agent toolkit for OpenCode with subagents and skills</i></summary>
<blockquote>
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.
<br><br>
<a href="https://github.com/amrahman90/python-expert-agent">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Redstone</b> <img src="https://badgen.net/github/stars/BackGwa/Redstone" height="14"/> - <i>AI-built Minecraft plugins</i></summary>
<blockquote>

36
dist/registry.json vendored
View file

@ -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",