Claude Skills Manager — Development skill for Claude Code
See and manage your Claude Code skills - turn them on, off, or slash-only without hand-editing settings.json.
How to install Claude Skills Manager
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open npd1987/claude-skills-manager and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Skills Manager does
See and manage your Claude Code skills - turn them on, off, or slash-only without hand-editing settings.json. Windows, macOS and Linux. No dependencies.
Alternatives in Development
- Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
- Claude Code Zh Cn — Claude Code CLI 简体中文本地化 / 汉化插件;支持 macOS、Linux、WSL、Windows 与新版 native,一行安装,更新后自动修复 721 ★
- SSH Skill — 面向 Codex 和 Claude Code 的跨平台 SSH 工作流 Skill,支持 Windows、macOS、Linux 488 ★
README
Claude Skills Manager
A small web app for managing the skills in `~/.claude/skills`. It runs on your own machine and opens in your browser: see every skill you have installed, what state each one is in, and change that state without hand-editing `settings.json`.
Nothing is hosted anywhere and nothing is uploaded. The server runs on `127.0.0.1` for as long as you have the page open, reads and writes files in your own `~/.claude` folder, and stops on its own once you close the tab.
Windows, macOS and Linux. Free, MIT licensed, and no dependencies: the whole app is Node's standard library, down to the icon.

Install
One command, the same on every platform:
npx claude-skills-manager
That is the whole thing. It downloads, starts, and opens in your browser. Needs [Node.js](https://nodejs.org) 18 or newer, and nothing else.
Launching it again while it's already running reopens the existing tab rather than starting a second copy.
**Stopping it.** Use **Quit** in the top right, or just close the tab. Quit stops it at once. Closing the tab takes a little longer: the page says goodbye on its way out, and the server then stops at its next check, which is within about half a minute. It never lingers in the background, and reloading is safe.
A shortcut instead of a command
If you would rather launch it from your Start menu, Dock or app launcher, install it properly first so it has a permanent home:
npm i -g claude-skills-manager
claude-skills-manager install-shortcut
That writes a Start-menu entry on Windows, an app bundle in `~/Applications` on macOS, and a `.desktop` entry on Linux. Add `--desktop` for a desktop copy too, and `uninstall-shortcut` removes them again.
How it opens
By default the app opens in a tab of whatever browser you already have running. **Settings** h
Related Skills
Claude Code Hook Manager
CLI tool to manage Claude Code hooks — creates, registers, and tracks prompt and script hooks without manually
Claude Public
A public template of my personal Claude Code configuration: settings, sync scripts, file-manager agent, and a
Ccx
🌿 CLI + TUI for fine-grained Claude Code config per project: Plugins, CLAUDE.md fragments, MCP servers, skill
Satchel
Launcher and window manager for terminal windows — juggle many Claude Code sessions across accounts, or any sh
Claude Code Single Binary
Build scripts for compiling Claude Code into a single-file executable for Mac, Linux, and Windows with fully b
Command Manager
Interactive slash command builder and editor that guides you through creating new commands or editing existing
Related Agents
Byok Token Security Expert
BYOK (Bring-Your-Own-Key) and OAuth token security expert. Deep on cross-platform OS keychain integration (mac
Slim Wrapper
tfx-route.sh 경유 전용 래퍼 에이전트. 코드를 직접 읽거나 수정하지 않고 Bash(tfx-route.sh)를 통해 Codex/Antigravity에 위임하는 thin wrapper. OS
Impl Cross Platform
Reviews implementation plans from a cross-platform compatibility perspective. Use when evaluating Linux vs. ma