Tools
SkillFiles & storageUtilities for inspecting the local project workspace (list files, spot large folders, and determine where to focus).
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Tools skill
What this skill tells your AI
The instructions your AI receives, as published by ninehills/claude-agent-ui in .claude/skills/workspace-tools/SKILL.md and read by ahel’s review.
list-directory
- Purpose: Print a depth-limited directory tree as JSON for the current working directory or a target path.
- Usage:
./scripts/list-directory/list-directory(defaults to current directory, depth 2)./scripts/list-directory/list-directory --path ./src --depth 3
- Flags:
--path <path>: Directory to scan (default:., relative paths are resolved from cwd)--depth <number>: How deep to recurse (default: 2)--json: Emit compact JSON instead of pretty output
Signals
- GitHub stars
- 57
- Forks
- 9
- Last commit
- Jan 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
workspace-tools- Source
- github.com/ninehills/claude-agent-ui