Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add inflexa-ai/inflexa --skill single-cellgit clone --depth 1 https://github.com/inflexa-ai/inflexaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/inflexa-ai/inflexa/single-cell)<a href="https://agentmods.dev/skills/inflexa-ai/inflexa/single-cell"><img src="https://agentmods.dev/badge/skills/inflexa-ai/inflexa/single-cell/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/inflexa-ai/inflexa/single-cell"><img src="https://agentmods.dev/badge/skills/inflexa-ai/inflexa/single-cell.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.04928 |
| Opus 5 | $0.00025 | $0.02464 |
| Sonnet 5 | $0.00010 | $0.00986 |
| Haiku 4.5 | $0.00005 | $0.00493 |
Grade A, and why
single-cell scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 404 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Single-Cell Analysis
Full pipeline guidance for scRNA-seq, snRNA-seq, and CyTOF (mass cytometry) analysis.
Pipeline Decision Tree
QC and Filtering
QC strategy?
├── Thresholds → Adaptive MAD-based (NOT arbitrary cutoffs)
│ ├── n_genes_by_counts: median +/- 5 MADs
│ ├── total_counts: median +/- 5 MADs
│ ├── pct_counts_mt: median + 3 MADs (upper only; >20% suspicious)
│ └── snRNA-seq: also check pct_counts_ribo (should be low)
├── Doublet detection
│ ├── Single sample → scrublet (sc.pp.scrublet)
│ └── Multiple samples / higher accuracy → SOLO (scvi-tools, deep generative)
└── Ambient RNA (optional, pre-loaded)
└── If raw + filtered matrices available → SoupX (R via rpy2)
Estimates contamination from the empty-droplet profile, then corrects
counts. Report the estimated contamination fraction alongside the
corrected matrix — a correction whose magnitude goes unstated cannot
be judged downstream.
Normalization
Data type?
├── Standard scRNA-seq → sc.pp.normalize_total(target_sum=1e4) + sc.pp.log1p
├── Heterogeneous populations (very different sizes) → scran pooling via rpy2
└── Planning to use scVI downstream → skip normalization (scVI takes raw counts)
Highly Variable Genes (HVG)
Input state?
├── Raw counts → flavor='seurat_v3' (variance-stabilizing, works on counts)
└── Log-normalized → flavor='seurat' (default, log-normalized expected)
Always: n_top_genes=2000-3000, subset to HVGs for PCA
Integration / Batch Correction
Batch effects present? (check PCA colored by batch)
├── No batch effect → skip integration
├── Moderate batch effect (same tissue, same protocol)
│ └── Harmony (fast, operates in PCA space, corrects embeddings only)
├── Complex batch effect (different donors, protocols, tissues)
│ └── scVI (deep generative model, corrects latent space, preserves counts)
├── Alignment only (no shared latent space needed)
│ └── scanorama (fast alignment, good for simple batch structures)
└── Cell types already known, and over-correction is the risk
└── STACAS (R via rpy2) — anchor-based, and can be told which labels
must NOT be merged, so integration stops collapsing genuinely
distinct populations into one
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/catalyst-api.md 18 KB
- references/celltypist-api.md 8.4 KB
- references/decoupler-api.md 10 KB
- references/diffcyt-api.md 13 KB
- references/harmonypy-api.md 5.8 KB
- references/liana-api.md 7.5 KB
- references/palantir-api.md 6.1 KB
- references/pertpy-api.md 7.6 KB
- references/scanpy-api.md 6.1 KB
- references/scirpy-api.md 8.2 KB
- references/scvelo-api.md 5.6 KB
- references/scvi-tools-api.md 5.2 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 404 lines · 50 tokens per session scan A 874e5e23e3ce
single-cell is a skill published in the GitHub repository inflexa-ai/inflexa (33 stars, last pushed yesterday), licensed Apache-2.0. It adds 50 tokens to every session and 4,928 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-09.
Other skills, from other repositories
cellxgene-census-query
Query CZ CELLxGENE Census (61M+ cells). Filter by cell type/tissue/disease, retrieve expression data, and integrate with scanpy/PyTorch for population-scale single-cell analysis. Use this skill when: (1) Querying single-cell expression data by cell type, tissue, or disease, (2) Exploring available single-cell datasets…
single-cell-scrna-seq-analysis-scanpy
Complete single-cell RNA-seq analysis workflow built on Scanpy and AnnData. Use this skill when: (1) Loading diverse single-cell data formats (10X, h5ad, CSV), (2) Performing quality control and filtering, (3) Normalization, dimensionality reduction, and clustering, (4) Marker gene identification and cell type…
single-cell-multi-omics-analysis-scvi
Probabilistic deep learning framework for single-cell multi-omics data analysis. Use this skill when: (1) Analyzing single-cell RNA-seq data with batch correction, (2) Integrating multi-modal data (CITE-seq, ATAC-seq, multi-omics), (3) Performing cell type annotation with scANVI, (4) Spatial transcriptomics…
sc-standardize-input
Load when an external single-cell h5ad/h5/loom/mtx needs to be canonicalised onto the OmicsClaw AnnData contract before downstream scRNA skills run. Skip when data already came from sc-count (already canonical); bulk RNA-seq (use bulkrna-qc); spatial (use spatial-preprocess).
celltypepilot
Single-cell cell-type annotation with evidence, conservative abstention, and reviewable drafts. Use this whenever the user wants to annotate, label, or identify cell types for pre-clustered single-cell or spatial transcriptomics data (.h5ad), or says things like "annotate my clusters", "what cell types are these?"…
scrna-seq-pipeline
Scanpy-based single-cell RNA-seq analysis pipeline covering loading (10X, h5ad), QC, normalization, HVG selection, PCA/UMAP, Leiden clustering, differential expression, and batch correction (Harmony, scVI). Use when the user mentions single-cell, scRNA-seq, Scanpy, AnnData, UMAP, clustering, 10X, h5ad, leiden, highly…