list-directory

List files and subdirectories with metadata from a specified directory path.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill list-directory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-directory
Source: https://github.com/openakita/openakita/tree/main/skills/system/list-directory
Command: npx skills add https://github.com/openakita/openakita --skill list-directory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand the contents of directories on your file system, making it easier to locate files and navigate your project structure.

Core Features & Use Cases

  • List Directory Contents: View files and subdirectories within a specified path.
  • Explore Structure: Understand the organization of folders and their contents.
  • Find Files: Quickly check if a file or directory exists in a specific location.

Quick Start

List the contents of the current directory.

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 see files and subdirectories in a specific path?

To list directory contents, you provide a valid path string to retrieve metadata such as file names, types, sizes, and modification times for all items within that folder.

Can I check if a file or directory exists within a folder?

You can verify the existence of files or directories by listing the contents of the specified path and checking the returned metadata for the target item name.

What file metadata is returned when I explore a directory structure?

Exploring a directory structure returns file metadata including file names, types, sizes, and modification times for both files and subdirectories located in the specified path.

What is the best way to navigate and understand project folder organization?

The best way to navigate project folder organization is by listing the contents of your directories to view the structure of files and subdirectories at a given path.

Do I need to provide a specific input format to list files in a directory?

Yes, you need to provide a valid path string as input to successfully list files and retrieve their metadata from the target directory on your file system.

Can I locate specific files across different subdirectories?

To locate specific files, you can explore the directory structure by listing the contents of a path to identify matching file names and verify their locations within subdirectories.