github runkids/skillshare v0.19.14

latest release: v0.19.15
12 hours ago

skillshare v0.19.14 Release Notes

Release date: 2026-05-20

TL;DR

  1. Gemini → Antigravity — the standalone gemini target is now unified under antigravity, with aliases for backward compatibility
  2. 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.swift files 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

Contributors

@ildunari

Don't miss a new skillshare release

NewReleases is sending notifications on new releases.