Skip to content

Commit 11775af

Browse files
committed
Fix skills installation paths in docs
Update example paths to use correct skill directories: - .cursor/skills/ (not .cursor/rules/) - .github/skills/ (not .github/copilot-instructions/)
1 parent aa4771a commit 11775af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/skills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Skills install as `SKILL.md` files that AI assistants automatically discover and
1111

1212
## Installation
1313

14-
When you run `npx skills add triggerdotdev/skills`, the CLI detects your installed AI tools and copies the appropriate files to each tool's expected location. For example, `.claude/skills/`, `.cursor/rules/`, `.github/copilot-instructions/`, etc.
14+
When you run `npx skills add triggerdotdev/skills`, the CLI detects your installed AI tools and copies the appropriate files to each tool's expected location. For example, `.claude/skills/`, `.cursor/skills/`, `.github/skills/`, etc.
1515

1616
```bash
1717
npx skills add triggerdotdev/skills

0 commit comments

Comments
 (0)