23 skills
Fill in the paper details your README left out
Passed all 3 security checksFinds the exact dataset split, preprocessing step, or evaluation protocol a deep-learning repo needs but didn't document—by cross-referencing the original paper and repo files.
·★159↓140k
repo-intake-and-plan
Passed all 3 security checksRigor Intake helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest t…
·★159↓140k
Set up a deep learning repo to run first time
Passed all 3 security checksParses a README, extracts environment and asset requirements, builds a conda env spec, and generates step-by-step setup notes so the repo actually runs without path errors or missing checkpoints.
·★159↓140k
Standardize and capture ML model test outputs
Passed all 3 security checksRuns a deep-learning repo's smoke test or eval command, captures outputs, and writes them into a normalized repro_outputs/ folder with patch notes and environment metadata.
·★159↓140k
Reproduce a deep learning paper from its repo
Passed all 3 security checksReads a GitHub repository's README, picks the smallest reproducible target (inference or eval), installs deps, runs it, and logs every step so you can trust the result.
·★159↓11
Diagnose a training failure without guessing
Passed all 3 security checksTakes a traceback, CUDA error, shape mismatch, or NaN loss and walks through the root cause with conservative reasoning before suggesting a fix — no wild patches.
·★159↓9
run-train
Passed all 3 security checksRigor Train skill for deep learning research repositories. Use when a documented or selected training command should be run conservatively for startup verification, short-run verification, full kickoff, or resume, with command, config, seed, log, checkpoint, status, and metric e…
·★159↓6
Understand a research repo's model structure
Passed all 3 security checksMaps a machine-learning repository's model architecture, training flow, and config insertion points—without running code. Flags unusual patterns or missing safety checks.
·★159↓6
Adapt a deep learning model for your research
Passed all 3 security checksExplores a research repo's architecture, identifies reusable modules, and generates isolated branch changes to swap backbones, add adapters, or integrate LoRA without breaking the main codebase.
·★159↓6
Run safe exploratory ML experiments on your codebase
Passed all 3 security checksExecutes bounded guess-and-check experiments—small-subset validation, batch sweeps, short hyperparameter searches—on your deep-learning repo without consuming full compute budgets.
·★159↓6
Surface novel deep-learning research directions
Passed all 3 security checksTakes a task family, dataset, benchmark, and state-of-the-art references, then generates candidate research angles with a rationale for each — filtered for novelty and feasibility.
·★159↓2
rigorpilot-skills11 skills
analyze-project
Passed all 3 security checksRigor Analyze / Rigor Audit read-only skill for deep learning research repositories. Use when the user wants to read and understand a repository, inspect model structure and training or inference entrypoints, review configs and insertion points, or flag suspicious implementation patterns without modifying code or running heavy jobs. Do not use for active command execution, broad refactoring, speculative code adaptation, or automatic bug fixing.
·0↓78k
explore-code
Passed all 3 security checksRigor Improve implementation leaf skill for auditable candidate implementation in deep learning research repositories. Use when the researcher explicitly authorizes exploratory work on an isolated branch or worktree to transplant modules, adapt a backbone, add LoRA or adapter layers, replace a head, or stitch together meaningful low-risk migration ideas with rollback-aware records in `explore_outputs/`. Do not use for end-to-end exploration orchestration on top of `current_research`, trusted baseline reproduction, conservative debugging, environment setup, verified contribution claims, or default repository analysis.
·0↓78k
ai-research-explore
Passed all 3 security checksRigor Explore compatible skill slug for meaningful and potentially novel deep learning research candidates. Use when the researcher has chosen the task family, dataset, benchmark, evaluation method, provided SOTA references, and wants candidate-only exploration on top of `current_research` with auditable repo understanding, idea gating, fair comparison, and governed experiments written to `explore_outputs/`. Do not use for README-first trusted reproduction, open-ended direction finding, narrow code-only or run-only exploration, passive repo analysis, verified novelty claims, or implicit experimentation.
·0↓78k
ai-research-reproduction
Passed all 3 security checksRigorPilot reproduce-mode orchestrator for README-first deep learning repository reproduction. Use when the user wants an end-to-end, minimal-trustworthy flow that reads the repository first, selects the smallest documented inference or evaluation target, coordinates intake, setup, trusted execution, optional trusted training, optional repository analysis, and optional paper-gap resolution, enforces conservative patch rules, records evidence assumptions deviations and human decision points, and writes the standardized `repro_outputs/` bundle. Do not use for paper summary, generic environment setup, isolated repo scanning, standalone command execution, silent protocol changes, score chasing, or broad research assistance outside repository-grounded reproduction.
·0↓78k
paper-context-resolver
Passed all 3 security checksRigor Paper Context helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow reproduction-critical gap and the task is to resolve a specific paper detail such as dataset split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumption from primary paper sources while recording conflicts. Do not use for general paper summary, repo scanning, environment setup, command execution, title-only paper lookup, or replacing README guidance by default.
·0↓78k
Execute a documented training run safely
Passed all 3 security checksRuns a machine-learning training command from a research repo with checkpoints, logs, and metric snapshots saved to a standard output folder. Handles startup checks, short runs, full kickoff, and resume.
·0↓78k
Diagnose a training crash with surgical precision
Passed all 3 security checksParses a traceback, CUDA error, or NaN loss and pinpoints the root cause without guessing. Returns only the minimal fix, keeping research logic intact and debug changes clearly marked.
·0↓78k
Map a research repo before you run it
Passed all 3 security checksScans a README and project structure, extracts training/eval/inference commands, and returns an ordered checklist of the smallest steps to reproduce the result—without running anything yet.
·0↓77k
env-and-assets-bootstrap
Passed all 3 security checksRigor Setup skill for README-first deep learning repo reproduction. Use when the task is specifically to prepare a conservative conda-first environment, checkpoint and dataset path assumptions, cache location hints, and setup notes before any run on a README-documented repository. Do not use for repo scanning, full orchestration, paper interpretation, final run reporting, or generic environment setup that is not tied to a specific reproduction target.
·0↓77k
Verify a deep-learning repo's claimed results
Passed all 3 security checksRuns the repo's documented inference or evaluation command, captures outputs, and logs what changed—so you know whether the claims in the README actually hold up.
·0↓77k
Run quick experiments on ML research code
Passed all 3 security checksExecutes bounded exploratory runs—small-subset validation, parameter sweeps, transfer-learning trials—on your research repo and logs results with honest caveats about what the data does and doesn't prove.
·0↓77k
ai-paper-reproduction-skill1 skill