ClaudeHack

Popular Hacks

Page 3 of 3

  1. 49.

    Use /config to set Explanatory or Learning output style so Claude explains the why behind changes — not just the diff.

    0.00 points·14 hours ago·Terminal / Productivity / Cost Optimization·easy·discuss
  2. 50.

    Mark deploy/ship/destructive skills so only an explicit /command runs them—Claude cannot auto-trigger them mid-session.

    0.00 points·14 hours ago·Terminal / Productivity / Cost Optimization·easy·discuss
  3. 51.

    Claude Code deletes session files older than 30 days at startup. If you have ever gone looking for a session you know you had, this setting is why it was gone.

    0.00 points·14 hours ago·Terminal / Productivity / Cost Optimization·easy·discuss
  4. 52.

    Use /permissions to allowlist read-only and trusted commands so you stop mindlessly clicking Approve.

    0.00 points·14 hours ago·Terminal / Productivity / Cost Optimization·medium·discuss
  5. 53.

    Run prettier/ruff/gofmt automatically after Edit/Write tools so Claude never leaves unformatted files.

    0.00 points·14 hours ago·Testing / Debugging·medium·discuss
  6. 54.

    Put domain-specific instructions in path-scoped `.claude/rules/` so they load only when Claude touches matching files.

    0.00 points·14 hours ago·Claude Code / CLAUDE.md·medium·discuss
  7. 55.

    Claude Code adds a Co-Authored-By trailer to commits and an attribution line to pull requests. Set both to empty strings and it stops.

    0.00 points·14 hours ago·Git & GitHub / Pull Requests·easy·discuss
  8. 56.

    Use `claude --print --output-format json` in GitHub Actions to automate reviews or summaries without an interactive TTY.

    0.00 points·14 hours ago·Scheduled Tasks / Automation·hard·discuss
  9. 57.

    Inspect `/usage` (alias `/cost`) for per-skill, subagent, and MCP breakdowns, then cut the expensive outliers.

    0.00 points·14 hours ago·Usage & Limits·easy·discuss
  10. 58.

    Ask Claude to log architecture decisions and TODOs into a repo file that can be re-read after /compact.

    0.00 points·14 hours ago·Context Management·easy·discuss
  11. 59.

    Turn on `/sandbox` so OS-level filesystem and network boundaries replace many per-command Bash prompts.

    0.00 points·14 hours ago·Terminal / Productivity / Cost Optimization·medium·discuss
  12. 60.

    Use the bundled /doctor skill to find duplicate local memory, unused MCP/plugins, and slow hooks eating budget.

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

    Run `/batch` on large mechanical migrations so Claude decomposes work and spawns per-unit worktree agents with PRs.

    0.00 points·14 hours ago·Git & GitHub / Pull Requests·hard·discuss
  14. 62.

    Keep personal shortcuts and machine-specific notes in CLAUDE.local.md (gitignored) instead of polluting the shared CLAUDE.md.

    0.00 points·14 hours ago·Claude Code / CLAUDE.md·easy·discuss
  15. 63.

    Instruct Claude (and yourself) to search with rg/Glob first so giant file reads do not blow the context window.

    0.00 points·14 hours ago·Terminal / Productivity / Cost Optimization·easy·discuss
  16. 64.

    Cron a useful headless Claude task each morning: failing CI, stale PRs, and TODO hotspots—not an empty warmup.

    0.00 points·14 hours ago·Scheduled Tasks / Automation·medium·discuss