no-task-output

parcadei/continuous-claude-v3 · updated Apr 8, 2026

$npx skills add https://github.com/parcadei/continuous-claude-v3 --skill no-task-output
0 commentsdiscussion
summary

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
skill.md

no-task-output

No content available.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.630 reviews
  • Carlos Johnson· Dec 12, 2024

    I recommend no-task-output for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Jin Singh· Dec 8, 2024

    Useful defaults in no-task-output — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Sakura Wang· Nov 27, 2024

    no-task-output has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • William Abbas· Nov 3, 2024

    Solid pick for teams standardizing on skills: no-task-output is focused, and the summary matches what you get after install.

  • Diya Li· Oct 22, 2024

    no-task-output has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Mei Zhang· Oct 18, 2024

    Solid pick for teams standardizing on skills: no-task-output is focused, and the summary matches what you get after install.

  • Piyush G· Sep 17, 2024

    no-task-output is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Sophia Khan· Sep 13, 2024

    Keeps context tight: no-task-output is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Shikha Mishra· Aug 4, 2024

    Keeps context tight: no-task-output is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Harper Harris· Aug 4, 2024

    no-task-output is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

showing 1-10 of 30

1 / 3