file-utils

Installation
SKILL.md

File Utilities

A toolkit for common file operations using Python standard library only.

When to Use This Skill

Activate this skill when the user needs to:

  • Find files matching certain criteria (pattern, size, date)
  • Count lines in files (with optional pattern matching)
  • Get detailed file information (size, type, encoding)
  • Compare two files (text or binary)

Available Scripts

Always run scripts with --help first to see all available options.

Installs
11
GitHub Stars
28
First Seen
Feb 3, 2026
file-utils — ivanvza/dspy-skills