Use this skill to search the public CELLxGENE Census dataset catalog by keyword and summarize the largest matching atlas datasets.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill cellxgene-census-atlas-query-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cellxgene Census Atlas Query Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-cellxgene-census-atlas-query-starter)More formats (shields.io, HTML) on the badges page.
# CELLxGENE Census Atlas Query Starter
Use this skill to search the public CELLxGENE Census dataset catalog by keyword and summarize the largest matching atlas datasets.
## What it does
- Opens the public CELLxGENE Census SOMA catalog.
- Loads the canonical dataset metadata table.
- Filters dataset titles and collection names by a keyword such as `lung`, `PBMC`, or `Tabula`.
- Reports top matches, unique collections, and aggregate cell counts.
## When to use it
- You need a reproducible atlas-discovery entry point for multi-sample single-cell workflows.
- You want to shortlist large public Census datasets before deeper matrix queries.
## Example
```bash
slurm/envs/census/bin/python skills/transcriptomics/cellxgene-census-atlas-query-starter/scripts/run_cellxgene_census_atlas_query.py \
--keyword "Tabula Sapiens" \
--limit 5 \
--out scratch/census/tabula_sapiens_query.json
```
## Verification
- Skill-local tests: `python3 -m unittest discover -s skills/transcriptomics/cellxgene-census-atlas-query-starter/tests -p 'test_*.py'`
- Repository smoke: `python3 -m unittest tests.smoke.test_phase26_frontier_completion_skills -v`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!