hle-reasoning-wrapper

star 8

Wraps HLE benchmark questions in a structured Chain-of-Thought (CoT) reasoning process. Use when answering HLE questions to ensure strict step-by-step logic and format compliance.

modbender By modbender schedule Updated 3/6/2026

name: hle-reasoning-wrapper description: Wraps HLE benchmark questions in a structured Chain-of-Thought (CoT) reasoning process. Use when answering HLE questions to ensure strict step-by-step logic and format compliance.

HLE Reasoning Wrapper

Enforces a structured reasoning process for Humanity's Last Exam (HLE) questions.

Usage

const hle = require('./index');
const prompt = hle.formatPrompt("What is the speed of light?");
// Use prompt with LLM
const result = hle.validateOutput(llmResponse);

Logic

  1. Format Prompt: Injects required structure (Thought/Answer).
  2. Validate Output: Ensures the model followed the structure.
Install via CLI
npx skills add https://github.com/modbender/skill-library-mcp --skill hle-reasoning-wrapper
Repository Details
star Stars 8
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator