also copy sibling files
This commit is contained in:
parent
014c3c3016
commit
78a3104bae
2 changed files with 63 additions and 5 deletions
6
.github/skills/skill-installer/SKILL.md
vendored
6
.github/skills/skill-installer/SKILL.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue