kclemoveki/agentic-skills-eda

Claude Code skills for reproducible EDA. Talk @ DataAr Córdoba 2026.

2Stars on the repository
7Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

analyze-dataset

01

kclemoveki/agentic-skills-eda

Skill Claude Code

Generate a structured analytical Jupyter notebook from any dataset path. Produces EDA, statistical tests, visualizations, and optional modeling following notebook best practices.

not rated 2 3mo ago A 36 tokens original MIT

annotate-findings

02

kclemoveki/agentic-skills-eda

Skill Claude Code

Read an executed Jupyter notebook and rewrite placeholder observation cells (marked ) with real findings derived from the actual cell outputs. Closes the loop after /execute-notebook so observations reference real numbers, not pre-execution speculation.

not rated 2 3mo ago A 58 tokens original MIT

eda-report

03

kclemoveki/agentic-skills-eda

Skill Claude Code

Synthesize an executed and annotated EDA notebook into a 1-3 page executive markdown report. Selects 3-6 key findings, removes code, structures into 7 canonical sections, and produces a stakeholder-ready document. Closes the EDA pipeline after /annotate-findings.

not rated 2 3mo ago A 62 tokens original MIT

execute-notebook

04

kclemoveki/agentic-skills-eda

Skill Claude Code

Execute a Jupyter notebook headless with kernel restart using papermill. Captures all cell outputs and overwrites the notebook with the executed version. Fails loudly on the first error with cell index and traceback.

not rated 2 3mo ago A 47 tokens original MIT

freeze-deps

05

kclemoveki/agentic-skills-eda

Skill Claude Code

Detect imports in a Jupyter notebook, resolve their installed versions, and emit either requirements.txt (pip) or a poetry add command (Poetry projects). Also appends a watermark cell to the notebook for inline version auditability.

not rated 2 3mo ago A 50 tokens original MIT

quality-report

06

kclemoveki/agentic-skills-eda

Skill Claude Code

Generate a one-page data quality triage report with traffic-light scores for completeness, consistency, and usability. Outputs actionable blockers and cleaning recommendations before full EDA.

not rated 2 3mo ago A 35 tokens original MIT

snapshot-data

07

kclemoveki/agentic-skills-eda

Skill Claude Code

Generate a versionable YAML manifest next to a dataset capturing SHA-256 hash, schema fingerprint, shape, and column metadata. Used to pin a dataset version so future re-runs can verify they are working on the same data.

not rated 2 3mo ago A 49 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: