Adaptyv

Submit and track protein binding/stability assays via Adaptyv's Foundry API and Python SDK.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 10, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 728e113

An answer written from memory guessed the wrong base URL, sequence format and status string; following the docs matched the real API schema exactly, catching 4 concrete errors that would fail live.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Adaptyv does

Documents the Adaptyv Bio Foundry API and adaptyv-sdk for designing, submitting, and retrieving results from protein experiments (binding screens, affinity, thermostability, expression, fluorescence). Triggers on mentions of Adaptyv, Foundry API, BLI/SPR assays, or code importing adaptyv/FoundryClient. Best for bioinformatics/wet-lab automation workflows that need correct request schemas and experiment lifecycle handling.

How to install Adaptyv

git clone https://github.com/K-Dense-AI/scientific-agent-skills
cd scientific-agent-skills
mkdir -p ~/.claude/skills
cp -r skills/adaptyv ~/.claude/skills/adaptyv

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Adaptyv

  • /adaptyv Submit and track protein binding/stability assays via Adaptyv's Foundry API and Python SDK.

It also activates on plain-language prompts like these:

  • Submit a protein binding assay through Adaptyv's Foundry API
  • Retrieve results from my thermostability experiment via adaptyv-sdk
  • Design a BLI affinity screen using the Foundry API client

Frequently asked questions

Is the Adaptyv skill free?
Yes. The skill itself is free from K-Dense-AI/scientific-agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Adaptyv work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. An answer written from memory guessed the wrong base URL, sequence format and status string; following the docs matched the real API schema exactly, catching 4 concrete errors that would fail live.
What is the Adaptyv SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Adaptyv?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Adaptyv with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.