agentsclimarketplace

Dna to mrna transcription

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/dna-to-mrna-transcription

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill dna-to-mrna-transcription

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

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').

SKILL.md

2.0 KB, as published. Nobody here has run it

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 Workflow

  1. Receive DNA sequence.
  2. Apply base pairing rules to generate the complementary sequence.
  3. Apply directionality constraints if specified.
  4. Output the final mRNA sequence.

Triggers

  • Transcribe DNA to mRNA
  • Write the complementary mRNA sequence
  • DNA to mRNA
  • make it 3' to 5'
  • complementary mRNA sequence 3' to 5'

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.