File Reader Skill
This skill reads markdown documentation files from the project directory.
Behavior
When invoked, this skill will:
- Look for
README.mdin the current directory - Read the contents
- 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