Token导航 LogoToken导航TokenDH.com
AI 工具执行命令github未标认证来源可访问clear审计通过

cursor-agent-supervisorCursor Agent supervisor 命令行

Agent Skill

cursor-agent-supervisor 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,322

周安装

54

GitHub Stars

24

下载量

423
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cursor-agent-supervisor(Cursor Agent supervisor 命令行)
来源仓库:https://github.com/ypares/agent-skills
仓库路径:skills/cursor-agent-supervisor
安装命令:
npx skills add https://github.com/ypares/agent-skills --skill cursor-agent-supervisor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/ypares/agent-skills --skill cursor-agent-supervisor

简介

cursor-agent-supervisor 用于创建和管理Cursor的子代理对话,实现并行任务处理。

  • 适用于分派特定代码修订任务给子代理,并通过UUID跟踪执行状态。
  • 需指定模型和任务描述,系统将启动独立会话并返回唯一标识符供后续调用。
  • 安装前请确认已安装cursor-agent工具并了解可用模型列表。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Agent Supervisor

You can start subagents (e.g. to work on a specific JJ revision) with:

# Create a conversation with a sub-agent:
cursor-agent --print --model <model-name> create-chat  # Prints a conversation uuid

# Give a task to the sub-agent: (command will finish when sub-agent is done)
cursor-agent --print --resume <conversation-uuid> "...description of the subagent's task..."

Model Selection

cursor-agent --print --model unknown-model will print an error that will list available models. Unless you know which model is best for the task, just use sonnet-4.5 by default.

Invocation

Important: Sub-agent tasks can take several minutes. Always use a longer timeout:

# In your Shell tool call, set timeout to 10 minutes
timeout: 600000

The --print flag makes the sub-agent run on its own, and reply only once it is done.

Setting Things up for the Sub-agent

Prepare things up so the agent can focus on its task (eg. if using JJ, don't ask them to run jj commands unless really necessary. Notably run jj edit yourself first to get into the revision where the work should be done). Ideally, the sub-agent should only have to read your instructions, hack on code, run build/tests, hack on code, etc. until your instructions are implemented, and then reply with a final answer. YOU are in charge of bookkeeping, not them. YOU have the big picture, they don't.

Giving Good Instructions

Give the subagent the instructions they will need to complete the task, but do not overwhelm them.

Do:

  • Provide a clear, specific goal
  • List key files to read/modify
  • Specify what "done" looks like
  • Include relevant patterns to follow or reference implementations
  • Tell them which skills to load if needed

Don't:

  • Dump or link to entire skills when they only need a subset
  • Include irrelevant context
  • Leave success criteria ambiguous

Task Description Template

Work on [specific task] in [repo/directory].

**Setup:**
- Skills to load or files to read IN FULL
- Summarized instructions from skills or files, tailored to the task

**Goal:**
[Clear description of what to implement/fix]

**Key files:**
- path/to/main/file.ts - [why it matters]
- path/to/reference.ts - [pattern to follow]

**Requirements:**
- [Specific requirement 1]
- [Specific requirement 2]

**Done when:**
- [Testable criterion 1]
- [Testable criterion 2]
- [e.g., "pnpm -F @pkg lint passes"]

After Sub-agent Completes

Always verify the sub-agent's work:

  1. Check what changed: check the commit/revision diff, and adequation with the task
  2. Review the actual code if the changes are non-trivial
  3. Run verification commands (tests, type-check, lint)
  4. Update task status based on results (if using jj-todo-workflow)

When Things Go Wrong

If the sub-agent:

  • Fails or errors out: Read the output, fix any blocking issues, retry with more context
  • Produces incomplete work: Continue the work yourself or spawn another sub-agent with clarified instructions
  • Goes off track: Review what happened, potentially revert changes, retry with tighter constraints
  • Gets stuck on tooling: May need to provide explicit commands or paths

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.98%
按下载量换算123

windsurf

21.61%
按下载量换算91

trae

15.24%
按下载量换算64

OpenCode

11.52%
按下载量换算49

Codex

7.53%
按下载量换算32

Antigravity

3.14%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/ypares/agent-skills --skill cursor-agent-supervisor;npx skills add ypares/agent-skills --skill "cursor-agent-supervisor" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills