skillshub completions
skillshub completions
Section titled “skillshub completions”The completions command generates tab-completion scripts for your shell. Once installed, you get autocompletion for commands, flags, and subcommands.
skillshub completions <shell>Where <shell> is one of: bash, zsh, or fish.
skillshub completions bash > ~/.local/share/bash-completion/completions/skillshubskillshub completions zsh > ~/.local/share/zsh/site-functions/_skillshubMake sure the directory is listed in your fpath. Add the following to your ~/.zshrc if it is not already present:
fpath=(~/.local/share/zsh/site-functions $fpath)autoload -Uz compinit && compinitskillshub completions fish > ~/.config/fish/completions/skillshub.fishAfter generating the completion file, open a new terminal session or reload your shell configuration for the completions to take effect.
Examples
Section titled “Examples”Generate and install zsh completions:
skillshub completions zsh > ~/.local/share/zsh/site-functions/_skillshubexec zshVerify completions are working by typing skillshub followed by a tab:
skillshub <TAB>add -- Install a skill from a GitHub URLagents -- List supported agentsclean -- Remove cached datacompletions -- Generate shell completionsdoctor -- Check system healthexternal -- Manage external skillsinfo -- Show skill detailsinstall -- Install a skill from a taplink -- Link skills to agentslist -- List installed skillssearch -- Search for skillsstar-list -- Import taps from a GitHub star listtap -- Manage tapsuninstall -- Remove an installed skillupdate -- Update installed skills