Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Releases: malhashemi/opencode-skills

v1.0.0

23 Dec 02:52

Choose a tag to compare

1.0.0 (2025-12-23)

⚠ BREAKING CHANGES

  • This plugin is deprecated. Skills functionality is now built into OpenCode natively.

Documentation

  • deprecate plugin - skills now native in OpenCode v1.0.190+ (#54) (fa75b67)

v0.1.7

12 Dec 01:16
da0442d

Choose a tag to compare

0.1.7 (2025-12-12)

Bug Fixes

  • hotfix: remove exports from internal functions to match v0.1.1 (e4db6bc)

v0.1.1

02 Dec 02:55

Choose a tag to compare

0.1.1 (2025-12-02)

Bug Fixes

  • preserve agent context when loading skills and upgrade SDK to 1.0.126 (b99b164)

v0.1.0

26 Oct 13:51
01ebaed

Choose a tag to compare

0.1.0 (2025-10-26)

⚠ BREAKING CHANGES

  • Requires OpenCode SDK >= 0.15.18

Features

  • config: support ~/.config/opencode/skills as global skills directory (93b7dcd)
  • config: support ~/.config/opencode/skills as global skills directory (ff37006)
  • implement Anthropic message insertion pattern with noReply (#20) (d28fa84)

Bug Fixes

  • only warn if no skills directories were found (#17) (e5a43c0)

v0.0.4

26 Oct 05:07
1955f91

Choose a tag to compare

0.0.4 (2025-10-26)

Bug Fixes

v0.0.3

22 Oct 11:15
a184a94

Choose a tag to compare

0.0.3 (2025-10-22)

What's Changed

Features

  • Add support for XDG config directory - Skills can now be discovered from ~/.config/opencode/skills/ in addition to ~/.opencode/skills/ by @rstacruz in #4

Improvements

  • Remove verbose console logs - Cleaner console output while still showing errors and warnings by @rstacruz in #3
  • Update CONTRIBUTING.md with comprehensive contributor guidelines

Internal

  • Add automated release and changelog workflows
  • Configure Release Please for version management

New Contributors

v0.0.2

22 Oct 11:10

Choose a tag to compare

Initial release with automated publishing workflows