Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

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:2026년 5월 25일 10:44
파일 탐색기
7 개 파일
SKILL.md
readonly