usequiver
v0.2.7
Published
Keep your AI agent skills in sync across every device
Maintainers
Readme
usequiver
Keep your AI agent skills in sync across every device
Why Quiver?
You set up your AI agent skills once — then you switch machines and they're gone.
Quiver fixes that. Run quiver push after installing skills on any machine.
Run quiver sync on a new device to restore everything in one command.
Your skills stay in a private GitHub Gist you own. No new account, no service, no proprietary backend. Just your GitHub account and the skills you already have.
Works with Claude Code, Cursor, Gemini CLI, GitHub Copilot — any agent that
reads from the global skill lock (~/.agents/.skill-lock.json).
Quick Start
npm install -g usequiver
quiver login # connect your GitHub account
quiver push # save your skills to your private Gist
quiver sync # restore on any new machineUsage
$ npm install -g usequiver
$ quiver COMMAND
running command...
$ quiver (--version|-v)
usequiver/0.2.7 linux-x64 node-v20.20.2
$ quiver --help [COMMAND]
USAGE
$ quiver COMMAND
...Commands
quiver help [COMMAND]quiver loginquiver pushquiver remove SKILLNAMEquiver statusquiver syncquiver whoami
quiver help [COMMAND]
Display help for quiver.
USAGE
$ quiver help [COMMAND...] [-n]
ARGUMENTS
[COMMAND...] Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for quiver.See code: @oclif/plugin-help
quiver login
Authenticate with GitHub
USAGE
$ quiver login
DESCRIPTION
Authenticate with GitHub
EXAMPLES
$ quiver loginSee code: src/commands/login.ts
quiver push
Upload your local skill lock to GitHub Gist
USAGE
$ quiver push
DESCRIPTION
Upload your local skill lock to GitHub Gist
EXAMPLES
$ quiver pushSee code: src/commands/push.ts
quiver remove SKILLNAME
Remove a global skill and sync the removal to GitHub Gist
USAGE
$ quiver remove SKILLNAME
ARGUMENTS
SKILLNAME Skill name to remove
DESCRIPTION
Remove a global skill and sync the removal to GitHub Gist
EXAMPLES
$ quiver remove frontend-designSee code: src/commands/remove.ts
quiver status
Show a diff between your local and remote skill lock
USAGE
$ quiver status
DESCRIPTION
Show a diff between your local and remote skill lock
EXAMPLES
$ quiver statusSee code: src/commands/status.ts
quiver sync
Install missing global skills from your GitHub Gist lock
USAGE
$ quiver sync
DESCRIPTION
Install missing global skills from your GitHub Gist lock
EXAMPLES
$ quiver syncSee code: src/commands/sync.ts
quiver whoami
Show the currently authenticated GitHub user
USAGE
$ quiver whoami
DESCRIPTION
Show the currently authenticated GitHub user
EXAMPLES
$ quiver whoamiSee code: src/commands/whoami.ts
