Agent skill · Design & Presentation

bio-workflows-crispr-editing-pipeline

End-to-end CRISPR experiment design from target selection to delivery-ready constructs. Covers guide RNA design, off-target assessment, and specialized editing strategies including knockouts, base editing, and HDR knockins. Use when designing complete CRISPR editing experiments for gene knockout, correction, or tagging.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 15 KB
Bundled scripts: yes
Path: skills/bioskills/crispr-editing-pipeline/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: BioPython 1.83+, matplotlib 3.8+, numpy 1.26+, pandas 2.2+, primer3-py 2.0+ Before using code patterns, verify installed versions match. If versions differ: - Python: `pip show <package>` then `help(module.function)` to check signatures - CLI: `<tool> --version` then `<tool> --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. # CRISPR Editing Pipeline **"Design a complete CRISPR editing experiment for my target gene"** → Orchestrate guide RNA design, off-target assessment, and strategy-specific template design (knockout, base editing, HDR knock-in, or prime editing) to produce delivery-ready constructs. Complete workflow for CRISPR experiment design: from target gene to delivery-ready constructs with branching paths for different editing strategies. ## Workflow Overview ``` Target Gene/Position | v [1. Guide RNA Design] --> CRISPRscan / Rule Set 2 / DeepCRISPR | v [2. Off-Target Assessment] --> Cas-OFFinder + CFD scoring | v Decision Point: What type of edit? | +---+-------------------+----------

What's inside
Steps it walks through
  1. Version Compatibility
  2. Workflow Overview
  3. Prerequisites
  4. Primary Path: Gene Knockout
  5. Step 1: Guide RNA Design
  6. Step 2: Off-Target Assessment
  7. Step 3a: Knockout Design (Frameshift)
  8. Step 3b: Base Editing Design (CBE/ABE)
  9. Step 3c: Knockin Design (HDR Template)
  10. Visualization
  11. Parameter Recommendations
  12. Troubleshooting
  13. Output Files
  14. Related Skills
Ships with 2 files
  • examples/crispr_editing_workflow.py
  • usage-guide.md
Commands it runs
pip install crisprscan biopython pandas numpy matplotlib
conda install -c bioconda primer3-py cas-offinder
Python packages for scoring
pip install crisprtools  # if available
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-workflows-crispr-editing-pipeline skill do?

End-to-end CRISPR experiment design from target selection to delivery-ready constructs. Covers guide RNA design, off-target assessment, and specialized editing strategies including knockouts, base editing, and HDR knockins. Use when designing complete CRISPR editing experiments for gene knockout, correction, or tagging.

How do I install it?

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