From 9c4ea8a9477cd99cfd8fce7197e250910e9530c1 Mon Sep 17 00:00:00 2001 From: Shihyu Ho Date: Tue, 17 Mar 2026 18:00:27 +0800 Subject: [PATCH] docs: add command-inject plugin --- data/plugins/command-inject.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/command-inject.yaml diff --git a/data/plugins/command-inject.yaml b/data/plugins/command-inject.yaml new file mode 100644 index 0000000..d3e28fa --- /dev/null +++ b/data/plugins/command-inject.yaml @@ -0,0 +1,4 @@ +name: Command Inject +repo: https://github.com/shihyuho/opencode-command-inject +tagline: Auto-inject project commands into OpenCode +description: Automatically discovers and injects Makefile targets, npm/pnpm/yarn/bun scripts, and local skills at startup. Type / to see and run all project commands.