Quiver: A GUI for Managing and Syncing Claude Code Skills

Quiver is a local GUI application that addresses the problem of managing Claude Code skills scattered across ~/.claude/skills/ and marketplace plugin directories. It provides a web-based interface to handle skills without terminal access.
Key Features
- Displays all local skills and marketplace plugins in a single searchable web UI
- Browse and install skills from community marketplaces with one-click functionality
- Edit SKILL.md files directly within the browser interface
- Sync skills across different machines using Git version control
- Import skills via drag-and-drop of
.skill.zipfiles - Available as a standalone macOS application (~1.8MB) or installable via npm
Installation Method
The tool includes a meta-installation approach: download the SKILL.md file from the project site, upload it to Claude via Customize → Skills → Upload plugin, then tell Claude "Launch Quiver." Claude will install the skill manager and open the UI automatically.
Quiver runs locally with no account requirements or cloud dependencies. The project is open source under the MIT license and available on GitHub at github.com/scribblesvurt-crypto/quiver.
📖 Read the full source: r/ClaudeAI
👀 See Also

9 Building Blocks for Running Claude Code as a Persistent OS Across 18 Businesses
One developer runs 18 Claude Code instances as a shared OS with selective sync, state moved to MCP servers, receipt-based verification, and auto-loading rules. Details the architecture.

MLJAR Studio: Local AI Data Analyst That Generates Reproducible Notebooks
MLJAR Studio is a desktop app that turns natural language questions into Python notebooks executed locally, with AutoML for tabular data and support for local LLMs via Ollama.

Testreel: Programmatic Demo Video Generation with Claude Code
Testreel is an npm package that generates polished product demo videos from JSON, YAML, or Playwright interaction descriptions. It creates webm/mp4/gif videos with cursor overlays, click ripples, and gradient backgrounds.

Claudraband: Terminal Wrapper for Persistent Claude Code Sessions
Claudraband wraps the official Claude Code TUI in a controlled terminal to enable resumable workflows, remote session control via HTTP daemon, and ACP server integration for alternative frontends like Zed or Toad. It requires Node.js/Bun, authenticated Claude Code, and tmux for first-class local workflows.