Loading...
Loading...
Efficient project file browser. Use it when you need to list the entire project structure, fuzzy search files, or safely read (supports chunking of large files) local codebase content.
npx skill4agent add arcaneorion/alice-single file_explorerls/cat--tree--searchfzf--read# View project tree structure (default depth is 2)
python skills/file_explorer/explorer.py --tree --depth 3
# Fuzzy search files containing "config"
python skills/file_explorer/explorer.py --search "config"
# Safely read file content
python skills/file_explorer/explorer.py --read "agent.py"--read