kclemoveki

7 mods across 1 repository, 2 stars between them.

analyze-dataset

01

kclemoveki/agentic-skills-eda

Skill Claude CodeCodex

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

2 3mo ago A 36 tokens original MIT

annotate-findings

02

kclemoveki/agentic-skills-eda

Skill Claude CodeCodex

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.

2 3mo ago A 58 tokens original MIT

eda-report

03

kclemoveki/agentic-skills-eda

Skill Claude CodeCodex

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.

2 3mo ago A 62 tokens original MIT

execute-notebook

04

kclemoveki/agentic-skills-eda

Skill Claude CodeCodex

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.

2 3mo ago A 47 tokens original MIT

freeze-deps

05

kclemoveki/agentic-skills-eda

Skill Claude CodeCodex

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.

2 3mo ago A 50 tokens original MIT

quality-report

06

kclemoveki/agentic-skills-eda

Skill Claude CodeCodex

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.

2 3mo ago A 35 tokens original MIT

snapshot-data

07

kclemoveki/agentic-skills-eda

Skill Claude CodeCodex

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.

2 3mo ago A 49 tokens original MIT