ai-research-workflow-skills
Reproducible deep learning research reproduction, debugging, and exploration
All Skills in This Repository (11)
Pure Emerald Level Indicatorsrun-train
Execute deep learning training commands and record progress evidence in train_outputs.
minimal-run-and-audit
Capture and normalize execution evidence from short non-training commands into structured repro_outputs bundles.
ai-research-reproduction
Coordinate auditable reproduction workflows for AI research repositories.
paper-context-resolver
Resolve reproduction gaps between README guidance and primary papers.
safe-debug
Diagnose deep-learning errors from tracebacks and symptoms into structured diagnostic files.
analyze-project
Map entrypoints, model structure, and config relationships in deep learning repositories.
explore-run
Plan and summarize isolated exploratory deep learning experiment runs.
env-and-assets-bootstrap
Translate top-level environment files into a conda-first bootstrap flow with asset manifests.
ai-research-explore
Orchestrate auditable research campaigns with isolated branches and evaluation contracts.
explore-code
Isolate exploratory code changes on dedicated branches with traceable mappings.
repo-intake-and-plan
Scans READMEs and project files to extract documented commands and classify them into inference, evaluation, or training categories.
Frequently Asked Questions
FAQPage SchemaHow to install RigorPilot Skills?โผ
Run `npx skills add lllllllama/ai-research-workflow-skills --all -g -y` in your terminal to install the full skill set globally.
How to reproduce a deep learning paper repository?โผ
Use the ai-research-reproduction skill, which reads the README, picks the smallest documented inference or evaluation target, and writes a full evidence bundle to repro_outputs/.
What is the annotated README output?โผ
It replays the target repository's README verbatim with color-coded, evidence-linked annotations showing exactly what ran, what was skipped, and what was blocked in each section.
Does it work with Claude Code and Codex?โผ
Yes. All skills follow the open Agent Skills standard and run in Claude Code, Codex, Cursor, Gemini CLI, and other AGENTS.md-aware clients.
Can it explore new research ideas safely?โผ
Yes, but only with your explicit authorization. The ai-research-explore skill runs candidate-only experiments on isolated branches with fair-comparison and rollback records.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides