parcadei/no-task-output
Never Use TaskOutput
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill no-task-output
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
Take parcadei/no-task-output from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.