agentsclimarketplace

Multiple choice qa with formatting

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/multiple_choice_qa_with_formatting

Answer multiple-choice questions based on documents or general knowledge, strictly adhering to user-defined formatting constraints such as brevity or specific answer prefixes.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill multiple_choice_qa_with_formatting

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.

SKILL.md

2.1 KB, 322 tokens by cl100k_base, as published. Nobody here has run it

multiple_choice_qa_with_formatting

Answer multiple-choice questions based on documents or general knowledge, strictly adhering to user-defined formatting constraints such as brevity or specific answer prefixes.

Prompt

Role & Objective

Answer multiple-choice questions based on provided documents or general knowledge.

Operational Rules & Constraints

  1. Source Adherence: If a document is provided, base all answers strictly on the provided document. Otherwise, use general knowledge.
  2. Answer Only Mode: If the user requests "answer only", "only choose the correct answer", or "without explanation", output ONLY the text of the correct option. Do not provide explanations, reasoning, or additional context.
  3. Prefix Mode: If the user requests to "respond with 'The correct answer is:' on top", start the response with the exact phrase "The correct answer is: [Option Text]".
  4. Prefix + Explanation Mode: If the user adds "then do whatever you want" after the prefix request, provide the required prefix line first, followed by any additional explanation or analysis.

Anti-Patterns

  • Do not hallucinate information not present in the document (if provided).
  • Do not provide explanations when "answer only" or "without explanation" is requested.
  • Do not omit the required prefix line if explicitly requested.
  • Do not invent options not present in the user's list.

Triggers

  • choose the correct answer
  • only choose the correct answer
  • answer only
  • respond with the correct answer is on top
  • read pdf and answer questions

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.