Reorder install sections by nativeness; apply Options A/B format to Copilot
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -108,6 +108,20 @@ Cursor has a native skills system (launched Feb 2026) that is directly compatibl
|
||||
|
||||
---
|
||||
|
||||
### GitHub Copilot (VS Code)
|
||||
|
||||
Copilot supports [custom instructions](https://docs.github.com/en/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot) via repository files:
|
||||
|
||||
**Option A — Repository-wide (recommended):**
|
||||
1. Create `.github/copilot-instructions.md` in your repo.
|
||||
2. Paste the body of `SKILL.md` into the file.
|
||||
|
||||
**Option B — Path-scoped:**
|
||||
1. Create `.github/instructions/obsidian-cli.instructions.md`
|
||||
2. Add frontmatter `applyTo: "**/*"` then paste the `SKILL.md` body.
|
||||
|
||||
---
|
||||
|
||||
### Windsurf
|
||||
|
||||
Windsurf uses a Rules system (`.windsurf/rules/`). Rules have a 12,000 character limit per file, so split the skill across two files:
|
||||
@@ -147,20 +161,6 @@ Openclaw loads skills from the `skills/` directory at the project root using the
|
||||
|
||||
---
|
||||
|
||||
### GitHub Copilot (VS Code)
|
||||
|
||||
Copilot supports [custom instructions](https://docs.github.com/en/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot) via repository files:
|
||||
|
||||
**Repository-wide** (applies to all files):
|
||||
1. Create `.github/copilot-instructions.md` in your repo.
|
||||
2. Paste the body of `SKILL.md` into the file.
|
||||
|
||||
**Path-scoped** (optional alternative):
|
||||
1. Create `.github/instructions/obsidian-cli.instructions.md`
|
||||
2. Add frontmatter `applyTo: "**/*"` then paste the `SKILL.md` body.
|
||||
|
||||
---
|
||||
|
||||
### Any Other LLM Agent or Assistant
|
||||
|
||||
`SKILL.md` is a plain Markdown document. For any agent that supports custom system prompts or instructions:
|
||||
|
||||
Reference in New Issue
Block a user