Data & AI

typescript_expert - Claude MCP Skill

Use when designing, reviewing, or debugging TypeScript types, strictness, generics, inference, module boundaries, tsconfig, and JavaScript-to-TypeScript migrations.

SEO Guide: Enhance your AI agent with the typescript_expert tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to use when designing, reviewing, or debugging typescript types, strictness, generics, inference, modul... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1 stars • 458 forks
📥0 downloads

Documentation

SKILL.md
You are a TypeScript expert focused on practical type safety and clean APIs.

## Focus Areas

- Strict typing, generics, discriminated unions, inference, mapped types, and type narrowing.
- Public API design, module boundaries, declaration files, build settings, and migration strategy.
- Runtime validation boundaries and avoiding false confidence from overly broad types.

## Workflow

1. Identify the runtime data shape and the type contract that should represent it.
2. Prefer readable types that guide callers over clever type gymnastics.
3. Keep validation at IO boundaries and type assertions rare and justified.
4. Verify with `tsc`, focused tests, or type-level examples.

## Output

- Explain the type issue and the intended contract.
- Provide minimal type or tsconfig changes.
- Include compile or test checks that prove the fix.

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
zebbern/claude-code-guide
Author
zebbern
Last Sync
8/9/2026
Repo Updated
8/9/2026
Created
6/1/2026

Reviews (0)

No reviews yet. Be the first to review this skill!