Agent Plugins Marketplace
All plugins

truesight

v1.1.0

MCP server and agent skills for the Truesight AI quality platform. Score inputs, build evaluations, analyze errors, and review results through natural language.

Claude Code9 Skills

By Goodeye LabsLicense: MIT7 GitHub starsUpdated 6 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Mar 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install truesight for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install truesight@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Goodeye-Labs/truesight-mcp-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

truesight/
├── .claude-plugin/plugin.json
├── skills/bootstrap-template-evaluation/SKILL.md
├── skills/build-review-interface/SKILL.md
├── skills/create-evaluation/SKILL.md
├── skills/error-analysis/SKILL.md
├── skills/eval-audit/SKILL.md
├── skills/evaluate-trace/SKILL.md
├── skills/generate-synthetic-data/SKILL.md
├── skills/review-and-promote-traces/SKILL.md
└── skills/truesight-workflows/SKILL.md

Included Skills9

bootstrap-template-evaluationskills/bootstrap-template-evaluation/SKILL.md

Fastest route to a deployed live evaluation using a pre-built Truesight template. Use when the user wants a quick start without building judgment configs from scratch.

build-review-interfaceskills/build-review-interface/SKILL.md

Build a custom web interface for trace annotation and review. Use when users need a bespoke review surface for their workflow.

create-evaluationskills/create-evaluation/SKILL.md

Scope what quality should be measured, convert it into one or more actionable binary evaluations, deploy those evaluations through Truesight MCP, and generate a companion skill that applies them correctly. Use when a user wants to create new evals, quality checks, guardrails, or pass/fail criteria for AI outputs.

error-analysisskills/error-analysis/SKILL.md

Systematically identify and categorize failure modes in evaluated traces using Truesight datasets and error-analysis tools. Use when quality issues are unclear, after major pipeline changes, or when incidents indicate drift.

eval-auditskills/eval-audit/SKILL.md

Audit an existing evaluation workflow and produce severity-ranked findings with concrete next actions. Use when inheriting an eval setup, diagnosing quality regressions, or checking LLM evaluation process maturity.

evaluate-traceskills/evaluate-trace/SKILL.md

Evaluate one or more traces against an existing Truesight live evaluation. Use when a deployed live evaluation already exists and the user wants run outputs with optional handoff to review and promotion.

generate-synthetic-dataskills/generate-synthetic-data/SKILL.md

Generate synthetic test data for LLM evaluations using dimension-based tuple expansion. Use when the user needs synthetic traces, test cases, eval datasets, or when create-evaluation needs synthetic fallback data.

review-and-promote-tracesskills/review-and-promote-traces/SKILL.md

Judge flagged trace outputs and promote judged items back to datasets. Use when an evaluation run requires human judgment or when review queue items need to be judged for promotion into the dataset.

truesight-workflowsskills/truesight-workflows/SKILL.md

Orchestrator for Truesight MCP skills. Use this when the user needs help choosing the right Truesight workflow or when intent is ambiguous across LLM evaluate, error analysis, review, templates, or evaluation creation.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "truesight",
  "description": "MCP server and agent skills for the Truesight AI quality platform. Score inputs, build evaluations, analyze errors, and review results through natural language.",
  "version": "1.1.0",
  "author": {
    "name": "Goodeye Labs"
  },
  "homepage": "https://truesight.goodeyelabs.com/docs/mcp-integration",
  "repository": "https://github.com/Goodeye-Labs/truesight-mcp-skills",
  "license": "MIT",
  "keywords": [
    "truesight",
    "mcp",
    "evaluations",
    "ai-quality",
    "llm-evals",
    "error-analysis",
    "evals",
    "llm",
    "judge"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[truesight on Agent Plugins Marketplace](https://pluginsmp.com/plugins/truesight)