$ recombobulate _
recombobulate
~/recombobulate $ claude "What is Recombobulate?"
_
tips: 296 | categories: 8 | votes: 22
~/recombobulate $ tip --list --trending --limit=5

// fastest risers by vote score

1
Use git bisect with Claude to Track Down Regressions Fast

Ask Claude to write a git bisect test script, then paste the identified bad commit's diff for an instant explanation of what broke and why.

bagwaa @bagwaa · 10 hours ago
1
Use /add-dir to Expand Claude's File Access Beyond Your Working Directory

The /add-dir command lets you expand Claude's file access to additional directories mid-session — essential for monorepos and shared libraries.

bagwaa @bagwaa · 10 hours ago
1
Play a Sound When Claude Finishes with a Stop Hook

Configure a Stop hook to play a system sound the moment Claude finishes, so you can step away without constantly checking the terminal.

bagwaa @bagwaa · 10 hours ago
1
Run Multiple Claude Code Sessions in Parallel

Open multiple terminal windows and run separate Claude Code sessions simultaneously to work on several tasks at once.

bagwaa @bagwaa · 10 hours ago
1
Auto-Update CLAUDE.md Every Time You Correct Claude

Ask Claude to add a rule to CLAUDE.md whenever you correct it, so the same mistake never happens twice.

bagwaa @bagwaa · 10 hours ago
~/recombobulate $ tip --list --latest --limit=6

// most recently published tips

0
Use Authentication Precedence to Debug Login Issues

Claude Code checks credentials in a specific order. A stale ANTHROPIC_API_KEY in your shell can shadow your subscription login without any obvious error.

bagwaa @bagwaa · 10 minutes ago
0
Set Custom Trigger Phrases for Claude in GitHub PRs

The trigger_phrase parameter lets you change the default @claude mention to any custom keyword, useful for running multiple Claude workflows on the same repo.

bagwaa @bagwaa · 10 minutes ago
0
Build a Custom Agent with the Claude Agent SDK in 10 Lines

The Claude Agent SDK gives you Claude Code's full tool suite as a Python or TypeScript library. Build autonomous agents with built-in file, bash, and search tools.

bagwaa @bagwaa · 10 minutes ago
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 · 10 minutes 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 · 10 minutes ago
0
Use otelHeadersHelper for Dynamic Auth Tokens in Telemetry

The otelHeadersHelper setting runs a script to generate fresh authentication headers for your OTel backend, refreshing automatically every 29 minutes.

bagwaa @bagwaa · 10 minutes ago
~/recombobulate $ ls -la categories/
categories
~/recombobulate $ users --most-active
top contributors
@bagwaa 296 tips
most active voters
@bagwaa 22 votes

Have a tip to share? Join the community and start contributing.

$ register