Published Skills 11
safe-debug
Debug Deep Learning Errors Safely
Deep learning debugging often leads to speculative patches that break research reproducibility. This skill provides conservative diagnosis with explicit approval gates before any code modification, keeping debug fixes separate from research contributions.
run-train
Run Training Commands with Structured Evidence
Deep learning training runs often lack reproducible evidence and clear status reporting. This skill executes a selected training command conservatively and writes standardized training evidence to train_outputs/.
repo-intake-and-plan
Scan repositories and plan AI reproduction
Manually scanning AI repositories for reproduction commands is time-consuming and error-prone. This skill automates README-first analysis to extract documented commands and generate minimal trustworthy reproduction plans.
paper-context-resolver
Resolve Paper Reproduction Gaps with Context
When reproducing AI research, repository READMEs often leave critical gaps about dataset splits, evaluation protocols, or preprocessing details. This skill resolves those narrow reproduction questions from primary paper sources while preserving README-first guidance.
minimal-run-and-audit
Execute and audit AI repository reproduction commands
Running AI paper reproduction experiments requires consistent command execution and standardized reporting. This skill executes smoke tests, inference runs, or evaluation commands while automatically generating structured output bundles for audit trails.
explore-run
Plan bounded exploratory experiment runs
Deep learning researchers need to run quick exploratory trials without overclaiming results. This skill generates budget-aware variant matrices with fair-comparison caveats, keeping exploratory evidence clearly separated from trusted baselines.
explore-code
Plan Safe ML Code Changes with Rollback Awareness
Deep learning researchers need to explore code modifications without breaking trusted baselines. This skill creates conservative, auditable change plans with explicit rollback paths for isolated worktrees.
env-and-assets-bootstrap
Bootstrap AI Research Environments and Assets
Setting up AI research environments for paper reproduction is complex and error-prone. This skill automates conservative conda-first environment creation and asset path planning to reduce setup friction.
analyze-project
Analyze Deep Learning Projects Safely
Understanding a new deep learning repository is time-consuming and error-prone. This skill provides read-only static analysis to map model structure, training entrypoints, and suspicious patterns without modifying code or running expensive training jobs.
ai-research-reproduction
Reproduce AI research repositories with auditable evidence
Reproducing deep learning papers is slow and error-prone because commands, datasets, and assumptions are scattered across READMEs. This skill reads the repository first, selects the smallest documented target, and writes a standardized repro_outputs/ bundle with evidence, deviations, and human decision points.
ai-research-explore
Explore Novel Deep Learning Research Candidates
Researchers struggle to systematically explore and rank novel deep learning ideas with scientific rigor. This skill provides auditable candidate exploration with idea gating, fair comparison, and governed experiment workflows on top of current_research.