Commit 1072f82
committed
docs(skill): clarify AgentSkills vs. clone-based execution
Add a "Getting the executable scripts" section to the root SKILL.md.
`npx skills add aloth/PowerSkills` only publishes the Markdown skill
definitions into ~\.agents\skills\powerskills\; the .ps1 scripts that
actually do the work are not copied there, which surprised early users.
The new section:
- Explains what AgentSkills installs vs. what it does not.
- Shows the `git clone` command to get a working copy.
- Documents the recommended
`powershell -NoProfile -ExecutionPolicy Bypass -File ...` invocation.
- Recommends storing the path once (either agent-side or as a
POWERSKILLS_ROOT environment variable) to avoid hard-coding it in
every skill call.1 parent 8deeb13 commit 1072f82
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
20 | 44 | | |
21 | 45 | | |
22 | 46 | | |
| |||
0 commit comments