OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add langchain-ai/deepagents --skill 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.
npx skills add langchain-ai/deepagents --skill cudf-analytics
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.
Use this skill when:
Always start every script with this boilerplate. It tests actual GPU operations, not just import.
cuDF mirrors the pandas API. Common operations:
cuDF requires explicit type specification for optimal performance:
float32 or float64 for numeric dataint32 or int64 for integer dataWhen reporting analysis results: