What problem does it solve? Setting up a working Python environment for scientific plotting often fails due to missing conda installations, shell misconfiguration, or dependency conflicts. This Skill automates the full setup so plotting scripts run without environment errors. ## Core Features & Use Cases - Cross-platform Miniconda installation: Automated silent install flows for macOS (arm64/x86_64), Linux, and Windows PowerShell, including shell initialization. - Research environment creation: Creates a research conda environment with Python 3.11 and installs numpy, pandas, scipy, matplotlib, seaborn, scikit-learn, statsmodels, and Jupyter kernel registration. - Self-check and troubleshooting: Runs an import verification script and provides fixes for common issues like conda: command not found, slow downloads (Tsinghua mirror), and package conflicts. - Use Case: A user asks to plot experimental data with Python but has no environment ready; the Skill detects the OS, installs Miniconda, creates the environment, installs plotting libraries, and verifies everything works. ## Quick Start Set up a Python environment with matplotlib and pandas so I can create data visualizations for my research paper.