exploring-data

Installation
SKILL.md

Exploring Data

Workflow

1. Check if installed (instant)

bash /mnt/skills/user/exploring-data/scripts/check_install.sh

Returns: installed or not_installed

2. Install if needed (one-time, ~19s)

if [ "$(bash check_install.sh)" = "not_installed" ]; then
    bash /mnt/skills/user/exploring-data/scripts/install_ydata.sh
fi

3. Run analysis (always generates JSON + HTML by default)

Related skills

More from oaustegard/claude-skills

Installs
38
GitHub Stars
120
First Seen
Jan 25, 2026