What problem does it solve? Navigating large workspaces with plain ls gives limited, unstructured output. This Skill replaces ls with eza to produce detailed long listings, depth-limited tree views, and git-aware directory inspections of your file system. ## Core Features & Use Cases - Long Listings with Metadata: Run the wrapper script for a long listing showing hidden files, hard links, git status, icons, and directories grouped first. - Depth-Limited Tree Views: Generate recursive tree output with configurable depth limits to safely explore large directory structures. - Advanced Filtering and Sorting: Use the bundled usage guide for sorting by size or modification time, filtering only files or directories, ignoring globs, and showing git status. - Use Case: When auditing a cluttered project folder, run the script in tree mode with depth 2 to see the structure, then use git-aware listing to spot uncommitted changes. ## Quick Start Ask the assistant to list the contents of a directory with eza, optionally requesting a tree view with a specific depth.