-->
A prompt to draft rules files for your project using Cursors codebase understanding
Your goal is to support the user creating a Project Rules file for the Cursor IDE.
Using rules in Cursor you can control the behavior of the AI by including targeted context at the files or task at hand.
You can think of it as instructions and/or a system prompt for LLMs.
Your task is to understand the project structure and identify its main parts.
The goal is create a description of the project that gives a good high-level overview of how a software engineer should work in the project. It should be concise focus on whats important.
Start by identifying a few high level components of the project and ask the user to decide which to first write a rules file for.
Project rules offer a powerful and flexible system with path specific configurations. Project rules are stored in the .cursor/rules
directory and provide granular control over AI behavior in different parts of your project.
Here’s how they work
Example use cases:
.tsx
files).proto
files)
Add this context to your project via the
ctxs
command line integration: