ClaudeHack

Popular Hacks

Most helpful workflows, ranked by community

  1. 1.

    Schedule an early Claude Code run so your usage window resets around lunch instead of mid-afternoon.

    2.00 points·13 hours ago·Usage & Limits·easy·2 comments
  2. 2.

    Connect the Claude in Chrome extension so Claude can open your app, click through flows, read console errors, and iterate until the UI actually works.

    0.00 points·13 hours ago·Testing / Debugging·intermediate·discuss
  3. 3.

    Most CLAUDE.md lines exist to correct a model that no longer makes that mistake. Delete them after an upgrade and re-add only the ones a failure proves you need.

    0.00 points·13 hours ago·Claude Code / CLAUDE.md·easy·discuss
  4. 4.

    Proactively run `/compact` with focus instructions so summaries keep the work that matters instead of stale debugging.

    0.00 points·13 hours ago·Context Management·easy·discuss
  5. 5.

    Enable auto mode so a classifier approves safe tool calls and blocks destructive ones — fewer prompts without a full permission bypass.

    0.00 points·13 hours ago·Terminal / Productivity / Cost Optimization·easy·discuss
  6. 6.

    When Claude repeats a project gotcha, end your prompt with an instruction to write a CLAUDE.md rule so it never happens again.

    0.00 points·13 hours ago·Claude Code / CLAUDE.md·easy·discuss
  7. 7.

    Spin up a subagent for codebase search or verification so only the conclusion returns to your main context.

    0.00 points·13 hours ago·MCP / Agents·medium·discuss
  8. 8.

    Enable /memory auto-memory so Claude writes durable notes about build commands, corrections, and patterns that reload on every new session.

    0.00 points·13 hours ago·Claude Code / CLAUDE.md·easy·discuss
  9. 9.

    End implementation prompts with /simplify so parallel agents review reuse, efficiency, quality, and CLAUDE.md compliance in one sweep.

    0.00 points·13 hours ago·Testing / Debugging·easy·discuss
  10. 10.

    Use `claude --worktree` (or git worktrees) so multiple agents edit isolated checkouts without colliding.

    0.00 points·13 hours ago·Git & GitHub / Pull Requests·medium·discuss
  11. 11.

    Spelling out do-this-then-that is now the common failure mode. Describe the goal, the constraints and how Claude knows it is done, then leave the method alone.

    0.00 points·13 hours ago·Claude Code / CLAUDE.md·easy·discuss
  12. 12.

    Trim project memory to under ~200 lines so Claude follows critical rules instead of drowning them in noise.

    0.00 points·13 hours ago·Claude Code / CLAUDE.md·easy·discuss
  13. 13.

    Use /btw for single-turn clarifications that share full context but never enter conversation history or burn future tokens.

    0.00 points·13 hours ago·Context Management·easy·discuss
  14. 14.

    Use /effort (low→max) or CLAUDE_CODE_EFFORT_LEVEL so simple edits stay cheap and hard debugging gets deeper reasoning without paying max on every prompt.

    0.00 points·13 hours ago·Terminal / Productivity / Cost Optimization·easy·discuss
  15. 15.

    Write the plan in one session, then open a fresh Claude with no context and ask it to review the plan like a staff engineer.

    0.00 points·13 hours ago·Claude Code / CLAUDE.md·easy·discuss
  16. 16.

    Double-Esc /rewind back to after useful file reads, then re-prompt with what you learned—without the failed approach still in context.

    0.00 points·13 hours ago·Context Management·easy·discuss
  17. 17.

    Claude Code re-reads your whole conversation at the cached rate. Come back after a long lunch and the first message reprocesses all of it at full price.

    0.00 points·13 hours ago·Usage & Limits·easy·discuss
  18. 18.

    Keep the root CLAUDE.md short and drop domain-specific CLAUDE.md files under paths like src/db/ so Claude loads them only when it works in that area.

    0.00 points·13 hours ago·Claude Code / CLAUDE.md·easy·discuss
  19. 19.

    Force verification with prompts like “prove this works” and “grill me before the PR” so Claude has to validate instead of declaring done.

    0.00 points·13 hours ago·Testing / Debugging·easy·discuss
  20. 20.

    Shift specialized playbooks into on-demand skills so every session does not pay for instructions you rarely need.

    0.00 points·13 hours ago·Terminal / Productivity / Cost Optimization·medium·discuss
  21. 21.

    Write the tests first, then set the goal to making them pass. Claude keeps working across turns until the condition is met instead of stopping after each reply.

    0.00 points·13 hours ago·Testing / Debugging·easy·discuss
  22. 22.

    Add the words "use a workflow" to a prompt and Claude writes a JavaScript orchestration script that runs subagents in the background, keeping only the final answer in your context.

    0.00 points·13 hours ago·MCP / Agents·intermediate·discuss
  23. 23.

    Put a single `@AGENTS.md` import in CLAUDE.md so Claude Code and other agent tools share the same project instructions without symlink confusion.

    0.00 points·13 hours ago·Claude Code / CLAUDE.md·easy·discuss
  24. 24.

    Save repeatable workflows as SKILL.md (or .claude/commands) so you slash-invoke consistent PR reviews, releases, or checklists.

    0.00 points·13 hours ago·Terminal / Productivity / Cost Optimization·medium·discuss