Claude Skill

joshuadavidthomas/opencode-agent-skills

opencode-agent-skills 是一个提供使用代理技能工具的OpenCode插件。直接在OpenCode环境中集成和管理AI代理能力。

概览

Stars221
Forks24
语言TypeScript
最后更新2026-05-09
最近同步2026-06-20
前往 GitHub

仓库信息

拥有者joshuadavidthomas
仓库opencode-agent-skills
完整名称joshuadavidthomas/opencode-agent-skills
Repo ID1,104,796,307

安装这个 Skill

git clone https://github.com/joshuadavidthomas/opencode-agent-skills ~/.config/opencode/opencode-agent-skills

Registry 信息

类型mcp_server
质量分75/100
验证状态readme_parsed
最近验证2026-06-20
平台
ClaudeMCP
能力
pdfmemoryterminalworkflow
识别文件
README.mdpackage.json
配置键
PACKAGE_JSON
安装方式
  • git clone https://github.com/joshuadavidthomas/opencode-agent-skills ~/.config/opencode/opencode-agent-skills
  • git 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:

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-20