cursor-agent-development
Installation
SKILL.md
Cursor Agent Development Workflow
This skill guides developers through effective use of cursor-agent (or agent command) for interactive development, project management, and implementing supervised development-verification loops.
Quick Start
# Interactive mode
agent
# Non-interactive mode
agent --print "your prompt"
# Create and resume session
CHAT_ID=$(agent create-chat)
echo $CHAT_ID > .chat_id
agent --resume $(cat .chat_id)