name: 'drug-interaction-checker'
description: 'Checks for potential drug-drug interactions (DDIs) between a list of medications.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
- read_file
- run_shell_command
Drug-Drug Interaction (DDI) Checker
This skill analyzes a list of medications to identify known interactions, focusing on safety and contraindications.
When to Use This Skill
Reviewing patient medication lists.
Prescribing new medications.
Pharmacovigilance monitoring.
Core Capabilities
Interaction Detection: Identifies pairs of drugs with known interactions.
Severity Grading: Classifies interactions as Minor, Moderate, or Major.
1---2name: drug-interaction-checker3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: 'drug-interaction-checker'20description: 'Checks for potential drug-drug interactions (DDIs) between a list of medications.'21measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.22allowed-tools:23 - read_file24 - run_shell_command25---262728# Drug-Drug Interaction (DDI) Checker2930This skill analyzes a list of medications to identify known interactions, focusing on safety and contraindications.3132## When to Use This Skill3334* Reviewing patient medication lists.35* Prescribing new medications.36* Pharmacovigilance monitoring.3738## Core Capabilities39401. **Interaction Detection**: Identifies pairs of drugs with known interactions.412. **Severity Grading**: Classifies interactions as Minor, Moderate, or Major.423. **Clinical Recommendations**: Provides actionable advice (e.g., "Monitor K+ levels").4344## Workflow45461. **Input**: List of drug names (e.g., "Warfarin, Aspirin").472. **Analysis**: Queries internal interaction database.483. **Output**: Interaction report with severity and mechanisms.4950## Example Usage5152**User**: "Check interactions for Warfarin and Aspirin."5354**Agent Action**:55```bash56python3 Skills/Pharma/Drug_Interaction/impl.py --drugs "Warfarin, Aspirin"57```585960<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add biotender-max/drug-interaction-checker in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<!-- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
BioTender-max (@biotender-max) published this skill. Their other Agent Skills are listed on their SkillMD profile.