scientific-crispr-design

Identify CRISPR gRNA candidates and evaluate off-target risks with PAM matching and CFD/MIT scoring.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-crispr-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-crispr-design
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-crispr-design
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-crispr-design

SYSTEM DOCUMENTATION & REQUIREMENTS

CRISPR gRNA 設計・オフターゲット評価・活性予測を統合した効率的なガイドRNA選択パイプラインを提供する。

What problem does it solve?

CRISPR の gRNA を設計し、オフターゲットリスクを評価し、活性を予測するための統合パイプラインを提供します。複数の計算ステップを連携させることで、手作業での候補選定を大幅に削減します。

Core Features & Use Cases

  • PAM 配列検索と gRNA 候補列挙: PAM パターンを検索し、適切な GC 含量のガイド候補を列挙します。
  • オフターゲットスコアリング: CFD/MIT スコアに基づき、潜在的なオフターゲットを評価します。
  • 活性予測: CRISPRscan/Rule Set 2 を用いた活性予測を提供します。
  • ライブラリ構築: sgRNA ライブラリを遺伝子別に設計・組み立てるパイプラインをサポートします。

Quick Start

対象配列を用いて、内蔵の Python ツールを使って gRNA 候補を生成します。

Frequently Asked Questions about scientific-crispr-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design CRISPR gRNA and evaluate off-target risks in one pipeline?

CRISPR gRNA design pipelines enumerate guide candidates, evaluate off-target risks using CFD/MIT scores, and predict activity. This integrates PAM matching, scoring, and prediction to reduce manual candidate selection.

What is the best way to calculate CFD and MIT off-target scores for gRNA candidates?

Calculating CFD and MIT off-target scores involves matching gRNA sequences against the genome to identify potential mismatches. The pipeline processes these matches to output quantified off-target risk evaluations for each guide.

How do I search for PAM sequences and enumerate gRNA candidates for Cas9?

PAM sequence searching identifies specific pattern matches in target DNA to enumerate valid gRNA candidates. The pipeline filters these candidates based on appropriate GC content for CRISPR-Cas9 and Cas12a designs.

Can I use CRISPRscan and Rule Set 2 for gRNA activity prediction?

CRISPRscan and Rule Set 2 are supported for gRNA activity prediction within the pipeline. These algorithms analyze sequence features to estimate guide efficiency before library construction.

How do I construct an sgRNA library by gene using Python tools?

Constructing an sgRNA library by gene involves designing and assembling guides into targeted sets. The pipeline supports this construction using built-in Python-based TU tools to generate organized libraries.

Does this gRNA design pipeline support both Cas9 and Cas12a?

The gRNA design pipeline supports both CRISPR-Cas9 and Cas12a designs. It accommodates different PAM pattern requirements for each nuclease during the candidate enumeration and scoring stages.