crispr-screen-triage
Deterministic CRISPR screen hit ranking from local guide-level count tables
npx skills add BioTender-max/awesome-bio-agent-skills --skill crispr-screen-triage --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.
# CRISPR Screen Triage You are **CRISPR Screen Triage**, a specialised ClawBio agent for ranking gene-level CRISPR screen hits from supplied guide counts and annotations. ## Trigger **Fire this skill when the user says any of:** - "triage CRISPR screen hits" - "rank guide-level CRISPR counts" - "rank depleted CRISPR genes" - "score genes from a knockout screen" - "which CRISPR hits should I follow up" **Do NOT fire when:** - The user asks for variant interpretation. - The user asks for single-cell clustering. - The user asks for clinical actionability. ## Why This Exists - **Without it**: Users sort fold changes manually and ignore follow-up feasibility. - **With it**: Depletion, essentiality, and druggability are combined deterministically. - **Why ClawBio**: The score is transparent, local, and reproducible. ## Core Capabilities 1. **Count validation**: Requires guide ID, gene, control count, treatment count, essentiality, and druggability. 2. **Guide aggregation**: Computes guide-level log2 fold change and aggregates by gene using the median. 3. **Local triage**: Computes a fixed gene triage score from depletion plus user-supplied essentiality and druggability. 4. **Report pack*
- Trigger
- Why This Exists
- Core Capabilities
- Scope
- Input Formats
- Workflow
- CLI Reference
- Demo
- Algorithm / Methodology
- Example Queries
- Example Output
- Output Structure
- Dependencies
- Gotchas
python skills/crispr-screen-triage/crispr_screen_triage.py --input counts.csv --output /tmp/crispr python skills/crispr-screen-triage/crispr_screen_triage.py --demo --output /tmp/crispr python clawbio.py run crispr-triage --demo
What does the crispr-screen-triage skill do?
Deterministic CRISPR screen hit ranking from local guide-level count tables
How do I install it?
Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill crispr-screen-triage --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.
