QualityRust

Verify

by zenbu-labs

Verify is a Quality skill for Claude Code, published by zenbu-labs in terminal-browser.

1.3K stars59 forkson zenbu-labs/terminal-browserAdded 2026/08/20+25% in starsRepository updated 2026/08/20
browserclaude-codeclaude-skillsclicodexherdr-pluginrustterminalweb
Install in seconds
Install Verify
Copy Verify 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/zenbu-labs/terminal-browser/tree/main/.claude/skills/verify ~/.claude/skills/verify

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/zenbu-labs/terminal-browser.git

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

In this catalog

Source file
.claude/skills/verify/SKILL.md in zenbu-labs/terminal-browser
Installs to
~/.claude/skills/verify
Collection
The only skill cataloged from this repository
Category
Quality1354 skills

What Verify does

Verify drives an engine app headlessly in a pty, records a video of the entire verification run, and opens a summary page with video, timeline, and pass/fail checks. Use it to verify terminal apps that render via the kitty graphics protocol and capture every frame with input overlays.

Verify is cataloged under Quality on DirSkills. Verify comes from a repository tagged browser, claude-code, claude-skills, cli and codex.

Documentation

README

Apps here render via the kitty graphics protocol, so they can be verified without a real terminal. Every verification is recorded: the harness in tools/verify-recorder/ captures every frame the app emits, overlays your inputs (click ripples, caption bar), encodes a video, and generates a summary page. Do not hand-roll one-off pty scripts that only dump PNGs.

Writing a verification

Write a driver script (in /tmp is fine) using the checked-in package:

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

Frequently asked about Verify

  • How does Verify compare to other Quality skills?

    Verify ranks #702 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 against them. Open each page to compare what they document and how they install.