huggingface / huggingface/upskill
Add `upskill delete` command to remove skills
Open
- Dominant language
- Python
- Stars
- 746
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Currently, users have to manually delete skills using `rm -rf ./skills/skill-name/`
so, we can add a new `upskill delete` command that safely removes skills:
```bash
upskill delete git-commit-messages
upskill delete my-skill --force # skip confirmation
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.