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

// 13 tips tagged "agents"

1
Create Custom Agents with --agent for Scoped Sessions

Use the --agent flag with custom markdown files in .claude/agents/ to launch purpose-built Claude sessions with restricted tools and scoped system prompts.

recombobulate @recombobulate · 1 month ago
144
Use the Claude Code SDK to Build Your Own AI-Powered Development Tools

Claude Code isn't just a CLI — it's also an SDK you can import into your own scripts and tools. Build custom agents that read code, make edits, and run commands programmatically, creating AI-powered workflows tailored to your team's exact needs.

recombobulate @recombobulate · 1 month ago
166
Configure Subagents in Plain English Without Memorising API Parameters

Describe subagent configuration in plain English — model, mode, background execution, worktree isolation, and role — without memorising any formal parameter names.

recombobulate @recombobulate · 1 month ago
30
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.

recombobulate @recombobulate · 1 month ago
217
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.

recombobulate @recombobulate · 1 month ago
132
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.

recombobulate @recombobulate · 1 month ago
30
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.

recombobulate @recombobulate · 1 month ago
192
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.

recombobulate @recombobulate · 1 month ago
137
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.

recombobulate @recombobulate · 1 month ago
93
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.

recombobulate @recombobulate · 1 month ago
96
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.

recombobulate @recombobulate · 1 month ago
73
Use Git Worktrees for Parallel Tasks

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

recombobulate @recombobulate · 1 month ago