experiment-agent
Run, monitor, and validate academic research experiments
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install experiment-agent?โผ
Run `npx skills add Imbad0202/experiment-agent --all -g -y` in your terminal to install the skill globally.
How to run and monitor a code experiment?โผ
Use run mode with a command like "Run my training script: python train.py" and it executes the script while watching for stalls, crashes, and timeouts in real time.
Can it check my statistics for errors?โผ
Yes. Validate mode interprets p-values, effect sizes, and confidence intervals, and scans for 11 common statistical fallacies like Simpson's Paradox and survivorship bias.
Does it help manage human studies and surveys?โผ
Yes. Manage mode plans study protocols, checks IRB ethics requirements, tracks participant progress, and saves state so long studies survive session restarts.
Does experiment-agent work with Claude Code?โผ
Yes. It is built as a standard SKILL.md skill and runs directly in Claude Code and other compatible runtimes.
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