By creyesp
Skills library for Data Scientists: framing, EDA, feature engineering, modeling, validation, deployment, monitoring and incident response — inspired by superpowers, adapted to the ML lifecycle
Use before training any model more complex than a constant predictor - establishes a documented baseline that any future model must beat to be considered
Use whenever ingesting new data or before training a model, to verify schemas, types, ranges, nullability, and freshness contracts hold
Use when starting an experiment that requires data you have not previously worked with, before downloading or sampling
Use when you have a written experiment plan to execute end-to-end with reproducibility and tracking checkpoints
Use whenever training, fine-tuning, or evaluating a model - requires every run to be logged with code SHA, data hash, params, metrics, and artifacts to a tracking server
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A complete data-science methodology for your coding agents, built on top of a set of composable skills and initial instructions that make sure your agent uses them.
Inspired by obra/superpowers, Datapowers adapts the same pattern (process skills first, Iron Laws, TDD-for-docs, subagent-driven execution) to the full ML lifecycle: framing, data, EDA, features, modeling, validation, deployment, monitoring, and incident response.
When you start a session in a project with Datapowers installed, your agent reads CLAUDE.md, loads the using-datapowers bootstrap skill, and from then on every relevant action triggers the right skill automatically:
framing-the-ml-problem and asks the right questions BEFORE touching any notebook.writing-experiment-specs, commits a spec doc, then writing-experiment-plans to produce bite-sized tasks.subagent-driven-experimentation dispatches one runner per configuration, with two-stage review (metrics-vs-spec, code-quality) after each.reproducibility-verification, writing-model-cards, pre-deployment-review are gates that cannot be skipped.monitoring-data-and-model-drift and incident-response-for-ml keep watch.Every critical skill defines an inviolable rule. The key ones for Datapowers:
fit() on the full dataset — never. Validation strategy is committed before any model is fit.Bootstrap → Framing → Planning → Data → EDA → Features →
Modeling → Validation → Pre-Deploy → Deploy → Monitor & Ops →
Collaboration & Close
30 skills total, grouped in 11 phases. See skills/ for the full catalog.
Specs, plans, model cards, and postmortems are committed to git in:
docs/datapowers/specs/YYYY-MM-DD-<topic>-spec.mddocs/datapowers/plans/YYYY-MM-DD-<feature>.mddocs/datapowers/model-cards/<model>-<version>.mddocs/datapowers/postmortems/YYYY-MM-DD-<incident>.mdThis is a Claude Code / Cowork plugin. To use it locally, point your agent at this directory and ensure CLAUDE.md is loaded at session start.
Skills are written assuming a modern Python ML stack: Python 3.11+, pandas/polars, scikit-learn, PyTorch, HuggingFace, MLflow, DVC, pandera, evidently, BentoML / MLflow Models, FastAPI. Most patterns transfer to other stacks — substitute as needed.
MIT
npx claudepluginhub creyesp/datapowers --plugin datapowersA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.