OpenCode That Gets Smarter With Use
OpenCode Skill Evolution is a published npm plugin that tracks which skills you use in which contexts, learns from your patterns, and suggests the right skill at session start — reducing the cognitive overhead of remembering dozens of commands.
How It Works
- Session start — Plugin loads and prepares recommendations based on task context
- During session — Skill invocations are logged automatically
- Session end — Patterns extracted, stale learnings pruned
- Next session — Recommendations improve based on accumulated history
Features
| Feature | Description |
|---|---|
| Proactive Recommendations | Suggests skills at session start |
| Usage Telemetry | Tracks invocations, success rates, and patterns |
| Learning Engine | Extracts patterns from corrections and approvals |
| Semantic Search | k-NN matching using local embeddings |
| Auto-Update Descriptions | Improves skill descriptions based on learning |
Install
opencode plugin opencode-skill-evolution@latest --global
Zero configuration required. Published on npm with CI badges and full test coverage.