Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:06 +08:00
commit bd6688bddb
4 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "directory-tree-viewer",
"description": "Display directory structure as a formatted tree with visual hierarchy. Use when the user needs to visualize a directory structure, analyze folder organization, or share a file tree view. Provides the /tree slash command for viewing any directory with custom depth arguments.",
"version": "1.0.0",
"author": {
"name": "Don Jacobsmeyer",
"email": "hello@donjacobsmeyer.com"
},
"skills": [
"./"
]
}