list-directory

List directory contents with names, types, sizes, and timestamps.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill list-directory-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-directory
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/system/list-directory
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill list-directory-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List directory contents including files and subdirectories to help users understand folder structure and quickly locate items.

Core Features & Use Cases

  • Enumerates all items in a specified path with type, size, and last modification time.
  • Helps explore project trees, audit folders, and verify the presence of files or subdirectories.

Quick Start

List the contents of the target path to inspect its structure.

Frequently Asked Questions about list-directory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list directory contents to inspect a project tree?

To list directory contents, provide a target path and the filesystem handler returns all item names, types, sizes, and last-modified timestamps. This allows you to quickly inspect a project tree, audit folders, and verify file locations across local disks.

What information do I get when I explore files in a directory?

When you explore files, the output includes the item name, type, size, and last modification time for every file and subdirectory. This metadata helps you audit folder structures and verify the presence of specific resources.

Can I audit folder structures across local disks?

Yes, you can audit folder structures across local disks by supplying the specific path. The filesystem handler enumerates all files and subdirectories at that location, returning their types and last-modified timestamps for auditing.

How do I locate resources within a folder structure?

You locate resources by listing the directory contents at a given path. The handler returns a complete enumeration of files and subdirectories, allowing you to quickly find specific items and verify their sizes and modification dates.

Do I need any special dependencies to list directory contents?

No special dependencies are required to list directory contents. You only need to provide a valid path input, and the built-in filesystem handler will process the request to return item names, types, sizes, and timestamps.