By jac0bxu
Toggle 'I Don't Really Care' mode — auto-answers questions, auto-approves plans, bypasses all permission prompts
"I Don't Really Care" — a Claude Code plugin that toggles a fully-automated mode.
When active, Claude stops asking you questions, auto-approves its own plans, and bypasses all permission prompts. You type what you want, it does it. No interruptions.
When you toggle /idrc on:
idrc uses a skill + hooks hybrid:
/idrc) — Instructs Claude to make autonomous decisions and minimize back-and-forth..claude/.idrc-active. Creating the file activates the mode, deleting it deactivates./idrc → toggle on/off
AskUserQuestion → auto-picked by Claude
ExitPlanMode → auto-approved
Tool use → auto-allowed by hook
Add to ~/.claude/settings.json:
{
"enabledPlugins": {
"idrc@idrc-marketplace": true
},
"extraKnownMarketplaces": {
"idrc-marketplace": {
"source": {
"source": "directory",
"path": "/path/to/idrc"
}
}
}
}
Restart Claude Code, then type /idrc to toggle the mode.
> /idrc
idrc mode: ON
> refactor the auth module to use JWTs
# Claude proceeds without asking questions, auto-approves its plan,
# and runs all commands without permission prompts.
> /idrc
idrc mode: OFF
# Back to normal interaction.
idrc/
├── .claude-plugin/
│ ├── plugin.json # Plugin metadata
│ └── marketplace.json # Marketplace listing
├── hooks/
│ ├── hooks.json # PreToolUse hook declaration
│ ├── run-hook.cmd # Cross-platform wrapper (Windows + Unix)
│ ├── check-idrc-active.sh # Returns "allow" when mode is active
│ └── toggle-idrc.sh # Creates/deletes the toggle file
└── skills/
└── idrc/
└── SKILL.md # Auto-answer and auto-approve instructions
This plugin disables all safety prompts. Claude will execute commands, edit files, and make decisions without asking you. Use it when you trust the output and want maximum velocity. Toggle it off when you want control back.
MIT
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jac0bxu/idrc --plugin idrcCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.