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

Hrd Analysis Agent

ASecurity

--> --- name: 'hrd-analysis-agent' description: 'AI-powered homologous recombination deficiency (HRD) analysis for PARP inhibitor response prediction using genomic scarring signatures and BRCA pathway assessment.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **HRD Analysis Agent** provides comprehensive analysis of homologous recombination deficiency for predicting response to PARP inhibitor...

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

Works with

cli

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill hrd-analysis-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Hrd Analysis Agent?

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

Security grade badge for Hrd Analysis Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-hrd-analysis-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-hrd-analysis-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: 'hrd-analysis-agent'
description: 'AI-powered homologous recombination deficiency (HRD) analysis for PARP inhibitor response prediction using genomic scarring signatures and BRCA pathway assessment.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# HRD Analysis Agent

The **HRD Analysis Agent** provides comprehensive analysis of homologous recombination deficiency for predicting response to PARP inhibitors and platinum chemotherapy. It integrates genomic scarring signatures (LOH, TAI, LST), BRCA1/2 status, and HRD gene pathway analysis.

## When to Use This Skill

* When determining HRD status for PARP inhibitor eligibility.
* To calculate genomic instability scores (GIS) from tumor sequencing.
* For analyzing BRCA1/2 and HRD gene mutations.
* When predicting response to PARP inhibitors or platinum chemotherapy.
* To identify "BRCAness" phenotype in BRCA wild-type tumors.

## Core Capabilities

1. **Genomic Scar Scoring**: Calculate LOH, TAI, and LST scores from copy number data.

2. **BRCA Pathway Analysis**: Assess mutations in BRCA1, BRCA2, and 13 other HRD genes.

3. **HRD Classification**: Determine HRD-positive vs. HRD-negative status.

4. **PARP Inhibitor Prediction**: Predict response to olaparib, niraparib, rucaparib, talazoparib.

5. **Platinum Sensitivity**: Predict platinum chemotherapy sensitivity.

6. **Reversion Detection**: Identify BRCA reversion mutations restoring HR function.

## HRD Scoring Components

| Score | Definition | Biological Basis |
|-------|------------|------------------|
| LOH | Loss of heterozygosity regions >15 Mb | Genomic scarring |
| TAI | Telomeric allelic imbalance | End-to-end fusions |
| LST | Large-scale state transitions | Break-induced repair |
| GIS | Combined LOH + TAI + LST | Overall HRD score |

**HRD-Positive Threshold**: GIS ≥ 42 (Myriad myChoice) or equivalent

## HRD Gene Panel

| Gene | Function | HRD Contribution |
|------|----------|------------------|
| BRCA1 | HR core component | Major |
| BRCA2 | RAD51 loading | Major |
| PALB2 | BRCA2 partner | Moderate-Major |
| RAD51C/D | HR mediators | Moderate |
| ATM | DNA damage sensing | Moderate |
| CHEK2 | Cell cycle checkpoint | Moderate |
| BARD1 | BRCA1 partner | Moderate |
| BRIP1 | Fanconi pathway | Moderate |
| CDK12 | Transcription | Variable |
| RAD51B | HR mediator | Low-Moderate |

## Workflow

1. **Input**: Copy number segments, somatic mutations, germline variants.

2. **Scar Calculation**: Compute LOH, TAI, LST from segmented CNV data.

3. **Gene Analysis**: Assess pathogenic variants in HRD genes.

4. **Score Integration**: Calculate composite GIS score.

5. **Classification**: Determine HRD status.

6. **Reversion Check**: Screen for reversion mutations.

7. **Output**: HRD score, classification, gene mutations, treatment recommendations.

## Example Usage

**User**: "Analyze HRD status for this ovarian cancer patient to guide PARP inhibitor selection."

**Agent Action**:
```bash
python3 Skills/Oncology/HRD_Analysis_Agent/hrd_analyzer.py \
    --cnv_segments tumor_segments.tsv \
    --mutations somatic_variants.maf \
    --germline germline_variants.vcf \
    --tumor_type ovarian \
    --purity 0.65 \
    --ploidy 2.1 \
    --output hrd_report.json
```

## Commercial HRD Tests

| Test | Components | Threshold | FDA Status |
|------|------------|-----------|------------|
| myChoice CDx | GIS + BRCA | ≥42 or BRCA+ | FDA approved |
| FoundationOne | LOH | ≥16% | FDA approved |
| SOPHiA DDM HRD | GIS + BRCA | ≥42 or BRCA+ | CE-IVD |

## Clinical Indications

**FDA-Approved PARP Inhibitor Indications**:
- **Ovarian**: HRD+ or BRCA+ (maintenance, later-line)
- **Breast**: gBRCA+ (HER2-, metastatic)
- **Pancreatic**: gBRCA+ (maintenance)
- **Prostate**: HRR gene mutated (mCRPC)

## Response Prediction

| Status | PARP Response | Platinum Response |
|--------|---------------|-------------------|
| BRCA mutated | Very high | High |
| HRD+ / BRCA WT | High | Moderate-High |
| HRD- / BRCA WT | Limited | Standard |
| Reversion+ | Poor | Poor |

## AI/ML Components

**GIS Calculation**:
- ASCAT/FACETS for allele-specific CNV
- HRDetect algorithm integration
- ML refinement of thresholds

**Reversion Detection**:
- Frameshift restoration analysis
- Splice site reversion
- Secondary deletion removing stop

**Response Prediction**:
- Multi-feature model (GIS + genes + expression)
- HRDetect signature scoring
- Clinical outcome integration

## Resistance Mechanisms

| Mechanism | Detection | Implication |
|-----------|-----------|-------------|
| BRCA reversion | Sequencing | Acquired resistance |
| 53BP1 loss | Expression/mutation | Rescued HR |
| ABCB1 upregulation | Expression | Drug efflux |
| PARP1 loss | Expression | Target loss |

## Prerequisites

* Python 3.10+
* ASCAT/FACETS for CNV
* HRDetect implementation
* Germline/somatic variant callers

## Related Skills

* Variant_Interpretation - For BRCA classification
* Liquid_Biopsy_Analytics_Agent - For ctDNA HRD monitoring
* Pan_Cancer_MultiOmics_Agent - For multi-omic context

## Special Considerations

1. **Tumor Purity**: Low purity affects scar detection
2. **Prior Therapy**: Platinum may select resistant clones
3. **Germline Testing**: Important for family counseling
4. **Reversion Monitoring**: Serial testing recommended

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