adrian
01Agent Claude Code
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.
Agent Claude Code
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.
Agent Claude Code
Handles routine code quality tasks (linting, formatting, type checking) and trivial busywork. Runs iteratively until all checks pass. Use for cleanup tasks you don't want cluttering your main context.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing dev-permission-hook.cjs via node. From adriancarriger/lambda.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse) and 2 allowed tools.
MCP server Claude CodeCodexCursor +2
MCP server "await-pane" as configured in adriancarriger/lambda. Runs .claude/tools/await-pane-server.cjs with node.
Instructions file
Instructions for adriancarriger/lambda, covering lambda - multi-agent development, tmux windows, personality, sample app and e2e tests.