$ recombobulate _
~/recombobulate $ tip --list --tag="agents"

// 11 tips tagged "agents"

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 · 1 hour ago
0
Define Custom Subagents on the Fly with --agents

Define specialised subagents inline with JSON when launching Claude Code, perfect for quick experiments and CI pipelines that need custom agents without config files.

bagwaa @bagwaa · 1 hour ago
0
Approve Claude's Prompts from Your Phone with Permission Relay

The --channels flag lets MCP channel servers forward Claude's permission prompts to your phone, so long-running sessions don't stall while you're away from the keyboard.

bagwaa @bagwaa · 6 hours ago
0
Use plan.md to Coordinate Work Across Parallel Claude Sessions

When running multiple Claude sessions in parallel, a shared plan.md acts as the source of truth — each agent reads it to understand what's in progress, what's done, and what to pick up next.

bagwaa @bagwaa · 9 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 · 11 hours ago
0
Run Multiple Claude Code Sessions Side by Side with tmux Panes

Split your terminal into panes with tmux and run a separate Claude Code session in each — monitor one while working in another, all in a single window.

bagwaa @bagwaa · 11 hours ago
1
Use Taskmaster to Break Down PRDs Before Writing Code

Feed your PRD into Taskmaster to get a structured task list before writing any code — then work through it with Claude one task at a time.

bagwaa @bagwaa · 13 hours ago
0
Spawn Subagents to Work on Multiple Things at Once

Let Claude spawn parallel subagents to tackle multiple tasks simultaneously — like having a team of junior devs on demand.

bagwaa @bagwaa · 16 hours ago
1
Keep Your Context Window Clean

Keep your context window focused and uncluttered — use subagents for research, .claudeignore to hide noise, and /clear when switching tasks.

bagwaa @bagwaa · 6 days ago
0
Use Git Worktrees for Parallel Tasks

Claude Code agents can work in isolated git worktrees so they don't interfere with your current branch.

bagwaa @bagwaa · 1 week ago
0
Refactor with Confidence Using Agents

Let Claude Code agents explore your codebase before making sweeping changes.

bagwaa @bagwaa · 1 week ago