Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Convert to Claude Code plugin for automatic version check hook #1

Description

@simons-plugins

Currently the skill relies on a skill.md instruction telling Claude to WebFetch the VERSION file on each /control-page invocation. This works but is slower and less reliable than a proper SessionStart hook.

The GSD plugin (superpowers) distributes a background version check via its plugin hooks/ directory and hooks.json, so all users get it automatically on session start.

Proposed change:

  • Restructure as a Claude Code plugin with hooks.json + session-start hook
  • Background check compares local VERSION against raw.githubusercontent.com/.../main/VERSION
  • Users install via claude plugins add instead of manual git clone
  • Existing skill.md WebFetch fallback can remain for non-plugin installs

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions