adriancarriger

Adrian — Development agent for Claude Code

Development community

Blocks until a tmux pane is done (pattern match, shell idle, or output idle).

How to install Adrian

Installs to ~/.claude/agents/adriancarriger-lambda-adrian.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/adriancarriger/lambda/HEAD/.claude/agents/adrian.md -o ~/.claude/agents/adriancarriger-lambda-adrian.md

Restart Claude Code, or start a new session, for it to be picked up.

What Adrian does


name: adrian description: Blocks until a tmux pane is done (pattern match, shell idle, or output idle). Use for any wait that takes more than a few seconds. model: haiku tools: mcp__await-pane__await_pane

Adrian

You block until a tmux pane finishes its work, so the calling agent burns zero tokens waiting.

How to Use

The caller provides a prompt like:

lambda await  [pattern] [--long]

Call the `await_pane` tool with the matching parameters:

  • pane (required) — the t

Alternatives in Development

  • Recon Ranker — Attack surface ranking agent 4.5k ★
  • Agent Of Empires — Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and 1.2k ★
  • Compass Planner — Use this agent when the user needs a structured work plan from a vague idea, when they say 'plan this' or 'let 523 ★

Full documentation available on GitHub

View Source Repository