Spatial multi-omics
Spatial multi-omics skill. Spatially resolved transcriptomics + proteomics integration, spatial niche identification, and multi-modal spatial data analysis.
Use This Skill When
- Spatially resolved transcriptomics + proteomics integration.
- Spatial niche identification.
- Multi-modal spatial data analysis.
Required Inputs
- Research objective, decision target, or hypothesis.
- Available data, source constraints, and domain assumptions.
- Required outputs, success metrics, and deadline or reproducibility constraints.
Workflow
- Confirm scope, assumptions, and the exact artifact set to save.
- Apply the narrowest domain method that answers the request with defensible evidence.
- Save code, tables, figures, and intermediate outputs to files instead of chat-only output.
- State limitations, uncertainty, and any validation or sensitivity checks performed.
- Append skill selection, handoff I/O, and file writes to
logs/process-log.jsonl.
Deliverables
report.md: concise method, results, interpretation, and file inventory in the user's language.
results/: structured outputs, metrics, model artifacts, or extracted findings.
figures/: English-only charts, diagrams, or panels when visual output is needed.
data/: processed or derived datasets when transformation occurs.
Quality Gates
If any gate fails: identify the specific failing check, fix the issue, and re-validate before proceeding.
Gotchas
- Cell filtering thresholds (min genes, max mito %) are dataset-specific. Do not apply universal cutoffs without QC
- Batch effects across samples must be corrected before integration. Document the correction method used
- Downstream analysis depends on normalization choice. Log-normalize for clustering, SCTransform for DE in single-cell
Validation Loop
- Execute analysis and generate outputs
- Check:
- Method selection matches the research question and stated assumptions
- All outputs are saved to files (no chat-only results)
- Limitations and uncertainty are explicitly stated
logs/process-log.jsonl is updated with execution trace
- If any check fails:
- Identify the failing gate
- Fix the specific issue
- Re-run validation
- Proceed only after all gates pass
1---2name: co-scientist-spatial-multiomics3description: Spatial multi-omics skill. Spatially resolved transcriptomics + proteomics integration, spatial niche identification, and multi-modal spatial data analysis. Use when working with spatially resolved transcriptomics + proteomics integration, spatial niche identification, multi-modal spatial data analysis.4---56# Spatial multi-omics78Spatial multi-omics skill. Spatially resolved transcriptomics + proteomics integration, spatial niche identification, and multi-modal spatial data analysis.910## Use This Skill When1112- Spatially resolved transcriptomics + proteomics integration.13- Spatial niche identification.14- Multi-modal spatial data analysis.1516## Required Inputs1718- Research objective, decision target, or hypothesis.19- Available data, source constraints, and domain assumptions.20- Required outputs, success metrics, and deadline or reproducibility constraints.2122## Workflow23241. Confirm scope, assumptions, and the exact artifact set to save.252. Apply the narrowest domain method that answers the request with defensible evidence.263. Save code, tables, figures, and intermediate outputs to files instead of chat-only output.274. State limitations, uncertainty, and any validation or sensitivity checks performed.285. Append skill selection, handoff I/O, and file writes to `logs/process-log.jsonl`.2930## Deliverables3132- `report.md`: concise method, results, interpretation, and file inventory in the user's language.33- `results/`: structured outputs, metrics, model artifacts, or extracted findings.34- `figures/`: English-only charts, diagrams, or panels when visual output is needed.35- `data/`: processed or derived datasets when transformation occurs.3637## Quality Gates3839- [ ] The selected method matches the scientific question and stated assumptions.40- [ ] Outputs are reproducible, saved to files, and traceable from inputs to conclusions.41- [ ] Missing data, uncertainty, bias, and hard limits are made explicit.42- [ ] `report.md` and `logs/process-log.jsonl` reference the generated artifacts.43- [ ] No essential result remains chat-only.4445If any gate fails: identify the specific failing check, fix the issue, and re-validate before proceeding.4647## Gotchas4849- Cell filtering thresholds (min genes, max mito %) are dataset-specific. Do not apply universal cutoffs without QC50- Batch effects across samples must be corrected before integration. Document the correction method used51- Downstream analysis depends on normalization choice. Log-normalize for clustering, SCTransform for DE in single-cell5253## Validation Loop54551. Execute analysis and generate outputs562. Check:57 - Method selection matches the research question and stated assumptions58 - All outputs are saved to files (no chat-only results)59 - Limitations and uncertainty are explicitly stated60 - `logs/process-log.jsonl` is updated with execution trace613. If any check fails:62 - Identify the failing gate63 - Fix the specific issue64 - Re-run validation654. Proceed only after all gates pass