🎯

solublempnn

🎯Skill

from adaptyvbio/protein-design-skills

VibeIndex|
What it does

Predicts protein solubility using machine learning and physics-informed neural networks to assess the likelihood of a protein's successful expression and stability.

solublempnn

Installation

Install skill:
npx skills add https://github.com/adaptyvbio/protein-design-skills --skill solublempnn
79
Last UpdatedJan 19, 2026

Skill Details

SKILL.md

Overview

Protein Design Skills

21 Claude Code skills for computational protein design

Getting started β€’

Skills β€’

Pipeline

---

Install

```

/plugin marketplace add adaptyvbio/protein-design-skills

/plugin install adaptyv@protein-design-skills

```

---

Setup (first time)

Setup steps

β†’ [Getting started](docs/getting-started.md)

---

Skills

Skill categories

β†’ [View all 21 skills](docs/skills.md)

---

Pipeline

Pipeline flow

β†’ [Standard pipeline](docs/standard-pipeline.md)

---

Quick start

> "Design a binder for PDB 1ALU"

Claude will automatically use the right skills (BoltzGen β†’ Chai β†’ QC).

---

Links

  • [Getting started](docs/getting-started.md)
  • [Skills](docs/skills.md)
  • [Standard pipeline](docs/standard-pipeline.md)
  • [Compute setup](docs/compute-setup.md)
  • [Contributing](CONTRIBUTING.md)

---

Contributing

Creating a new skill

The easiest way to create a new skill is with Claude Code:

```

/skill skill-creator

```

This uses [Anthropic's skill-creator](https://github.com/anthropics/skills/tree/main/skills/skill-creator) to guide you through the process.

See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.

---

License

MIT

References

  • [biomodals](https://github.com/hgbrian/biomodals) - Modal execution wrappers
  • [Anthropic Skills](https://github.com/anthropics/skills) - Skills specification