agentd-drug-discovery
AgentD autonomous drug discovery: target identification, hit finding, ADMET optimization.
Maintainer K-Dense Inc. · Last updated April 1, 2026
PyTDC is an open-science platform providing AI-ready datasets and benchmarks for drug discovery and development. Access curated datasets spanning the entire therapeutics pipeline with standardi.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/pytdc
Skill Snapshot
Source Doc
This skill should be used when:
Install PyTDC using pip:
To upgrade to the latest version:
Core dependencies (automatically installed):
Additional packages are installed automatically as needed for specific features.
The basic pattern for accessing any TDC dataset follows this structure:
Where:
<problem>: One of single_pred, multi_pred, or generation<Task>: Specific task category (e.g., ADME, DTI, MolGen)<Dataset>: Dataset name within that taskExample - Loading ADME data:
from tdc.single_pred import ADME
data = ADME(name='Caco2_Wang')
split = data.get_split(method='scaffold')
Related skills
AgentD autonomous drug discovery: target identification, hit finding, ADMET optimization.
Call HLA alleles from NGS data using OptiType, HLA-HD, or arcasHLA for immunogenomics applications. Use when determining HLA genotype for tr…
Query PharmGKB and CPIC for drug-gene interactions, pharmacogenomic annotations, and dosing guidelines. Use when predicting drug response fr…
CheMatAgent: chemistry-aware drug design with retrosynthesis and property optimization.