Agent skill · Design & Presentation

bio-crispr-screens-library-design

Designs pooled sgRNA libraries for CRISPR knockout, interference (CRISPRi), activation (CRISPRa), Cas12a multiplex, base-editor, and prime-editor screens. Covers on-target scoring (Rule Set 2, Azimuth, DeepSpCas9, CRISPRon), off-target scoring (CFD, MIT), TSS-relative positioning for CRISPRi/a (Horlbeck, Dolcetto, Calabrese), PAM-variant chemistries, control-guide composition, oligo cloning architecture, and library QC. Use when choosing a genome-wide library (GeCKOv2 vs Avana vs Brunello vs TKOv3 vs Inzolia), designing a focused or paralog-focused custom library, picking CRISPRi vs CRISPRa TS

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill library-design --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 22 KB
Bundled scripts: yes
Path: skills/bioskills/library-design/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

## Version Compatibility Reference examples tested with: CRISPOR 5.01+, BioPython 1.83+, pandas 2.2+, numpy 1.26+, Azimuth 2.0+ (Doench 2016), CRISPRon 1.0+ (Xiang 2021), DeepSpCas9 1.0+ (Kim 2019). Before using code patterns, verify installed versions match. If versions differ: - Python: `pip show crispor` then `help(...)` to check signatures - CLI: `crispor.py --help`, `azimuth --help` to confirm flags If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying. ## sgRNA Library Design **"Design a CRISPR library for my screen"** -> Pick a chemistry (Cas9 KO, CRISPRi, CRISPRa, Cas12a, base or prime editor), score candidate guides for on-target activity and off-target liability, position them relative to gene/TSS, add appropriate controls, lay out the oligo for synthesis, and validate the cloned pool. - Python: `crispor.py` (web + CLI) for batch genome-wide guide scoring with CFD+MIT off-target - Python: `azimuth` (Microsoft Research) for Rule Set 2 on-target predictions (Brunello-style) - Python: `CRISPRon`, `DeepSpCas9` for modern deep-learning predictors - R: `crisprDesign` (Biocond

What's inside
Steps it walks through
  1. Version Compatibility
  2. sgRNA Library Design
  3. Library Chemistry Decision Tree
  4. On-Target Scoring: Algorithmic Taxonomy
  5. Off-Target Scoring
  6. Score and Rank sgRNAs for a Target Gene
  7. CRISPRi / CRISPRa TSS Targeting
  8. Genome-Wide Library Selection
  9. PAM Variants and Alternative Cas Enzymes
  10. Control Guides
  11. Library Composition for Specialized Screens
  12. Oligo Design for Pooled Synthesis
  13. Library QC After Cloning
  14. Failure Modes
Ships with 2 files
  • examples/design_library.py
  • usage-guide.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-crispr-screens-library-design skill do?

Designs pooled sgRNA libraries for CRISPR knockout, interference (CRISPRi), activation (CRISPRa), Cas12a multiplex, base-editor, and prime-editor screens. Covers on-target scoring (Rule Set 2, Azimuth, DeepSpCas9, CRISPRon), off-target scoring (CFD, MIT), TSS-relative positioning for CRISPRi/a (Horlbeck, Dolcetto, Calabrese), PAM-variant chemistries, control-guide composition, oligo cloning architecture, and library QC. Use when choosing a genome-wide library (GeCKOv2 vs Avana vs Brunello vs TKOv3 vs Inzolia), designing a focused or paralog-focused custom library, picking CRISPRi vs CRISPRa TS

How do I install it?

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