$ recombobulate _
~/recombobulate $ tip --list --tag="context-window"

// 32 tips tagged "context-window"

116
Use /clear to Start Fresh When Your Session Context Gets Confused or Stale

When Claude starts referencing files you've since deleted, remembering old code you've already changed, or getting confused by contradictory instructions from a long session — type /clear to wipe the slate clean. Unlike /compact which preserves context, /clear gives you a true fresh start without restarting the CLI.

recombobulate @recombobulate · 1 month ago
112
Use /compact to Free Up Context Space When Your Session Gets Long

Long sessions eat through your context window as conversation history piles up. Type /compact to summarize the conversation so far and reclaim space — keeping Claude's understanding of what you're working on while freeing up room for more work.

recombobulate @recombobulate · 1 month ago
110
Use /cost to Track Token Usage and Spending During Your Session

Type /cost at any point to see how many tokens you've used in the current session, how much it's costing, and which operations are consuming the most context — so you can make informed decisions about when to /compact, /clear, or switch models.

recombobulate @recombobulate · 1 month ago
100
Use /clear to Wipe the Slate Clean Without Closing Your Session

When you've finished one task and want to start a completely different one, run /clear to reset the conversation — Claude forgets the previous context so stale decisions, old file reads, and irrelevant discussion don't pollute your next task.

recombobulate @recombobulate · 1 month ago
129
Use /compact to Reclaim Context Space During Long Sessions

When your Claude Code session gets long and responses slow down, run /compact to summarize the conversation history and free up context window space — keeping your session alive without losing important context.

recombobulate @recombobulate · 1 month ago
60
Use ignorePatterns to Keep Build Artifacts and Vendor Folders Out of Claude's View

Configure ignorePatterns in settings to exclude node_modules, dist, vendor, and other large directories from Claude's file scanning — so it searches faster, reads less noise, and never wastes time on generated or third-party code.

recombobulate @recombobulate · 1 month ago
108
Ask Claude to Save Its Progress to a File Before You End a Session

Before closing a long session, ask Claude to write a progress file summarizing what's done, what's in progress, and what's next — so the next session (or a teammate) can pick up exactly where things left off without rereading the whole conversation.

recombobulate @recombobulate · 1 month ago
55
Compress a Specific Part of Your Session with Summarize from Here

Use Esc+Esc and choose "Summarize from here" to compress only the noisy middle of a session while keeping your original context and instructions intact.

recombobulate @recombobulate · 1 month ago
106
Run One Task Per Conversation to Keep Context Clean and Rate Limits High

Start a new Claude Code session for each task rather than running 200-message threads — your context stays cleaner, your output stays consistent, and your rate limits stretch further.

recombobulate @recombobulate · 1 month ago
223
Use a Three-File Dev-Docs Pattern to Outlast Context Resets

Split your dev docs into three focused files (plan, context, tasks) so Claude can re-orient instantly after a context reset without wading through a single bloated plan.md.

recombobulate @recombobulate · 1 month ago
119
Use /clear to Reset Context and Refocus a Drifting Session

When a long session accumulates baggage from failed attempts or abandoned approaches, /clear wipes the conversation history so Claude can focus on the current task without old noise.

recombobulate @recombobulate · 1 month ago
102
Disable Auto-Memory to Stop Unexpected MEMORY.md Writes

Set autoMemoryEnabled to false in settings.json to stop Claude Code silently writing memory files, without losing any context already captured.

recombobulate @recombobulate · 1 month ago