stat

Installation
SKILL.md

stat - Enhanced File & File System Status

The stat module provides detailed metadata for files and file systems, including permissions, ownership, sizes, and timestamps, with the ability to export this data in structured formats.

When to Activate

  • When the user needs detailed file attributes (permissions, inode, last modified).
  • When checking file system usage and limits (e.g., total space, free inodes).
  • When exporting file metadata to JSON, CSV, or TSV for automated analysis.
  • When browsing file details using an interactive TUI.

Core Principles & Rules

  • Precision: Provides detailed, technical metadata beyond standard ls output.
  • Export Formats: Prioritize --json or --csv for data processing tasks.
  • File System Support: Use the -f flag to target entire file systems instead of individual files.

Patterns & Examples

Installs
3
Repository
x-cmd/skill
GitHub Stars
26
First Seen
Apr 10, 2026
stat — x-cmd/skill