nanoresearch-experiment
Generate a Python code skeleton from an experiment blueprint
pinned to #7144364updated 3 weeks ago
Ask your AI client: “install skills/nanoresearch-experiment”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/nanoresearch-experimentmetahub onboarded this repo on the author's behalf.
If you own github.com/OpenRaiser/NanoResearch on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
1,491
Last commit
3 weeks ago
Latest release
published
- #agent-skills
- #agents
- #ai
- #ai-agents
- #ai-scientist
- #artificial-intelligence
- #autonomous-agents
- #autonomous-research
- #autoresearch
- #claude-code
- #claude-skills
- #nanobot
- #openclaw
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7144364· 3 weeks ago
Documentation
41Description qualitywarn
9 words · 60 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
23,225 chars · 26 sections · 20 code blocks
Tags / topics declared
13 total — agent-skills, agents, ai, ai-agents, ai-scientist, artificial-intelligence (+7)
README has usage / example sections
no labeled section but 20 code blocks document usage
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent7144364warn3 weeks ago
Contents
Experiment Skill
Purpose
Take the experiment blueprint and produce a runnable Python code skeleton that implements the proposed method, baselines, training loops, evaluation harness, and ablation configurations.
Tools Required
None. This skill operates entirely through LLM code generation based on the experiment blueprint.
Input
experiment_blueprint: Path topapers/experiment_blueprint.jsonproduced by the planning skill
Process
- Parse the experiment blueprint for datasets, baselines, metrics, and ablation groups
- Generate the project directory structure (data loaders, models, training, evaluation, configs)
- Produce data loading and preprocessing code for each specified dataset
- Implement model architecture stubs for the proposed method and each baseline
- Generate training loop with logging, checkpointing, and early stopping
- Implement the evaluation harness computing all specified metrics
- Create configuration files for each ablation group
- Add a main entry point that accepts a config and runs the full train-evaluate pipeline
Output
Produces 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 dependencies
Reviews
No reviews yet. Be the first.
Related
Planning With Files
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
orchestration-patterns
>
migration-patterns
>
mh install skills/nanoresearch-experiment