openraiser/nanoresearch-experiment
Generate a Python code skeleton from an experiment blueprint
npx skills add https://github.com/OpenRaiser/NanoResearch --skill nanoresearch-experiment
Take the experiment blueprint and produce a runnable Python code skeleton that implements the proposed method, baselines, training loops, evaluation harness, and ablation configurations.
None. This skill operates entirely through LLM code generation based on the experiment blueprint.
experiment_blueprint: Path to papers/experiment_blueprint.json produced by the planning skillProduces experiments/ directory containing:
data/: Data loading and preprocessing modulesmodels/: Model architecture implementations (proposed method and baselines)training/: Training loop and optimization utilitiesevaluation/: Metric computation and result aggregationconfigs/: YAML configuration files for each experiment and ablation variantrun.py: Main entry point for launching experimentsrequirements.txt: Python dependenciesTake openraiser/nanoresearch-experiment from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.