typescript-async-patterns

Official

Master async patterns in TypeScript.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you write robust asynchronous TypeScript code using Promises, async/await, error handling, async iterators, and advanced composition patterns.

Core Features & Use Cases

  • Promises & async/await: Create and compose asynchronous operations with clear control flow.
  • Error Handling: Structured error propagation and centralized handling.
  • Composability: Pipe and compose asynchronous functions for clean pipelines.
  • Async Iterators: Iterate over async streams with type safety.

Quick Start

Implement a safeAsync wrapper around a Promise-returning function and use it in an async workflow.

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-async-patterns
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#typescript-async-patterns

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