About
This skill provides standardized patterns and conventions for developing custom ZSH autocomplete functionality within a dotfiles environment. It enables Claude to create, update, and debug completion files—typically organized as topic-specific scripts—ensuring they are properly registered using the compdef function. It is ideal for developers looking to add tab-completion to internal scripts, custom CLI tools, or third-party binaries that do not provide native shell integration, following the specific loading conventions of the zshrc environment.