filesystem

List, search, and batch manage files with recursive filtering and dry-run options.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill filesystem-tigha66
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filesystem
Source: https://github.com/Tigha66/dexters-ai-assistant/tree/main/skills/filesystem
Command: npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill filesystem-tigha66

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline local filesystem exploration and bulk file operations by providing fast listing, recursive search, and simple batch management capabilities.

Core Features & Use Cases

  • Recursive directory listing with filtering by type and size.
  • Name and content based search across large directories.
  • Batch operations (copy, move, delete) with safety prompts and dry-run options.
  • Directory analysis and size distribution insights to inform cleanup or organization.

Quick Start

List a directory, search for a keyword in filenames or content, and perform a batch copy of matching files.

Frequently Asked Questions about filesystem

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

FAQPage Schema
How do I recursively search large directories for files by name or content?

You can recursively search large directories by file name or file content using automated filesystem exploration, which scans subdirectories and filters results to return matching files quickly without manual traversal.

What's the best way to batch copy, move, or delete files across a directory?

Batch copy, move, and delete operations can be performed using bulk file management with safe defaults, including dry-run options and safety prompts to preview changes before applying them to directories of any size.

Can I filter directory listings by file type and size?

Directory listing supports filtering by file type and size, allowing you to target specific extensions or file size ranges when analyzing contents and generating structured views of your filesystem.

How does directory size analysis work for cleanup and organization?

Directory size analysis calculates size distribution across folders and files, providing insights into which directories consume the most space so you can make informed cleanup and organization decisions.

Are there safety mechanisms for bulk file operations to prevent accidental data loss?

Safe defaults are built into batch operations through dry-run options that preview actions and safety prompts that confirm before executing copy, move, or delete commands on matching files.