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 ```