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

MCP Server for TypeScript Projects Replaces Claude Code's Grep Pattern with Indexed Symbol Lookups
A developer built an MCP server that replaces Claude Code's grep-and-guess pattern with indexed symbol lookups for TypeScript projects. The tool maintains a live SQLite index of symbols, call sites, imports, and class hierarchy, reducing token usage by 63-79% in tests.

Using Obliteratus toolkit to remove refusal weights from AI models
A Reddit user used the Obliteratus toolkit to surgically remove specific weights responsible for refusal behavior in AI models, demonstrating on Alibaba's Qwen 1.5B model that it can reveal training origins without retraining.

Claude Code Plugin Launches DOOM in Terminal While AI Thinks
A developer created a Claude Code plugin that displays DOOM as a tmux popup overlay during AI processing. The plugin uses doom-ascii, a terminal-based DOOM source port, and automatically launches/dismisses with prompts.

Lobster Cage: Dockerized Security Environment for Self-Hosting OpenClaw on Raspberry Pi
A developer built Lobster Cage, a Docker Compose environment with restricted outbound access and proxy-based routing to run OpenClaw securely on a Raspberry Pi for experimentation.