---
name: code_interpreter
description: Run Python / Node.js in an isolated sandbox for analysis and file work
version: 1.0.0
---

# Code Interpreter Skill

tags: code, python, node, data, analysis, calculation

## When to use
User asks to: analyze data, process a file, make calculations, create a chart, run a script, compute something complex

## Tools
- code_interpreter_python: For data analysis, pandas, numpy, matplotlib, CSV processing
- code_interpreter_node: For JavaScript, JSON processing, quick calculations

## Approach
1. Write clean focused code that solves the task
2. Print results clearly — use print() in Python
3. For data analysis: load data, process it, print summary statistics
4. For charts: save to file, report the file path
