acmg-variant-classification

Standard workflow for ACMG/AMP germline small-variant classification — collect evidence, assign criteria, detect conflicts, and produce a review-ready classification summary. Use when a user wants a structured ACMG/AMP-style interpretation workflow for a germline SNV/indel, including guided evidence intake, criteria assignment, conflict handling, and provisional classification.

3,891 stars

Best use case

acmg-variant-classification is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Standard workflow for ACMG/AMP germline small-variant classification — collect evidence, assign criteria, detect conflicts, and produce a review-ready classification summary. Use when a user wants a structured ACMG/AMP-style interpretation workflow for a germline SNV/indel, including guided evidence intake, criteria assignment, conflict handling, and provisional classification.

Teams using acmg-variant-classification should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/acmg-variant-classification/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/alex4xu/acmg-variant-classification/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/acmg-variant-classification/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How acmg-variant-classification Compares

Feature / Agentacmg-variant-classificationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Standard workflow for ACMG/AMP germline small-variant classification — collect evidence, assign criteria, detect conflicts, and produce a review-ready classification summary. Use when a user wants a structured ACMG/AMP-style interpretation workflow for a germline SNV/indel, including guided evidence intake, criteria assignment, conflict handling, and provisional classification.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# ACMG Variant Classification

Use this skill when a user wants a structured ACMG/AMP-style interpretation workflow for a germline SNV/indel.

## Interaction mode

Default to a guided interview workflow.

When using this skill with a live user:
1. Ask for one block of information at a time
2. Wait for the user's answer before moving on
3. Do not request all evidence at once unless the user asks for a bulk template
4. Explicitly track what is known, unknown, and still needed
5. Treat phenotype, family history, segregation data, and parental genotypes as user-supplied inputs that may arrive incrementally

Recommended guided sequence:
1. Variant identity: gene, transcript, build, c.HGVS, p.HGVS, variant type
2. Clinical phenotype / suspected disease
3. Inheritance model and family structure
4. Parental genotype status and de novo / segregation details
5. Population / database / literature evidence
6. Functional and computational evidence
7. Criteria assignment and final review

At each step, summarize back in one compact block:
- confirmed facts
- missing facts
- provisional ACMG implications

## Safety / scope

Always say clearly:
- This is decision support, not a final clinical diagnosis.
- Gene/disease-specific ClinGen guidance overrides generic ACMG rules where applicable.
- Final classification requires expert manual review.

## Inputs you should collect

Use templates/intake.md and ask for or normalize these fields:
- Gene
- Transcript
- Genome build
- c.HGVS
- p.HGVS
- Variant type
- Zygosity
- Inheritance model
- Phenotype / disease context
- Population frequency evidence
- Functional evidence
- Segregation / de novo evidence
- Database assertions
- Literature evidence

If transcript, genome build, or HGVS is unclear, stop and ask for clarification before classification.

## Standard workflow

### Step 1: Confirm scope
Proceed only if all are true:
1. Variant is a germline small variant (SNV/indel)
2. Naming/build/transcript are defined
3. User understands output is review-only
4. Any gene-specific ACMG framework has been checked

### Step 2: Normalize the record
Create a clean variant record using templates/intake.md.

### Step 3: Gather evidence by ACMG bucket
Pathogenic side:
- PVS1
- PS1, PS2, PS3, PS4
- PM1, PM2, PM3, PM4, PM5, PM6
- PP1, PP2, PP3, PP4

Benign side:
- BA1
- BS1, BS2, BS3, BS4
- BP1, BP2, BP3, BP4, BP5, BP7

### Step 4: Assign criteria carefully
Use templates/evidence-table.md.
For each criterion, record:
- code
- strength
- triggered yes/no
- reason
- source
- caveat / limitation

Do not double count overlapping evidence.

### Step 5: Evaluate conflicts
If both pathogenic and benign evidence exist:
1. Check whether evidence is truly independent
2. Downgrade/remove misapplied criteria if needed
3. If conflict remains unresolved, prefer VUS over forced certainty
4. State what additional data could resolve the conflict

### Step 6: Apply combination logic
Use scripts/classifier.py or reproduce its logic manually.

Pathogenic if any:
- 1 Very Strong + >=1 Strong
- 1 Very Strong + >=2 Moderate
- 1 Very Strong + 1 Moderate + 1 Supporting
- 1 Very Strong + >=2 Supporting
- >=2 Strong
- 1 Strong + >=3 Moderate
- 1 Strong + 2 Moderate + >=2 Supporting
- 1 Strong + 1 Moderate + >=4 Supporting
- >=3 Moderate + >=3 Supporting

Likely Pathogenic if any:
- 1 Very Strong + 1 Moderate
- 1 Strong + 1 to 2 Moderate
- 1 Strong + >=2 Supporting
- >=3 Moderate
- 2 Moderate + >=2 Supporting
- 1 Moderate + >=4 Supporting

Benign if any:
- BA1
- >=2 Strong benign criteria

Likely Benign if any:
- 1 Strong benign + 1 Supporting benign
- >=2 Supporting benign

Else: VUS

## Guided questioning pattern
Use short, sequential prompts:
- Step A: ask only for variant identity fields
- Step B: ask only for phenotype and suspected diagnosis
- Step C: ask only for pedigree / family history / inheritance
- Step D: ask only for parental genotypes and segregation/de novo details
- Step E: ask only for outside evidence such as ClinVar, literature, frequency, and functional assays
- Step F: summarize triggered or candidate ACMG criteria before giving a provisional class

## Included files
- templates/intake.md
- templates/evidence-table.md
- references/sop.md
- references/test_cases.json
- scripts/classifier.py

Related Skills

AdvancedMLClassificationSkill

3891
from openclaw/skills

自动化生成工业级机器学习分类算法代码、调用算法做预测、输出准确率对比和可视化结果,支持新手友好的结果解读。

behavioral-invariant-monitor

3891
from openclaw/skills

Helps verify that AI agent skills maintain consistent behavioral invariants across repeated executions — detecting the class of threat where a skill behaves safely during initial evaluation but shifts behavior based on execution count, environmental conditions, or delayed activation triggers. v1.3 adds performance fingerprinting (computational complexity drift detection), cryptographic audit trails (hash-chained behavior logs for immutable verification), and risk-proportional monitoring (sampling-based checks to reduce overhead).

variant-annotation

3891
from openclaw/skills

Query and annotate gene variants from ClinVar and dbSNP databases. Trigger when: - User provides a variant identifier (rsID, HGVS notation, genomic coordinates) and asks about clinical significance - User mentions "ClinVar", "dbSNP", "variant annotation", "pathogenicity", "clinical significance" - User wants to know if a mutation is pathogenic, benign, or of uncertain significance - User provides VCF content or variant data requiring interpretation - Input: variant ID (rs12345), HGVS notation (NM_007294.3:c.5096G>A), or genomic coordinates (chr17:43094692:G>A) - Output: clinical significance, ACMG classification, allele frequency, disease associations

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research

agent-autonomy-kit

3891
from openclaw/skills

Stop waiting for prompts. Keep working.

Workflow & Productivity

Meeting Prep

3891
from openclaw/skills

Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.

Workflow & Productivity

self-improvement

3891
from openclaw/skills

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.

Agent Intelligence & Learning

botlearn-healthcheck

3891
from openclaw/skills

botlearn-healthcheck — BotLearn autonomous health inspector for OpenClaw instances across 5 domains (hardware, config, security, skills, autonomy); triggers on system check, health report, diagnostics, or scheduled heartbeat inspection.

DevOps & Infrastructure