typescript-dev

Community

TypeScript best practices and tooling.

AuthorCain96
Version1.0.0
Installs0

System Documentation

What problem does it solve?

TypeScript projects benefit from strict typing, better tooling, and clear documentation. This Skill codifies development patterns to improve type safety and maintainability.

Core Features & Use Cases

  • Package Management: Use pnpm as the package manager (no npm/yarn).
  • Type Safety: Enforce strict tsconfig.json, optional chaining, and no usage of any.
  • Documentation: Use TSDoc for public APIs and keep code self-documenting.
  • Code Quality Tools: Linting, testing, and type checking as part of the workflow.

Quick Start

Install dependencies with pnpm, ensure strict mode in tsconfig, and run tests:

  • pnpm install
  • pnpm tsc --noEmit
  • pnpm test -- --coverage

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: typescript-dev
Download link: https://github.com/Cain96/dotfiles/archive/main.zip#typescript-dev

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