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

Organoid Drug Response Agent

ASecurity

--> --- name: 'organoid-drug-response-agent' description: 'AI-powered analysis of patient-derived organoid (PDO) drug screening for personalized oncology treatment selection and biomarker discovery.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Organoid Drug Response Agent** provides AI-driven analysis of patient-derived organoid (PDO) drug screening data for personalized treatment selecti...

2,984 stars
0 votes
0 copies
0 views
Added 5/31/2026
toolspythonshellbashexpresstestingapidatabase

Works with

cliapi

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill organoid-drug-response-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Organoid Drug Response Agent?

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

Security grade badge for Organoid Drug Response Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-organoid-drug-response-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-organoid-drug-response-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: 'organoid-drug-response-agent'
description: 'AI-powered analysis of patient-derived organoid (PDO) drug screening for personalized oncology treatment selection and biomarker discovery.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Organoid Drug Response Agent

The **Organoid Drug Response Agent** provides AI-driven analysis of patient-derived organoid (PDO) drug screening data for personalized treatment selection. It correlates organoid drug responses with patient outcomes and molecular profiles to guide precision oncology decisions.

## When to Use This Skill

* When interpreting organoid drug screening results for treatment selection.
* To correlate PDO drug sensitivity with molecular features.
* For identifying combination therapies using organoid co-culture systems.
* When predicting patient response from organoid-derived data.
* To discover biomarkers from large-scale organoid screens.

## Core Capabilities

1. **Drug Response Analysis**: Process organoid viability data to calculate IC50, AUC, and response metrics.

2. **Patient-Organoid Concordance**: Assess molecular fidelity between PDO and donor tumor.

3. **Biomarker Discovery**: Identify molecular features predicting drug sensitivity.

4. **Combination Screening**: Analyze drug synergy from combination matrices.

5. **Clinical Translation**: Project organoid findings to patient treatment recommendations.

6. **Microenvironment Modeling**: Analyze immune co-culture and CAF interactions.

## Organoid Advantages

| Feature | Organoids | Cell Lines | PDX |
|---------|-----------|------------|-----|
| Patient fidelity | High | Low | High |
| Establishment rate | 60-90% | Variable | 30-50% |
| Turnaround | 4-8 weeks | Fast | 3-6 months |
| Throughput | Medium-high | Very high | Low |
| Microenvironment | Partial | None | Mouse |
| Cost | Medium | Low | High |

## Workflow

1. **Input**: Organoid drug screening data, organoid molecular profiles, patient tumor data.

2. **QC**: Assess organoid viability and growth metrics.

3. **Response Calculation**: Compute drug sensitivity metrics.

4. **Concordance**: Compare organoid to donor tumor molecular profiles.

5. **Biomarker Analysis**: Correlate sensitivity with molecular features.

6. **Translation**: Generate patient treatment recommendations.

7. **Output**: Drug rankings, biomarkers, recommended treatments.

## Example Usage

**User**: "Analyze organoid drug screening results for this colorectal cancer patient and recommend treatments."

**Agent Action**:
```bash
python3 Skills/Oncology/Organoid_Drug_Response_Agent/organoid_analyzer.py \
    --screening_data drug_screen_384well.csv \
    --organoid_rnaseq organoid_expression.tsv \
    --organoid_mutations organoid_variants.maf \
    --patient_tumor patient_expression.tsv \
    --tumor_type colorectal \
    --combination_matrix combo_screen.csv \
    --output organoid_report/
```

## Drug Response Metrics

| Metric | Calculation | Interpretation |
|--------|-------------|----------------|
| IC50 | 50% inhibition concentration | Potency |
| AUC | Area under dose-response | Overall sensitivity |
| GR50 | Growth rate-adjusted IC50 | Normalized potency |
| DSS | Drug sensitivity score | Selective activity |
| Emax | Maximum effect | Efficacy plateau |

## Organoid-Patient Concordance Studies

| Study | Tumor Type | Accuracy | Reference |
|-------|------------|----------|-----------|
| Vlachogiannis 2018 | GI cancers | 88% | Science |
| Ooft 2019 | Colorectal | 80% | Science Transl Med |
| Tiriac 2018 | Pancreatic | 83% | Cancer Discovery |
| Ganesh 2019 | Rectal | 84% | Nature Medicine |

## Combination Synergy Analysis

**Methods**:
- Bliss independence
- Loewe additivity
- ZIP (Zero Interaction Potency)
- HSA (Highest Single Agent)

**Output**:
- Synergy scores
- Combination indices
- Dose-effect surfaces
- Optimal ratio identification

## AI/ML Models

**Response Prediction**:
- Multi-omic features (expression, mutation, CNV)
- Drug structural features
- Graph neural networks for drug-response

**Biomarker Discovery**:
- LASSO regression for feature selection
- Random forest for interaction detection
- SHAP values for interpretability

**Translation Modeling**:
- Transfer learning (organoid → patient)
- Concordance-weighted predictions
- Uncertainty quantification

## Organoid Co-Culture Systems

**Immune Co-Culture**:
- T-cell killing assays
- Checkpoint inhibitor testing
- CAR-T efficacy evaluation

**Stromal Co-Culture**:
- CAF interactions
- Drug resistance mechanisms
- ECM-mediated effects

## Prerequisites

* Python 3.10+
* Drug response analysis packages
* Machine learning frameworks
* Organoid molecular databases

## Related Skills

* PDX_Model_Analysis_Agent - For complementary models
* Drug_Repurposing - For additional drug candidates
* Multi_Omics_Integration - For molecular characterization

## Quality Control Metrics

| Metric | Threshold | Purpose |
|--------|-----------|---------|
| Z' factor | >0.5 | Assay quality |
| CV | <20% | Reproducibility |
| Passage number | <10 | Genetic stability |
| Growth rate | >1.5x/week | Viability |

## Clinical Implementation

1. **Turnaround Time**: 4-8 weeks from biopsy
2. **Panel Size**: 50-100+ drugs typically tested
3. **Decision Support**: Ranked drug recommendations
4. **Monitoring**: Re-screen on progression

## 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

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805541 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1023330 votes
View all in tools →