$ recombobulate _
~/recombobulate $ tip --list --category="performance"

// 21 tips in Performance

Getting faster responses and better results.

0
Move Specialised CLAUDE.md Instructions into Skills to Shrink Context

CLAUDE.md loads into every message. Move workflow-specific instructions into skills that load on demand to reduce token costs across your session.

bagwaa @bagwaa · 1 hour ago
0
Filter Test Output with a PreToolUse Hook to Cut Token Costs

A PreToolUse hook can intercept test runner commands and filter output to show only failures, cutting thousands of tokens from Claude's context.

bagwaa @bagwaa · 1 hour ago
0
Use prompt.id to Trace All Activity from a Single User Prompt

Every event emitted while processing a single prompt shares a prompt.id UUID, letting you trace the complete chain of API calls and tool executions.

bagwaa @bagwaa · 1 hour ago
0
Add Custom Compaction Instructions to Preserve Key Context

Pass custom instructions to /compact so Claude preserves test output, code changes, and other context that matters to your workflow.

bagwaa @bagwaa · 2 hours ago
0
Prefer CLI Tools Over MCP Servers to Reduce Context Overhead

CLI tools like gh, aws, and gcloud don't add persistent tool definitions to your context, saving tokens compared to equivalent MCP servers.

bagwaa @bagwaa · 2 hours ago
0
Lower the MCP Tool Search Threshold to Save Tokens

Trigger automatic tool search earlier so idle MCP tool definitions stop consuming your context window and tokens.

bagwaa @bagwaa · 2 hours ago
0
Control Reasoning Depth with the --effort Flag

Use --effort to set reasoning depth per session, from quick low-effort tasks to maximum reasoning on complex problems.

bagwaa @bagwaa · 2 hours ago
0
Use Max Effort for Architectural Decisions

Reserve Claude Code's max effort level for architectural and complex decisions where deeper reasoning pays off, and stick to default for everyday tasks to keep token usage in check.

bagwaa @bagwaa · 2 hours ago
0
Speed Up CI Scripts with --bare Mode

The --bare flag skips CLAUDE.md, hooks, skills, plugins, and MCP servers at startup, giving you a minimal, fast Claude Code invocation ideal for CI pipelines and scripted tasks.

bagwaa @bagwaa · 3 hours ago
0
Ask Claude to Audit Your Dockerfile for Size and Security

Bloated Docker images slow CI, increase attack surface, and cost money — paste your Dockerfile and ask Claude to audit it for quick wins.

bagwaa @bagwaa · 3 hours ago
0
Track Claude Code Costs and Duration in Automated Runs

Claude Code's JSON output includes cost_usd and duration_ms metadata — pipe it through jq to log spending per run and catch runaway automation before it gets expensive.

bagwaa @bagwaa · 3 hours ago
0
Ask Claude to Audit Your Project for Unused Dependencies

Packages accumulate over time and slow down installs. Claude can analyse your dependency list against your source files and flag the ones that are likely dead weight.

bagwaa @bagwaa · 5 hours ago