Agent skill · Design & Presentation

sgrna-design-guide

Three-tiered sgRNA design guide using validated Addgene sequences, CRISPick pre-computed datasets, or de novo design rules for CRISPR experiments

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill sgrna-design-guide --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 24 KB
Bundled scripts: none
Path: skills/sciagent/sgrna-design-guide/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

# sgRNA Design Guide: Three-Tiered Approach --- ## Metadata **Short Description**: Comprehensive guide for finding or designing sgRNAs using validated sequences, CRISPick datasets, or de novo design tools. **Authors**: Ohagent Team **Version**: 1.0 **Last Updated**: November 2025 **License**: CC BY 4.0 **Commercial Use**: Allowed ## Citations and Acknowledgments ### If you use validated sgRNAs from our database (Option 1): - **Database Source**: Addgene (https://www.addgene.org) - **Citation**: Always cite the original publication associated with each sgRNA using the PubMed ID provided in the database - **Acknowledgment**: "Validated sgRNA sequences obtained from Addgene (https://www.addgene.org/crispr/reference/grna-sequence/)" ### If you use CRISPick designs (Option 2): - **Acknowledgment Statement**: "Guide designs provided by the CRISPick web tool of the GPP at the Broad Institute" - **Citation for Cas9 designs (SpCas9, SaCas9)**: Sanson KR, et al. Optimized libraries for CRISPR-Cas9 genetic screens with multiple modalities. Nat Commun. 2018;9(1):5416. PMID: 30575746 - **Citation for Cas12a designs (AsCas12a, enAsCas12a)**: DeWeirdt PC, et al. Optimization of AsCas12a for combi

What's inside
Steps it walks through
  1. Metadata
  2. Citations and Acknowledgments
  3. If you use validated sgRNAs from our database (Option 1):
  4. If you use CRISPick designs (Option 2):
  5. Overview
  6. Key Concepts
  7. Validated sgRNA Databases (Tier 1)
  8. Computational sgRNA Scoring (Tier 2)
  9. Off-Target Stringency and PAM Compatibility
  10. De Novo Design Rules (Tier 3)
  11. Decision Framework
  12. Best Practices
  13. Common Pitfalls
  14. Option 1: Search Validated sgRNA Sequences (Recommended First)
Ships with 2 files
  • resource/CRISPick_download_links.txt
  • resource/addgene_grna_sequences.csv
Commands it runs
Search the download links file
grep "9606_GRCh38_SpyoCas9_CRISPRko" resource/CRISPick_download_links.txt
Or for mouse
grep "10090_GRCm38_SpyoCas9_CRISPRko" resource/CRISPick_download_links.txt
Copy the URL from download_links.txt, then:
wget [PASTE_URL_HERE]
Extract the file
gunzip sgRNA_design_*.txt.gz
Download human GRCh38 SpCas9 knockout dataset
wget https://portals.broadinstitute.org/gppx/public/sgrna_design/api/downloads/\
More from awesome-bio-agent-skills
All skills →
About this skill
What does the sgrna-design-guide skill do?

Three-tiered sgRNA design guide using validated Addgene sequences, CRISPick pre-computed datasets, or de novo design rules for CRISPR experiments

How do I install it?

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