Writing Cursor rules with a Cursor rule
adithyan.io
Writing Cursor rules with a Cursor rule
1–10 of 51 posts
Re: Writing Cursor rules with a Cursor rule
#2Re: Writing Cursor rules with a Cursor rule
#3I’ll give this a try soon. Thanks for sharing!
Re: Writing Cursor rules with a Cursor rule
#4Re: Writing Cursor rules with a Cursor rule
#5Re: Writing Cursor rules with a Cursor rule
#6That was a long preamble to this question: any senior devs out there (20+ years) who enjoy using Cursor? What’s the trick?
Re: Writing Cursor rules with a Cursor rule
#7I have found Cursor to be frustrating and exhausting to work with, even with my rules file. When it works, it’s like magic. But most of the time, it feels like working with a Jr. dev who has a bit of a concussion. Code review is wearying work, and using Cursor means you’re doing a lot of code review. I have never once gotten into a flow state with it. That was a long preamble to this question: any senior devs out the…
Then paste that output into Cursor with Claude 3.7 and have it make the actual code changes and ask it to build/fix errors along the way with yolo mode enabled.
The 2-step process is a lot better since Grok can refer to the entire context of your codebase in one shot and come up with a high quality implementation plan, which is then handed off to Cursor to autonomously make the code changes.
Re: Writing Cursor rules with a Cursor rule
#8I have found Cursor to be frustrating and exhausting to work with, even with my rules file. When it works, it’s like magic. But most of the time, it feels like working with a Jr. dev who has a bit of a concussion. Code review is wearying work, and using Cursor means you’re doing a lot of code review. I have never once gotten into a flow state with it. That was a long preamble to this question: any senior devs out the…
The trick I’ve been using is to copy the entire codebase into a text prompt with Repo Prompt and feed that into Grok with a specific request on what feature / change I want. Then paste that output into Cursor with Claude 3.7 and have it make the actual code changes and ask it to build/fix errors along the way with yolo mode enabled. The 2-step process is a lot better since Grok can refer to the entire context of your…
Re: Writing Cursor rules with a Cursor rule
#9Earlier quoted context omitted.
The trick I’ve been using is to copy the entire codebase into a text prompt with Repo Prompt and feed that into Grok with a specific request on what feature / change I want. Then paste that output into Cursor with Claude 3.7 and have it make the actual code changes and ask it to build/fix errors along the way with yolo mode enabled. The 2-step process is a lot better since Grok can refer to the entire context of your…
Or Gemini Pro
Re: Writing Cursor rules with a Cursor rule
#10Earlier quoted context omitted.
Or Gemini Pro
I don’t know if I’m doing something wrong, but Gemini 2.5 pro was substantially worse coding quality than Grok. Which is surprising since I’m working on a Golang codebase which I had assumed Gemini would excel at given that it’s made by Google