| name | migrate |
| description | Migrates the fetched data stored in the ".claude/skills/fetchAPI/data/" directory to a new location. Use when you want to move your data to a different directory. |
Usage
Step-1: Pick the python environment
Before you start, make sure to pick the python environment in which you want to run the code. You can run/install dependencies using my '.venv' environment which is located at "C:\ClaudeCode.venv"
Step-2: Run the Python Script To Migrate Data
- You need to run the Python Script stored at ".claude/skills/migrate/scripts/convert_to_parquet.py".