call-cursor-agent

Call cursor-agent to perform a task

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "call-cursor-agent" with this command: npx skills add dotneet/claude-code-marketplace/dotneet-claude-code-marketplace-call-cursor-agent

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

If the model is not specified, the default model is composer-1.

model=composer-1 cursor-agent --model=$model <<EOT {task_description} EOT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

typescript-react-reviewer

No summary provided by upstream source.

Repository SourceNeeds Review
-2.1K
dotneet
Coding

code-modularization-evaluator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

prompt-improver

No summary provided by upstream source.

Repository SourceNeeds Review