·cursor-agent-supervisor
</>

cursor-agent-supervisor

ypares/agent-skills

Offloading tasks with a well-defined scope to sub-agents, for instance to use a sub-agent to implement a set of specs. Use this skill whenever a task should not need a broad knowledge of the whole project

9Installs·2Trend·@ypares

Installation

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

SKILL.md

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

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.

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

Offloading tasks with a well-defined scope to sub-agents, for instance to use a sub-agent to implement a set of specs. Use this skill whenever a task should not need a broad knowledge of the whole project Source: ypares/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ypares/agent-skills --skill cursor-agent-supervisor
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is cursor-agent-supervisor?

Offloading tasks with a well-defined scope to sub-agents, for instance to use a sub-agent to implement a set of specs. Use this skill whenever a task should not need a broad knowledge of the whole project Source: ypares/agent-skills.

How do I install cursor-agent-supervisor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ypares/agent-skills --skill cursor-agent-supervisor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ypares/agent-skills