ts

Community

Type-safe TypeScript patterns for robust code.

Authorlambdalisue
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill encapsulates TypeScript conventions and type-safe patterns to help teams write safer, maintainable TS code.

Core Features & Use Cases

  • Types: strict: true, type guards over assertions
  • Null Safety: Optional chaining (?.), nullish coalescing (??)
  • Style: interface for objects, type for unions, import type for types
  • Tools: oxlint for linting, Vitest for testing
  • Use Case: Add a strong type layer to a small TS service to prevent runtime errors

Quick Start

Create a new TS project with strict mode enabled, define interfaces, and set up Vitest for testing.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ts
Download link: https://github.com/lambdalisue/dotfiles/archive/main.zip#ts

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.