skillshare v0.19.14 Release Notes
Release date: 2026-05-20
TL;DR
- Gemini → Antigravity — the standalone
geminitarget is now unified underantigravity, with aliases for backward compatibility - Audit improvements — Swift files are now scanned, false positives reduced across publisher claims, dangling links, and external link checks
Unified Gemini and Antigravity Targets
The gemini target has been merged into antigravity. Antigravity (formerly Gemini CLI) now uses the shared skill path ~/.gemini/skills for global mode and .agents/skills for project mode.
If you previously used gemini or gemini-cli as a target name, they continue to work as aliases — no config changes required.
skillshare target add antigravity # canonical name
skillshare target add gemini # still works (alias)
skillshare target add gemini-cli # still works (alias)
skillshare target add antigravity-cli # also works (alias)Audit: Fewer False Positives
Several improvements to the security audit engine reduce noise on legitimate skills:
- Swift support —
.swiftfiles are now included in audit scans - Publisher claims — phrases like "from CSV data" or "from any document" are no longer flagged as organization claims. Only proper names (e.g., "from Acme Corp") trigger the publisher-mismatch check
- Dangling links — bracket placeholders like
[Count] ([Percentage]%)are no longer treated as markdown links. Custom URI schemes (vscode://,jetbrains://, etc.) are recognized as external links regardless of casing - Trusted documentation domains — links to well-known documentation sites (MDN, Apple Developer, Microsoft Learn, etc.) no longer trigger external-link findings
Changelog
- ba7191f Reduce audit false positives
- ddeb8e0 Treat Swift files as audit-scannable
- 3b9cb44 chore: release v0.19.14
- 9a57ca4 fix(audit): handle uppercase URI schemes in dangling-link check
- 3345fd6 refactor: unify gemini and antigravity targets under antigravity
Notes
- Full changelog: https://github.com/runkids/skillshare/blob/main/CHANGELOG.md
- Security model docs: https://skillshare.runkids.cc/docs/guides/security
- Command reference: https://skillshare.runkids.cc/docs/commands