no-task-output

TaskOutput floods the main context window with agent transcripts (70k+ tokens).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "no-task-output" with this command: npx skills add parcadei/continuous-claude-v3/parcadei-continuous-claude-v3-no-task-output

Never Use TaskOutput

TaskOutput floods the main context window with agent transcripts (70k+ tokens).

Rule

NEVER use TaskOutput tool. Use Task tool with synchronous mode instead.

Why

  • TaskOutput reads full agent transcript into context

  • This causes mid-conversation compaction

  • Defeats the purpose of agent context isolation

Pattern

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

Source

  • Session where TaskOutput caused context overflow

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agentic-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agent-orchestration

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agent-context-isolation

No summary provided by upstream source.

Repository SourceNeeds Review