Agent or Chat Prompt Templates

Feature request for product/service

Cursor IDE

Describe the request

I would like to see an option to create a list of template prompts that can be inserted into the prompt text box and customized.

My use case is that I frequently use Cursor to perform a code review on my (or its agents’) changes. I have a specific prompt that I like to use. Instead of saving it in my notes and copying/pasting every time, it would be nice to have a drop-down in the agents pane to select from templates, optionally customize the selected one, and then send the prompt.

Hi @dsinclair!

Thanks for the suggestion! I believe what you’re looking for already exists in some form, though perhaps not exactly as you’ve described:

  • Deeplinks allow you to share prompts with others and automatically inject them into the Composer.
  • Skills can be invoked using /skill-name in the composer. If you define a skill containing your usual prompt, you can trigger it at any time from the chat. While you can’t edit the prompt itself, you can append additional text to fine-tune the behavior.

Hope this helps!