Search Files

Recursively search for files and directories matching a pattern. The patterns should be glob-style patterns that match paths relative to the working directory. Use pattern like '*.ext' to match files in current directory, and '**/*.ext' to match files in all subdirectories. Returns full paths to all matching items. Great for finding files when you don't know their exact location. Only searches within allowed directories.

xiaobai1017 Updated

File contents

xiaobai1017/mcp2skills/tree/main/skills/search_files commit de054a24c6

Frequently asked questions

npx skillmds@latest add xiaobai1017/search-files