What problem does it solve? New users of the gaspatchio actuarial modeling engine often struggle with first-time setup, choosing the right starting tutorial, and knowing whether their installation works. This Skill verifies the installation, inspects user data files, routes to the correct tutorial level, and confirms the model runs correctly. ## Core Features & Use Cases - Installation Verification: Runs gspio --version and diagnoses setup failures before any modeling begins. - Data Inspection: Uses gspio describe --json to profile parquet, CSV, or Excel-converted data files and identify model points versus assumption tables. - Tutorial Routing: Maps user goals (cashflow projection, assumption tables, variable annuities, lifelib porting, scenario analysis) to the matching tutorial level from Level 1 through Level 5. - Use Case: An actuary migrating from Excel provides a mortality table in .xlsx format. The Skill converts it to parquet with Polars, describes the columns, initializes the Level 2 assumptions tutorial, runs the model, and verifies output with gspio tutorial verify. ## Quick Start Use the gaspatchio quickstart skill to set up my first actuarial model and run the Level 1 hello world tutorial.