Generates professional clinical PDF reports in Spanish from WES (Whole Exome Sequencing) data with clinical interpretation, pharmacogenomic alerts, and follow-up recommendations.
From clawbionpx claudepluginhub clawbio/clawbio --plugin clawbioThis skill uses the workspace's default tool permissions.
examples/demo_WES_Report.mdtests/test_wes_clinical_report_es.pywes_clinical_report_es.pyProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Skill for generating professional clinical PDF reports in Spanish from whole exome sequencing (WES) data. Designed for Novogene WES data (GATK + ANNOVAR pipeline) but adaptable to any WES pipeline with equivalent annotations. Translates all section headings, table headers, cell values, and interpretive text from English markdown input to Spanish PDF output.
Fire this skill when the user says any of:
Do NOT fire when:
wes-clinical-report-en)variant-annotation)clinical-variant-reporter)One skill, one task: convert WES markdown reports (English input) into professional Spanish-language clinical PDFs with full translation and clinical interpretation.
Pagina 1 (portada):
[Logo Predice] [Logo Inbiomedic]
+---------------------------------------------+
| Secuenciacion del Exoma Completo [SampleN]|
| Plataforma / Referencia / Fecha |
+---------------------------------------------+
[KPIs: SNPs Totales | Missense | Stopgain | Raras Patog. | ClinVar P/PP]
Interpretacion de resultados
(parrafo interpretativo clinico auto-generado en espanol)
Paginas 2+:
1. Resumen del Exoma
2. Variantes de Significancia Clinica
3. Farmacogenomica
4. Rasgos de Aptitud Fisica y Nutricion
5. Variantes Raras Patogenicas Priorizadas
6. Contexto de Enfermedad y Vias Metabolicas
7. Metodologia
8. Estimacion de Ancestria
9. Limitaciones
[Aviso legal / Disclaimer]
# Generate reports for all samples
python skills/wes-clinical-report-es/wes_clinical_report_es.py \
--report-dir /path/to/REPORTS/ \
--output-dir /path/to/PDF-ES/ \
--logo-left /path/to/logo_predice.jpg \
--logo-right /path/to/logo_inbiomedic.jpg
# Generate report for a single sample
python skills/wes-clinical-report-es/wes_clinical_report_es.py \
--report-dir /path/to/REPORTS/ \
--output-dir /path/to/PDF-ES/ \
--samples Sample3
# Demo with default Novogene data
python skills/wes-clinical-report-es/wes_clinical_report_es.py --demo
The skill consumes WES reports in markdown format generated by the
analysis pipeline (scripts 02-12 in ANALYSIS/SCRIPTS/). Each markdown
report must follow this structure:
# Whole Exome Sequencing Report: SampleN
> **Project** ... | **Platform** ... | ...
## 1. Exome Summary
## 2. Clinically Significant Variants
## 3. Pharmacogenomics
## 4. Fitness and Nutrition Traits
## 5. Prioritised Rare Damaging Variants
## 6. Disease and Pathway Context
## 7. Methods
ClawBio is a research and educational tool. It is not a medical device and does not provide clinical diagnoses. Consult a healthcare professional before making any medical decisions.
The Spanish disclaimer in the PDF reads: "Este informe se genera exclusivamente con fines de investigacion y educacion. No es un informe de diagnostico clinico."
The agent dispatches and explains; the skill executes. The agent should not modify PDF generation logic inline. All report customisation goes through CLI flags.
variant-annotation: upstream VCF annotation feeding markdown reportsclinical-variant-reporter: ACMG classification for deeper analysiswes-clinical-report-en: English language version of the same reportThis skill is private and not included in the ClawBio public catalog. It contains institutional logos and clinical report templates that should not be distributed publicly.