Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Coagulation Thrombosis Agent

ASecurity

--> --- name: 'coagulation-thrombosis-agent' description: 'AI-powered analysis of coagulation disorders, thrombosis risk prediction, anticoagulation management, and platelet function assessment using machine learning.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Coagulation and Thrombosis Agent** provides AI-driven analysis of hemostatic disorders, thrombosis risk assessment, and anticoag...

2,984 stars
0 votes
0 copies
1 views
Added 5/30/2026
developmentpythonshellbashreact

Works with

cli

Security Analysis

A100/100

Scanned 5/30/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill coagulation-thrombosis-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Coagulation Thrombosis Agent?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Coagulation Thrombosis Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-coagulation-thrombosis-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-coagulation-thrombosis-agent)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA

-->

---
name: 'coagulation-thrombosis-agent'
description: 'AI-powered analysis of coagulation disorders, thrombosis risk prediction, anticoagulation management, and platelet function assessment using machine learning.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Coagulation and Thrombosis Agent

The **Coagulation and Thrombosis Agent** provides AI-driven analysis of hemostatic disorders, thrombosis risk assessment, and anticoagulation management. It integrates coagulation cascade modeling, platelet function analysis, and machine learning for personalized thrombosis prevention.

## When to Use This Skill

* When assessing venous thromboembolism (VTE) risk in hospitalized patients.
* For anticoagulation dose optimization (warfarin, DOACs).
* To analyze coagulation panel results and identify bleeding/clotting disorders.
* For platelet morphology and function assessment.
* When managing thrombosis in myeloproliferative neoplasms (MPNs).

## Core Capabilities

1. **VTE Risk Prediction**: Machine learning models predict deep vein thrombosis (DVT) and pulmonary embolism (PE) risk using clinical and laboratory features.

2. **Anticoagulation Optimization**: AI-guided dosing for warfarin (incorporating pharmacogenomics) and monitoring for DOACs.

3. **Coagulation Cascade Analysis**: Interprets PT, aPTT, fibrinogen, D-dimer, and specialized assays to diagnose coagulopathies.

4. **Platelet Analysis**: CNN-based morphology analysis predicting bleeding and thrombosis risk from peripheral smear images.

5. **DIC Scoring**: Automated disseminated intravascular coagulation (DIC) scoring and monitoring.

6. **MPN Thrombosis Risk**: Specialized models for thrombosis prediction in polycythemia vera, essential thrombocythemia.

## Workflow

1. **Input**: Coagulation lab results, patient demographics, clinical risk factors, platelet images (optional).

2. **Risk Assessment**: Apply ML models for VTE, bleeding, or DIC risk scores.

3. **Dosing Optimization**: Generate anticoagulation recommendations.

4. **Monitoring**: Track INR/anti-Xa trends and alert on deviations.

5. **Diagnosis**: Pattern recognition for coagulation disorders.

6. **Output**: Risk scores, dosing recommendations, diagnostic suggestions, monitoring alerts.

## Example Usage

**User**: "Calculate VTE risk for this hospitalized patient and optimize LMWH prophylaxis."

**Agent Action**:
```bash
python3 Skills/Hematology/Coagulation_Thrombosis_Agent/thrombosis_analyzer.py \
    --patient_data patient_demographics.json \
    --labs coagulation_panel.csv \
    --risk_model improved_padua \
    --anticoagulant lmwh \
    --renal_function egfr_45 \
    --output vte_assessment.json
```

## Risk Models Implemented

| Model | Application | Key Features |
|-------|-------------|--------------|
| Padua (Enhanced) | Medical VTE risk | 11 clinical factors + ML enhancement |
| Caprini (AI) | Surgical VTE risk | 40+ factors with ML weighting |
| CHADS2-VASc | Atrial fibrillation stroke risk | Standard guideline scoring |
| HAS-BLED | Anticoagulation bleeding risk | Major bleeding prediction |
| IPSET-thrombosis | MPN thrombosis | JAK2, age, prior thrombosis |

## Coagulation Panel Interpretation

| Test | Normal Range | Elevations Suggest | Decreases Suggest |
|------|--------------|-------------------|-------------------|
| PT/INR | 11-13.5s / 0.9-1.1 | Warfarin, VII def, liver disease | - |
| aPTT | 25-35s | Heparin, VIII/IX/XI def, lupus AC | - |
| Fibrinogen | 200-400 mg/dL | Acute phase, inflammation | DIC, liver disease |
| D-dimer | <500 ng/mL | VTE, DIC, inflammation | - |
| Platelet | 150-400K | Reactive, MPN | ITP, marrow failure |

## AI/ML Components

**Deep Learning for Platelet Morphology**:
- CNN analysis of peripheral smear images
- Identifies giant platelets, platelet clumps, hypogranular forms
- Predicts bleeding/thrombosis risk from morphology

**VTE Prediction Models**:
- Gradient boosting (XGBoost) on structured EHR data
- Incorporates labs, vitals, medications, procedures
- AUC > 0.85 for hospital-acquired VTE

**Anticoagulation Dosing**:
- Reinforcement learning for INR control
- Pharmacogenomic integration (CYP2C9, VKORC1)
- Real-time dose adjustment recommendations

## Prerequisites

* Python 3.10+
* scikit-learn, XGBoost, PyTorch
* HL7 FHIR client (for EHR integration)
* Image analysis libraries (for platelet morphology)

## Related Skills

* Flow_Cytometry_AI - For platelet function assays
* Pharmacogenomics_Agent - For anticoagulant pharmacogenomics
* Blood_Smear_Analysis - For morphology assessment

## Clinical Applications

1. **Hospital VTE Prevention**: Real-time risk scoring in EMR
2. **Anticoagulation Clinic**: AI-assisted warfarin dosing
3. **DIC Management**: Automated scoring and transfusion guidance
4. **Inherited Disorders**: Pattern recognition for factor deficiencies

## Author

AI Group - Biomedical AI Platform


<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

Attribution

FreedomIntelligenceFreedomIntelligence
View sourceMore from FreedomIntelligence →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →