Agent Skills
› advaitpaliwal/feynman
› esmfold2
esmfold2
GitHub用于快速预测蛋白质结构,支持无MSA折叠、序列筛选、变体结构筛查及置信度评估。通过标准化FASTA、验证路由、保存结果并标记低置信区域,为后续重型结构预测提供假设参考。
Trigger Scenarios
需要快速进行蛋白质折叠假设时
进行序列分选或变体结构筛查时
Install
npx skills add advaitpaliwal/feynman --skill esmfold2 -g -y
SKILL.md
Frontmatter
{
"name": "esmfold2",
"description": "Predict quick protein structures with ESMFold-style workflows. Use when a task needs fast MSA-free folding, sequence triage, variant structure screening, or confidence review."
}
ESMFold2
Use this skill when a fast protein fold hypothesis is useful before heavier structure prediction.
Workflow:
- Normalize sequences into FASTA and record identifiers, mutations, truncations, domains, and oligomer assumptions.
- Verify the local or endpoint route before running.
- Save FASTA, model version, command or request body, predicted PDB/mmCIF, pLDDT/confidence outputs, and logs.
- Flag low-confidence regions, missing multimers, disorder, membrane regions, and sequence lengths outside the chosen route's limits.
- Use RDKit/3Dmol/PDB previews and source-backed comparisons when the output influences a research decision.
Use ESMFold-style predictions for triage unless an independent check supports the structural claim.
Version History
- 54d08a3 Current 2026-07-25 07:15


