skillshub tap
skillshub tap
Section titled “skillshub tap”The tap command manages taps, which are GitHub repositories that serve as skill registries. Taps provide a curated index of skills that can be installed with skillshub install. The default tap is brokad/hub.
Subcommands
Section titled “Subcommands”tap add
Section titled “tap add”Add a new tap to your system.
skillshub tap add <owner/repo>tap remove
Section titled “tap remove”Remove a previously added tap.
skillshub tap remove <name>tap list
Section titled “tap list”List all currently added taps.
skillshub tap listHow taps work
Section titled “How taps work”A tap is a GitHub repository that contains a collection of SKILL.md files organized by skill name. When you add a tap, skillshub clones the repository index locally and makes its skills available for search and installation. Taps are automatically refreshed when you run skillshub update.
Examples
Section titled “Examples”Add a third-party tap:
skillshub tap add acme/skillsTapping acme/skills...Cloned 12 skills from acme/skills.List all configured taps:
skillshub tap listName URL Skillsbrokad/hub https://github.com/brokad/hub 47acme/skills https://github.com/acme/skills 12Remove a tap:
skillshub tap remove acme/skillsUntapped acme/skills. 12 skills removed from index.Add the default tap back if it was removed:
skillshub tap add brokad/hub