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)