All plugins

TypeScript v7 operator

10 skills

TypeScript 7 native compiler configuration, type modeling, narrowing, generics, modules, packages, migrations, declarations, integrations, reference, and troubleshooting.

View this plugin on GitHub
any skills-format agent
$ npx skills add rj11io/11ai --skill 11ai-operator-typescript-v7-cheatsheet --skill 11ai-operator-typescript-v7-compiler-config --skill 11ai-operator-typescript-v7-environment --skill 11ai-operator-typescript-v7-integrations --skill 11ai-operator-typescript-v7-migrations-declarations --skill 11ai-operator-typescript-v7-modules-packages --skill 11ai-operator-typescript-v7-narrowing-generics --skill 11ai-operator-typescript-v7-setup --skill 11ai-operator-typescript-v7-troubleshooting --skill 11ai-operator-typescript-v7-type-modeling
claude code
$ claude plugin install 11ai-operator-typescript-v7@11ai
codex
$ codex plugin add 11ai-operator-typescript-v7@11ai

First time? Add the marketplace once with claude plugin marketplace add rj11io/11ai or codex plugin marketplace add rj11io/11ai, then install any plugin from it.

11ai-operator-typescript-v7-cheatsheet

Look up TypeScript commands, configuration, runtime patterns, and focused operations across compiler configuration, type modeling, narrowing and generics, modules and packages, migrations and declarations. Use when the user wants a concise reference instead of a guided workflow.

11ai-operator-typescript-v7-compiler-config

Inspect and change TypeScript compiler configuration including target, lib, strictness, module, moduleResolution, paths, emit, incremental builds, and project references. Use when creating or repairing tsconfig files, changing compiler behavior, or resolving configuration inheritance.

11ai-operator-typescript-v7-environment

Inspect the installed TypeScript runtime, package manager, module mode, project configuration, entry points, generated output, target environments, and checks without changing anything. Use before TypeScript work, when conventions are unknown, or when the user asks what is configured.

11ai-operator-typescript-v7-integrations

Connect TypeScript to build tools, tests, linting, formatting, CI, browser and server runtimes, package boundaries, and deployment artifacts while preserving ownership between layers. Use when TypeScript must cross another project subsystem or behave consistently from development through production.

11ai-operator-typescript-v7-migrations-declarations

Migrate JavaScript to TypeScript and author or generate declaration files with allowJs, checkJs, JSDoc, ambient modules, declaration emit, and compatibility tests. Use when incrementally adopting TypeScript, typing an untyped dependency, or publishing declaration files.

11ai-operator-typescript-v7-modules-packages

Operate TypeScript module resolution, package exports and imports, ESM and CommonJS interop, file extensions, type-only imports, path aliases, and consumer compatibility. Use when imports fail, package types are missing, dual-package behavior diverges, or exports must be published.

11ai-operator-typescript-v7-narrowing-generics

Apply TypeScript control-flow narrowing, type predicates, assertion functions, generics, constraints, conditional types, mapped types, and inference without over-generalizing APIs. Use when a union is hard to use, an API needs reusable type relationships, or inference and constraints are incorrect.

11ai-operator-typescript-v7-setup

Install and configure TypeScript from zero with a project-local toolchain, explicit runtime and module targets, source and output boundaries, baseline checks, and one verified example. Use when a project has no TypeScript setup or the user explicitly asks to initialize it.

11ai-operator-typescript-v7-troubleshooting

Diagnose TypeScript failures involving parsing, types, modules, configuration, async behavior, runtime differences, generated output, tests, integrations, security, and performance without masking the original error. Use when TypeScript code fails a check, behaves differently across environments, or produces unexpected output.

11ai-operator-typescript-v7-type-modeling

Model TypeScript values and APIs with object types, interfaces, unions, intersections, literals, discriminants, readonly data, utility types, and exact boundary validation. Use when designing a type contract, replacing unsafe assertions, or aligning runtime data with compile-time types.