no-task-output

Community

Avoid TaskOutput for cleaner context.

Authorscooter-lacroix
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents the unnecessary inflation of the AI's context window by avoiding the use of the TaskOutput tool, which can lead to performance degradation and context compaction.

Core Features & Use Cases

  • Context Management: Ensures that agent transcripts are not dumped into the main context, preserving isolation and efficiency.
  • Synchronous Task Execution: Promotes the use of the Task tool in synchronous mode for cleaner, more manageable agent interactions.
  • Use Case: When an agent needs to perform a task and return a summary, use Task(run_in_background=false) instead of Task(run_in_background=true) followed by TaskOutput.

Quick Start

Use the Task tool with synchronous mode to get a summary instead of TaskOutput.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: no-task-output
Download link: https://github.com/scooter-lacroix/Maestro/archive/main.zip#no-task-output

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.