Agent skill

drug-target-interaction

Computational drug-target interaction prediction and virtual screening

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill drug-target-interaction --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/domains/pharma/drug-target-interaction/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
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

# Drug-Target Interaction Prediction A skill for computational prediction of drug-target interactions (DTI), covering molecular docking, machine learning-based binding affinity prediction, compound library screening, and target identification using cheminformatics and structural biology tools. ## Drug-Target Interaction Databases ### Key Data Resources | Database | Content | Access | |----------|---------|--------| | ChEMBL | 2.4M compounds, 15M bioactivities | REST API, SQL dump | | BindingDB | 2.8M binding data points | Bulk download, REST API | | DrugBank | 15,000+ drug entries with targets | Academic license | | PDB (Protein Data Bank) | 220,000+ 3D structures | Free download, REST API | | UniProt | 250M+ protein sequences | Free, REST API | | STITCH | Chemical-protein interactions | Free academic access | ### Fetching Bioactivity Data ```python from chembl_webresource_client.new_client import new_client def get_target_bioactivities(target_chembl_id: str, activity_type: str = "IC50", max_nm: float = 10000) -> list[dict]: """ Retrieve bioactivity data for a protein target from ChEMBL. Returns compounds with measured binding/inhibition values. """ activity = new_client.activity r

What's inside
Steps it walks through
  1. Drug-Target Interaction Databases
  2. Key Data Resources
  3. Fetching Bioactivity Data
  4. Molecular Fingerprints and Descriptors
  5. Computing Molecular Representations
  6. Machine Learning for DTI Prediction
  7. Binary Classification Model
  8. Deep Learning Approaches
  9. Molecular Docking
  10. Structure-Based Virtual Screening
  11. Validation and Benchmarking
  12. Tools and Libraries
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the drug-target-interaction skill do?

Computational drug-target interaction prediction and virtual screening

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill drug-target-interaction --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 brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 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