mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 17:56:44 +00:00
Implement the Agent Skills standard (agentskills.io) for extending agent capabilities with procedural knowledge packages. - Add Skill module with discovery, parsing, and validation - Load skills from .opencode/skill/ (via Config.directories) - Load skills from .claude/skills/ (via Filesystem.up) - Inject available skills into system prompt as XML block - Add 11 tests covering discovery, validation, and error cases