ronsleyvaz

Friday Upgrade — Development skill for Claude Code

Development community

Checks whether a newer Friday Shortcuts release exists, upgrades your install, and tells you exactly what changed on disk.

How to install Friday Upgrade

Installs to ~/.claude/skills/ronsleyvaz-friday-foundation-friday-upgrade/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ronsleyvaz-friday-foundation-friday-upgrade && curl -fsSL https://raw.githubusercontent.com/ronsleyvaz/Friday-Foundation/HEAD/commands/friday-upgrade.md -o ~/.claude/skills/ronsleyvaz-friday-foundation-friday-upgrade/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Friday Upgrade does


name: friday-upgrade description: Checks whether a newer Friday Shortcuts release exists, upgrades your install, and tells you exactly what changed on disk. Writes friday/upgrade-log.md.

/friday-upgrade

Shortcuts ships new commands and fixes over time. This command closes that gap: it compares your version against the current release, runs the installer for you, and writes down what moved.

You, Claude, run the whole flow below in order, using your own file and Bash tools. There is no

Alternatives in Development

Full documentation available on GitHub

View Source Repository