carapace

star 39

Use this skill when the user needs to generate shell completions, list available completions, or configure multi-shell autocomplete using carapace.

javimosch By javimosch schedule Updated 6/2/2026

name: carapace description: Use this skill when the user needs to generate shell completions, list available completions, or configure multi-shell autocomplete using carapace.

carapace Plugin

Multi-shell completion generator with 3,000+ completions for CLI commands. Supports bash, zsh, fish, powershell, elvish, nushell, and xonsh.

Commands

Completion Management

  • carapace completion list — List available completions
  • carapace self install — Install carapace completion for a shell
  • carapace binary complete — Generate completions for a specific binary

Utility

  • carapace _ _ — Passthrough to carapace CLI

Usage Examples

  • "List all available completions"
  • "Install carapace for zsh"
  • "Generate completions for kubectl"
  • "List completions matching docker"

Installation

brew install carapace
echo 'source <(carapace _carapace)' >> ~/.zshrc

Or via Go:

go install github.com/carapace-sh/carapace@latest
Install via CLI
npx skills add https://github.com/javimosch/supercli --skill carapace
Repository Details
star Stars 39
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator