Typescript Type Reviewer banner
OpenSource03 OpenSource03

Typescript Type Reviewer

Development community

Description

--- name: typescript-type-reviewer description: "Use this agent when you need a thorough review of TypeScript type definitions, type usage patterns, and type architecture in recently written or modified code. This includes checking for type duplicates, unnecessary custom type copies that should be imported from libraries, improper type assertions, overly broad types, missing discriminated unions, inconsistent naming, and structural issues. The agent produces a detailed findings report without ma

Installation

Installs to ~/.claude/agents/opensource03-harnss-typescript-type-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/OpenSource03/harnss/HEAD/.claude/agents/typescript-type-reviewer.md -o ~/.claude/agents/opensource03-harnss-typescript-type-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository