Getting Started
Quick Start
Let's load a CSV file and get a quality report — your first data task with MAGIC Data Agent Skills.
Step 1: Set Up Your Workspace
Ask your AI assistant:
"/magic:init-workspace"
This creates the workspace directory structure with data/, logs/, and checkpoint directories.
Step 2: Load and Profile Data
Place a CSV file in your project directory (or use any accessible path), then ask:
"Load sales_data.csv and tell me about the data quality"
The agent will:
- Activate magic-data-loading — detect the format, encoding, and delimiter
- Load the file into a pandas DataFrame
- Checkpoint the raw data as
ckpt_01_raw_data.csv - Transition to magic-data-profiling — run quality scoring and distribution analysis
- Report the quality score, issues found, and recommended next steps
Step 3: Generate a Report
"Generate a report of the profiling results"
The agent activates magic-report-generation and produces a structured Markdown report with tables, findings, and recommendations.
What's Next?
Skills Reference
Explore all 12 skills and what they do
Tutorials
Step-by-step tutorials from easy to advanced
Workflow Guide
Learn the full Discover → Deliver pipeline
Was this page helpful?
Edit on GitHub
Last updated on