scientific-clinical-pharmacology

Run clinical pharmacology pipelines for PopPK, PBPK, and PD modeling.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-clinical-pharmacology
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-clinical-pharmacology
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-clinical-pharmacology
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-clinical-pharmacology

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an integrated workflow for modeling drug kinetics and dynamics, combining population PK, physiologically based PK, and pharmacodynamic modeling to support dose optimization and clinical decisions.

Core Features & Use Cases

  • PopPK estimation: NLME-style parameter estimation from sparse data using a coherent modeling framework.
  • PBPK simulations: Physiologically informed simulations to predict drug disposition across tissues and populations.
  • Dose optimization & TDM: Guidance for therapeutic drug monitoring and dosing adjustments in special populations (renal/hepatic impairment, pediatrics).
  • PD modeling: Emax/Sigmoid PD fitting and PK/PD integration for clinical decision support.
  • End-to-end pipeline: From data preprocessing to simulation outputs and decision-support signals.

Quick Start

Run a complete clinical pharmacology pipeline to estimate PopPK, perform TDM-based dosing recommendations, and simulate PK/PD outcomes for your dataset.

Frequently Asked Questions about scientific-clinical-pharmacology

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

FAQPage Schema
How do I run population PK parameter estimation from sparse clinical data?

Population PK parameter estimation uses NLME-style modeling to estimate population parameters from sparse clinical data. This skill provides a coherent Python-based framework to preprocess data and run nonlinear mixed-effects estimation for reproducible results.

Can I combine PBPK simulations with PD modeling for dose optimization?

Yes, you can combine PBPK simulations with PD modeling for dose optimization. The workflow integrates physiologically based PK simulations and Emax/Sigmoid PD fitting to predict drug disposition and support clinical decision-making across diverse patient populations.

What is the best way to perform therapeutic drug monitoring and dosing adjustments for special populations?

Therapeutic drug monitoring and dosing adjustments for special populations are performed by integrating PopPK estimation with PK/PD simulations. This pipeline provides decision-support signals tailored for renal or hepatic impairment and pediatric populations.

Do I need specific Python tools to execute the clinical pharmacology PK/PD pipeline?

Yes, you need Python-based tools to execute the clinical pharmacology PK/PD pipeline. The workflow requires Python environments for nonlinear mixed-effects estimation, PK/PD fitting, and simulation to generate reproducible decision-support outputs.

How does PK/PD integration work for clinical decision support?

PK/PD integration for clinical decision support works by fitting pharmacodynamic models like Emax or Sigmoid to drug concentration and effect data. The pipeline connects PBPK and PopPK outputs with PD fitting to produce integrated decision-support signals.

What are the limitations of using an end-to-end pharmacology pipeline for clinical decisions?

The end-to-end pharmacology pipeline for clinical decisions relies on Python-based NLME estimation and PK/PD fitting, requiring accurate input data and model parameterization. Outputs support decision-making but must be validated for specific patient populations before clinical application.