Agent skill

molfeat-molecular-featurization

Molecular featurization hub (100+ featurizers) for ML. SMILES to fingerprints (ECFP, MACCS, MAP4), descriptors (RDKit 2D, Mordred), pretrained embeddings (ChemBERTa, GIN, Graphormer), pharmacophores. Scikit-learn compatible with parallelization/caching. For QSAR, virtual screening, similarity, and molecular DL.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/sciagent/molfeat-molecular-featurization/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

# Molfeat — Molecular Featurization Hub ## Overview Molfeat is a comprehensive Python library for molecular featurization that unifies 100+ pre-trained embeddings and hand-crafted featurizers under a scikit-learn compatible API. Convert SMILES strings into numerical representations (fingerprints, descriptors, deep learning embeddings) for QSAR modeling, virtual screening, similarity searching, and chemical space analysis. ## When to Use - Building QSAR/QSPR models requiring molecular features as input - Virtual screening — ranking compound libraries by predicted activity - Similarity searching against molecular databases - Chemical space analysis — clustering, visualization, dimensionality reduction - Deep learning on molecules using pretrained embeddings (ChemBERTa, GIN) - Featurization pipelines integrating with scikit-learn or PyTorch - Comparing multiple molecular representations for benchmarking - For molecular manipulation and filtering use datamol instead; for substructure-based molecular operations use rdkit-molecular-toolkit ## Prerequisites ```bash uv pip install molfeat # Optional extras for specific featurizer types uv pip install "molfeat[transformer]" # ChemBERTa, Che

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Key Concepts
  6. Architecture: Calculator → Transformer → Store
  7. Featurizer Selection Guide
  8. State Persistence
  9. Core API
  10. 1. Fingerprint Calculators
  11. 2. Descriptor Calculators
  12. 3. Pharmacophore & Shape Calculators
  13. 4. Batch Processing with Transformers
  14. 5. Pretrained Model Embeddings
Ships with 2 files
  • references/api_reference.md
  • references/available_featurizers.md
Commands it runs
uv pip install molfeat
Optional extras for specific featurizer types
uv pip install "molfeat[transformer]"   # ChemBERTa, ChemGPT, MolT5
uv pip install "molfeat[dgl]"           # GIN graph neural networks
uv pip install "molfeat[graphormer]"    # Graphormer models
uv pip install "molfeat[fcd]"           # FCD descriptors
uv pip install "molfeat[map4]"          # MAP4 fingerprints
uv pip install "molfeat[all]"           # All dependencies
More from awesome-bio-agent-skills
All skills →
About this skill
What does the molfeat-molecular-featurization skill do?

Molecular featurization hub (100+ featurizers) for ML. SMILES to fingerprints (ECFP, MACCS, MAP4), descriptors (RDKit 2D, Mordred), pretrained embeddings (ChemBERTa, GIN, Graphormer), pharmacophores. Scikit-learn compatible with parallelization/caching. For QSAR, virtual screening, similarity, and molecular DL.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill molfeat-molecular-featurization --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