Skip to content
Development
Command

/nano-update

Update nanostack to the latest version

From plugin
nanostack
2041 skill1 command
Install
$ npx -y skills add garagon/nanostack --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/nano-update

Context preview

What this command does when you run it.

Update nanostack to the latest version

Command definition

nano-update.md
description: Update nanostack to the latest version
allowed-tools: Bash

Run the nanostack upgrade script:

~/.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.

Ships withnanostack

A workflow harness that helps AI coding agents plan, review, test, and ship safer code.

Get the whole plugin
Stats
204
Stars
14
Forks
Maintained
Maintenance
Shell
Language
Apache-2.0
License
1mo ago
Last commit
4mo ago
Created

Repo: garagon/nanostack