From idrc
Toggle "I Don't Really Care" mode — auto-answers questions, auto-approves plans, and bypasses all permission prompts. Use when the user types /idrc.
How this skill is triggered — by the user, by Claude, or both
Slash command
/idrc:idrcThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Toggle fully-automated mode. When active, Claude makes decisions autonomously without waiting for user input.
Toggle fully-automated mode. When active, Claude makes decisions autonomously without waiting for user input.
Run the toggle script to switch mode:
bash "${CLAUDE_PLUGIN_ROOT}/hooks/toggle-idrc.sh"
Then follow the behavior instructions below based on the new state.
<HARD_GATE> You are in idrc mode. Follow ALL of these rules until the mode is toggled off. </HARD_GATE>
Before presenting any question to the user, evaluate the options yourself:
Format:
idrc auto-pick: [chosen option] — [one-line reason]
Auto-approve the plan and proceed directly to implementation. Do not wait for user confirmation. State:
idrc: Plan auto-approved, starting implementation.
All tool permissions are handled automatically by the PreToolUse hook. You do not need to request permission for any tool use. Proceed with all operations directly.
Return to normal Claude Code behavior. Ask questions normally. Wait for plan approvals. Respect permission prompts.
The user can type /idrc at any time to toggle the mode. Each invocation flips the state.
npx claudepluginhub jac0bxu/idrc --plugin idrcGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.