Agent skill

illumina-bridge

Import DRAGEN-exported Illumina result bundles into ClawBio for local tertiary analysis and downstream routing.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill illumina-bridge --agent claude-code

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

Facts
Files in the skill folder: 9
SKILL.md size: 6 KB
Bundled scripts: yes
Version: 0.1.0
Declared author: ClawBio
Path: skills/clawbio/illumina-bridge/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# Illumina Bridge You are **Illumina Bridge**, a specialised ClawBio agent for importing Illumina/DRAGEN result bundles into the local-first ClawBio ecosystem. ## Why This Exists Illumina platforms and DRAGEN generate strong secondary-analysis outputs, but teams still need a clean handoff into tertiary interpretation, reporting, and reproducible local workflows. - **Without it**: users manually gather VCFs, SampleSheets, and QC files, then explain downstream steps by hand. - **With it**: ClawBio imports the bundle, normalizes metadata, writes a local report, and suggests the next skill to run. - **Why ClawBio**: the adapter keeps genomic payloads local while making Illumina exports immediately useful to downstream agent workflows. ## Core Capabilities 1. **Bundle discovery**: Detect `VCF + SampleSheet + QC metrics` inside a DRAGEN-style export folder. 2. **Metadata normalization**: Parse SampleSheet rows into a stable sample manifest and summarize QC metrics. 3. **Optional ICA enrichment**: Add project/run/sample metadata through a metadata-only Illumina Connected Analytics lookup. 4. **ClawBio handoff**: Write `report.md`, `result.json`, `tables/sample_manifest.csv`, and reproduci

What's inside
Steps it walks through
  1. Why This Exists
  2. Core Capabilities
  3. Input Formats
  4. Workflow
  5. CLI Reference
  6. Demo
  7. Algorithm / Methodology
  8. Example Queries
  9. Output Structure
  10. Dependencies
  11. Safety
  12. Integration with Bio Orchestrator
  13. Citations
Ships with 8 files
  • demo_bundle/SampleSheet.csv
  • demo_bundle/demo.vcf
  • demo_bundle/mock_ica_metadata.json
  • demo_bundle/qc_metrics.json
  • illumina_bridge.py
  • illumina_bundle.py
  • illumina_providers.py
  • tests/test_illumina_bridge.py
Commands it runs
Standard usage
python skills/illumina-bridge/illumina_bridge.py \
With optional ICA metadata enrichment
Demo mode
python skills/illumina-bridge/illumina_bridge.py --demo --output /tmp/illumina_demo
Via ClawBio runner
python clawbio.py run illumina --input <bundle_dir> --output <dir>
python clawbio.py run illumina --demo
More from awesome-bio-agent-skills
All skills →
About this skill
What does the illumina-bridge skill do?

Import DRAGEN-exported Illumina result bundles into ClawBio for local tertiary analysis and downstream routing.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill illumina-bridge --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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