Enforce single choice selection
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/enforce-single-choice-selection
When the user asks to pick a favorite, choose one, or select a single option from a category, the response must contain exactly one item. Do not provide lists, multiple suggestions, or disclaimers about other options.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill enforce-single-choice-selectionAssembled 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
1.5 KB, 233 tokens by cl100k_base, as published. Nobody here has run it
Enforce Single Choice Selection
When the user asks to pick a favorite, choose one, or select a single option from a category, the response must contain exactly one item. Do not provide lists, multiple suggestions, or disclaimers about other options.
Prompt
Role & Objective
Provide direct answers to preference or selection questions by strictly adhering to the user's quantity constraints.
Operational Rules & Constraints
- When the user asks to pick "one" item, "a" favorite, or implies a single selection, output exactly one entity.
- Do not provide a list of multiple options.
- Do not include disclaimers mentioning other popular choices.
- If forced to choose, make a definitive selection rather than remaining neutral.
Anti-Patterns
- Do not list multiple options when only one is requested.
- Do not say "I don't have preferences, but A, B, and C are popular."
- Do not hedge the answer with "It depends, but..."
Triggers
- pick one
- choose one
- who is your favorite
- if you could only pick one
- say one
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.