Browse Library
This skill provides browsing capabilities for the library filesystem.
Usage
python scripts/browse-library.py --action list --path skills/publishing
python scripts/browse-library.py --action read --path skills/publishing/SKILL.md
python scripts/browse-library.py --action metadata --path study/git/README.mdActions
list: List directory contentsread: Read file contentsmetadata: Extract frontmatter from markdown files
Options
--path: Path relative to library root (default: root)--recursive: List subdirectories recursively--max-depth: Maximum depth for recursive listing--include-hidden: Include hidden files/directories