cd /projects
OPENCODE_SKILL_EVOLUTION.EXE

OpenCode Skill Evolution

Published npm plugin for OpenCode that learns from your skill usage patterns and proactively suggests relevant skills at session start. Uses local embeddings for semantic matching — no cloud required.

TypeScript OpenCode npm AI Tooling Machine Learning Developer Tools
README.md

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

  1. Session start — Plugin loads and prepares recommendations based on task context
  2. During session — Skill invocations are logged automatically
  3. Session end — Patterns extracted, stale learnings pruned
  4. Next session — Recommendations improve based on accumulated history

Features

FeatureDescription
Proactive RecommendationsSuggests skills at session start
Usage TelemetryTracks invocations, success rates, and patterns
Learning EngineExtracts patterns from corrections and approvals
Semantic Searchk-NN matching using local embeddings
Auto-Update DescriptionsImproves 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.