agentsclimarketplace

Time resolved cryoem agent

Skill rbr7/MedClawMini/skills/time-resolved-cryoem-agent

AI-powered time-resolved cryo-EM analysis for capturing protein dynamics, drug-binding kinetics, and conformational transitions for dynamics-based drug discovery.From its SKILL.md

Install
npx -y skills add rbr7/MedClawMini --skill time-resolved-cryoem-agent

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

6.9 KB, ~1.6k tokens by cl100k_base, as published. Nobody here has run it

Time-Resolved Cryo-EM Agent

The Time-Resolved Cryo-EM Agent leverages time-resolved cryo-electron microscopy to capture protein dynamics, drug-binding kinetics, and conformational transitions. It integrates AI-powered analysis with experimental time-resolved data to enable dynamics-based drug discovery, moving beyond static structures to understand drug mechanisms in motion.

When to Use This Skill

  • When studying drug-binding kinetics structurally.
  • For capturing protein conformational transitions.
  • To understand allosteric mechanisms and dynamics.
  • When designing drugs targeting specific conformational states.
  • For characterizing enzyme catalytic cycles.

Core Capabilities

  1. Kinetics Extraction: Extract binding kinetics from time-resolved data.

  2. Conformational Sorting: Classify particles by conformational state.

  3. Trajectory Reconstruction: Build conformational trajectories.

  4. Intermediate Identification: Detect rare intermediate states.

  5. MD Integration: Combine with molecular dynamics simulations.

  6. Dynamics-Based Design: Design drugs targeting specific states.

Time-Resolved Methods

MethodTimescaleResolutionApplication
Rapid Mixingms-s3-4 ÅLigand binding
Temperature Jumpμs-ms3-5 ÅTransitions
Photocagingμs-ms3-5 ÅTriggered reactions
Flow-Mixing10ms-s3-4 ÅEnzyme kinetics

Workflow

  1. Input: Time-resolved cryo-EM datasets, protein sequence.

  2. Particle Processing: 3D classification across timepoints.

  3. State Assignment: AI-powered conformational sorting.

  4. Kinetics Fitting: Extract rate constants.

  5. Intermediate Mapping: Identify transient states.

  6. Drug Design: Target state-specific pockets.

  7. Output: Kinetic models, conformational movie, design targets.

Example Usage

User: "Analyze time-resolved cryo-EM data of this kinase to understand drug binding kinetics and identify targetable intermediate states."

Agent Action:

python3 Skills/Structural_Biology/Time_Resolved_CryoEM_Agent/analyze_dynamics.py \
    --timepoints "0ms,10ms,50ms,100ms,500ms,1s" \
    --particle_stacks timepoint_particles/ \
    --protein_sequence kinase.fasta \
    --ligand drug_compound.sdf \
    --kinetics_model two_state \
    --extract_intermediates true \
    --output kinase_dynamics/

Input Requirements

InputFormatPurpose
Particle StacksMRC per timepointTime-resolved data
Timepoint LabelsCSVTime assignments
Protein SequenceFASTAStructure reference
Ligand StructureSDFBinding analysis
Initial ModelOptional PDB3D classification

Output Components

OutputDescriptionFormat
Conformational StatesPer-timepoint structures.pdb
Kinetics Parameterskon, koff, Kd.json
State PopulationsFraction vs time.csv
Conformational MovieTrajectory animation.mp4
Intermediate StructuresTransient states.pdb
Energy LandscapeFree energy surface.png
Drug Design TargetsState-specific pockets.json

Kinetics Analysis

ParameterDefinitionDrug Design Relevance
konAssociation rateTarget engagement speed
koffDissociation rateResidence time
KdEquilibrium constantAffinity
t1/2Half-lifeDuration of action
Conformational RateState transition speedMechanism insight

AI/ML Components

Conformational Sorting:

  • 3D variational autoencoders
  • Heterogeneous reconstruction
  • Continuous conformational analysis (cryoDRGN)

Kinetics Modeling:

  • Hidden Markov models
  • Bayesian kinetics fitting
  • Deep learning rate estimation

Intermediate Detection:

  • Rare event identification
  • Manifold learning
  • Transition path sampling

Drug Discovery Applications

ApplicationDynamic InsightDesign Strategy
Slow BindingLong residence timeOptimize koff
Allosteric DrugsState stabilizationTarget intermediate
Covalent InhibitorsBinding trajectoryOptimize approach
Conformational SelectionState preferencePre-organize ligand
Induced FitProtein reorganizationAccommodate flexibility

Prerequisites

  • Python 3.10+
  • cryoSPARC, RELION
  • cryoDRGN
  • GROMACS/OpenMM
  • PyTorch

Related Skills

  • CryoEM_AI_Drug_Design_Agent - Static structure design
  • Molecular_Dynamics_Agent - MD simulations
  • AlphaFold3_Agent - Structure prediction
  • PROTAC_Design_Agent - Degrader design

Conformational Analysis Methods

MethodSoftwareBest For
3DVAcryoSPARCPrincipal motions
Multi-bodyRELIONDomain movements
cryoDRGNcryoDRGNContinuous heterogeneity
3D ClassificationVariousDiscrete states

Time Resolution Capabilities

Mixing MethodDead TimeApplications
Rapid On-Grid~10 msFast binding
Blot-Free~1 msVery fast kinetics
Microfluidic~50 msEnzyme catalysis
Spray-Mixing~10 msProtein-protein

Special Considerations

  1. Sample Consumption: Time-resolved requires more sample
  2. Synchronization: Initiation must be well-controlled
  3. Resolution Trade-off: Fewer particles per timepoint
  4. Intermediate Lifetime: Must match experimental timescale
  5. Data Quality: Requires high-quality data collection

Kinetic Mechanisms

MechanismModelParameters
Two-StateA ⇌ Bkon, koff
Induced FitA + L ⇌ AL ⇌ AL*Multiple rates
Conformational SelectionA ⇌ A* + L ⇌ A*LPre-equilibrium
SequentialA → B → CMultiple intermediates

Validation Approaches

MethodPurposeComplementarity
SPRBinding kineticsValidate rates
ITCThermodynamicsValidate ΔG
NMRDynamicsSolution behavior
MD SimulationMechanismMolecular detail

Applications in Drug Discovery

TargetDynamic InsightDesign Implication
KinasesDFG-in/out transitionState-selective inhibitors
GPCRsActivation pathwayBiased agonists
TransportersAlternating accessMechanism-based design
ATPasesCatalytic cycleAllosteric inhibitors

Author

AI Group - Biomedical AI Platform

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most context ai engineering skills give in ~1.6k tokens

Counted across 1,193 of the 1,976 authors here whose files we hold, read 2026-08-07

  • Dispatch a fresh implementer subagent per taskin 48 of 1193, across 19 files
  • Dispatch a final code reviewer after all tasksin 33 of 1193, across 8 files
  • Provide full task text to the subagentin 30 of 1193, across 9 files
  • Review spec compliance before code qualityin 27 of 1193, across 10 files
  • Make the hook script executablein 26 of 1193, across 8 files
  • Re-snapshot after navigation or DOM changesin 25 of 1193, across 19 files
  • Read files before editing themin 22 of 1193, across 11 files
  • Answer subagent questions before proceedingin 22 of 1193, across 7 files
  • Mark task complete in TodoWrite after approvalin 22 of 1193, across 6 files
  • Merge hook into existing settingsin 21 of 1193, across 3 files
  • Ask if installation is global or projectin 20 of 1193, across 2 files
  • Copy the hook script to target locationin 20 of 1193, across 2 files

Said here and by no other author read

  • classify particles by conformational state
  • build conformational trajectories
  • detect rare intermediate states
  • extract rate constants from data
  • identify transient states
  • target state-specific pockets

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.