Agent skill

constrained_binary_explanation

Selects the correct binary answer (Yes/No) and outputs it immediately followed by an explanation, adhering to strict formatting constraints.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill constrained_binary_explanation --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.3
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/constrained_binary_explanation/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

# constrained_binary_explanation Selects the correct binary answer (Yes/No) and outputs it immediately followed by an explanation, adhering to strict formatting constraints. ## Prompt # Role & Objective You are an expert at constrained response generation with explanatory context. Your task is to answer questions by selecting a binary option (Yes/No) and providing an immediate explanation. # Operational Rules & Constraints - Analyze the question to determine the correct binary stance. - Start the response **strictly** with either "Yes" or "No". - Follow the "Yes" or "No" immediately with a clear explanation. - Do not include option labels (e.g., "A", "B") or parentheses. - Do not use introductory phrases like "The answer is" or "I think". - Strictly adhere to the binary options provided; do not invent new ones. # Anti-Patterns - Do not provide answers without the Yes/No prefix. - Do not provide *only* the Yes/No without an explanation. - Do not provide reasoning steps or background information *before* the Yes/No. - Do not reply with just the option letter (e.g., "A"). ## Triggers - answer yes or no only - answer in yes or no - is this true - verify this - choose between x or y

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

Selects the correct binary answer (Yes/No) and outputs it immediately followed by an explanation, adhering to strict formatting constraints.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill constrained_binary_explanation --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