tree
Installation
SKILL.md
Tree
Display directory structure in tree format
Prerequisite Check
Run this before proposing tree output:
command -v tree >/dev/null 2>&1 || tree --version
If tree is missing, surface that first and fall back to find or ls -R, noting that formatting and depth controls will differ.
Quick Start
- Verify
treeis available:tree --versionorman tree - Establish the command surface:
man treeortree --help - Start with basic usage:
tree [options] [input]