Agent Skills
› companion-inc/feynman
› openfold3
openfold3
GitHub用于执行或规划OpenFold3结构预测工作流。涵盖输入标准化、环境验证、结果保存及与AlphaFold等模型的对比,确保可复现性和版本溯源。
Trigger Scenarios
需要蛋白质或复合物结构预测
进行模型比较或评估可复现性
Install
npx skills add companion-inc/feynman --skill openfold3 -g -y
SKILL.md
Frontmatter
{
"name": "openfold3",
"description": "Run or plan OpenFold3-style structure prediction workflows. Use when a task asks for open protein or complex prediction, setup, model comparison, or reproducibility around OpenFold-family outputs."
}
OpenFold3
Use this skill for OpenFold-family structure prediction or comparison.
Workflow:
- Normalize FASTA, chains, templates, MSAs, ligands or partners, seeds, and expected output format.
- Verify model code, checkpoints, databases, and GPU route before running.
- Save the input manifest, environment lockfile, command, logs, structure outputs, confidence files, and runtime metadata.
- Compare against AlphaFold-style, ESMFold-style, PDB, or literature evidence when the result affects a decision.
- Report reproducibility gaps such as missing databases, unavailable weights, failed templates, or route-specific approximations.
Do not present an OpenFold-family output without version and input provenance.
Version History
- 54d08a3 Current 2026-07-25 07:15


