cursor-agent-supervisor
Installation
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.