Skills
Browse curated AI skills for development, design, testing, and more.
Browse curated AI skills for development, design, testing, and more.
Showing 1-8 of 8

@sickn33
Machine learning in Python with scikit-learn. Use for classification, regression, clustering, model evaluation, and ML pipelines.

@sickn33
Interactive visualization library. Use when you need hover info, zoom, pan, or web-embeddable charts. Best for dashboards, exploratory analysis, and presentations. For static publication figures use matplotlib or scientific-visualization.

@sickn33
NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs.

@sickn33
Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.

@sickn33
Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots.

@sickn33
Statsmodels is Python's premier library for statistical modeling, providing tools for estimation, inference, and diagnostics across a wide range of statistical methods.

@sickn33
Seaborn is a Python visualization library for creating publication-quality statistical graphics. Use this skill for dataset-oriented plotting, multivariate analysis, automatic statistical estimation, and complex multi-panel figures with minimal code.

@Jeffallan
Performs pandas DataFrame operations for data analysis, manipulation, and transformation. Use when working with pandas DataFrames, data cleaning, aggregation, merging, or time series analysis. Invoke for data manipulation tasks such as joining DataFrames on multiple keys, pivoting tables, resampling