Development
Command
/nano-update
Update nanostack to the latest version
Install
$ npx -y skills add garagon/nanostack --agent claude-codeHow 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.mddescription: 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

