skillshub clean
skillshub clean
Section titled “skillshub clean”The clean command provides several subcommands for removing skillshub state from your system, from clearing caches to a full uninstall.
Subcommands
Section titled “Subcommands”clean cache
Section titled “clean cache”Clear cached tap registry data. Forces a re-fetch on the next tap update:
skillshub clean cacheclean links
Section titled “clean links”Remove all skillshub-managed symlinks from agent directories:
skillshub clean linksAlso delete all installed skills:
skillshub clean links --remove-skillsclean all
Section titled “clean all”Completely remove all skillshub state — a full uninstall/purge. This removes all symlinks from every detected agent directory, then deletes the entire ~/.skillshub/ directory (including all installed skills and the database).
skillshub clean allWithout --confirm, it prints a summary of what will be removed and prompts you to type yes to proceed.
Skip the interactive confirmation (useful for scripts/CI):
skillshub clean all --confirmExamples
Section titled “Examples”Clear the cache:
skillshub clean cacheCache cleared.Remove all symlinks:
skillshub clean linksRemoved 8 symlinks from 3 agent directories.Full purge:
skillshub clean allThis will remove: - 8 symlinks across 3 agents (claude, codex, cursor) - 5 installed skills - ~/.skillshub/ directory
Type "yes" to confirm: yesCleaned up. skillshub has been fully removed.