Zsh Claude Enhancer
Description
A ZSH plugin that transforms natural language into shell commands using Claude Code.
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
zsh-claude-enhancer
A zsh plugin that transforms natural language into shell commands using Claude Code.

Prerequisites
Installation
antidoteAdd this to your `.zsh_plugins.txt`:
vnva/zsh-claude-enhancer
Then reload antidote:
antidote load
oh-my-zsh
Clone this repository into your Oh My Zsh custom plugins directory:
git clone https://github.com/vnva/zsh-claude-enhancer ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-claude-enhancer
Add the plugin to your `.zshrc`:
plugins=(... zsh-claude-enhancer)
Restart your shell:
source ~/.zshrc
prezto
Clone this repository into your Prezto modules directory:
git clone https://github.com/vnva/zsh-claude-enhancer ${ZDOTDIR:-$HOME}/.zprezto/modules/zsh-claude-enhancer
Add the module to your `.zpreztorc`:
zstyle ':prezto:load' pmodule \
... \
zsh-claude-enhancer
Manual Installation
Clone this repository:
git clone https://github.com/yourusername/zsh-claude-enhancer ~/.zsh-claude-enhancer
Add this to your `.zshrc`:
source ~/.zsh-claude-enhancer/zsh-claude-enhancer.plugin.zsh
Restart your shell:
source ~/.zshrc
Configuration
Configure the plugin by setting environment variables in your `.zshrc`:
# Optional: Choose Claude model (default: "sonnet")
export ZSH_CLAUDE_ENHANCER_MODEL="sonnet" # or "opus"
# Optional: Custom keybinding (default: Alt+\)
export ZSH_CLAUDE_ENHANCER_KEYBINDING="^[\\"
Model Options
sonnet- default, fasteropus- more powerful
Keybinding
The default keybinding is `Alt+\`. Common keybinding formats:
^[\- Alt+\ (default)^[a- Alt+a- `^x
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