TypeScript type system, patterns, and configuration. Use when writing TypeScript code.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill typescript --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Typescript?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-typescript)More formats (shields.io, HTML) on the badges page.
---
name: typescript
description: TypeScript type system, patterns, and configuration. Use when writing TypeScript code.
---
## typescript
Leverage TypeScript effectively.
### Type patterns
- interface for objects, type for unions
- Generics for reusable functions
- Discriminated unions for state machines
- Template literal types
- satisfies operator
### Strict mode
- strict: true in tsconfig
- noUncheckedIndexedAccess
- Use unknown over any
### Utility types
- Partial, Required, Pick, Omit
- Record, Exclude, Extract
- ReturnType, Parameters, Awaited
- NonNullable, Readonly
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!