Nano Update banner
garagon garagon

Nano Update

Development community

Description

--- description: Update nanostack to the latest version allowed-tools: Bash --- Run the nanostack upgrade script: ```bash ~/.claude/skills/nanostack/bin/upgrade.sh ``` If the upgrade pulls new commits, report what changed. If setup needs to re-run, it will do so automatically. Do NOT initialize a git repository if one does not exist. The upgrade script handles both git clone and npx installations automatically.

Installation

Installs to ~/.claude/skills/garagon-nanostack-nano-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/garagon-nanostack-nano-update && curl -fsSL https://raw.githubusercontent.com/garagon/nanostack/HEAD/commands/nano-update.md -o ~/.claude/skills/garagon-nanostack-nano-update/SKILL.md

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

Full documentation available on GitHub

View Source Repository