Use this skill when the user wants a better directory tree listing with Unicode box-drawing and filtering.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-c85aab89)More formats (shields.io, HTML) on the badges page.
---
name: treepp
description: Use this skill when the user wants a better directory tree listing with Unicode box-drawing and filtering.
---
# treepp Plugin
Enhanced tree command with Unicode box-drawing characters, pattern filtering, and improved formatting.
## Commands
### Directory Listing
- `treepp dir list` — List directory tree with improved formatting
## Usage Examples
- "Show me a tree of this project"
- "List all files in the directory tree"
- "Tree with file type filtering"
## Installation
```bash
cargo install treepp
```
## Examples
```bash
treepp
treepp src/
treepp --ext rs,toml
treepp --ignore target
```
## Key Features
- Unicode box-drawing characters
- File extension filtering
- Ignore patterns
- Human-readable file sizes
- Color output
- Fast Rust implementation
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!