create-new-experiment

Bootstrap a reproducible autoresearch experiment folder with templates and registry updates.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/datamonsterr/mycoai_projects --skill create-new-experiment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-new-experiment
Source: https://github.com/datamonsterr/mycoai_projects/tree/main/.opencode/skills/create-new-experiment
Command: npx skills add https://github.com/datamonsterr/mycoai_projects --skill create-new-experiment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap a reproducible autoresearch experiment folder to standardize setup across projects and teams.

Core Features & Use Cases

  • Automated scaffolding: creates the standard experiment skeleton with required directories and templates.
  • Branching & registry: generates a canonical autoresearch branch and updates the experiment registry for discoverability.
  • Validation workflow: provides an outline for preparation and validation steps before running experiments, ensuring consistency.

Quick Start

Run the autoresearch scaffold to bootstrap a new experiment folder with templates and git branch naming conventions.

Frequently Asked Questions about create-new-experiment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a reproducible autoresearch experiment folder?

Scaffolding an autoresearch experiment initializes a standardized folder structure with templates, git branch naming conventions, and registry updates. This ensures consistent experiment setup and discoverability across projects and teams.

What files and directories are included in the autoresearch experiment template?

The experiment template includes the src/experiments directory structure, program.md, run_accuracy.py templates, and SKILL.md frontmatter. It also creates optional scripts, references, and assets subdirectories depending on project needs.

Do I need any dependencies to bootstrap a new experiment setup?

No dependencies are required to bootstrap a new experiment setup. The scaffold operates independently to generate the directory structure, templates, and registry updates without external packages or components.

How does the experiment registry work for discoverability across teams?

The experiment registry updates automatically during scaffolding to track new experiments. This provides a centralized record of initialized projects, enabling discoverability and consistency across different environments and team members.

Can I customize the experiment scaffold with optional subdirectories?

Yes, the experiment scaffold supports optional scripts, references, and assets subdirectories. These are created alongside required directories like src/experiments and templates like program.md to accommodate specific project requirements.

What is the best way to standardize experiment setup across multiple projects?

The best way to standardize setup is using an automated scaffold that creates consistent directory structures, branch naming conventions, and validation workflows. This ensures all experiments follow the same initialization pattern across projects.