← all plugins

Typescript Development

by @cjthompson · plugin · 6 skills

Deep TypeScript production guidance for testing, tooling, modules, packaging, and type-system work.

Install the whole plugin (CLI)
npx skillmds add cjthompson/typescript-testing npx skillmds add cjthompson/dignified-typescript npx skillmds add cjthompson/tighten-typescript-types npx skillmds add cjthompson/typescript-project-tooling npx skillmds add cjthompson/typescript-modules-packaging npx skillmds add cjthompson/typescript-type-system-reference
⬇ Download

Skills in this plugin

  1. typescript-testing · cjthompson
    Use when designing or implementing tests for TypeScript behavior, public types, compiler failures, filesystem or process boundaries, or package-consumer compatibility.
    1
    repo stars
  2. dignified-typescript · cjthompson
    Use when implementing or reviewing substantial TypeScript, designing public APIs, modeling domain state, validating runtime data, or refactoring project-scale TypeScript code.
    1
    repo stars
  3. tighten-typescript-types · cjthompson
    Use when tightening annotations in existing TypeScript, removing avoidable any or assertions, improving changed-file types, or reducing compiler errors without broad refactoring.
    1
    repo stars
  4. typescript-project-tooling · cjthompson
    Use when configuring or maintaining a TypeScript repository, package manager, tsconfig files, linting, formatting, testing, builds, workspaces, CI, or publishing automation.
    1
    repo stars
  5. typescript-modules-packaging · cjthompson
    Align TypeScript module resolution, package exports, and declaration emit so that consumers can import the published artifact under every supported runtime and bundler.
    1
    repo stars
  6. typescript-type-system-reference · cjthompson bundle
    Use when answering difficult or disputed TypeScript questions about assignability, inference, narrowing, variance, generics, conditional or mapped types, declarations, or compiler-option semantics.
    1
    repo stars