Skip to main content
ClaudeWave
Skill970 estrellas del repoactualizado 4d ago

file_inspector

Inspect files on the host filesystem.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ongridio/ongrid /tmp/file_inspector && cp -r /tmp/file_inspector/internal/manager/biz/aiops/chatruntime/testdata/skill_parser/typical ~/.claude/skills/file_inspector
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# File Inspector

Use this skill to find files on disk and report disk usage.

## Workflow

1. Use `find_files` to locate candidate files.
2. Use `du_summary` to size up the matches.