Q Your skills armoury — no skill required.

Your Claude Code skills,
finally in one place.

Quiver is a local web UI for browsing, installing, and managing your Claude Code skills and marketplace plugins — without touching the terminal.

Open source · MIT macOS · ~1.8MB No account required
localhost:3456 — Quiver
Quiver UI showing skill cards with tabs and search
📂

Skills scattered everywhere

Local skills, marketplace plugins, and project-specific commands all live in different directories with no unified view.

⌨️

CLI-only management

The only way to manage Claude Code skills is through the terminal — no GUI, no search, no drag-and-drop.

🔍

Plugins buried deep

Marketplace plugin skills hide in nested directories several levels deep, making them nearly impossible to discover.

Everything your skills need.
Nothing you don't.

A clean, focused tool built for Claude Code users who want a real interface.

One view for all your skills

Quiver scans ~/.claude/skills/ and all your marketplace plugins, showing everything in a single searchable grid. Colour-coded so you always know what's local and what's from a plugin.

Local skills Marketplace plugins Search & filter
All 12 Local Marketplace
commit Local
deploy Plugin
review-pr Local

Same skills on every machine

Point Quiver at a Git repo and your skills follow you everywhere. Push from your work Mac, pull on your home Mac — or share a team repo so everyone stays in sync. Works with any Git host.

Git-backed sync Cross-machine Team sharing
Sync Status
Remote github.com/sam/skills
Up to date
12 skills synced
Push Pull

Discover skills from the community

The Browse tab surfaces skills from community marketplaces — toggle sources on or off, filter by category, and install anything with one click. No URLs, no cloning, no terminal.

Community registry One-click install Category filter
Browse
Claude Code Skills
43 production-ready skills
Install
Context Engineering Kit
Multi-agent workflow skills
Installed
Trail of Bits Curated
Security-focused, vetted skills
Install

Edit skills without leaving the browser

Click Edit on any local skill to modify its content directly in the web UI. Save or cancel — no text editor, no file path hunting, no terminal. Your changes are written straight to disk.

In-browser editing Save to disk Local skills
Editing: commit
---
name: commit
description: Stage and commit
---
Stage changed files and create a git...
Save Cancel

Import skills in two seconds

Got a .skill.zip from a teammate or found one online? Drop it straight onto Quiver. It unpacks, registers, and appears in your grid instantly. No commands, no path wrangling.

Drag & drop .skill.zip import Instant
📦
Drop .skill.zip here
or click to browse

Stays out of your way until you need it

Download the standalone Quiver.app (~1.8MB — no installer). Turn on Launch on Startup and your bookmark at localhost:3456 always works, even after a reboot.

macOS app ~1.8MB Launch on startup
Q
Quiver.app
~1.8MB · macOS
Launch on startup

Up and running in under a minute.

Pick the install method that suits you.

1

Download Quiver.app

Click the download button. ~1.8MB — no installer, no dependencies to manage.

2

Open and allow

Drag to Applications. Right-click → Open to bypass Gatekeeper the first time (standard for unsigned apps).

3

Your skills, instantly

Quiver opens localhost:3456 and scans your skills automatically. That's it.

1

Download the Quiver launcher skill

Save this file to your computer. It tells Claude how to install and launch Quiver for you.

Download SKILL.md
2

Upload it to Claude

In Claude, go to Customize → Skills → Create plugin → Upload plugin and upload the file.

3

Say "Launch Quiver"

Claude will install everything and open the web UI for you. No terminal needed.

1

Install globally

npm install -g quiver-skill-manager
2

Launch the UI

quiver ui
3

Open in browser

Quiver opens http://localhost:3456 automatically. Bookmark it.

Prefer the terminal? Quiver has you covered.

The full CLI is available for power users and automation.

quiver ui
Launch the web interface
quiver list
List all skills with source and description
quiver add <path>
Symlink a skill into ~/.claude/skills/
quiver remove <name>
Remove a skill
quiver import <zip>
Import a .skill.zip archive
quiver export <name>
Export a skill as a .skill.zip
quiver sync
Push/pull skills via a Git remote
quiver browse
Discover and install from community marketplaces
quiver config
Get or set configuration values

Free and open source. Always.

Quiver is MIT licensed. File issues, submit skills, or fork it and build your own backend. Claude Code users built this for Claude Code users.

Built for Claude Code · Made by Sam