npd1987

Claude Skills Manager — Development skill for Claude Code

Development community

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.

![The skills list, grouped by what each skill can actually do](https://raw.githubusercontent.com/npd1987/claude-skills-manager/main/docs/screenshot-main.png)

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