SciAgent-Skills
Bioinformatics, drug discovery, and proteomics analysis workflows
All Skills in This Repository (150)
Pure Emerald Level Indicatorsalphafold-database-access
Retrieve AlphaFold DB protein structures by UniProt ID and download PDB/mmCIF files.
zinc-database
Query the ZINC database REST API for chemical compounds by molecular properties and SMILES similarity.
pytdc-therapeutics-data-commons
Load PyTDC drug discovery datasets with standardized splits and metrics.
molfeat-molecular-featurization
Convert SMILES strings into numerical representations using over 100 featurizers.
pubchem-compound-search
Query PubChem for compounds by identifiers and retrieve molecular properties.
unichem-database
Cross-reference chemical compound identifiers across over 50 scientific databases.
ddinter-database
Queries DDinter REST API for drug-drug interaction severity, mechanisms, and recommendations.
chembl-database-bioactivity
Query ChEMBL for bioactive molecules, drug targets, and bioactivity measurements via the Python SDK.
dailymed-database
Query DailyMed REST API for FDA drug labeling by name, NDC, or RxCUI.
medchem
Apply medicinal chemistry filters to chemical compounds using RDKit and datamol.
rowan
Perform cloud-based quantum chemistry calculations with the rowan Python SDK.
gtopdb-database
Query the GtoPdb REST API for receptor-ligand interaction data.
Frequently Asked Questions
FAQPage SchemaHow to install SciAgent-Skills?โผ
Run `npx skills add jaechang-hits/SciAgent-Skills --all -g -y` in your terminal to install all 199 scientific skills globally.
What can SciAgent-Skills do for bioinformatics analysis?โผ
It provides step-by-step runnable workflows for RNA-seq, single-cell analysis, variant calling, and genomics using tools like Scanpy, DESeq2, and BioPython. Each skill includes code examples, key parameters, and troubleshooting guidance.
Does SciAgent-Skills cover drug discovery tasks?โผ
Yes. It includes 26 skills for molecular docking (AutoDock Vina, DiffDock), cheminformatics (RDKit, datamol), bioactivity databases (ChEMBL, PubChem, DrugBank), and retrosynthesis planning.
Which AI agents work with SciAgent-Skills?โผ
The skills are plain markdown files that work with Claude Code, OpenAI Codex, Cursor, Windsurf, and any agent that can read project files. Integration templates for each agent are included in the repository.
Do I need coding experience to use these skills?โผ
Basic Python familiarity helps, but each skill provides copy-paste code examples with plain-English explanations. Your agent reads the skill file and executes the analysis based on your natural language request.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides