This is your go-to for non-destructive file analysis when you need metadata without touching the actual files. It wraps stat, wc, du, and grep commands to pull line counts, file sizes, modification times, and content patterns. Honestly the workflow examples are the most useful part here, showing you how to chain operations for things like comprehensive file analysis or finding your largest files. It's positioned as a complement to heavier skills like code-auditor, giving you quick stats before you decide whether deeper analysis is worth it. The pattern search stuff using Grep to count functions or find TODOs is solid for quick code quality checks without spinning up a full linter.
npx skills add https://github.com/mhattingpete/claude-skills-marketplace --skill file-operations