Completion Modules

You'll need to modify $fpath to make zsh find these, maybe with something like this in your .zshrc:

fpath=(~/.zsh_completions $fpath)
autoload -U ~/.zsh_completions/*(:t)