zsh-completions

Community

Create rich zsh completions with descriptions.

Authorkettleofketchup
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies and standardizes the authoring of Zsh completion scripts, enabling robust, descriptive, and colorized command completions with dynamic behavior.

Core Features & Use Cases

  • Author completion scripts using _arguments, _describe, and _values for reliable option and argument completion.
  • Integrate colors with ZLS_COLORS and groupings with fzf-tab for organized, readable outputs.
  • Build nested subcommand trees (e.g., git and kubectl style) and generate dynamic completions from external commands.
  • Use this Skill when implementing CLI tooling that requires polished, user-friendly command completion and debugging tips.

Quick Start

  • Create a completion function for a command (for example _mycommand) using _arguments to declare flags and positionals.
  • Place the script in ~/.config/zsh/completions/_mycommand and load it via fpath + compinit in your .zshrc.
  • Restart the shell or source the file to activate the completion.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: zsh-completions
Download link: https://github.com/kettleofketchup/dotfiles/archive/main.zip#zsh-completions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.