Spinediagrams Update

Pull the latest spinediagrams release from GitHub and apply it in-place. Use when the user types /spinediagrams-update, asks to "update spinediagrams", or wants to pull the newest version of the SVG diagram engine.

wasulajr Updated

File contents

spinediagrams update

Pull the latest spinediagrams from GitHub and apply it in-place. No reinstall needed.

When to use

  • "/spinediagrams-update"
  • "update spinediagrams"
  • "pull the latest spinediagrams"
  • "get the newest spinediagrams version"
  • After someone tells you a spinediagrams fix was shipped and they want it

What to do

Run the update script and let its output speak for itself:

bash ~/.claude/spinediagrams/skill/scripts/spinediagrams-update.sh

The script:

  1. git fetches to check for changes
  2. Shows the changelog (commits being pulled)
  3. git pulls and applies in-place

If already up to date it says so and exits cleanly. Don't add commentary unless something failed or the user asks.

Where files live

  • ~/.claude/spinediagrams/skill/scripts/spinediagrams-update.sh — the update script
  • ~/.claude/spinediagrams/skill/scripts/svg_engine.py — the SVG engine
  • ~/.claude/spinediagrams/skill/SKILL.md — the main skill doc
  • ~/.claude/spinediagrams/skill/get-icon/ — icon finder skill
  • Repo: github.com/wasulajr/spinediagrams

wasulajr/spinediagrams/tree/main/skill/spinediagrams-update commit acd4714c52

Frequently asked questions

npx skillmds@latest add wasulajr/spinediagrams-update