You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,9 @@ skilld eject vue --name vue
173
173
174
174
# Eject to a custom path
175
175
skilld eject vue --out ./skills/vue/
176
+
177
+
# Only collect releases/issues/discussions since a date
178
+
skilld eject vue --from 2025-07-01
176
179
```
177
180
178
181
The ejected skill contains `SKILL.md` plus a `references/` directory with docs, issues, and releases as real files. Share it via `skilld add owner/repo` — consumers get fully functional skills with no LLM cost.
@@ -188,6 +191,7 @@ The ejected skill contains `SKILL.md` plus a `references/` directory with docs,
188
191
|`--model`|`-m`| config default | LLM model for skill generation (sonnet, haiku, opus, etc.) |
189
192
|`--name`|`-n`|| Custom skill directory name (eject only) |
0 commit comments