Back to Skills

data-ai

verified

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

View on GitHub

Marketplace

pluginagentmarketplace-linux

pluginagentmarketplace/custom-plugin-linux

Plugin

custom-plugin-linux

Repository

pluginagentmarketplace/custom-plugin-linux
1stars

skills/data-ai/SKILL.md

Last Verified

January 20, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-linux/blob/main/skills/data-ai/SKILL.md -a claude-code --skill data-ai

Installation paths:

Claude
.claude/skills/data-ai/
Powered by add-skill CLI

Instructions

# 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
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
526 chars