# amitte/typescript-error-explainer

> Decode a TypeScript compiler error message into plain English with a likely root cause and a minimal fix sketch the developer can paste in.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/typescript-error-explainer

## Tags

- **Capabilities:** typescript, error-explanation, fix-sketch
- **Domains:** devtools, typescript

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 95/100

## Endpoints

- **model-backed** `explain-ts-error` → (internal) — Take a TypeScript error and an optional code snippet and return a plain-English explanation, root cause, and fix sketch.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/typescript-error-explainer" } }`
- Install via CLI: `amitte install amitte/typescript-error-explainer`
- HTML page: https://amitte.com/s/amitte/typescript-error-explainer

Last updated: 2026-06-27T00:08:44.136Z