Skip to content

Commit 6d5c27a

Browse files
mraiblecursoragent
andcommitted
Drop Remote Rule (GitHub) fallback from Cursor install.
That UI path only imports .mdc rule files, and this repo ships SKILL.md skills, so it would import nothing useful. Keep the single Agent Skills discovery method. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7abed78 commit 6d5c27a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ for skill in /path/to/foundry-skills/skills/*; do
9595
done
9696
```
9797

98-
Use `.agents/skills/` or `.cursor/skills/` inside a project for workspace scope instead. As an alternative to cloning, add the repo through the UI: **Customize → Rules → Add Rule → Remote Rule (GitHub)** and enter the repository URL.
98+
Use `.agents/skills/` or `.cursor/skills/` inside a project for workspace scope instead.
9999

100100
Cursor discovers skills on startup and activates the right one on demand based on your prompt; invoke one explicitly with `/<skill-name>`. Type `/` in Agent chat and confirm the Foundry skills appear.
101101

0 commit comments

Comments
 (0)