probabl-ai

17 mods across 2 repositories, 121 stars between them.

probabl-skills

01

probabl-ai/skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: probabl-skills.

119 14d ago A tokens not measured original BSD-3-Clause

skills

02

probabl-ai/skills

Plugin Claude Code

Skills to support Machine Learning experimentation using the Python ecosystem.

119 14d ago A tokens not measured original BSD-3-Clause

audit-ml-pipeline

03

probabl-ai/skills

Skill Claude CodeCodex

Owns the audit/ folder: one # %% (jupytext percent) Python file per experiment, aligned 1:1 with experiments/NN .py and journal/NN .md, that loads the experiment's skore report read-only and uses bare-last-expression cells whose repr carries the audit's signal. The agent executes the audit file via the bundled…

119 14d ago A 594 tokens original BSD-3-Clause

build-ml-pipeline

04

probabl-ai/skills

Skill Claude CodeCodex

Declare the pipeline from data source to predictor as a skrub DataOps graph (not as a bare sklearn.Pipeline). Every step is either a pure-Python function (stateless) attached via .skb.applyfunc, or a sklearn-compatible estimator (stateful) attached via .skb.apply. Stops at the declared object — no fit, split, tuning…

119 14d ago A 457 tokens original BSD-3-Clause

probabl-ai/skills

Skill Claude CodeCodex

Opinionated Python stack for data-science / ML work — one library per job, organized into tiers (mandatory / user choice / optional / transitive). SKILL.md is the index; per-library references/ .md files carry scope, "pick this when" / "pick something else when", and pairings. TRIGGER when (any of these): (1) a…

119 14d ago A 426 tokens original BSD-3-Clause

probabl-ai/skills

Skill Claude CodeCodex

Methodology for evaluating a single sklearn-compatible learner (in particular, the SkrubLearner produced by build-ml-pipeline). Owns: which entry point to call (skore.evaluate first, the explicit report classes when needed), which cross-validator to pick from scikit-learn's catalogue, how to consume the structural…

119 14d ago A 402 tokens original BSD-3-Clause

explore-ml-data

07

probabl-ai/skills

Skill Claude CodeCodex

Owns data understanding BEFORE any model is designed. Places and executes data/eda.py (a jupytext # %% script) via the shared in-process runner, reads the streamed digest, then writes a persisted data/eda.md report (plus linked data/eda .html skrub TableReport pages) and the ## Data understanding (EDA) section of…

119 14d ago A 589 tokens original BSD-3-Clause

iterate-from-skore

08

probabl-ai/skills

Skill Claude CodeCodex

Source the next ML experiment proposal by reading the audit digest at scratch/audit/ /audit.md (produced by audit-ml-pipeline at § 4 record-outcome). For every row in the digest's ## Checks summary whose severity is issue or tip, follow the row's documentationurl to draft a Backlog row whose Item is the mitigation the…

119 14d ago A 497 tokens original BSD-3-Clause

iterate-from-user

09

probabl-ai/skills

Skill Claude CodeCodex

Source the next ML experiment proposal from the user via one of three entry points selected by AskUserQuestion: (a) a scientific article URL the agent must read and synthesize, (b) a resource link or path (GitHub issue / spec file / reference repo), or (c) free-text the user types directly. In every branch, the agent…

119 14d ago A 401 tokens original BSD-3-Clause

probabl-ai/skills

Skill Claude CodeCodex

Owns the iteration loop on top of an ML workspace: the journal/JOURNAL.md index and the per-experiment journal/NNshortname.md design notes that must be drafted and approved by the user before experiments/NNshortname.py is created. Drives the propose → iterate → approve → implement → record loop; dispatches to…

119 14d ago A 422 tokens original BSD-3-Clause

probabl-ai/skills

Skill Claude CodeCodex

Decide where files live in an ML experimentation project: reusable code in src/ /, one # %% script per experiment in experiments/, design notes + index in journal/, reports in reports/, agent-only probes in scratch/. Owns the layout, the file-creation rules (one file per experiment, ask before editing), and the…

119 14d ago A 395 tokens original BSD-3-Clause

python-api

12

probabl-ai/skills

Skill Claude CodeCodex

Look up the public API of a Python package against the installed version and cache what's worth keeping. Four shapes by question type: (0) cache hit under scratch/api/ / /; (1) inspect.signature + pydoc.renderdoc for a symbol; (2) dir / pkgutil.itermodules for a module surface; (3) WebSearch + WebFetch of versioned…

119 14d ago A 466 tokens original BSD-3-Clause

python-code-style

13

probabl-ai/skills

Skill Claude CodeCodex

Owns Python code style for this stack: ruff for lint + format, numpydoc for docstrings. Three responsibilities — (1) place the project's ruff.toml from the bundled template once the stack and workspace are in place, (2) run ruff against any Python files Claude has just generated or edited, and (3) contextualize each…

119 14d ago A 425 tokens original BSD-3-Clause

python-env-manager

14

probabl-ai/skills

Skill Claude CodeCodex

Single source of truth for "which Python environment manager does this project use, and how do I install a package with it?". Owns the detection table (pixi / uv / poetry / hatch / conda+mamba / pip+venv), the install / remove / upgrade commands per manager, and the bootstrap path when no manager is in place (default…

119 14d ago C 485 tokens original BSD-3-Clause

probabl-ai/skills

Skill Claude CodeCodex

Owns the smoke test contract for an ML experiment: a small, diagnostic-by-construction pytest that fits the experiment's learner on a portion of the real data/ source and predicts on a disjoint portion that deliberately carries no pre-history buffer. The assertion is structural — the number of predictions must equal…

119 14d ago A 486 tokens original BSD-3-Clause

test-ml-pipeline

16

probabl-ai/skills

Skill Claude CodeCodex

Owns the tests/ folder of an ML workspace and the pairing rule between an experiment and its tests. Lightweight router: every test category has its own subskill (smoke-test-ml-pipeline is the only one for v1; regression-test-ml-pipeline / distribution-test-ml-pipeline etc. plug in as siblings as the workspace grows).…

119 14d ago A 401 tokens original BSD-3-Clause

skore-cli AGENTS.md

17

probabl-ai/skore-cli

Instructions file CodexOpenCode

Instructions for probabl-ai/skore-cli, covering agents, workflow, coding discipline, 1. think before coding and 2. simplicity first.

2 5d ago A 467 tokens original MIT