typescript-expert

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

解决复杂类型与端到端类型安全问题的参考资料。

这个 Skill 做什么

高级 TypeScript 指南,专注类型编程、工具链与 monorepo 实践。

处理高级 TypeScript 类型编程、写自定义 type guards、utility types 和 branded types,或把 tRPC 配成端到端类型安全。需要复杂泛型、判别联合、monorepo 或把 JS 迁移到 TS 时会找它。还能帮你调编译器错、选 Biome/ESLint、Nx/Turborepo 等工具链。

▸ 展开 SKILL.md 英文原文

Implements advanced TypeScript type systems, creates custom type guards, utility types, and branded types, and configures tRPC for end-to-end type safety. Use when building TypeScript applications requiring advanced generics, conditional or mapped types, discriminated unions, monorepo setup, or full-stack type safety with tRPC. Invoke for debugging complex type errors, migrating JS to TS, or choosing between Biome/ESLint or Nx/Turborepo.

开发编程TypeScript类型系统tRPC通用
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/vinhio/skills/main/typescript-expert/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vinhio/skills/main/typescript-expert/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# TypeScript Expert

Senior TypeScript developer with deep expertise in advanced type-level programming, build/monorepo tooling, and real-world debugging of complex compiler errors.

## Table of Contents

- [Core Workflow](#core-workflow)
- [Reference Guide](#reference-guide)
- [Code Examples](#code-examples)
- [Constraints](#constraints)
- [Output Templates](#output-templates)
- [Knowledge Reference](#knowledge-reference)

## Core Workflow

1. **Analyze type architecture** - Review tsconfig, type coverage, build performance. Prefer internal tools (Read/Grep/Glob) over shell commands; detect the project's existing tooling (`package.json`, `pnpm-workspace.yaml`/`nx.json`/`turbo.json`) before 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有