Agent skill · Code Review & Quality

protein-qc

Quality control metrics and filtering thresholds for protein design. Use this skill when: (1) Evaluating design quality for binding, expression, or structure, (2) Setting filtering thresholds for pLDDT, ipTM, PAE, (3) Checking sequence liabilities (cysteines, deamidation, polybasic clusters), (4) Creating multi-stage filtering pipelines, (5) Computing PyRosetta interface metrics (dG, SC, dSASA), (6) Checking biophysical properties (instability, GRAVY, pI), (7) Ranking designs with composite scoring. This skill provides research-backed thresholds from binder design competitions and published be

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-code
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill protein-qc --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/protein-qc/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Protein Design Quality Control ## Critical Limitation **Individual metrics have weak predictive power for binding**. Research shows: - Individual metric ROC AUC: 0.64-0.66 (slightly better than random) - Metrics are **pre-screening filters**, not affinity predictors - **Composite scoring is essential** for meaningful ranking These thresholds filter out poor designs but do NOT predict binding affinity. ## QC Organization QC is organized by **purpose** and **level**: | Purpose | What it assesses | Key metrics | |---------|------------------|-------------| | **Binding** | Interface quality, binding geometry | ipTM, PAE, SC, dG, dSASA | | **Expression** | Manufacturability, solubility | Instability, GRAVY, pI, cysteines | | **Structural** | Fold confidence, consistency | pLDDT, pTM, scRMSD | Each category has two levels: - **Metric-level**: Calculated values with thresholds (pLDDT > 0.85) - **Design-level**: Pattern/motif detection (odd cysteines, NG sites) --- ## Quick Reference: All Thresholds | Category | Metric | Standard | Stringent | Source | |----------|--------|----------|-----------|--------| | **Structural** | pLDDT | > 0.85 | > 0.90 | AF2/Chai/Boltz | | | pTM | > 0.70 | >

What's inside
Steps it walks through
  1. Critical Limitation
  2. QC Organization
  3. Quick Reference: All Thresholds
  4. Design-Level Checks (Expression)
  5. Sequential Filtering Pipeline
  6. Composite Scoring (Required for Ranking)
  7. Tool-Specific Filtering
  8. BindCraft Filter Levels
  9. BoltzGen Filtering
  10. Design-Level Severity Scoring
  11. Experimental Correlation
  12. Campaign Health Assessment
  13. Failure Recovery Trees
  14. Too Few Pass pLDDT Filter (< 5% with pLDDT > 0.85)
Ships with 4 files
  • references/binding-qc.md
  • references/composite-scoring.md
  • references/expression-qc.md
  • references/structural-qc.md
Commands it runs
boltzgen run ... \
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the protein-qc skill do?

Quality control metrics and filtering thresholds for protein design. Use this skill when: (1) Evaluating design quality for binding, expression, or structure, (2) Setting filtering thresholds for pLDDT, ipTM, PAE, (3) Checking sequence liabilities (cysteines, deamidation, polybasic clusters), (4) Creating multi-stage filtering pipelines, (5) Computing PyRosetta interface metrics (dG, SC, dSASA), (6) Checking biophysical properties (instability, GRAVY, pI), (7) Ranking designs with composite scoring. This skill provides research-backed thresholds from binder design competitions and published be

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill protein-qc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going