Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

context-management

// Read this skill for work that is likely to stretch across many turns or get messy if handled in one uninterrupted thread. Especially use it when the request sounds like first go search or read a lot, first look through logs/files/pages/results and come back with the real conclusion, this will probably take several rounds, there may be several approaches to try, first make a plan or todo list and then work through it, there will be many similar cases to handle, the user may interrupt with side tasks, or the thread is already getting messy and should be cleaned up before continuing. It teaches a working mode built around frequent checkpoints, periodic timeline review, and targeted compactions as the task evolves. Usually skip it for one-shot reads, bounded summaries, direct rewrites, or deterministic scripts.

$ git log --oneline --stat
stars:201
forks:17
updated:25 mai 2026 à 10:44
Explorateur de fichiers
7 fichiers
SKILL.md
readonly