# 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.

- Skill: `wasulajr/spinediagrams-update` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add wasulajr/spinediagrams-update`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wasulajr/spinediagrams-update/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wasulajr (https://skillmd.com/u/wasulajr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wasulajr/spinediagrams-update

---


# 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
bash ~/.claude/spinediagrams/skill/scripts/spinediagrams-update.sh
```

The script:
1. `git fetch`es to check for changes
2. Shows the changelog (commits being pulled)
3. `git pull`s 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

