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)
Installs
6
GitHub Stars
7
First Seen
Mar 16, 2026
cursor-agent-development — trotsky1997/my-claude-agent-skills