AI SummaryA Claude Code skill that executes simple tasks directly without agent planning overhead, ideal for quick bug fixes and single-file changes. Developers benefit from faster execution for straightforward coding work.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "do" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (16 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/do.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/README.ko.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/README.ko.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/README.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/README.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/analyze-failures.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/analyze-failures.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/compact-phase.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/compact-phase.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/do-opus.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/do-opus.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/do-sonnet.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/do-sonnet.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/dplan.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/dplan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/learn.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/learn.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/llms-txt.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/llms-txt.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/load-context.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/load-context.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plan.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/review.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/review.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/session-load.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/session-load.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/session-save.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/session-save.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/watch.md "https://raw.githubusercontent.com/move-hoon/claude-pro-minmax/main/.claude/commands/watch.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Direct execution without planner overhead. Use for simple bug fixes, single file changes, or clear tasks.
/do Command
Direct execution. No agent overhead.
Model Selection
• Default: current session model • For stronger model: use /do-sonnet [task] or /do-opus [task]
Protocol
• Check CRITICAL_ACTIONS → confirm if found • Snapshot: ~/.claude/scripts/snapshot.sh push → outputs SNAPSHOT=true or SNAPSHOT=false • Internal Planning (no agent call): Identify files to modify, changes needed, verify approach • Execute all changes in a single pass • Verify with ~/.claude/scripts/verify.sh (runtime-adaptive) • On Success: ~/.claude/scripts/snapshot.sh drop (auto-checks label — safe no-op if no snapshot) • On Failure (2 retries exhausted): ~/.claude/scripts/snapshot.sh pop (restores snapshot or git checkout . fallback). Then escalate.
Batch Execution
This command handles plan+build+verify in ONE response. • Do NOT spawn @planner — plan internally • Do NOT ask for confirmation between steps • Do NOT split work across multiple messages • Result: user sends 1 message, receives 1 complete response
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster