Add Claude Code skills from GitHub to your project
Project description
skill-add
Add Claude Code skills from GitHub to your project.
Usage
uvx skill-add <username>/<skill-name>
This fetches a skill from the user's agent-skills repository on GitHub and copies it to .claude/skills/ in your current directory.
Examples
# Add a skill
uvx skill-add kasperjunge/analyze-paper
# Overwrite an existing skill
uvx skill-add kasperjunge/analyze-paper --overwrite
Repository Structure
Your agent-skills repository should have this structure:
agent-skills/
└── .claude/
└── skills/
├── skill-one/
│ └── SKILL.md
└── skill-two/
├── SKILL.md
└── scripts/
└── helper.py
Each skill is a directory containing at minimum a SKILL.md file.
Installation
# Run directly with uvx (recommended)
uvx skill-add <username>/<skill-name>
# Or install globally
pip install skill-add
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 skill_add-0.1.0.tar.gz.
File metadata
- Download URL: skill_add-0.1.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e958f51eb91045d7eaf083708896a9a477920c62be0cc098adecc661200b6338
|
|
| MD5 |
06500aab79a6fa3cd4aaaa0527cfa314
|
|
| BLAKE2b-256 |
860b24163887678b819029a0e1d7eac5d878d91671a2562765e3d9fba71731c7
|
File details
Details for the file skill_add-0.1.0-py3-none-any.whl.
File metadata
- Download URL: skill_add-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aada956dd2d420be1df118212ffa4f3197a6c27f915a9fd01abd6c7db500f661
|
|
| MD5 |
0bc1fda3ce5ce0f7b78737d8c408f2bd
|
|
| BLAKE2b-256 |
b4b71a2a03d34f6ab7643a06d4f03cf349f67210ee7a82a350543dcf2fb8af68
|