·create-subagents
</>

create-subagents

kyldvs/setup

有关创建、构建和使用 Claude Code 子代理和任务工具的专家指南。在使用子代理、设置代理配置、了解代理如何工作或使用任务工具启动专用代理时使用。

3安装·0热度·@kyldvs

安装

$npx skills add https://github.com/kyldvs/setup --skill create-subagents

SKILL.md

Subagents are specialized Claude instances that run in isolated contexts with focused roles and limited tool access. This skill teaches you how to create effective subagents, write strong system prompts, configure tool access, and orchestrate multi-agent workflows using the Task tool.

Subagents enable delegation of complex tasks to specialized agents that operate autonomously without user interaction, returning their final output to the main conversation.

| Project | .claude/agents/ | Current project only | Highest | | User | /.claude/agents/ | All projects | Lower | | Plugin | Plugin's agents/ dir | All projects | Lowest |

有关创建、构建和使用 Claude Code 子代理和任务工具的专家指南。在使用子代理、设置代理配置、了解代理如何工作或使用任务工具启动专用代理时使用。 来源:kyldvs/setup。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/kyldvs/setup --skill create-subagents
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 create-subagents?

有关创建、构建和使用 Claude Code 子代理和任务工具的专家指南。在使用子代理、设置代理配置、了解代理如何工作或使用任务工具启动专用代理时使用。 来源:kyldvs/setup。

如何安装 create-subagents?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/kyldvs/setup --skill create-subagents 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/kyldvs/setup