create-timeout

Installation
SKILL.md

Timeout Pattern Generator

Creates Timeout pattern infrastructure for execution time limits with fallback support.

When to Use

Scenario Example
External API calls HTTP requests to third-party services
Database queries Long-running or unoptimized queries
Queue consumers Message processing time limits
File operations Large file uploads/downloads
Distributed calls gRPC, SOAP, or REST inter-service calls
Batch processing Individual item timeout within batch

Component Characteristics

TimeoutConfig

  • Immutable value object
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026