| name | visualize |
| description | Reads CSV data from the latest migrate folder and creates a simple bar chart. Use after the migrate skill has been run. |
Usage
Step-1: Pick the Python environment
Use the .venv environment at C:\bugandfixclaudecodecourse\.venv
Step-2: Install dependencies
pip install matplotlib pandas
Step-3: Run the script
Reference and run the script at:
.claude/skills/visualize/scripts/visualize_runner.py
The script will:
- Find the latest migrate data folder automatically
- Read
fact_sales.csv
- Create a bar chart of total sales per store
- Save the chart as
.claude/skills/visualize/output/sales_by_store.png
Step-4: Open the chart
Open the saved PNG file to view the chart.
Notes
- Always run fetchapi and migrate skills first
- Chart is saved as a PNG file