zsh-completions

Installation
SKILL.md

ZSH Completion Authoring

Write zsh completion scripts with rich descriptions, colors, and dynamic completions.

Output Location

Place completion files in ~/.config/zsh/completions/ with _commandname naming.

Quick Start

#compdef mycommand
Installs
1
First Seen
Jun 26, 2026
zsh-completions — kettleofketchup/dotfiles