Rules from GitHub disappeared; "Add from GitHub" option no longer available (Cursor 2.5.26)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After connecting a Cursor rule from a public GitHub repository, the rule disappeared and the option to add or connect rules from GitHub is no longer visible in Cursor settings. On another computer with the same account, the “Add from GitHub” option is still available, so the issue appears specific to this installation. Cursor 2.5.26 (Universal), VSCode 1.105.1, macOS Darwin arm64 25.3.0.

Steps to Reproduce

  • Previously connected a rule from a public GitHub repo via the rules settings.
  • The connected rule stopped appearing in the rules list.
  • Opened Cursor Settings → Rules (or equivalent).
  • The option to add/connect rules from GitHub is no longer shown.
  • On another PC, the same account still shows the “Add from GitHub” option.

Expected Behavior

The option to add or connect rules from a GitHub repository should remain available in settings, and rules connected from a public GitHub repo should stay in the list and continue to work. Behavior should be consistent across installations under the same account.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.5.26 (Universal)
VSCode Version: 1.105.1
Commit: 7d96c2a03bb088ad367615e9da1a3fe20fbbc6a0
Date: 2026-02-26T04:57:56.825Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, your screenshot shows that the “+ New” dropdown only has “User Rule.” That’s expected, the “Add from GitHub” option is only available when a project is open.

How to get it back:

  • Open your project folder in Cursor (File > Open Folder)
  • Go to Cursor Settings > Rules
  • Click “+ New” under Project Rules, you should see “Remote Rule (GitHub)”

Related threads:

Let me know if it still doesn’t show up with a project open.

Version: 2.6.20
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0
rules can not be imported from github,but skills is succes. WHY?

github:GitHub - ilyaml/vibe-coding-rule: Vibe Coding Rules with cursor · GitHub

Hey, this is a known issue with importing rules via GitHub, and the team is aware.

From your screenshot, it looks like the skills like code-review, doc-cleanup, etc. imported fine, but the Rules section is empty. Most likely, during the GitHub import, Cursor finds the SKILL.md files, but it doesn’t pick up the .mdc rules correctly.

A couple things to check:

  1. Make sure the repo has rule files in the right format .mdc, not only skills. Can you share the repo folder structure?
  2. Check if the repo was cloned to ~/.cursor/projects/<workspace-slug>/skills/. If it is, but rules still don’t show up, that matches a confirmed bug.

Workaround: Copy the .mdc files from the repo into .cursor/rules/ in your project folder. That should make Cursor pick them up.

Related thread with the same bug: Remote Rule (GitHub) imports successfully, but valid Skills do not appear under Skills