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
Replace text-based app name in README with SVG logo for improved visual consistency. Remove outdated SVG file to streamline assets. This update enhances branding and maintains a cohesive look throughout the documentation.
Managing skills separately in every agent is repetitive and error-prone.
10
-
Skill<imgsrc="docs/images/readme-skiller-er.svg"alt="er"width="36"height="24"/> gives you one control center to:
10
+
Skill<svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 48 30"height="1em"width="1.6em"aria-hidden="true"><textx="0"y="23"fill="#ff6eb4"font-family="Georgia,serif"font-size="24"font-weight="400">er</text></svg> gives you one control center to:
11
11
12
12
-**See everything at once** — agents, installed skills, and status in one dashboard
13
13
-**Install once, sync everywhere** — propagate skills across your agent stack
Skill<imgsrc="docs/images/readme-skiller-er.svg"alt="er"width="36"height="24"/> talks to every listed agent natively — dropping a skill into one place propagates it to all of them.
20
+
Skill<svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 48 30"height="1em"width="1.6em"aria-hidden="true"><textx="0"y="23"fill="#ff6eb4"font-family="Georgia,serif"font-size="24"font-weight="400">er</text></svg> talks to every listed agent natively — dropping a skill into one place propagates it to all of them.
21
21
22
22
<table>
23
23
<tr>
@@ -79,15 +79,15 @@ Grab the installer for your OS from the [**latest release**](https://github.com/
79
79
80
80
| OS | File | Notes |
81
81
| --- | --- | --- |
82
-
| macOS (Apple Silicon) |`stable-macos-arm64-Skiller.dmg`| Signed + notarized — opens with no Gatekeeper warnings. Open the DMG and drag Skill<imgsrc="docs/images/readme-skiller-er.svg"alt="er"width="32"height="21" /> to Applications. |
82
+
| macOS (Apple Silicon) |`stable-macos-arm64-Skiller.dmg`| Signed + notarized — opens with no Gatekeeper warnings. Open the DMG and drag Skill<svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 48 30"height="1em"width="1.6em"aria-hidden="true"><textx="0"y="23"fill="#ff6eb4"font-family="Georgia,serif"font-size="24"font-weight="400">er</text></svg> to Applications. |
83
83
| Windows (x64) |`stable-win-x64-Skiller-Setup.zip`| Extract and run `Skiller.exe`. SmartScreen may show a one-time warning — click "More info" → "Run anyway". |
84
84
| Linux (x64) |`stable-linux-x64-Skiller-Setup.tar.gz`| Extract and run `bin/launcher` from the resulting folder. |
85
85
86
86
Every release is built and published by the CI matrix in `.github/workflows/release.yml` — tagging `vX.Y.Z` produces all three platforms automatically.
87
87
88
88
## Auto-updates
89
89
90
-
Once installed, Skill<imgsrc="docs/images/readme-skiller-er.svg"alt="er"width="36"height="24"/> keeps itself current:
90
+
Once installed, Skill<svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 48 30"height="1em"width="1.6em"aria-hidden="true"><textx="0"y="23"fill="#ff6eb4"font-family="Georgia,serif"font-size="24"font-weight="400">er</text></svg> keeps itself current:
91
91
92
92
- Checks for new versions on launch, then every 6 hours in the background.
93
93
- Downloads delta patches (~14 KB typical) when available; falls back to the full bundle if the patch chain breaks.
0 commit comments