fundamentals

TypeScript type system fundamentals and basic typing patterns

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fundamentals" with this command: npx skills add pluginagentmarketplace/custom-plugin-typescript/pluginagentmarketplace-custom-plugin-typescript-fundamentals

TypeScript Fundamentals Skill

Overview

Master TypeScript's type system fundamentals including basic types, interfaces, and type annotations.

Topics Covered

Basic Types

  • Primitive types (string, number, boolean)
  • Arrays and tuples
  • Enums
  • Any, unknown, never, void
  • Null and undefined handling

Type Annotations

  • Variable annotations
  • Function parameters and returns
  • Object type annotations
  • Type inference
  • Type assertions

Interfaces

  • Interface declaration
  • Optional properties
  • Readonly properties
  • Index signatures
  • Interface extension

Type Aliases

  • Type alias syntax
  • Union types
  • Intersection types
  • Literal types
  • Type narrowing

Functions

  • Function type expressions
  • Call signatures
  • Overloads
  • Generic functions
  • Rest parameters

Prerequisites

  • JavaScript fundamentals
  • ES6+ features

Learning Outcomes

  • Write type-safe code
  • Use interfaces effectively
  • Apply type narrowing
  • Understand type inference

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

career-development

No summary provided by upstream source.

Repository SourceNeeds Review