v0.4.0 — /tutor-update
A new command for staying current.
Public API
/tutor-update: new command. Compares your installed plugin-cache version against the latest GitHub release and prints the release notes when you're behind, along with the two commands needed to upgrade —/plugin update llm-tutor@llm-tutorfollowed by/reload-plugins. Reports cleanly when you're already on the latest. UsesghCLI when available (no rate limit on the authenticated account),curl+jqas fallback.
Why a check + recipe instead of a "force update"
Mirroring claude-statusline's force-download approach would require writing into ~/.claude/plugins/cache/ and editing installed_plugins.json ourselves — fighting the plugin registry rather than using it. The version-check + recipe pattern is honest about what a skill can do (it cannot invoke other slash commands) and respects the lifecycle Claude Code owns.