What problem does it solve?
Manually navigating directories and listing files can be cumbersome, especially when needing specific details or working within an AI environment. This Skill provides a structured and programmatic way to inspect file systems, saving you time and reducing manual effort.
Core Features & Use Cases
- Directory Listing: Effortlessly lists all files and subdirectories in a specified path, defaulting to the current directory.
- Detailed Information: Offers an optional flag to display comprehensive details, including file sizes and clear indicators for files (π) and directories (π).
- Use Case: When an AI needs to understand the contents of a directory before performing an operation (e.g., "What files are in
/data?", "Show me the size of report.pdf"), this Skill offers a clear, programmatic interface for file system introspection.
Quick Start
List files in current directory
python3 list-files.py
List files with detailed information
python3 list-files.py --details