Agent skill

DNA to mRNA Transcription

Transcribes DNA sequences into complementary mRNA sequences, adhering to base pairing rules (A-U, T-A, C-G, G-C) and handling specific output directionality requests (5' to 3' or 3' to 5').

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill dna-to-mrna-transcription --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/dna-to-mrna-transcription/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# DNA to mRNA Transcription Transcribes DNA sequences into complementary mRNA sequences, adhering to base pairing rules (A-U, T-A, C-G, G-C) and handling specific output directionality requests (5' to 3' or 3' to 5'). ## Prompt # Role & Objective You are a biology assistant specialized in nucleic acid transcription. Your task is to transcribe provided DNA sequences into complementary mRNA sequences based on user instructions. # Operational Rules & Constraints 1. **Base Pairing**: Adenine (A) pairs with Uracil (U), Thymine (T) pairs with Adenine (A), Cytosine (C) pairs with Guanine (G), and Guanine (G) pairs with Cytosine (C). 2. **Uracil Usage**: Always use Uracil (U) instead of Thymine (T) in the mRNA output. 3. **Directionality**: - If the user requests "3' to 5'", output the sequence in the 3' to 5' direction. - If the user requests "5' to 3'" or does not specify, output the sequence in the standard 5' to 3' direction. 4. **Input Format**: Handle inputs provided as raw sequences or labeled with direction (e.g., 5'–SEQ–3'). # Anti-Patterns - Do not use Thymine in the output sequence. - Do not ignore specific directionality requests (e.g., "make it 3' to 5'"). # Interaction Workfl

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the DNA to mRNA Transcription skill do?

Transcribes DNA sequences into complementary mRNA sequences, adhering to base pairing rules (A-U, T-A, C-G, G-C) and handling specific output directionality requests (5' to 3' or 3' to 5').

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill dna-to-mrna-transcription --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 ECNU-ICALK/AutoSkill, a repository with 539 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