SOP: generate executable experiment configuration files
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill experiment-config-generation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Experiment Config Generation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-experiment-config-generation)More formats (shields.io, HTML) on the badges page.
---
name: experiment-config-generation
description: "SOP: generate executable experiment configuration files"
version: 1.0.0
category: experiment-execution
type: sop
execution: subagent
prompt: ./prompt.md
used-by:
- factor-level-design
shared:
- implementation-planning
input: "Design matrix + environment spec + seed protocol + metric definitions"
output: "Executable experiment configuration file set (YAML/JSON)"
---
# SOP: Experiment Config Generation
Synthesize all experiment design elements (design matrix, environment, seeds, metrics) into directly executable configuration files, enabling seamless transition from design to execution.
## Execution
Subagent — spawned via subagent-spawning/spawn-agent skill.
## Why Subagent
Config generation requires integrating outputs from multiple upstream SOPs, transforming abstract experiment designs into concrete executable specifications — involves format conversion and consistency validation.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!