freshcrate
Home > AI Agents > opencode-agent-skills

opencode-agent-skills

A dynamic skills plugin for OpenCode that provides tools for loading and using reusable AI agent skills.

Description

A dynamic skills plugin for OpenCode that provides tools for loading and using reusable AI agent skills.

Release History

VersionChangesUrgencyDate
0.6.5Imported from npm (0.6.5)Low4/21/2026
v0.6.5## What's Changed * fix: pin onnxruntime-node to 1.20.1 to fix macOS ARM64 segfault by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/32 * :bookmark: bump version 0.6.4 -> 0.6.5 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/33 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.6.4...v0.6.5Low2/20/2026
v0.6.4## What's Changed * fix: fix YAML parsing and support Claude plugin v2 format by @michelhe in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/29 * :bookmark: bump version 0.6.3 -> 0.6.4 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/30 ## New Contributors * @michelhe made their first contribution in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/29 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-Low1/20/2026
v0.6.3## What's Changed * Bump actions/setup-node from 4 to 6 in the gha group by @dependabot[bot] in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/26 * tweak injected skill evaluation prompt to prevent announcement of decision by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/27 * :bookmark: bump version 0.6.2 -> 0.6.3 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/28 ## New Contributors * @dependabot[Low12/17/2025
v0.6.2## What's Changed * allow skill directory names to differ from frontmatter name by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/24 * :bookmark: bump version 0.6.1 -> 0.6.2 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/25 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.6.1...v0.6.2Low12/13/2025
v0.6.1## What's Changed * filter already loaded skills from dynamic suggestions by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/22 * :bookmark: bump version 0.6.0 -> 0.6.1 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/23 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.6.0...v0.6.1Low12/13/2025
v0.6.0## What's Changed * add preflight check to better enforce skill calling by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/19 * :bookmark: bump version 0.5.0 -> 0.6.0 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/21 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.5.0...v0.6.0Low12/12/2025
v0.5.0## What's Changed * refactor plugin to split into modules by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/16 * rename `find_skills` -> `get_available_skills` for clarity by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/17 * :bookmark: bump version 0.4.1 -> 0.5.0 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/18 **Full Changelog**: https://github.com/joshuadavidthomas/opencLow12/11/2025
v0.4.1## What's Changed * :bookmark: bump version 0.4.0 -> 0.4.1 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/15 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.4.0...v0.4.1Low12/9/2025
v0.4.0## What's Changed * Simplify tool parameters and add recursive script discovery by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/13 * :bookmark: bump version 0.3.3 -> 0.4.0 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/14 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.3.3...v0.4.0Low12/5/2025
v0.3.3## What's Changed * change file and directory detection to `fs.stat` to allow symlinks by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/11 * :bookmark: bump version 0.3.2 -> 0.3.3 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/12 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.3.2...v0.3.3Low12/4/2025
v0.3.2## What's Changed * prevent agent and model switching when injecting synthetic messages by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/9 * :bookmark: bump version 0.3.1 -> 0.3.2 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/10 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.3.1...v0.3.2Low12/1/2025
v0.3.1## What's Changed * preserve model selection when using `noReply` by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/7 * :bookmark: bump version 0.3.0 -> 0.3.1 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/8 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.3.0...v0.3.1Low12/1/2025
v0.3.0## What's Changed * add file listing to use_skill output by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/5 * :bookmark: bump version 0.2.0 -> 0.3.0 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/6 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.2.0...v0.3.0Low11/27/2025
v0.2.0## What's Changed * add attestations to releases by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/2 * add support for superpowers mode by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/3 * :bookmark: bump version 0.1.0 -> 0.2.0 by @joshuadavidthomas in https://github.com/joshuadavidthomas/opencode-agent-skills/pull/4 **Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/compare/v0.1.0...v0.2Low11/26/2025
v0.1.0**Full Changelog**: https://github.com/joshuadavidthomas/opencode-agent-skills/commits/v0.1.0Low11/26/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

@eddiearc/skilltapInstall AI agent skills from any git repository. One repo = one skill tap.0.7.2
skhubCLI for installing AI agent skills from Agent Skill Hub0.6.1
skilledSkill lifecycle manager for AI agent skills — install, sync, upstream, and detect conflicts.0.4.5
agentapproveApprove AI agent actions from your iPhone or Apple Watch0.1.12
@fr-nan-ai/anvilAgent-first CLI — make any project AI-agent compatible0.7.5