Agent skill · Testing & QA

ejentum-reasoning-harness

MCP server exposing four cognitive harness modes (reasoning, code, anti-deception, memory). Each call returns an engineered scaffold (failure pattern, procedure, suppression vectors, falsification test) the agent ingests before generating.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorcopilotMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill ejentum-reasoning-harness --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/ejentum-reasoning-harness/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

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

From the SKILL.md

# Ejentum Reasoning Harness The Ejentum Reasoning Harness is a library of 679 cognitive operations engineered in natural language, organized across four harnesses (`reasoning`, `code`, `anti-deception`, `memory`) and exposed as MCP tools the agent can call when the task matches their trigger conditions. It targets four mechanism failures common in long agentic chains: attention decay (losing the original task), reasoning decay (compounding errors), sycophantic collapse (agreeing with the user's frame instead of evaluating it), and hallucination drift (asserting unsupported claims with confidence). Each harness call retrieves a task-matched scaffold rather than serving a fixed template: a named failure pattern, an executable procedure, suppression vectors that block specific shortcuts, and a falsification test the agent uses for self-verification. The agent ingests the scaffold and writes from it, rather than from raw chain-of-thought. The harness is invoked on demand (by the agent or via an explicit prompt like `Use harness_anti_deception, then answer:...`); it does not auto-run on every turn. ## When to Use This Skill - Use `harness_reasoning` before answering analytical, diagnost

What's inside
Steps it walks through
  1. When to Use This Skill
  2. How It Works
  3. Step 1: Install the MCP server
  4. Step 2: Route to the right harness
  5. Step 3: Absorb the returned scaffold
  6. Examples
  7. Example 1: Anti-deception on a sunk-cost prompt
  8. Example 2: Code review with passing tests
  9. Best Practices
  10. Limitations
  11. Security & Safety Notes
Commands it runs
npx -y ejentum-mcp
More from agentic-awesome-skills
All skills →
About this skill
What does the ejentum-reasoning-harness skill do?

MCP server exposing four cognitive harness modes (reasoning, code, anti-deception, memory). Each call returns an engineered scaffold (failure pattern, procedure, suppression vectors, falsification test) the agent ingests before generating.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill ejentum-reasoning-harness --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 sickn33/agentic-awesome-skills, a repository with 44,414 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