version
SkillDev toolsPrint the installed GSD plugin version and check online for updates
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the version skill
What this skill tells your AI
The instructions your AI receives, as published by buildomator/buildomator in skills/version/SKILL.md and read by ahel’s review.
Run this and relay its output verbatim; add nothing.
PJ="${CLAUDE_PLUGIN_ROOT:+$CLAUDE_PLUGIN_ROOT/.claude-plugin/plugin.json}"; [ -f "$PJ" ] || PJ=$(ls -d "$HOME"/.claude/plugins/cache/gsd-plugin/gsd/*/.claude-plugin/plugin.json 2>/dev/null|sort -V|tail -1)
CUR=$(grep -m1 '"version"' "$PJ" 2>/dev/null|grep -oE '[0-9]+\.[0-9]+\.[0-9]+'); LAT=$(git ls-remote --tags --refs https://github.com/buildomator/buildomator 2>/dev/null|grep -oE '[0-9]+\.[0-9]+\.[0-9]+$'|sort -V|tail -1)
echo "GSD plugin: ${CUR:-unknown} (latest: ${LAT:-could not check})"
if [ -n "$LAT" ] && [ "$CUR" != "$LAT" ] && [ "$(printf '%s\n%s' "$CUR" "$LAT"|sort -V|tail -1)" = "$LAT" ]; then echo "Update available: /plugins -> Marketplace -> refresh gsd-plugin -> Esc x2, then /reload-plugins"; fi
Signals
- GitHub stars
- 86
- Forks
- 12
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
version- Source
- github.com/buildomator/buildomator