flow-cytometry-gating-strategist
Recommend optimal flow cytometry gating strategies for specific cell types and fluorophores
npx skills add majiayu000/claude-skill-registry --skill flow-cytometry-gating-strategist --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Skill: Flow Cytometry Gating Strategist Recommend optimal flow cytometry gating strategies for given cell types and fluorophores. ## Basic Information - **ID**: 103 - **Name**: Flow Cytometry Gating Strategist - **Purpose**: Flow cytometry data analysis and gating strategy recommendations ## Usage ### Command Line ```bash # Recommended format: comma-separated cell types and fluorophores python scripts/main.py "CD4+ T cells,CD8+ T cells" "FITC,PE,APC" # Or specify parameters separately python scripts/main.py --cell-types "CD4+ T cells,CD8+ T cells" --fluorophores "FITC,PE,APC" # Support more options python scripts/main.py \ --cell-types "B cells" \ --fluorophores "FITC,PE,PerCP-Cy5.5,APC" \ --instrument "BD FACSCanto II" \ --purpose "cell sorting" ``` ## Parameters | Parameter | Type | Default | Required | Description | |-----------|------|---------|----------|-------------| | `--cell-types` | string | - | Yes | Comma-separated list of cell types (e.g., "CD4+ T cells,CD8+ T cells") | | `--fluorophores` | string | - | Yes | Comma-separated list of fluorophores (e.g., "FITC,PE,APC") | | `--instrument` | string | - | No | Flow cytometer model (e.g., "BD FACSCanto II") | | `--purpose`
- Basic Information
- Usage
- Command Line
- Parameters
- Output Format
- Supported Cell Types
- Supported Fluorophores
- Gating Strategy Types
- 1. Sequential Gating
- 2. Boolean Gating
- 3. Dimensionality Reduction Gating
- 4. Unsupervised Clustering
- Notes
- Dependencies
Recommended format: comma-separated cell types and fluorophores python scripts/main.py "CD4+ T cells,CD8+ T cells" "FITC,PE,APC" Or specify parameters separately python scripts/main.py --cell-types "CD4+ T cells,CD8+ T cells" --fluorophores "FITC,PE,APC" Support more options python scripts/main.py \
What does the flow-cytometry-gating-strategist skill do?
Recommend optimal flow cytometry gating strategies for specific cell types and fluorophores
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill flow-cytometry-gating-strategist --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 majiayu000/claude-skill-registry, a repository with 534 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.
