One-click install
npx skills add https://github.com/Imad-Oute/ResearchForge --skill rdkit-imad-oute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rdkit
Source: https://github.com/Imad-Oute/ResearchForge/tree/main/OpenSource-Projects/claude-scientific-skills/scientific-skills/rdkit
Command: npx skills add https://github.com/Imad-Oute/ResearchForge --skill rdkit-imad-oute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rdkit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It enables detailed analysis and manipulation of molecular structures, facilitating research and drug discovery workflows.

Core Features & Use Cases

  • Molecular Structure Parsing: Read and write molecules in formats like SMILES, MOL, InChI, and SDF.
  • Descriptor Calculation: Compute a wide array of molecular properties such as MW, LogP, TPSA, and complex topological indices.
  • Substructure Searching: Identify specific functional groups or structural motifs within molecules.
  • 3D Conformer Generation and Optimization: Create and refine three-dimensional structures for modeling and visualization.
  • Similarity and Fingerprinting: Assess structural similarity using various fingerprint algorithms like Morgan, MACCS, and Atom Pair.
  • Reaction Modeling: Define and apply chemical transformations using SMARTS-based reactions.
  • Visualization: Generate 2D images and depictions highlighting atom or substructure matches, suitable for reports.
  • Data Analysis: Automate batch calculation of properties, clustering, and diversity analysis for large compound sets.

Quick Start

Ask the AI to load a molecule, visualize its structure, or compute its properties, for instance: "Analyze the drug-like properties of Aspirin."

Frequently Asked Questions about rdkit

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

FAQPage Schema
How do I calculate molecular descriptors like LogP and TPSA from SMILES strings?

To calculate molecular descriptors like LogP and TPSA, the toolkit parses SMILES strings and computes a wide array of properties including MW and complex topological indices for drug discovery workflows.

Can I generate and optimize 3D conformers for molecular structures?

Yes, you can generate and refine 3D conformers for molecular structures, creating three-dimensional representations suitable for advanced modeling and visualization tasks.

How do I assess compound similarity using molecular fingerprints?

Assess compound similarity by applying various fingerprint algorithms like Morgan, MACCS, and Atom Pair to evaluate structural relationships between molecules within large compound sets.

Does this toolkit support substructure searching and reaction modeling with SMARTS?

The toolkit supports substructure searching to identify specific functional groups and enables reaction modeling by defining and applying chemical transformations using SMARTS-based reactions.

What molecular file formats can I read and write for cheminformatics analysis?

You can read and write molecules in standard chemical formats including SMILES, MOL, InChI, and SDF for comprehensive molecular structure parsing and data analysis.

How do I automate batch property calculation and diversity analysis for large compound sets?

Automate batch calculation of properties, clustering, and diversity analysis by processing large compound sets to support data-driven property prediction in chemical research.