About
The File Operations skill empowers Claude to perform deep-dive analysis of a project's file structure and metadata using native shell tools. It provides a non-destructive way to retrieve file sizes, line counts, modification timestamps, and pattern statistics via commands like stat, wc, and grep. This skill is essential for auditing codebases, identifying large or outdated files, and calculating code quality metrics such as TODO counts or function density without risking accidental modifications to the filesystem.