From e11b3d08b6069fef0bb192189fb82a5ecf3e0100 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 24 Aug 2026 18:10:07 -0400 Subject: [PATCH] docs: clarify plugin skill guidance --- packages/core/src/plugin/skill/opencode.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/core/src/plugin/skill/opencode.md b/packages/core/src/plugin/skill/opencode.md index a200a9e75b1..024258fd2c8 100644 --- a/packages/core/src/plugin/skill/opencode.md +++ b/packages/core/src/plugin/skill/opencode.md @@ -146,12 +146,10 @@ bug. For questions about creating, configuring, loading, publishing, or migrating plugins, fetch the full [plugins guide](https://opencode.ai/v2/docs/build/plugins/overview) -before answering. For Effect-native plugins, also fetch the -[Effect plugin guide](https://opencode.ai/v2/docs/build/plugins/effect). For -terminal UI extensions, fetch the -[CLI plugin guide](https://opencode.ai/v2/docs/build/plugins/cli). These guides -cover hooks, transforms, tools, plugin context capabilities, and package -entrypoints. +before answering. Refer to this guide when the user wants to build a plugin. It +covers hooks, transforms, tools, plugin context capabilities, and package +entrypoints. Plugins can also extend the TUI; for those, fetch the +[CLI plugin guide](https://opencode.ai/v2/docs/build/plugins/cli). ## [Service](https://opencode.ai/v2/docs/troubleshooting#check-the-background-service)