Never Use TaskOutput
TaskOutput floods the main context window with agent transcripts (70k+ tokens).
NEVER use TaskOutput tool. Use Task tool with synchronous mode instead.
# WRONG - floods context
Task(run_in_background=true)
TaskOutput(task_id="...") // 70k tokens dumped
# RIGHT - isolated context, returns summary
Task(run_in_background=false) // Agent runs, returns summary
Gemini CLI for one-shot Q&A, summaries, and generation.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Capture and automate macOS UI with the Peekaboo CLI.
ElevenLabs text-to-speech with mac-style say UX.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Category:developer