Adrian banner
adriancarriger adriancarriger

Adrian

Development community

Description

--- 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 <pane> [pattern] [--long] Call the `await_pane` tool with the matching parameters: - `pane` (required) — the t

Installation

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.

Full documentation available on GitHub

View Source Repository