docs: clarify plugin skill guidance

This commit is contained in:
Dax Raad
2026-08-24 18:10:07 -04:00
parent 0cdd711abf
commit e11b3d08b6
+4 -6
View File
@@ -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)