opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Support for agentskills.io Standard

Open LeoMartinDev opened this issue 1 week ago • 4 comments

Feature hasn't been suggested before.

  • [x] I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

Current OpenCode skill discovery is limited to fixed paths like .opencode/skill/<name>/SKILL.md and .claude/skills/, requiring skills to live in specific subdirectories . This lacks flexibility for broader standards. The agentskills.io protocol offers a standardized way to package reusable procedural knowledge and capabilities that agents can load on demand.

Example Implementation

# In any repo directory: ./skills/marketing/SKILL.md or ./src/tools/SKILL.md
# Agent prompts: "Use the marketing skill to generate a campaign"
# OpenCode lists: Available skills: marketing (./skills/marketing), git-release (./.opencode/skill/git-release)

LeoMartinDev avatar Jan 07 '26 14:01 LeoMartinDev