create-evaluation

create-evaluation is a skill for Claude Code from Goodeye-Labs/truesight-mcp-skills. It costs 66 tokens per session (2,974 once invoked), scanned A, original, MIT.

A guided workflow for defining pass/fail checks for AI outputs, publishing those checks through Truesight MCP, and creating a companion skill that applies them. An evaluation is a repeatable test of output quality.

In plain words
What is it for?
Use it to scope quality dimensions, create binary evaluations, deploy them, generate cURL requests, and produce a skill that applies the checks.
Why use it?
It turns vague quality goals into explicit checks and provides runnable endpoints for using them in a workflow.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Part of the truesight plugin — 9 skills, 1 MCP server shipped together

Good fit Use it to scope quality dimensions, create binary evaluations, deploy them, generate cURL requests, and produce a skill that applies the checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/goodeye-labs/truesight-mcp-skills/create-evaluation
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 Goodeye-Labs/truesight-mcp-skills --skill create-evaluation
Clone the repo
git clone --depth 1 https://github.com/Goodeye-Labs/truesight-mcp-skills

Made for: Claude Code.

Or install truesight, the plugin that ships this one along with the rest of its 9 skills, 1 MCP server.

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 create-evaluation

README.md
[![agentmods](https://agentmods.dev/badge/skills/goodeye-labs/truesight-mcp-skills/create-evaluation/github.svg)](https://agentmods.dev/skills/goodeye-labs/truesight-mcp-skills/create-evaluation)
Your own site
<a href="https://agentmods.dev/skills/goodeye-labs/truesight-mcp-skills/create-evaluation"><img src="https://agentmods.dev/badge/skills/goodeye-labs/truesight-mcp-skills/create-evaluation/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 create-evaluation

Your own site · 80×15
<a href="https://agentmods.dev/skills/goodeye-labs/truesight-mcp-skills/create-evaluation"><img src="https://agentmods.dev/badge/skills/goodeye-labs/truesight-mcp-skills/create-evaluation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,974 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00066 $0.02974
Opus 5 $0.00033 $0.01487
Sonnet 5 $0.00013 $0.00595
Haiku 4.5 $0.00007 $0.00297

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

Security

Grade A, and why

create-evaluation scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sS -X POST "https://api.truesight.goodeyelabs.com/api/eval/<public_id>" \
skills/create-evaluation/SKILL.md · 309 lines

How it starts

The opening of the file, as written. The whole thing — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create Evaluation

Run this skill when a user asks to create evals for a task, workflow, or output type.

Outcome

Produce all of the following in one flow:

  1. Scoped evaluation dimensions with clear pass/fail boundaries
  2. Deployed live eval endpoints
  3. Full runnable cURL per endpoint (must include exact live eval ID and exact API key)
  4. A generated companion skill that explains how to use the evals in the user's workflow

Default behavior

  • Prioritize non-technical scoping first.
  • Use binary evaluations by default.
  • Create separate evals per dimension by default.
  • Avoid asking implementation-detail questions unless they change product intent.
  • Infer technical defaults and execute.

Interactive Q&A protocol (mandatory)

Anti-pattern: "This is obvious, skip questions"

Do not skip the interactive scoping loop, even when the use case seems simple. Fast assumption-heavy execution creates weak criteria and poor downstream behavior. Keep the dialogue short when possible, but do not skip it.

Checklist (complete in order)

You MUST complete each item in order:

  1. Initial framing. Restate the use case and intended operator outcome.
  2. Clarifying dialogue. Ask one question at a time; prefer multiple-choice when possible.
  3. Approach options. Propose 2-3 decomposition options with trade-offs and recommendation.
  4. Design approval loop. Present these sections and get approval after each section:
    • Quality dimensions
    • Pass/fail boundaries and strictness
    • Operational usage pattern (gate, rank, revise loop, monitor)
  5. Seed labeling. Have the user label a small sample of traces to calibrate the LLM judge (see Seed labeling section below).
  6. Build authorization checkpoint. Ask for explicit go-ahead before any MCP build or deploy action.
  7. Implementation and verification. Execute from-scratch flow, verify, then deliver artifacts.

Read the full file on GitHub · 309 lines

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 · 309 lines · 66 tokens per session scan A 2ed62536db90

Subscribe to this mod's changes

create-evaluation is a skill published in the GitHub repository Goodeye-Labs/truesight-mcp-skills (7 stars, last pushed 5mo ago), licensed MIT. It adds 66 tokens to every session and 2,974 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.