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 pheuter/claude-agent-desktop 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
- 209
- Forks
- 33
- Last commit
- Nov 2025
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
workspace-tools-pheuter- Source
- github.com/pheuter/claude-agent-desktop