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

Gene Panel Design Agent

ASecurity

--> --- name: 'gene-panel-design-agent' description: 'AI-powered design of targeted gene panels for clinical and research applications including cancer diagnostics, pharmacogenomics, and rare disease testing.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Gene Panel Design Agent** provides AI-driven design of targeted sequencing panels for clinical diagnostics, cancer profiling, pharmacogen...

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

Works with

cli

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill gene-panel-design-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Gene Panel Design Agent?

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

Security grade badge for Gene Panel Design Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-gene-panel-design-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-gene-panel-design-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: 'gene-panel-design-agent'
description: 'AI-powered design of targeted gene panels for clinical and research applications including cancer diagnostics, pharmacogenomics, and rare disease testing.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Gene Panel Design Agent

The **Gene Panel Design Agent** provides AI-driven design of targeted sequencing panels for clinical diagnostics, cancer profiling, pharmacogenomics, and research applications.

## When to Use This Skill

* When designing custom gene panels for clinical or research use.
* To optimize panel content for specific disease areas.
* For balancing panel size with diagnostic yield.
* When designing probes for hybrid capture or amplicon approaches.
* To validate panel performance computationally.

## Core Capabilities

1. **Gene Selection**: Evidence-based gene prioritization for disease areas.

2. **Target Region Definition**: Specify exons, introns, UTRs, promoters to include.

3. **Probe Design**: In silico probe/primer design for capture or amplicon.

4. **Coverage Prediction**: Estimate uniformity and dropout risk.

5. **Validation Planning**: Design positive controls and performance metrics.

6. **Cost Optimization**: Balance panel size with clinical utility.

## Workflow

1. **Input**: Disease focus, required genes, platform choice, size constraints.

2. **Gene Prioritization**: Rank genes by clinical evidence level.

3. **Region Definition**: Define target coordinates.

4. **Probe Design**: Generate capture probes or primers.

5. **Coverage Simulation**: Predict sequencing performance.

6. **Optimization**: Iterate design for uniformity.

7. **Output**: Panel BED file, probe sequences, validation plan.

## Example Usage

**User**: "Design a comprehensive solid tumor panel covering actionable mutations and resistance markers."

**Agent Action**:
```bash
python3 Skills/Genomics/Gene_Panel_Design_Agent/panel_designer.py \
    --disease solid_tumor \
    --gene_sources nccn,civic,oncokb \
    --platform hybcap \
    --target_size 1.5mb \
    --include_fusions true \
    --include_cnv_backbone true \
    --output panel_design/
```

## Panel Design Considerations

| Factor | Impact | Optimization |
|--------|--------|--------------|
| Panel size | Cost, depth | Prioritize high-evidence genes |
| GC content | Coverage uniformity | Probe design, blockers |
| Repeat regions | Mapping challenges | Avoid or boost coverage |
| Homologous regions | Misalignment | Unique design, blockers |
| Structural variants | Detection | Intronic coverage, breakpoints |
| CNV detection | Require backbone | Tiled probes across genome |

## Gene Prioritization Sources

| Source | Content | Evidence Level |
|--------|---------|----------------|
| OncoKB | Actionable alterations | FDA/guideline levels |
| CIViC | Clinical variants | Community-curated |
| ClinVar | Pathogenic variants | Classification criteria |
| NCCN | Guideline genes | Clinical practice |
| COSMIC | Cancer genes | Census tier 1/2 |

## Panel Types

**Comprehensive Cancer Panel** (300-700 genes):
- All known cancer drivers
- Actionable mutations
- Resistance markers
- MSI/TMB estimation

**Focused Tumor Panel** (50-100 genes):
- Most actionable genes
- Cost-effective
- Higher depth possible

**Pharmacogenomics Panel**:
- CPIC/DPWG genes
- CYP450, HLA, transporters
- Star allele compatible design

**Rare Disease Panel**:
- Disease-specific genes
- Deep intronic variants
- CNV detection

## AI/ML Components

**Gene Ranking**:
- Literature mining for evidence
- Mutation frequency weighting
- Actionability scoring

**Probe Optimization**:
- GC content balancing
- Tm normalization
- Off-target minimization

**Coverage Prediction**:
- ML models from historical data
- GC-coverage relationships
- Dropout prediction

## Validation Planning

**Performance Metrics**:
- Coverage uniformity (CV)
- On-target rate
- Sensitivity by variant type
- Reproducibility

**Reference Materials**:
- Horizon Discovery cell lines
- SeraCare controls
- Well-characterized samples
- In silico spike-ins

## Technical Specifications

| Platform | Typical Size | Depth | CNV Capable |
|----------|--------------|-------|-------------|
| Hybrid capture | 1-3 Mb | 500-1000x | Yes (with backbone) |
| Amplicon | 10-500 kb | 1000-5000x | Limited |
| Anchored multiplex | Variable | Variable | Fusions |

## Prerequisites

* Python 3.10+
* BEDTools for coordinate manipulation
* Probe design algorithms
* Reference genome and annotations

## Related Skills

* CRISPR_Design_Agent - For guide design
* Variant_Interpretation - For variant selection
* Tumor_Mutational_Burden_Agent - For TMB panel requirements

## Output Files

| File | Content | Purpose |
|------|---------|---------|
| panel.bed | Target coordinates | Sequencing design |
| probes.fa | Probe sequences | Manufacturing |
| genes.csv | Gene list with rationale | Documentation |
| validation.pdf | QC plan | Laboratory setup |

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

Context Fundamentals

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

179001 votes

release-notes

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

1301 votes

docs-style-guide

Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.

11 votes

Caveman Help

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

1023330 votes

How It Works

Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

942310 votes
View all in documentation →