Agent Skills
› companion-inc/feynman
› evo2
evo2
GitHub用于生物序列建模的Skill,支持DNA/RNA/蛋白质序列的生成、评分及变异效应分析。涵盖定义目标、验证模型环境、记录参数、区分事实与预测、以及基于数据库和实验验证候选结果的全流程工作。
Trigger Scenarios
需要分析或生成DNA/RNA/蛋白质序列
进行生物序列的变体效应评估
执行长上下文生物建模任务
Install
npx skills add companion-inc/feynman --skill evo2 -g -y
SKILL.md
Frontmatter
{
"name": "evo2",
"description": "Use Evo2-style biological sequence models for generation, scoring, or variant-effect analysis. Use when a task asks about DNA\/RNA\/protein sequence likelihood, editing, design, or long-context biological modeling."
}
Evo2
Use this skill for biological sequence-model work.
Workflow:
- Define the sequence type, coordinate system, genome/proteome source, objective, constraints, and evaluation metric.
- Verify the model endpoint, checkpoint, tokenizer, max context, and license/access boundary before running.
- Save input sequences, prompts or scoring windows, model version, parameters, seeds, raw outputs, and parsed tables.
- Separate source-owned biological facts from model-owned scores, generated variants, or predictions.
- Validate top candidates against databases, conservation, known motifs, structure, or experiments before presenting them as actionable.
Keep generated sequences bounded and auditable.
Version History
- 54d08a3 Current 2026-07-25 07:15


