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.
npx skills add ECNU-ICALK/AutoSkill --skill enforce-single-choice-selection --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prompt
- Triggers
What does the Enforce Single Choice Selection skill do?
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.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill enforce-single-choice-selection --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.
