CLI tool to manage Claude Code skills (~/.claude/skills/)
Project description
Claude Skills Manager (csm)
A CLI tool to manage Claude Code skills in ~/.claude/skills/.
Skills are directories containing a SKILL.md file with YAML frontmatter. csm lets you list, enable/disable, create, link, and configure them without manually editing files.
Installation
# With uv (recommended)
uv tool install claude-skills-manager
# With pipx
pipx install claude-skills-manager
The csm command will be available globally after installation.
Usage
List all skills
csm list
Shows a table with each skill's name, enabled status, description, and invocation settings.
Show skill details
csm show <name>
Prints the full frontmatter and markdown content of a skill.
Enable / Disable
csm disable <name> # renames SKILL.md → SKILL.md.disabled
csm enable <name> # renames SKILL.md.disabled → SKILL.md
Create a new skill
csm create my-skill --desc "Does something useful"
Scaffolds a new skill directory with a template SKILL.md in ~/.claude/skills/.
Edit a skill
csm edit <name>
Opens the skill's SKILL.md in $EDITOR (defaults to vi).
Link / Unlink external skills
# Symlink a skill from another directory (uses relative paths, compatible with GNU Stow)
csm link /path/to/my-skill
# Symlink with a custom name
csm link /path/to/my-skill --name custom-name
# Remove a symlink (does not delete the original directory)
csm unlink <name>
Configure frontmatter
# Set a key
csm config <name> --key disable-model-invocation --value true
# Delete a key
csm config <name> --key some-key --delete
Shell completion
csm --install-completion
Enables tab completion for commands and skill names in your shell.
How it works
- Skills are discovered by scanning
~/.claude/skills/for directories containingSKILL.mdorSKILL.md.disabled - Enable/disable toggles the file extension
- Frontmatter is parsed and written with python-frontmatter for safe YAML round-tripping
- Symlinked skill directories are fully supported
Development
git clone https://github.com/danielmeint/skills-manager.git
cd claude-skills-manager
uv sync
uv run pytest
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file claude_skills_manager-0.1.0.tar.gz.
File metadata
- Download URL: claude_skills_manager-0.1.0.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
939de8e80765dee4a96c65775b2dd1f62a3a3908c36671b96f10d13288beda5f
|
|
| MD5 |
8b9d1b0d416a1c6ca837a78e1a90acd6
|
|
| BLAKE2b-256 |
85fcefd7518115a43a0e718c77020d3567ad2b346e7ac546c0a502e10fe81127
|
Provenance
The following attestation bundles were made for claude_skills_manager-0.1.0.tar.gz:
Publisher:
publish.yml on danielmeint/skills-manager
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
claude_skills_manager-0.1.0.tar.gz -
Subject digest:
939de8e80765dee4a96c65775b2dd1f62a3a3908c36671b96f10d13288beda5f - Sigstore transparency entry: 1005352214
- Sigstore integration time:
-
Permalink:
danielmeint/skills-manager@d88ba006205c556099eca0ada9b724ac44adf4f6 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/danielmeint
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d88ba006205c556099eca0ada9b724ac44adf4f6 -
Trigger Event:
release
-
Statement type:
File details
Details for the file claude_skills_manager-0.1.0-py3-none-any.whl.
File metadata
- Download URL: claude_skills_manager-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae329346873c53b821ceb0f4b873699d4675566c2375094cc4298ecd9baf6925
|
|
| MD5 |
65f035436cbc465715e9e42bd8df2039
|
|
| BLAKE2b-256 |
ec21174df4a350aced52073797e5760a025f427c201653362f29e176522c1237
|
Provenance
The following attestation bundles were made for claude_skills_manager-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on danielmeint/skills-manager
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
claude_skills_manager-0.1.0-py3-none-any.whl -
Subject digest:
ae329346873c53b821ceb0f4b873699d4675566c2375094cc4298ecd9baf6925 - Sigstore transparency entry: 1005352215
- Sigstore integration time:
-
Permalink:
danielmeint/skills-manager@d88ba006205c556099eca0ada9b724ac44adf4f6 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/danielmeint
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d88ba006205c556099eca0ada9b724ac44adf4f6 -
Trigger Event:
release
-
Statement type: