Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Custom Cursor Rules MultirepoNew to Visual Studio Code? Get it now.
Custom Cursor Rules Multirepo

Custom Cursor Rules Multirepo

juanmaguitar

|
83 installs
| (0) | Free
An extension for Cursor and VSCode that lets you pull .cursorrules files from a set of repositories
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

⚠️ WARNING: This extension is no longer active and has been superseded by the new Cursor Rules Downloader, which is focused on the new cursor/rules standard for Cursor rules. Please use the new extension for the latest features and updates.

Cursor Rules Extension Multirepo for Cursor and VSCode

Visual Studio Marketplace Version Visual Studio Marketplace Downloads License: MIT

An enhanced fork of Custom Cursor Rules by BeilunYang with additional features for managing multiple cursor rule repositories.

[!IMPORTANT] This extension works with .cursorrules files

New Features in this Fork

  • Support for configurable repository sources via cursorRules.repos setting
    • Repository order in settings determines the order of rules in the Command Palette
"cursorRules.repos": [
    "https://github.com/juanma-ai/my-cursor-rules/tree/main/rules",
    "https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules",
    "https://github.com/tugkanboz/awesome-cursorrules/tree/main/rules"
  ]

[!NOTE] Any repo added to cursorRules.repos must follow the same structure than https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules to organize the rules (e.g: rules/appium-mobile-test-automation-framework/.cursorrules)

  • Source indicator in QuickPick UI showing which repository each rule comes from
  • User prompt to choose between appending or overwriting .cursorrules file
  • Enhanced error handling and typescript definitions

Usage

  • Open the command palette (Cmd+Shift+P or Ctrl+Shift+P) and type "Cursor Rules Multirepo: Add .cursorrules".

  • If a .cursorrule is detected you can overwrite the existing one or append the selected one to the existing one

Contributing

  • Fork the repository.
  • Create a new branch.
  • Make your changes and test locally.
  • Submit a pull request and wait for approval.

Credits

This extension is based on the original work by BeilunYang. Original repository: vscode-cursor-rules

License

MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft