Agent skill

celltypist-cell-annotation

Automated scRNA-seq cell type annotation via pre-trained logistic regression. 45+ models: immune, gut, lung, brain, fetal, cancer microenvironments. Input normalized AnnData; outputs per-cell labels, majority-vote cluster labels, confidence scores. Use for fast, reference-backed annotation without manual marker inspection.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill celltypist-cell-annotation --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/sciagent/celltypist-cell-annotation/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

# CellTypist Cell Type Annotation ## Overview CellTypist is an automated cell type classifier for single-cell RNA-seq data built on logistic regression models trained on curated reference atlases. Given a normalized AnnData object, it predicts cell type labels at the single-cell level and optionally applies majority voting within user-defined clusters to produce consensus, biologically coherent annotations. The tool ships with 45+ ready-to-use models spanning pan-immune, organ-specific, and developmental contexts, and supports training custom models from labeled data. ## When to Use - Annotating PBMC, whole-blood, lymph node, or other immune cell datasets using a single standardized reference model - Generating a first-pass cell type annotation before manual curation with canonical marker genes - Annotating cluster-level cell types in published or in-house datasets using majority voting to smooth noisy per-cell predictions - Comparing annotation results across multiple tissue-specific models to determine the most biologically relevant reference - Training a custom CellTypist model from a labeled reference dataset for a tissue or species not covered by pre-built models - Quantifying

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Workflow
  6. Step 1: Installation and Model Setup
  7. Step 2: Data Preparation
  8. Step 3: Model Selection
  9. Step 4: Automated Annotation
  10. Step 5: Results Integration
  11. Step 6: Visualization and Validation
  12. Key Parameters
  13. Key Concepts
  14. Pre-Trained Model Architecture
Commands it runs
pip install celltypist "scanpy[leiden]" anndata
More from awesome-bio-agent-skills
All skills →
About this skill
What does the celltypist-cell-annotation skill do?

Automated scRNA-seq cell type annotation via pre-trained logistic regression. 45+ models: immune, gut, lung, brain, fetal, cancer microenvironments. Input normalized AnnData; outputs per-cell labels, majority-vote cluster labels, confidence scores. Use for fast, reference-backed annotation without manual marker inspection.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill celltypist-cell-annotation --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