- setup.sh skills command now does two things: 1. Installs registry skills from <platform>-skills.txt 2. Auto-discovers and copies custom skill folders from assets/skills/ - Added SKILLS_DIR config (default: ~/.copilot/skills/) - Added download_dir_to helper for copying skill folders remotely - Created assets/skills/ for team-maintained custom skills
16 lines
342 B
Markdown
16 lines
342 B
Markdown
# Custom Skills
|
|
|
|
Drop skill folders here. Each folder should contain a `SKILL.md` file.
|
|
|
|
```
|
|
assets/skills/
|
|
my-custom-skill/
|
|
SKILL.md
|
|
references/ (optional)
|
|
another-skill/
|
|
SKILL.md
|
|
```
|
|
|
|
The setup script auto-discovers and installs every folder in this directory.
|
|
No manifest to update — just add the folder and push.
|