also copy sibling files

This commit is contained in:
Jone 2026-04-07 16:48:47 +02:00
parent 014c3c3016
commit 78a3104bae
Signed by: Jone
GPG key ID: 0D98FD3896C39E90
2 changed files with 63 additions and 5 deletions

View file

@ -22,7 +22,7 @@ Use this skill to install another skill from a local path, a directory, or a Git
- Local `SKILL.md` file
- Local skill directory
- GitHub blob URL to a `SKILL.md` file
- GitHub blob URL to a `SKILL.md` file, including sibling supporting files
## Install script
@ -50,5 +50,7 @@ The installer prompts for:
1. Source path or URL
2. Target scope: repo or global
3. Skill name if it cannot be inferred
4. Whether to copy supporting files
4. Whether to copy supporting files for a local directory source
5. Whether to overwrite an existing install
For GitHub blob URLs, supporting files in the same skill directory are downloaded automatically.