Route molecular modeling tool requests. Covers RDKit (conformers, representations, fingerprints) and AmberTools antechamber (force field parameterization).
Scanned 9/20/2026
Install to Claude Code
npx -y skills add Hello-QM/catgo-LRG --skill molecular --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Molecular?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hello-qm-molecular)More formats (shields.io, HTML) on the badges page.
---
name: molecular-router
description: >
Route molecular modeling tool requests. Covers RDKit (conformers, representations,
fingerprints) and AmberTools antechamber (force field parameterization).
compatibility: >
Requires RDKit and/or AmberTools installed depending on sub-skill.
---
# Molecular Tools Router
Route molecular-level tool requests to the correct sub-skill.
## Routing Table
| User intent | Route to |
|---|---|
| Conformer generation, SMILES/InChI parsing, molecular fingerprints | `rdkit/SKILL.md` |
| GAFF/AMBER force field parameterization, RESP charges | `antechamber/SKILL.md` |
## Quick Decision Guide
- "Generate conformers" / "SMILES to 3D" / "molecular fingerprint" → `rdkit/SKILL.md`
- "Parameterize molecule" / "GAFF" / "RESP charges" / "AMBER prep" → `antechamber/SKILL.md`
- "Convert mol2 to pdb" / "add hydrogens" → use `data/openbabel/SKILL.md` instead
- "Pack molecules into box" → use `data/packmol/SKILL.md` instead
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!