Claude Code Plus
Description
Enhancements for Claude Code CLI: smart piped command auto-approval, shell config fix, and 850+ pre-configured safe permissions
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 Plus
[](https://www.npmjs.com/package/claude-code-plus) [](https://opensource.org/licenses/MIT) [](https://nodejs.org)
Enhancements for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) CLI that fix common pain points and add quality-of-life improvements.
Quick Install
npx claude-code-plus -y
Or run interactively to customize what gets installed:
npx claude-code-plus
Features
Smart Piped Command Handling
**The problem:** Claude Code's permission system uses prefix matching. If you allow `Bash(ls:*)` and `Bash(grep:*)`, running `ls | grep foo` still prompts for permission because the full string doesn't match any single prefix.
**The solution:** A PreToolUse hook that parses piped commands using `shfmt`, checks each component individually against your allowed permissions, and auto-approves if all parts match.
Related: [anthropics/claude-code#13340](https://github.com/anthropics/claude-code/issues/13340)
Shell Configuration Fix
**The problem:** Claude Code ignores the `$SHELL` environment variable and always uses the system default shell (`/bin/zsh` on macOS). This means you lose access to your PATH, aliases, and shell-specific configuration.
**The solution:** A shell alias that wraps the `claude` command to set `SHELL` correctly, plus `env.SHELL` configuration in settings.json.
Related: [anthropics/claude-code#7490](https://github.com/anthropics/claude-code/issues/7490)
850+ Safe Permissions
Pre-configured auto-approval for common read-only commands:
- File & text:
ls,cat,head,tail,grep,rg,fd,jq,yq - Git:
git status,git diff,git log,git branch,git show(read-only) - GitHub CLI:
gh pr list,gh issue view,gh repo view(read-o
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