One-click install
npx skills add https://github.com/pur3v4d3r/pur3-pkb-codebase --skill torchdrug-pur3v4d3r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: torchdrug
Source: https://github.com/pur3v4d3r/pur3-pkb-codebase/tree/main/.claude/skills/__scientific-skills/torchdrug
Command: npx skills add https://github.com/pur3v4d3r/pur3-pkb-codebase --skill torchdrug-pur3v4d3r

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

TorchDrug provides a unified framework to build graph-based ML solutions for drug discovery, enabling joint modeling of molecules, proteins, and biomedical knowledge graphs.

Core Features & Use Cases

  • Molecular property prediction, protein modeling, and knowledge graph reasoning
  • Molecular generation and retrosynthesis planning
  • Rich datasets and pre-trained models with PyTorch integration for end-to-end experiments

Quick Start

Train a simple GIN-based model on BBBP to predict a molecular property.

Frequently Asked Questions about torchdrug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build machine learning pipelines for molecular property prediction?

Molecular property prediction pipelines are built by training graph neural networks like GIN on molecular datasets. This framework provides modular components for models, tasks, and datasets to enable reproducible end-to-end PyTorch experiments.

Can I use graph neural networks for retrosynthesis planning?

Yes, graph neural networks can be applied to retrosynthesis planning. The toolkit supports molecular generation and retrosynthesis tasks, allowing researchers to model chemical reactions and plan synthesis routes using PyTorch integration.

Do I need PyTorch and RDKit to perform protein modeling and knowledge graph reasoning?

Yes, PyTorch and RDKit are required supporting libraries for chemistry tasks. Optional dependencies like AlphaFold and ESM can also be integrated for advanced protein modeling and biomedical knowledge graph reasoning workflows.

What is the best way to model molecules, proteins, and biomedical knowledge graphs together?

A unified graph-based framework enables joint modeling of molecules, proteins, and knowledge graphs. It covers diverse drug discovery tasks like property prediction and knowledge graph reasoning with 40+ datasets and pre-trained models.

Does this framework provide pre-trained models and datasets for drug discovery experiments?

Yes, the framework provides 40+ rich datasets and pre-trained models for drug discovery. These modular components integrate directly with PyTorch to facilitate reproducible molecular, protein, and knowledge graph experiments.

Why use graph-based approaches for drug discovery instead of traditional ML methods?

Graph-based approaches capture the relational structure of molecules and biomedical knowledge graphs better than traditional ML. This enables more accurate molecular property prediction, protein modeling, and retrosynthesis planning within a reproducible PyTorch pipeline.