opencode-skill-scope
v0.1.0
Published
OpenCode TUI sidebar plugin — shows active skills with spinner animation
Downloads
125
Maintainers
Readme
opencode-skill-scope
See which skills are active — right in your sidebar.
▼ Skill Scope
⠹ api-error-design
⠹ git-masterWhat it does
An OpenCode TUI plugin that shows active skills in the sidebar with a spinner animation.
- Skills appear when loaded via the Skill tool
- Braille spinner animates while the AI response is in progress
- Skills disappear when the session goes idle
Install
opencode plugin add opencode-skill-scopeThen restart OpenCode.
How it works
The plugin listens to the TUI event bus:
message.part.updated— detectstool === "skill"withstatus === "running"session.status— clears all skills when status becomesidle
No file polling, no external dependencies. Pure event-driven.
Requirements
- OpenCode >= 1.4.3
