Agent skill · Testing & QA

sanger-chromatogram-qa

Assess Sanger sequencing chromatogram quality, detect mixed peaks, confirm variants, and flag samples requiring repeat sequencing.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill sanger-chromatogram-qa --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/sanger-chromatogram-qa/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Sanger Chromatogram QA Quality assessment for Sanger sequencing chromatograms: mixed-peak detection, variant confirmation, and repeat-sequencing recommendations. ## Input Validation This skill accepts: `.ab1` chromatogram files paired with a reference sequence, optionally with a variant position, for Sanger sequencing quality assessment. If the request does not involve Sanger chromatogram QA — for example, asking to analyze NGS FASTQ files, perform de-novo assembly, or interpret mass spectrometry data — do not proceed. Instead respond: > "sanger-chromatogram-qa is designed to assess Sanger sequencing chromatogram quality. Your request appears to be outside this scope. Please provide an .ab1 file and reference sequence, or use a more appropriate tool for your task. For NGS FASTQ analysis, consider FastQC or a dedicated variant calling pipeline." ## When to Use - Mutation verification after Sanger sequencing - Clone confirmation (correct insert, correct orientation) - Genotyping QC (heterozygous vs homozygous calls) - SNP validation against a reference sequence ## Quick Check ```bash python -m py_compile scripts/main.py python scripts/main.py --help python scripts/main.py --demo ``

What's inside
Steps it walks through
  1. Input Validation
  2. When to Use
  3. Quick Check
  4. Workflow
  5. Parameters
  6. Returns
  7. Fallback Template
  8. Output Requirements
  9. Error Handling
  10. Response Template
  11. Risk Assessment
  12. Prerequisites
Ships with 1 file
  • metadata.json
Commands it runs
python -m py_compile scripts/main.py
python scripts/main.py --help
python scripts/main.py --demo
pip install -r requirements.txt
More from claude-skill-registry
All skills →
About this skill
What does the sanger-chromatogram-qa skill do?

Assess Sanger sequencing chromatogram quality, detect mixed peaks, confirm variants, and flag samples requiring repeat sequencing.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill sanger-chromatogram-qa --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going