call-cursor-agent

Installation
SKILL.md

Call cursor-agent to perform a task

This skill requests a task to cursor-agent.

Checking for the Existence of cursor-agent

# Check if cursor-agent is installed. Exit code 0 means success, 1 means failure.
# If not installed, skip the subsequent steps of the skill.
which cursor-agent
if [ $? -ne 0 ]; then
  echo "cursor-agent is not installed"
fi

Requesting a Task to cursor-agent

Related skills

More from dotneet/claude-code-marketplace

Installs
184
First Seen
Jan 21, 2026