# Data AI

> Linux data science and AI/ML environment setup - TensorFlow, PyTorch, CUDA, Jupyter

- Skill: `pluginagentmarketplace/data-ai` (Agent Skill, multi-file: 10 files)
- Install (CLI): `npx skillmds@latest add pluginagentmarketplace/data-ai`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pluginagentmarketplace/data-ai/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: pluginagentmarketplace (https://skillmd.com/u/pluginagentmarketplace)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pluginagentmarketplace/data-ai

---


# Data Ai Skill

## Overview

Master Linux environment configuration for data science and machine learning workflows.

## Capabilities

- **GPU Setup**: CUDA, cuDNN, NVIDIA drivers
- **Python Environments**: Conda, virtualenv, pyenv
- **ML Frameworks**: TensorFlow, PyTorch, JAX
- **Data Tools**: Jupyter, pandas, numpy
- **Containerization**: Docker with GPU support

## Examples

```bash
# Check GPU availability
nvidia-smi

# Create ML environment
conda create -n ml python=3.11
conda activate ml
pip install torch torchvision
```


