Fix Cursor installation docs: replace outdated Rules-based GitHub install with correct terminal commands
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -94,17 +94,16 @@ Add to your project's `.claude/settings.json`:
|
|||||||
|
|
||||||
Cursor has a native skills system (launched Feb 2026) that is directly compatible with the `SKILL.md` format — no rules file needed.
|
Cursor has a native skills system (launched Feb 2026) that is directly compatible with the `SKILL.md` format — no rules file needed.
|
||||||
|
|
||||||
**Option A — GitHub install (recommended):**
|
In a terminal:
|
||||||
1. Open Cursor Settings → Rules
|
|
||||||
2. Click **Add Rule** → **Remote Rule (GitHub)**
|
|
||||||
3. Paste `https://github.com/pablo-mano/Obsidian-CLI-skill`
|
|
||||||
4. Done — the skill auto-triggers on Obsidian-related tasks.
|
|
||||||
|
|
||||||
**Option B — Local copy:**
|
```bash
|
||||||
1. Clone or download this repo
|
git clone --depth 1 https://github.com/pablo-mano/Obsidian-CLI-skill /tmp/Obsidian-CLI-skill
|
||||||
2. Copy the folder into your project: `.cursor/skills/obsidian-cli/`
|
mkdir -p ~/.cursor/skills
|
||||||
(or globally: `~/.cursor/skills/obsidian-cli/`)
|
cp -r /tmp/Obsidian-CLI-skill/skills/obsidian-cli ~/.cursor/skills/obsidian-cli
|
||||||
3. Cursor picks it up automatically — no restart needed.
|
rm -rf /tmp/Obsidian-CLI-skill
|
||||||
|
```
|
||||||
|
|
||||||
|
Cursor picks it up automatically — no restart needed.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user