cursor-prompting

Solid

Internal guidance for composing cursor-agent prompts and picking models for coding, review, diagnosis, and research tasks inside the Cursor Claude Code plugin

AI & Automation 32 stars 4 forks Updated 3 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
51
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Cursor Prompting Use this skill when `cursor:cursor-rescue` needs to shape a request before forwarding it to `cursor-agent`. Prompt Cursor like an operator, not a collaborator. Keep prompts compact and block-structured. State the task, the output contract, the follow-through defaults, and the small set of extra constraints that matter. Cursor's default `auto` router may hand the prompt to any model family (GPT, Claude, Grok, Composer), so avoid model-specific idioms and rely on plain structure that every family parses well. Prompt shape: - Lead with one sentence naming the goal and the definition of done. - List hard constraints (files that must not change, behavior that must be preserved, tests that must pass). - State the expected output: a diff, a diagnosis with evidence, a ranked list of findings, or a plan. - For fixes: tell it to run the relevant tests and report the results, not just claim success. - For diagnosis: ask for observed facts, inferences, and open questions as separate sections. - Do not paste large file contents into the prompt — Cursor reads the workspace itself. Model selection (only when the user asks, otherwise leave `auto`): - `auto` — Cursor's server-side router; the right default for most tasks. - Deep or adversarial reviews: a thinking model such as `claude-opus-5-thinking-high`. - Quick, tightly bounded edits: a fast Codex tier such as `gpt-5.3-codex-fast` or `gpt-5.3-codex-low-fast`. - Long-context work across many files: a 1M-context varia...

Details

Author
zebbern
Repository
zebbern/agent-collab
Created
1 years ago
Last Updated
3 weeks ago
Language
JavaScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category