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
Enhance documentation and improve README layout for Skill<span style="color:#ff6eb4">er</span>.
- Update references to the app name for consistency.
- Add GitHub Pages deployment instructions to DEVELOPMENT.md.
- Refine SEO-focused content in index.html for better discoverability.
- Streamline layout and improve readability across multiple files.
Install, sync, and manage skills across multiple coding agents from one UI.
5
+
Install, sync, and manage AI agent skills across your coding agents from one desktop app.
7
6
8
-
## Why Skiller
7
+
## Why Skill<spanstyle="color:#ff6eb4">er</span>
9
8
10
9
Managing skills separately in every agent is repetitive and error-prone.
11
-
Skiller gives you one control center to:
10
+
Skill<spanstyle="color:#ff6eb4">er</span> gives you one control center to:
12
11
13
12
-**See everything at once** — agents, installed skills, and status in one dashboard
14
13
-**Install once, sync everywhere** — propagate skills across your agent stack
@@ -18,7 +17,7 @@ Skiller gives you one control center to:
18
17
19
18
## Supported agents
20
19
21
-
Skiller talks to every listed agent natively — dropping a skill into one place propagates it to all of them.
20
+
Skill<spanstyle="color:#ff6eb4">er</span> talks to every listed agent natively — dropping a skill into one place propagates it to all of them.
22
21
23
22
<table>
24
23
<tr>
@@ -80,15 +79,15 @@ Grab the installer for your OS from the [**latest release**](https://github.com/
80
79
81
80
| OS | File | Notes |
82
81
| --- | --- | --- |
83
-
| macOS (Apple Silicon) |`stable-macos-arm64-Skiller.dmg`| Signed + notarized — opens with no Gatekeeper warnings. Open the DMG and drag Skiller to Applications. |
82
+
| macOS (Apple Silicon) |`stable-macos-arm64-Skiller.dmg`| Signed + notarized — opens with no Gatekeeper warnings. Open the DMG and drag Skill<spanstyle="color:#ff6eb4">er</span> to Applications. |
84
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". |
85
84
| Linux (x64) |`stable-linux-x64-Skiller-Setup.tar.gz`| Extract and run `bin/launcher` from the resulting folder. |
86
85
87
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.
88
87
89
88
## Auto-updates
90
89
91
-
Once installed, Skiller keeps itself current:
90
+
Once installed, Skill<spanstyle="color:#ff6eb4">er</span> keeps itself current:
92
91
93
92
- Checks for new versions on launch, then every 6 hours in the background.
94
93
- Downloads delta patches (~14 KB typical) when available; falls back to the full bundle if the patch chain breaks.
@@ -98,9 +97,7 @@ The updater points at `github.com/.../releases/latest/download`, so every tagged
98
97
99
98
## For Developers
100
99
101
-
All development, build, and debugging details were moved to:
102
-
103
-
-`[docs/DEVELOPMENT.md](docs/DEVELOPMENT.md)`
100
+
All development, build, and debugging details are in **[docs/DEVELOPMENT.md](docs/DEVELOPMENT.md)**.
Copy file name to clipboardExpand all lines: docs/DEVELOPMENT.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,14 @@ Required repo **Secrets** (Settings → Secrets and variables → Actions) for m
82
82
83
83
Windows/Linux jobs don't need secrets; an unsigned `.exe` will just show a SmartScreen warning the first time a user runs it.
84
84
85
+
### Landing site — GitHub Pages
86
+
87
+
`.github/workflows/pages.yml` publishes the static files in `docs/` (e.g. `index.html`, `images/`) to GitHub Pages on pushes to `main` that touch `docs/**` or the workflow. You can also run the workflow manually (**Actions → Deploy docs to GitHub Pages → Run workflow**).
88
+
89
+
**One-time repo setup:****Settings → Pages → Build and deployment → Source: GitHub Actions.** If Pages was never enabled, the deploy job used to fail at *Setup Pages* with `HttpError: Not Found` when calling the Pages API — enabling Actions as the source fixes that. The workflow sets `enablement: true` on `actions/configure-pages` so a first run may enable Pages automatically when permissions allow.
90
+
91
+
Site URL shape: `https://<owner>.github.io/<repo>/` (for this fork, owner `beautyfree` and repo name from **Settings → General**).
92
+
85
93
### Option 2 — Local Windows VM (Parallels / UTM / Hyper-V)
0 commit comments