Auto Approve Claude Plan
Description
auto-approve Claude Code plans instantly — optional Craft.do archiving
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
auto-approves Claude Code's "ready to code?" plan dialog so you stop clicking a button 50 times a day. an optional **Deep Plan** mode also nudges Claude to reason harder *while you're in plan mode* and gives you effort-tier launch aliases. pure bash, no dependencies beyond `jq`.
bash <(curl -fsSL https://raw.githubusercontent.com/yigitkonur/auto-approve-claude-plan/main/install.sh)
[](https://www.gnu.org/software/bash/) [](#) [](https://opensource.org/licenses/MIT)
the problem
Claude Code has a plan mode. when Claude finishes writing a plan and calls `ExitPlanMode`, it fires a `PermissionRequest` event and waits for you to click approve. every single time. this hooks into that event and returns `{"behavior":"allow"}` immediately — and also asks Claude Code to land the session in `bypassPermissions` so subsequent tool calls don't prompt either.
two modes
the installer asks you to pick one:
| mode | what it does |
|---|---|
| 1 — Classic (default bypass) | approves every plan instantly and lands the session in bypassPermissions. nothing else is touched. install and forget |
| 2 — Deep Plan (recommended) | everything in Classic, plus a prompt-level boost: while you are in plan mode every prompt is nudged to reason deeply (auto-reverts when you leave plan mode), effortLevel is set to low as a cheap normal-mode baseline, and two launch aliases (claude-plan / claude-fast) are added to your shell |
The old **Orchestrator** mode has been removed. Re-running the installer over an existing Orchestrator install cleans up its `PostToolUse` hook automatically.
what Deep Plan actually does (and a candid scope note)
Deep Plan is honestly a little **outside the ori
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