Agent skill
file-reader
Read a small snippet of a text file using file_read.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/file-reader
SKILL.md
When to use
- User asks to inspect a local file (docs/code/config).
Procedure
- Determine the target path (prefer relative to
AEVATAR_DEMO_ROOT). - Call
file_readwith:path- optional
startLine/maxLines
- Summarize what you read, and cite key lines by their line numbers from the tool output.
Didn't find tool you were looking for?