explore
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Codebase Exploration
$ARGUMENTS
Explore and understand a codebase structure.
Project context
- Config files: !
find . -maxdepth 2 -type f -name "*.json" -o -name "*.toml" -o -name "*.yaml" -o -name "*.yml" 2>/dev/null | head -20
Usage
/explore [path]