Autoprotocol experiment plan starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.From the repository description
npx -y skills add ma-compbio-lab/SkillFoundry --skill autoprotocol-experiment-plan-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 290 tokens by cl100k_base, as published. Nobody here has run it
Autoprotocol Experiment Plan Starter
Use this skill to generate a deterministic Autoprotocol JSON plan for a small liquid-handling experiment and inspect a concise execution summary.
What This Skill Does
- reads a simple transfer plan from TSV
- constructs an Autoprotocol
Protocolwith source and assay plates - emits machine-readable protocol JSON plus a compact summary of refs and operations
When To Use It
- when you need a runnable
robotic-experiment-planningstarter - when you want a local machine-readable lab plan before targeting a specific robot platform
- when you need deterministic protocol artifacts for repository tests
Run
./slurm/envs/instrumentation/bin/python skills/robotics-lab-automation-and-scientific-instrumentation/autoprotocol-experiment-plan-starter/scripts/build_autoprotocol_experiment_plan.py \
--transfers skills/robotics-lab-automation-and-scientific-instrumentation/autoprotocol-experiment-plan-starter/examples/toy_transfers.tsv \
--protocol-json scratch/instrumentation/autoprotocol_plan.json \
--summary-out scratch/instrumentation/autoprotocol_plan_summary.json
Notes
- This skill only creates a protocol specification; it does not execute wet-lab work.
- The transfer plan is intentionally small and deterministic so the generated JSON stays stable across runs.
What ships with it: 6 files
9.1 KB alongside SKILL.md, 2 of them executable
assets/
examples/
scripts/
- build_autoprotocol_experiment_plan.pyruns4.1 KB
tests/
- metadata.yaml1.7 KB
- refs.md237 B