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

agentflow-read

Étoiles3
Forks0
Mis à jour2 juillet 2026 à 19:39

Read a single file and return ONLY the parts relevant to a query, instead of loading the whole file into the main session. Use when the user wants to check, find, or answer something about one specific file ("what does X do in foo.ts", "does this file handle Y", "show me the auth logic in handler.py") and the file is large enough that loading all of it would waste primary context. Dispatches a Haiku worker that reads the file in an isolated context and returns a focused, line-cited extract. For broad multi-file search use agentflow-search; for whole-file edits use the native Read tool directly.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

SKILL.md
readonly