pheuter

workspace-tools

@pheuter/workspace-tools
pheuter
102
17 forks
Updated 1/6/2026
View on GitHub

Utilities for inspecting the local project workspace (list files, spot large folders, and determine where to focus).

Installation

$skills install @pheuter/workspace-tools
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/workspace-tools/SKILL.md
Branchmain
Scoped Name@pheuter/workspace-tools

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


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