Agent skill
crispr-designer
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/crispr-designer
SKILL.md
---name: crispr-designer description: Designs guide RNA (gRNA) sequences for CRISPR-Cas9 editing, including off-target analysis. Use when a user needs to edit a gene or asks for gRNA sequences.
keywords:
- crispr-designer
- automation
- biomedical measurable_outcome: execute task with >95% success rate. ---"
CRISPR gRNA Designer
This skill designs high-efficiency guide RNAs for gene editing experiments.
When to use this skill
- When a user provides a gene name (e.g., "TP53"), Ensembl ID, or DNA sequence.
- When the user wants to perform "knockout", "activation" (CRISPRa), or "interference" (CRISPRi).
- When specificity and off-target minimization are requested.
How to use it
- Identify Target Locus:
- Resolve the gene name to the current reference genome (GRCh38 for humans).
- Identify functional domains (exons) that are constitutively expressed.
- Design gRNAs:
- Select 20nt targets adjacent to NGG PAM sites.
- Prioritize 5' constitutive exons for knockouts to ensure early truncation.
- Score Candidates:
- Calculate On-Target Efficiency (e.g., Rule Set 2 score).
- Calculate Off-Target Specificity (CFD score) by searching the whole genome for mismatches.
- Output Table:
- Return a markdown table with: Sequence, PAM, On-Target Score, Off-Target Score, and Genomic Location.
- Recommend the top 3 guides.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?