cudf-analytics
Use for GPU-accelerated data analysis on datasets, CSVs, or tabular data using NVIDIA cuDF. Triggers when tasks involve groupby aggregations, statistical summaries, anomaly detection, or large-scale data profiling.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/langchain-ai/deepagents /tmp/deepagents && ln -s /tmp/deepagents/examples/nvidia_deep_agent/skills/cudf-analytics ~/.claude/skills/cudf-analytics
From README
cuDF Analytics Skill GPU-accelerated data analysis using NVIDIA RAPIDS cuDF. cuDF provides a pandas-like API that runs on NVIDIA GPUs, enabling massive speedups on large datasets. When to Use This Skill Use this skill when: Analyzing CSV files, datasets, or tabular data Computing statistical summaries (mean, median, std, quartiles) Performing groupby aggregations Detecting anomalies or outliers in data Profiling datasets with millions of rows Computing correlation matrices Initialization (REQUIRED) Always start every script with this boilerplate. It tests actual GPU operations, not just import. Quick Reference cuDF mirrors the pandas API.
More from this repo
langgraph-docs
Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and...
arxiv-search
Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic.
blog-post
Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image...