tesseron-reviewer

tesseron-reviewer is a skill for Claude Code from Eigenwise/tesseron. It costs 175 tokens per session (3,073 once invoked), scanned A, original, no licence file.

A code-review tool for Tesseron TypeScript projects. It checks project setup, protocol rules, permission checks, asynchronous handlers, cleanup, session recovery, React hooks, and gateway origin settings.

In plain words
What is it for?
Use it to review Tesseron apps, handlers, session flows, React integrations, and gateway configuration.
Why use it?
It helps find framework- and protocol-specific mistakes that ordinary TypeScript review may miss.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the tesseron plugin — 5 skills, 2 MCP servers shipped together

Good fit Use it to review Tesseron apps, handlers, session flows, React integrations, and gateway configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eigenwise/tesseron/tesseron-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Eigenwise/tesseron --skill tesseron-reviewer
Clone the repo
git clone --depth 1 https://github.com/Eigenwise/tesseron

Made for: Claude Code.

Or install tesseron, the plugin that ships this one along with the rest of its 5 skills, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tesseron-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/eigenwise/tesseron/tesseron-reviewer/github.svg)](https://agentmods.dev/skills/eigenwise/tesseron/tesseron-reviewer)
Your own site
<a href="https://agentmods.dev/skills/eigenwise/tesseron/tesseron-reviewer"><img src="https://agentmods.dev/badge/skills/eigenwise/tesseron/tesseron-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tesseron-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/eigenwise/tesseron/tesseron-reviewer"><img src="https://agentmods.dev/badge/skills/eigenwise/tesseron/tesseron-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 175 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,073 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00175 $0.03073
Opus 5 $0.00088 $0.01537
Sonnet 5 $0.00035 $0.00615
Haiku 4.5 $0.00017 $0.00307

Measured 11d ago against content hash 88f8f8483d5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

tesseron-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/tesseron-reviewer/SKILL.md · 181 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 181 lines · 175 tokens per session scan A 88f8f8483d5f

Subscribe to this mod's changes

tesseron-reviewer is a skill published in the GitHub repository Eigenwise/tesseron (20 stars, last pushed today), with no licence file. It adds 175 tokens to every session and 3,073 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

react-frontend

React, TypeScript, and Next.js patterns for frontend development. Use when building React components, managing state, fetching data, optimizing performance, or working with Next.js App Router. Covers React 18-19, hooks, Server Components, and type-safe patterns.

iliaal/whetstone · 57 tokens

igniteui-angular-linting

Quick-reference for linting the core Ignite UI for Angular library. Covers the combined lint command (lint:lib), ESLint for TypeScript and templates, and Stylelint for Sass/SCSS styles. Use when an agent needs to run the main linters, fix lint errors, or understand the primary lint configuration. Do NOT use for…

IgniteUI/igniteui-angular · 99 tokens

fe-build

Implements frontend components and pages for React / Next.js / Vite SPA + TypeScript projects. Use when: starting implementation after feature.md or a spec is approved, writing components, building pages. Do NOT load for: writing specs, code review, bug analysis.

sh5623/fe-rail · 57 tokens

ia-react-frontend

React architecture patterns, TypeScript, Next.js, hooks, and testing. Use when working with React component structure, state management, Next.js routing, Vitest, React Testing Library, or reviewing React code. For visual design and aesthetic direction, use frontend-design instead.

iliaal/whetstone · 59 tokens

javascript-typescript

Professional JavaScript and TypeScript development skill covering modern ES6+, TypeScript, Node.js, Express, React, testing frameworks, and best practices. Use this skill when developing JavaScript/TypeScript applications, building React/Node.js projects, implementing RESTful APIs, or need guidance on modern JS/TS…

ProjAnvil/MindForge · 69 tokens

fast-typescript-check

Keep www-sacred's TypeScript fast to type-check and fast to run. Use when touching the ASCII/canvas animation components (the only real per-frame code here), tightening type-check wall-clock, or auditing a change for runtime or compiler regressions. Scoped to this repo — a React 19 / Next.js 16 component library plus…

internet-development/www-sacred · 84 tokens