wshobson/agents

多智能体
工作流

跨 Claude Code、Codex、Cursor、Copilot、Gemini CLI 的多 Agent 插件市场,按语言与领域封装 subagents、skills 与命令。

查看源码

安装与使用

Claude Code 插件市场

跨 Claude Code、Codex CLI、Cursor、OpenCode、Copilot、Gemini CLI 的 多 Agent 插件市场,每个插件自带 agents、skills 与命令。

/plugin marketplace add wshobson/agents

按需安装插件

先添加市场,再按语言或领域安装对应插件(如 python-development、typescript 等),只加载需要的能力。

怎么使用

  • 装上 python-development 插件,用它的性能优化和测试子 Agent。
  • 把代码审查、跑测试拆给不同 subagent 并行处理。
  • 给我的 TypeScript 项目配一套类型与重构相关的 Agent。