Sequencing quality control skill for assessing read quality, adapter contamination, and sequence composition
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill fastqc-quality-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fastqc Quality Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-fastqc-quality-analyzer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: fastqc-quality-analyzer
description: Sequencing quality control skill for assessing read quality, adapter contamination, and sequence composition
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- WebFetch
- WebSearch
- Bash
metadata:
version: "1.0"
category: bioinformatics
tags:
- sequence-analysis
- quality-control
- ngs
- qc
graph:
domains: [domain:bioinformatics]
specializations: [specialization:biomedical-informatics]
skillAreas: [skill-area:data-analysis, skill-area:python-data-pipelines, skill-area:statistical-analysis]
workflows: [workflow:experiment-design]
roles: [role:research-engineer, role:lab-technician]
---
# FastQC Quality Analyzer Skill
## Purpose
Enable sequencing quality control for assessing read quality, adapter contamination, and sequence composition metrics.
## Capabilities
- Per-base quality score analysis
- Sequence duplication detection
- Adapter content identification
- GC content analysis
- Overrepresented sequence detection
- MultiQC report aggregation
## Usage Guidelines
- Run FastQC on all raw sequencing data
- Review quality metrics before alignment
- Identify samples requiring additional QC
- Aggregate results with MultiQC for cohort overview
- Flag samples with quality issues
- Document QC decisions and thresholds
## Dependencies
- FastQC
- MultiQC
- fastp
## Process Integration
- Whole Genome Sequencing Pipeline (wgs-analysis-pipeline)
- RNA-seq Differential Expression Analysis (rnaseq-differential-expression)
- Long-Read Sequencing Analysis (long-read-analysis)
- Analysis Pipeline Validation (pipeline-validation)
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!