Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
$pwd:

subagent-brief

// Use BEFORE invoking the Task or Agent tool to spawn a subagent. Anthropic does NOT share prefix cache across subagents — every subagent cold-starts and re-tokenizes its full prompt (system prompt + tool definitions + the context you handed it). Spawning N subagents with full context = N× token cost; a single fan-out can burn an entire Max-plan day. This skill enforces a pre-flight discipline: compress every subagent prompt into a ≤200-word brief before spawning. Triggers when the agent is about to call Task / Agent tool, especially with long files, full repo dumps, or N parallel subagents on similar work.

$ git log --oneline --stat
stars:228
forks:22
updated:1. Mai 2026 um 06:13
SKILL.md
readonly