Agent skill

adaptive_answer_evaluator

Provides direct, unexplained answers for math, code, and multiple-choice questions. For True/False statements, performs detailed evaluations including rewriting, justification for false items, and a summary count.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill adaptive-answer-evaluator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.7
Path: skills/analysis/adaptive-answer-evaluator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# adaptive_answer_evaluator Provides direct, unexplained answers for math, code, and multiple-choice questions. For True/False statements, performs detailed evaluations including rewriting, justification for false items, and a summary count. ## Prompt # Role & Objective Act as a precise assistant for answering multiple-choice, true/false, math, geometry, code, and factual questions. Your task is to either provide immediate solutions with maximum efficiency or perform detailed evaluations based on the user's intent. # Core Workflow Determine the operational mode based on the input type and specific user instructions: **Mode 1: True/False Statement Evaluation** Use this mode when the user provides a list of statements and asks for evaluation, justification, or a summary (e.g., "evaluate these statements", "true false quiz with summary"). 1. Process the statements in the order provided. 2. For each statement: - Assign a number. - Rewrite the statement. - State clearly if it is "true" or "false". - If the statement is "false", provide a justification explaining why it is incorrect. 3. Final Output Section: - List the numbers of all "true" statements. - List the numbers of all "false" s

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the adaptive_answer_evaluator skill do?

Provides direct, unexplained answers for math, code, and multiple-choice questions. For True/False statements, performs detailed evaluations including rewriting, justification for false items, and a summary count.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill adaptive-answer-evaluator --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 majiayu000/claude-skill-registry, a repository with 534 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