# Neuzhou Repo2skill Typescript

> TypeScript

- Skill: `tomevault-io/neuzhou-repo2skill-typescript` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/neuzhou-repo2skill-typescript`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/neuzhou-repo2skill-typescript/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/neuzhou-repo2skill-typescript

---


# TypeScript

[TypeScript](https://www.typescriptlang.org/) is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the [playground](https://www.typescriptlang.org/play/), and stay up to date via [our blog](https://blogs.msdn.microsoft.com/typescript) and [Twitter account](https://twitter.com/typescript).

## When to Use

- Run `tsc` commands
- Run `tsserver` commands
- Make HTTP requests
- Search through files or text

## When NOT to Use

- GUI or web-based workflows where CLI is not available
- Projects using Python or Rust (different ecosystem)

## Quick Start

### Install

```bash
npm install TypeScript
```

### Basic Usage

*  [TypeScript in 5 minutes](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html)
*  [Programming handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
*  [Homepage](https://www.typescriptlang.org/)

## CLI Commands

- `tsc`
- `tsserver`

## Project Info

- **Language:** TypeScript, JavaScript
- **License:** Apache-2.0
- **Tests:** Yes

## File Structure

```
├── bin/
│   ├── tsc
│   └── tsserver
├── scripts/
│   ├── build/
│   ├── eslint/
│   ├── hooks/
│   ├── addPackageJsonGitHead.mjs
│   ├── browserIntegrationTest.mjs
│   ├── checkModuleFormat.mjs
│   ├── checkPackageSize.mjs
│   ├── configurePrerelease.mjs
│   ├── CopyrightNotice.txt
│   ├── dtsBundler.mjs
│   ├── errorCheck.mjs
│   ├── failed-tests.cjs
│   ├── failed-tests.d.cts
│   ├── find-unused-diganostic-messages.mjs
│   ├── generateLocalizedDiagnosticMessages.mjs
│   ├── link-hooks.mjs
```

---
> Source: [NeuZhou/repo2skill](https://github.com/NeuZhou/repo2skill) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 -->

