andikarachman/data-science-plugin

Data science and ML workflow tools for Claude Code. 6 agents, 4 commands, 6 skills for problem framing, EDA, experimentation, and knowledge compounding.

14Stars on the repository
30Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

aeon

01

andikarachman/data-science-plugin

Skill Claude CodeCodex

Aeon API patterns for time series machine learning -- classification, regression, clustering, anomaly detection, segmentation, and similarity search. Use when /ds:experiment needs time-series-specific ML algorithms (ROCKET, InceptionTime, DTW classifiers), or /ds:eda needs temporal feature extraction (Catch22, ROCKET…

14 6mo ago A 106 tokens

data-preprocessing

02

andikarachman/data-science-plugin

Skill Claude CodeCodex

Pre-model data preparation pipelines for cleaning, validation, transformation, and ETL orchestration. Use when raw data needs deduplication, schema validation, format conversion, or quality assurance before EDA or modeling.

14 6mo ago A 46 tokens

andikarachman/data-science-plugin

Skill Claude CodeCodex

Data quality validation with Great Expectations, dbt tests, and data contracts. Use when building formal validation rules, expectation suites, or data contracts for repeatable quality gates.

14 6mo ago A 39 tokens

eda-checklist

04

andikarachman/data-science-plugin

Skill Claude CodeCodex

Systematic exploratory data analysis checklist covering structure, quality, distributions, relationships, and target analysis. Use when starting EDA on any dataset.

14 6mo ago A 32 tokens

experiment-tracking

05

andikarachman/data-science-plugin

Skill Claude CodeCodex

Standard format for logging ML experiments including hypothesis, config, results, and learnings. Use when running experiments to maintain a consistent record.

14 6mo ago A 31 tokens

andikarachman/data-science-plugin

Skill Claude CodeCodex

Detect file types and perform format-specific EDA across 200+ scientific data formats. Use when /ds:eda encounters non-tabular or unfamiliar data files, or when format-specific analysis guidance is needed.

14 6mo ago A 47 tokens

matplotlib

07

andikarachman/data-science-plugin

Skill Claude CodeCodex

Matplotlib API patterns for creating publication-quality visualizations. Use when /ds:eda needs distribution plots, correlation heatmaps, or relationship visualizations, or when /ds:experiment needs result plots (learning curves, confusion matrices, forecast visualizations). For standard ML diagnostic plots use…

14 6mo ago A 86 tokens

model-card

08

andikarachman/data-science-plugin

Skill Claude CodeCodex

Generate standardized model documentation following HuggingFace Model Card and NVIDIA Model Card++ formats. Use when preparing a model for deployment or handoff.

14 6mo ago A 31 tokens

pandas-pro

09

andikarachman/data-science-plugin

Skill Claude CodeCodex

Pandas API patterns for DataFrame operations, data cleaning, aggregation, merging, and performance optimization. Use when generating pandas code for data loading, manipulation, or profiling in /ds:eda, /ds:preprocess, or /ds:experiment.

14 6mo ago A 55 tokens

polars

10

andikarachman/data-science-plugin

Skill Claude CodeCodex

Polars expression API for high-performance DataFrame operations, lazy evaluation, joins, aggregations, and I/O. Use as a parallel alternative to pandas-pro when working with large datasets or generating Polars code for data loading, manipulation, or profiling in /ds:eda, /ds:preprocess, or /ds:experiment.

14 6mo ago A 70 tokens

andikarachman/data-science-plugin

Skill Claude CodeCodex

Verify that an ML experiment meets reproducibility requirements: random seeds, library versions, data hashes, environment capture. Use when reviewing experiments before shipping.

14 6mo ago A 36 tokens

scikit-learn

12

andikarachman/data-science-plugin

Skill Claude CodeCodex

Scikit-learn API patterns for preprocessing, pipelines, model selection, and evaluation. Use when /ds:experiment needs to build sklearn pipelines, tune hyperparameters, or evaluate models.

14 6mo ago A 42 tokens

setup

13

andikarachman/data-science-plugin

Skill Claude CodeCodex

Check Python environment for required DS/ML libraries and report versions or missing packages. Use when setting up a new project or debugging import errors.

14 6mo ago A 30 tokens

shap

14

andikarachman/data-science-plugin

Skill Claude CodeCodex

SHAP API patterns for model interpretability -- explainer selection, feature attribution, and visualization. Use when /ds:experiment needs per-prediction explanations, global feature importance, or interaction analysis. For built-in tree importance and permutation importance use scikit-learn; for coefficient-based…

14 6mo ago A 65 tokens

split-strategy

15

andikarachman/data-science-plugin

Skill Claude CodeCodex

Select and implement appropriate train/validation/test split strategies based on data characteristics. Use when designing the evaluation framework for a model.

14 6mo ago A 29 tokens

andikarachman/data-science-plugin

Skill Claude CodeCodex

Guided statistical analysis with test selection, assumption checking, power analysis, and APA reporting. Use when /ds:experiment needs to design comparison protocols, validate assumptions, or report results.

14 6mo ago A 41 tokens

statsmodels

17

andikarachman/data-science-plugin

Skill Claude CodeCodex

Statsmodels API patterns for OLS, GLM, discrete choice, time series (ARIMA/SARIMAX), and diagnostics. Use when /ds:experiment needs statsmodels model fitting, diagnostics, or time-series forecasting, or /ds:eda needs VIF and stationarity checks. For guided test selection and APA reporting use statistical-analysis.

14 6mo ago A 73 tokens

andikarachman/data-science-plugin

Skill Claude CodeCodex

Hyperparameter tuning workflow reference -- strategy selection, Bayesian optimization with Optuna, search space design, and result analysis. Use when /ds:experiment needs to choose a tuning strategy, design search spaces, or analyze tuning runs.

14 6mo ago A 51 tokens