Cursor Rules to Copilot Joyride Script
Convert Cursor Rules to Copilot configuration, both local and from Awesome Cursor Rules right from inside VS Code with this Joyride Script. When converting you’ll get to select to target Copilot Instructions, Prompts, and Chat modes.
As the Awesome Copilot repository grows you may not always find the configuration you need using the Awesome Copilot VS Code Menu. That’s where this script comes in, because maybe the content you need is available at Awesome Cursor Rules.
Installation Instructions
- Install Joyride from the VS Code Extensions marketplace
- Copy the script below
- In VS Code Command Palette:
Joyride: Create User Script...
- Name it:
cursorrules-to-copilot
- Paste the script in the editor that opens
Usage
- Command Palette:
Joyride: Run User Script...
- Select:
cursorrules_to_copilot.cljs
The script presents a fuzzy searchable menu with Cursor Rules Components files from Awesome Cursor Rules. At the source, cursor rules are most often organized into “tech stack” with several components. Each component corresponds roughly to a problem domain. The menu will present this as a flat list of components and will convert to files named from both the tech stack and the problem domain.
Cursor Rules components do not always translate cleanly to either Copilot Instructions, Prompts, or Chat modes, but it’s a start.
The menus remember their last choice, so you can view the contents or the README of an item first, and then quickly find the same item to install it.
When you have confirmed that you have Copilot configuration that is helpful, consider contributing them to the Awesome Copilot repository.
See also: Awesome Copilot VS Code Menu
Script Source
← Back to Index | Download Script |