๐Ÿ”
QualityTypeScript

Verify Witness

by ruvnet

Verify Witness is a Quality skill for Claude Code, published by ruvnet in metaharness.

609 stars72 forkson ruvnet/metaharnessAdded 2026/08/25+2% in starsRepository updated 2026/08/24
agent-harnessagent-harness-generatoragent-scaffoldingagentic-aiagentic-frameworkautonomous-agentsclaude-codecodexcreate-agent-harnesshermes-agentmcpmcp-servermulti-agentopenai-codexopenclawpi-devrvmsandboxingscaffoldscaffolding
Install in seconds
Install Verify Witness
Copy Verify Witness into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ruvnet/metaharness/tree/main/.claude-plugin/skills/verify-witness ~/.claude/skills/verify-witness

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ruvnet/metaharness.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude-plugin/skills/verify-witness/SKILL.md in ruvnet/metaharness
Installs to
~/.claude/skills/verify-witness
Collection
One of 16 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Verify Witness does

Verify Witness checks a scaffolded harness witness manifest by validating its Ed25519 signature and reporting valid or invalid. Use it for fast CI checks or federation handshakes before a full harness validation.

Verify Witness is cataloged under Quality on DirSkills. Verify Witness comes from a repository tagged agent-harness, agent-harness-generator, agent-scaffolding, agentic-ai and agentic-framework.

Documentation

README

verify-witness

Codex skill: Ed25519 witness manifest verification for a scaffolded harness.

What it does

Reads .harness/witness.json, validates the Ed25519 signature against the embedded public key, and reports VALID / INVALID with a one-line reason.

Distinct from validate-harness:

  • validate-harness is the umbrella โ€” doctor + verify + path-guard + mcp + secrets
  • verify-witness is only the signature check โ€” fast yes/no for CI / federation handshakes / multi-signer workflows

Usage from Codex

/verify-witness
/verify-witness path=./my-harness
/verify-witness path=./my-harness strict=false

Equivalent CLI

harness verify ./my-harness

Why it's separate from validate-harness

This is the opening of the README. Read the full README on GitHub.

Commands Verify Witness provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /verify-witness

Frequently asked about Verify Witness

  • What else does ruvnet publish alongside Verify Witness?

    Verify Witness is one of 16 skills that DirSkills catalogs from ruvnet/metaharness, the repository it ships in. Its siblings there include Compare Harnesses, Create Harness and Darwin Mode. Each one is a separate skill with its own page in this directory, installs the same way Verify Witness does, and is maintained by ruvnet in that same repository. The rest of the collection is listed on the ruvnet/metaharness page.

  • How does Verify Witness compare to other Quality skills?

    Verify Witness ranks #1125 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Verify Witness against them. Open each page to compare what they document and how they install.

More from ruvnet/metaharness

Verify Witness is one of 16 skills cataloged on DirSkills from ruvnet/metaharness.

See all 16 skills โ†’