[depth]: Profundidad máxima de recursión (default: 2)
Sin argumentos: usa el directorio actual
Output ejemplo
SUMMARY: /path/to/folder
├── folder1/
│ ├── file1.txt
│ └── file2.txt
├── folder2/
│ └── (empty)
└── README.md
Stats:
- Total files: 47
- Total folders: 12
- Largest file: something.zip (15MB)
- Last modified: 2026-04-15
Dependencias
Python standard library (os, glob, pathlib)
Integración
Se usa antes de executar skills que necesitan conocer el proyecto
Útil para el flujo "entrada en caliente" del agent
1---2name: filesystem3description: Filesystem Skill4---5# Filesystem Skill67## Propósito8Analizar carpetas y archivos, resumir estructuras, y proporcionar9información contextual sobre el filesystem del proyecto.1011## Archivos12- `summarize_folder.py` - Script principal de análisis1314## Uso1516### summarize_folder.py17```bash18python SKILLS/filesystem/summarize_folder.py <path> [depth]19```20- `<path>`: Carpeta a analizar (required)21- `[depth]`: Profundidad máxima de recursión (default: 2)22- Sin argumentos: usa el directorio actual2324## Output ejemplo25```26SUMMARY: /path/to/folder27├── folder1/28│ ├── file1.txt29│ └── file2.txt30├── folder2/31│ └── (empty)32└── README.md3334Stats:35- Total files: 4736- Total folders: 1237- Largest file: something.zip (15MB)38- Last modified: 2026-04-1539```4041## Dependencias42- Python standard library (os, glob, pathlib)4344## Integración45- Se usa antes de executar skills que necesitan conocer el proyecto46- Útil para el flujo "entrada en caliente" del agent
Run npx skillmds@latest add futurediffusion/filesystem in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Filesystem Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
futurediffusion (@futurediffusion) published this skill. Their other Agent Skills are listed on their SkillMD profile.