Claude Skill
joshuadavidthomas/opencode-agent-skills
opencode-agent-skills 是一个提供使用代理技能工具的OpenCode插件。直接在OpenCode环境中集成和管理AI代理能力。
概览
仓库信息
安装这个 Skill
git clone https://github.com/joshuadavidthomas/opencode-agent-skills ~/.config/opencode/opencode-agent-skillsRegistry 信息
git clone https://github.com/joshuadavidthomas/opencode-agent-skills ~/.config/opencode/opencode-agent-skillsgit clone https://github.com/joshuadavidthomas/opencode-agent-skills
项目简介
一个提供使用代理技能工具的OpenCode插件,使开发者能够直接在OpenCode环境中集成和管理AI代理能力。
An OpenCode plugin that provides tools for using agent skills
要点
- 与OpenCode无缝集成,管理代理技能
- 提供一套调用和控制代理技能的工具
- 使用TypeScript构建,确保类型安全与可靠性
- 轻量级插件设计,易于采用
- 积极维护,近期持续更新
使用场景
- 在OpenCode工作流中增强AI代理能力
- 在OpenCode内构建基于代理的自定义自动化
- 将第三方AI服务集成为代理技能
- 快速原型开发代理驱动的开发工具
README 摘要
# opencode-agent-skills A dynamic skills plugin for OpenCode that provides tools for loading and using reusable AI agent skills. > [!NOTE] > OpenCode now includes first-party support for agent skills, including native skill discovery and a built-in `skill` tool. For most users, this plugin is no longer necessary. It remains available in maintenance mode for users who depend on its extra behavior, such as automatic semantic skill matching, synthetic context injection, compaction reinjection, Superpowers bootstrapping, and helper tools for reading skill files or running skill scripts. ## Features - **Dynamic skill discovery** - Automatically finds skills from project, user, and plugin directories - **Context injection** - Loads skill content directly into the conversation context - **Compaction resilient** - Skills survive context compaction in long sessions - **Claude Code compatible** - Works with existing Claude Code skills and plugins - **Optional Superpowers integration** - Drop-in support for the [Superpowers](https://github.com/obra/superpowers) workflow ## Requirements - [OpenCode](https://opencode.ai/) v1.0.110 or later ## Installation If you only need standard skill loading, prefer OpenCode's built-in skills support. Install this plugin only if you need one of its additional behaviors. Add to your OpenCode config (`~/.config/opencode/opencode.json`): ```json { "plugin": ["opencode-agent-skills"] } ``` Restart OpenCode and you're ready to go. Optionally, pin to a specific version for stability: ```json { "plugin": ["opencode-agent-skills@0.7.0"] } ``` OpenCode fetches unpinned plugins from npm on each startup; pinned versions are cached and require a manual version bump to update. ### Local Development If you want to customize or contribute:
话题
暂无话题