Custom GPT or Gem that specializes in creating Cursor Rules

I’m wondering if anyone has created any GPT or Gem that specializes in creating Cursor project rules and would be willing to share the instructions used for it.

I’m currently using Gemini, so I’ve been playing around with creating a Gem that will ask the user specific questions about the project (i.e. programming language, tech stack, requirements, style guide enforcement, etc.) and then spit out a handful of Cursor project rules that can easily be added into your project.

I have a Gem right now that’s on the right track, but for the life of me I can’t figure out how to instruct it to only output a list of rules where this would look like:

cursor-rule-1

[Rule content 1 that conforms completely to the MDC format]
.
. (more rules)
.
cursor-rule-n

[Rule content n that conforms completely to the MDC format]

My ultimate goal is after the user has a short back and forth discussion with the Gem, the Gem will output a set of effective rules that fit the context of the project, and will direct the agents to follow best practices and stay focused on the project.

I understand there’s already sites that share user generated rules, but I think it’d be cool to have a reliable Gem/GPT to go to every time you begin a new project so that you can quickly generate project rules that will help throughout the whole development process and be focused on the context of your project. I haven’t found one yet though.