List Files

Community

Instant file listing, detailed or simple.

Authoravb7
Version1.0.0
Installs0

System Documentation

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

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: List Files
Download link: https://github.com/avb7/Codeine/archive/main.zip#list-files

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository