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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill hle-reasoning-wrapper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hle Reasoning Wrapper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-hle-reasoning-wrapper)More formats (shields.io, HTML) on the badges page.
---
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
```javascript
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!