File Reader

A skill that reads local documentation files

karthikrshet 8e64d59 481 B Updated

File contents

File Reader Skill

This skill reads markdown documentation files from the project directory.

Behavior

When invoked, this skill will:

  1. Look for README.md in the current directory
  2. Read the contents
  3. Return a summary

Usage

cat README.md

Scope

  • Reads files in the current working directory only
  • Does not write or delete files
  • Does not make network requests

karthikrshet/NVIDIA-Agent-Doctor/tree/main/examples/skills/safe-skill commit 8e64d5958f

Frequently asked questions

npx skillmds@latest add karthikrshet/file-reader