Prompts were previously defined in a
.prompt
file format, but for
consistency we now recommend using the same Markdown format as
rules and adding alwaysApply: false
to the frontmatter so
that they are manually triggered.Quick Start: How to Create Your First Prompt File
Below is a quick example of setting up a prompt file:- Create a folder called
.continue/rules
at the top level of your workspace - Add a file called
review-prompt.md
to this folder. - Write the following contents to
review-prompt.md
and save.
review-prompt.md
Example Prompt Templates for Common Use Cases
Below are more examples to get you started. You can also visit the Hub to explore prompts or create your own.How to Create a Security Review Prompt
security-review.md
How to Create a Prompt That References Existing Files
typeorm-entity-generator.md