From d7128d5711e87b5a846b54f3d73866f3cee57e91 Mon Sep 17 00:00:00 2001 From: Vincent Hardouin Date: Fri, 6 Mar 2026 10:43:09 +0100 Subject: [PATCH] docs: add opencode-snip plugin --- data/plugins/opencode-snip.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-snip.yaml diff --git a/data/plugins/opencode-snip.yaml b/data/plugins/opencode-snip.yaml new file mode 100644 index 0000000..364ee8f --- /dev/null +++ b/data/plugins/opencode-snip.yaml @@ -0,0 +1,4 @@ +name: opencode-snip +repo: https://github.com/VincentHardouin/opencode-snip +tagline: OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90% +description: Automatically prefixes supported shell commands (git, go, cargo, npm, docker, etc.) with snip to filter output before it reaches your LLM context window.