From acb72b53a718fcb5f18dca72c13e2e573b279f43 Mon Sep 17 00:00:00 2001 From: xuhao Date: Sat, 14 Feb 2026 02:35:05 +0800 Subject: [PATCH] docs: add OpenPrism to plugins list --- README.md | 9 +++++++++ data/plugins/openprism.yaml | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 data/plugins/openprism.yaml diff --git a/README.md b/README.md index 6ae75aa..b52a077 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,15 @@ +
+ OpenPrism - Multi-tier drawing plugin for OpenCode +
+ Adds Mermaid diagrams, Matplotlib plots, Plotly interactive charts, and built-in AIGC image generation workflows to OpenCode. +

+ 🔗 View Repository +
+
+
Openskills - Alternative skills manager
diff --git a/data/plugins/openprism.yaml b/data/plugins/openprism.yaml new file mode 100644 index 0000000..a7cff80 --- /dev/null +++ b/data/plugins/openprism.yaml @@ -0,0 +1,4 @@ +name: OpenPrism +repo: https://github.com/SOAR-Robotics-Lab/OpenPrism +tagline: Multi-tier drawing plugin for OpenCode +description: Adds Mermaid diagrams, Matplotlib plots, Plotly interactive charts, and built-in AIGC image generation workflows to OpenCode.