ai-docs/assets/skills/README.md
Matt Bruce 20446c5224 feat: auto-discover custom skills from assets/skills/
- 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
2026-02-11 12:11:01 -06:00

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.