Cc Completion
Description
Shell completion scripts for Claude Code CLI - tab completion for commands, options, and arguments in bash, zsh and nushell
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Shell Completion
๐ฏ๐ต [ๆฅๆฌ่ช็ใฏใใกใ](README.ja.md)
Shell completion scripts for [Claude Code](https://claude.com/claude-code), providing tab completion for commands, subcommands, and options in bash, zsh, and [Nushell](https://www.nushell.sh/).
Features
- Command completion: Tab complete
claudesubcommands (agents,auto-mode,auth,mcp,plugin,plugins,setup-token,doctor,gateway,import,update,upgrade,install,ultrareview) - Option completion: All CLI options and flags are completable
- Contextual suggestions: Option values are suggested where applicable
- Output formats:
text,json,stream-json - Permission modes:
acceptEdits,bypassPermissions,manual,dontAsk,plan,auto - Models:
sonnet,opus,haiku, etc. - Setting sources:
user,project,local - Effort levels:
low,medium,high,xhigh,max - Tool names:
Bash,Read,Edit,Agent,Skill, etc. plusdefault(for--tools,--allowedTools,--disallowedTools)
- Output formats:
- File path completion: For options that expect file paths (e.g.,
--settings,--mcp-config,--add-dir,--file,--debug-file) - Subcommand completion: Full subcommand trees for
mcpandplugincommands
Quick Start
git clone https://github.com/hmmf022/cc-completion.git
cd cc-completion
Bash
mkdir -p ~/.local/share/bash-completion/completions
ln -sf "$(pwd)/claude-completion.bash" ~/.local/share/bash-completion/completions/claude
source ~/.local/share/bash-completion/completions/claude
Zsh
sudo ln -sf "$(pwd)/_claude" /usr/local/share/zsh/site-functions/_claude
autoload -Uz compinit && compinit
Nushell
Add to your Nushell config file (`$nu.config-path`):
use /path/to/cc-completion/claude-completions.nu *
For other installation methods (oh-my-zsh, system-wide bash, etc.), see [Installation Details](#installation-details) below.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k โญ) - Lightweight coding agent that runs in your terminal.
src/agents/ โ 11 Agent Definitions
**Generated:** 2026-04-11