fix: use registry format for skills instead of raw URLs
The skills CLI resolves packages via owner/repo@skill format. No need for full GitHub URLs or --skill flags.
This commit is contained in:
parent
086c63bf21
commit
840065a4bb
@ -1,4 +1,5 @@
|
||||
# iOS Skills
|
||||
# Each line is passed to: npx skills add <line>
|
||||
# Format: owner/repo@skill (from npx skills find)
|
||||
|
||||
https://github.com/avdlee/swiftui-agent-skill --skill swiftui-expert-skill
|
||||
avdlee/swiftui-agent-skill@swiftui-expert-skill
|
||||
|
||||
@ -59,7 +59,7 @@ Skills files are plain text. Each non-empty, non-comment line is passed to `npx
|
||||
|
||||
```text
|
||||
# iOS Skills
|
||||
https://github.com/avdlee/swiftui-agent-skill --skill swiftui-expert-skill
|
||||
avdlee/swiftui-agent-skill@swiftui-expert-skill
|
||||
```
|
||||
|
||||
### Sync Workflow
|
||||
@ -100,7 +100,7 @@ The CLI runs via `npx`, so you do not need a global install.
|
||||
### Example Install Entry
|
||||
Add one line to the platform file (e.g., `ios-skills.txt`):
|
||||
```text
|
||||
https://github.com/avdlee/swiftui-agent-skill --skill swiftui-expert-skill
|
||||
avdlee/swiftui-agent-skill@swiftui-expert-skill
|
||||
```
|
||||
|
||||
### Notes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user