Agent skill

bio-crispr-screens-base-editing-analysis

Analyzes base editing and prime editing outcomes including editing efficiency, bystander edits, and indel frequencies. Use when quantifying CRISPR base editor results, comparing ABE vs CBE efficiency, or assessing prime editing fidelity.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codeships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill bio-crispr-screens-base-editing-analysis --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/bio-crispr-screens-base-editing-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

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: CRISPResso2 2.2+, pandas 2.2+ 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. # Base Editing Analysis **"Analyze my base editing outcomes"** → Quantify base editing efficiency, bystander edits, and indel frequencies from amplicon sequencing data for CBE, ABE, and prime editing experiments. - CLI: `CRISPResso --fastq_r1 reads.fq --amplicon_seq ATGC --base_editor_output` ## CRISPResso2 for Base Editing **Goal:** Quantify base editing efficiency and bystander edits from amplicon sequencing. **Approach:** Run CRISPResso with --base_editor_output and the expected edited amplicon sequence to measure target base conversion, bystander edits, and indel frequencies. ```bash # Analyze base editing with expected outcome CRISPResso --fastq_r1 reads.fq.gz \ --amplicon_seq ATGCGATCGATCGATCGATCGATCG \ --guide_se

What's inside
Steps it walks through
  1. Version Compatibility
  2. CRISPResso2 for Base Editing
  3. Key Metrics
  4. Base Editor Types
  5. Cytosine Base Editors (CBE)
  6. Adenine Base Editors (ABE)
  7. Prime Editing Analysis
  8. Editing Window Analysis
  9. Quality Thresholds
  10. Related Skills
Ships with 2 files
  • examples/base_editing_analysis.sh
  • usage-guide.md
Commands it runs
Analyze base editing with expected outcome
CRISPResso --fastq_r1 reads.fq.gz \
Prime editing with pegRNA
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the bio-crispr-screens-base-editing-analysis skill do?

Analyzes base editing and prime editing outcomes including editing efficiency, bystander edits, and indel frequencies. Use when quantifying CRISPR base editor results, comparing ABE vs CBE efficiency, or assessing prime editing fidelity.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill bio-crispr-screens-base-editing-analysis --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 FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 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