@buildinternet/releases-skills 0.36.0 → 0.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/releases-cli/SKILL.md +11 -0
package/package.json
CHANGED
|
@@ -22,6 +22,17 @@ npx @buildinternet/releases search "react"
|
|
|
22
22
|
|
|
23
23
|
The CLI talks to `api.releases.sh` by default — no configuration needed for reader commands.
|
|
24
24
|
|
|
25
|
+
### Refreshing this skill
|
|
26
|
+
|
|
27
|
+
To install or refresh the bundled releases skills (this one + `releases-mcp`, `finding-changelogs`, etc.) for any supported agent:
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
releases skills install # detected agent (auto), current project
|
|
31
|
+
releases skills install -g # user-wide install instead
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Skills are symlinked by default — re-running `releases skills install` refreshes everything atomically.
|
|
35
|
+
|
|
25
36
|
## What this skill covers
|
|
26
37
|
|
|
27
38
|
- **[Reader commands](references/reader.md)** — Search, inspect, and export changelog data. No API key required.
|