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

Cnv Caller Agent

ASecurity

--> --- name: 'cnv-caller-agent' description: 'AI-enhanced copy number variation calling and analysis from sequencing data for cancer genomics, constitutional CNV detection, and chromosomal aberration characterization.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **CNV Caller Agent** provides comprehensive AI-enhanced copy number variation analysis from WGS, WES, and targeted sequencing for...

2,984 stars
0 votes
0 copies
0 views
Added 5/30/2026
ai-agentspythongoshellbash

Security Analysis

A100/100

Scanned 5/30/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill cnv-caller-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Cnv Caller Agent?

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

Security grade badge for Cnv Caller Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-cnv-caller-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-cnv-caller-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: 'cnv-caller-agent'
description: 'AI-enhanced copy number variation calling and analysis from sequencing data for cancer genomics, constitutional CNV detection, and chromosomal aberration characterization.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# CNV Caller Agent

The **CNV Caller Agent** provides comprehensive AI-enhanced copy number variation analysis from WGS, WES, and targeted sequencing for cancer genomics and constitutional CNV detection.

## When to Use This Skill

* When calling somatic CNVs from tumor-normal paired sequencing.
* To detect constitutional CNVs from germline sequencing.
* For allele-specific copy number analysis.
* When characterizing focal amplifications and deletions in cancer.
* To assess tumor purity and ploidy from CNV data.

## Core Capabilities

1. **Somatic CNV Calling**: Detect tumor-specific copy number alterations.

2. **Germline CNV Detection**: Identify constitutional CNVs for rare disease.

3. **Allele-Specific Analysis**: Determine allele-specific copy number and LOH.

4. **Purity/Ploidy Estimation**: Estimate tumor content and genome doubling.

5. **Focal Event Detection**: Identify amplifications and deletions of driver genes.

6. **Segmentation Optimization**: AI-enhanced breakpoint detection.

## Workflow

1. **Input**: BAM files (tumor/normal), or targeted panel data.

2. **Coverage Normalization**: GC correction, mappability adjustment.

3. **Segmentation**: Identify regions of consistent copy number.

4. **Allele-Specific**: Calculate B-allele frequency for heterozygosity.

5. **Purity/Ploidy**: Estimate sample parameters.

6. **Calling**: Assign integer copy number states.

7. **Output**: Segmented CNV calls, purity/ploidy, driver events.

## Example Usage

**User**: "Call somatic copy number alterations from this tumor-normal WES pair."

**Agent Action**:
```bash
python3 Skills/Genomics/CNV_Caller_Agent/cnv_caller.py \
    --tumor tumor.bam \
    --normal normal.bam \
    --reference GRCh38.fa \
    --method facets \
    --targets exome_targets.bed \
    --driver_genes cancer_genes.txt \
    --output cnv_results/
```

## CNV Calling Methods

| Tool | Application | Key Features |
|------|-------------|--------------|
| FACETS | Tumor WES | Purity/ploidy, allele-specific |
| ASCAT | Tumor WGS/arrays | Allele-specific, multi-clone |
| CNVkit | WES/targeted | Hybrid reference approach |
| GATK CNV | WES/WGS | GATK ecosystem integration |
| Purple | WGS | GRIDSS integration, comprehensive |
| CONICS | scRNA-seq | Single-cell CNV inference |

## Key Output Metrics

| Metric | Description | Interpretation |
|--------|-------------|----------------|
| Purity | Tumor fraction | Sample quality |
| Ploidy | Average copy number | Genome doubling |
| LOH | Loss of heterozygosity | Regions of allele loss |
| SCNA burden | Total altered fraction | Genomic instability |
| Focal events | Amplifications/deletions | Driver candidates |

## Cancer Driver CNVs

| Gene | Alteration | Cancer Type |
|------|------------|-------------|
| ERBB2 (HER2) | Amplification | Breast, gastric |
| MYC | Amplification | Many cancers |
| EGFR | Amplification | Lung, GBM |
| CDK4/MDM2 | Amplification | Sarcoma, GBM |
| CDKN2A | Deletion | Many cancers |
| RB1 | Deletion | Many cancers |
| PTEN | Deletion | Prostate, GBM |

## AI/ML Enhancements

**Segmentation**:
- Deep learning for breakpoint detection
- Noise reduction in low-coverage data
- Improved sensitivity for focal events

**Quality Prediction**:
- Sample quality scoring
- Artifact detection
- Confidence estimation

**Driver Prioritization**:
- GISTIC-style analysis
- Functional impact scoring
- Pan-cancer frequency context

## Allele-Specific Copy Number

```
Total CN = Major allele + Minor allele

Examples:
- Normal: 1 + 1 = 2 (diploid)
- CN gain: 2 + 1 = 3 (trisomy)
- CN-LOH: 2 + 0 = 2 (normal total, LOH)
- Homozygous deletion: 0 + 0 = 0
- High amplification: 10 + 0 = 10 (focal amp)
```

## Prerequisites

* Python 3.10+
* CNV calling tools (FACETS, CNVkit, etc.)
* Reference genome and annotations
* Sufficient memory for WGS (16GB+)

## Related Skills

* Variant_Interpretation - For CNV annotation
* HRD_Analysis_Agent - For HRD scoring from CNV
* Pan_Cancer_MultiOmics_Agent - For pan-cancer CNV context

## Quality Considerations

1. **Coverage depth**: Higher = better resolution
2. **Tumor purity**: Low purity challenges calling
3. **Normal match**: Best with matched normal
4. **Target design**: Uniform coverage for panels
5. **GC bias**: Proper normalization critical

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

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →