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

  1. Determine the target path (prefer relative to AEVATAR_DEMO_ROOT).
  2. Call file_read with:
    • path
    • optional startLine / maxLines
  3. Summarize what you read, and cite key lines by their line numbers from the tool output.

Didn't find tool you were looking for?

Be as detailed as possible for better results