← Back to list

workspace-tools
by pheuter
Cross-platform desktop app for agentic chat powered by Claude Agent SDK.
⭐ 182🍴 30📅 Jan 23, 2026
SKILL.md
name: workspace-tools description: Utilities for inspecting the local project workspace (list files, spot large folders, and determine where to focus). license: MIT
Tools
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
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon