Skip to content

Commit 51d9dce

Browse files
committed
Update README and SVG logo for improved visual consistency. Adjust dimensions of the SVG logo and its references throughout the documentation to enhance branding and maintain a cohesive look.
1 parent 2b43389 commit 51d9dce

5 files changed

Lines changed: 101 additions & 11 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="52" height="32" />
1+
# Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="47" height="26" />
22

33
<!-- Pink "er": external SVG via img — GitHub's README sanitizer strips inline SVG, so em-sized SVG does not work on github.com. -->
44

55
![Skiller Hero Banner](docs/images/screenshots/hero.png)
66

77
Install, sync, and manage AI agent skills across your coding agents from one desktop app.
88

9-
## Why Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="39" height="24" />
9+
## Why Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="38" height="21" />
1010

1111
Managing skills separately in every agent is repetitive and error-prone.
12-
Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="26" height="16" /> gives you one control center to:
12+
Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="25" height="14" /> gives you one control center to:
1313

1414
- **See everything at once** — agents, installed skills, and status in one dashboard
1515
- **Install once, sync everywhere** — propagate skills across your agent stack
@@ -19,7 +19,7 @@ Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="26" height="16"
1919

2020
## Supported agents
2121

22-
Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="26" height="16" /> talks to every listed agent natively — dropping a skill into one place propagates it to all of them.
22+
Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="25" height="14" /> talks to every listed agent natively — dropping a skill into one place propagates it to all of them.
2323

2424
<table>
2525
<tr>
@@ -81,15 +81,15 @@ Grab the installer for your OS from the [**latest release**](https://github.com/
8181

8282
| OS | File | Notes |
8383
| --- | --- | --- |
84-
| macOS (Apple Silicon) | `stable-macos-arm64-Skiller.dmg` | Signed + notarized — opens with no Gatekeeper warnings. Open the DMG and drag Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="23" height="14" /> to Applications. |
84+
| macOS (Apple Silicon) | `stable-macos-arm64-Skiller.dmg` | Signed + notarized — opens with no Gatekeeper warnings. Open the DMG and drag Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="22" height="13" /> to Applications. |
8585
| 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". |
8686
| Linux (x64) | `stable-linux-x64-Skiller-Setup.tar.gz` | Extract and run `bin/launcher` from the resulting folder. |
8787

8888
Every release is built and published by the CI matrix in `.github/workflows/release.yml` — tagging `vX.Y.Z` produces all three platforms automatically.
8989

9090
## Auto-updates
9191

92-
Once installed, Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="26" height="16" /> keeps itself current:
92+
Once installed, Skill<img src="docs/images/readme-skiller-er.svg" alt="" width="25" height="14" /> keeps itself current:
9393

9494
- Checks for new versions on launch, then every 6 hours in the background.
9595
- Downloads delta patches (~14 KB typical) when available; falls back to the full bundle if the patch chain breaks.

docs/images/og-skiller.png

747 KB
Loading

docs/images/og-skiller.svg

Lines changed: 74 additions & 0 deletions
Loading

docs/images/readme-skiller-er.svg

Lines changed: 6 additions & 5 deletions
Loading

docs/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@
1313
content="Download Skiller from GitHub — one app to sync skills across your agents."
1414
/>
1515
<meta property="og:type" content="website" />
16+
<meta
17+
property="og:image"
18+
content="https://beautyfree.github.io/skiller-skills-desktop-manager/images/og-skiller.png"
19+
/>
20+
<meta property="og:image:width" content="1200" />
21+
<meta property="og:image:height" content="630" />
22+
<meta
23+
property="og:image:alt"
24+
content="Skiller — rabbit mark and wordmark on a dark background, tagline Your skills HQ"
25+
/>
26+
<meta name="twitter:card" content="summary_large_image" />
27+
<meta
28+
name="twitter:image"
29+
content="https://beautyfree.github.io/skiller-skills-desktop-manager/images/og-skiller.png"
30+
/>
1631
<title>Skiller — download</title>
1732
<link rel="preconnect" href="https://fonts.googleapis.com" />
1833
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

0 commit comments

Comments
 (0)