Agent skill

structural-biology

Structure retrieval, confidence-aware AlphaFold DB usage, coordinate download, PAE and pLDDT interpretation, and structure-guided biological annotation.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill structural-biology --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/bioclaw/structural-biology/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# Structural Biology ## Version Compatibility Reference examples assume: - `biopython` 1.84+ - AlphaFold DB public API current format - optional visualization stack such as `py3Dmol` or PyMOL Verify before use: - Python: `python -c "import Bio; print(Bio.__version__)"` ## Overview Use this skill when the task is: - retrieving AlphaFold-predicted structures by UniProt accession - downloading coordinate and confidence files - reading pLDDT or PAE to judge confidence - mapping sequence findings onto structure ## When To Use This Skill - a UniProt accession or known protein target exists - experimental structure is absent or incomplete - the user needs confidence-aware structural interpretation ## Quick Route - known UniProt accession: query AlphaFold DB first - novel designed sequence without AlphaFold DB entry: use a separate prediction workflow such as ColabFold - structure interpretation request: always inspect pLDDT and PAE before making mechanistic claims ## Progressive Disclosure - Read [technical_reference.md](technical_reference.md) for confidence interpretation and source-selection rules. - Read [commands_and_thresholds.md](commands_and_thresholds.md) for AlphaFold DB retriev

What's inside
Steps it walks through
  1. Version Compatibility
  2. Overview
  3. When To Use This Skill
  4. Quick Route
  5. Progressive Disclosure
  6. Expected Inputs
  7. Expected Outputs
  8. Starter Pattern
  9. Confidence Thresholds
  10. pLDDT
  11. PAE
  12. Workflow
  13. 1. Choose the structure source
  14. 2. Retrieve coordinates and confidence files
Ships with 2 files
  • commands_and_thresholds.md
  • technical_reference.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the structural-biology skill do?

Structure retrieval, confidence-aware AlphaFold DB usage, coordinate download, PAE and pLDDT interpretation, and structure-guided biological annotation.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill structural-biology --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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