workspace-tools
Utilities for inspecting the local project workspace (list files, spot large folders, and determine where to focus).
pinned to #f74b606updated 2 weeks ago
Ask your AI client: “install skills/workspace-tools”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/workspace-toolsmetahub onboarded this repo on the author's behalf.
If you own github.com/pheuter/claude-agent-desktop on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
204
Last commit
2 weeks ago
Latest release
published
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.f74b606· 2 weeks ago
Documentation
41Description quality
17 words · 116 chars — "Utilities for inspecting the local project workspace (list files, spot large fol…"
README is present and substantial
2,883 chars · 5 sections · 1 code block
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
found: Quick start
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrentf74b606warn2 weeks ago
Contents
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
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/workspace-tools