
hairy-utils
Comprehensive skills for working with @hairy/utils core utilities
1stars
1forks
Updated 2/2/2026
SKILL.md
readonlyread-only
name
hairy-utils
description
Comprehensive skills for working with @hairy/utils core utilities
version
"2026.01.29"
Based on @hairy/utils v1.47.0. Focuses on core utility functions for JavaScript/TypeScript development.
Core References
| Topic | Description | Reference |
|---|---|---|
| Async Utilities | Promise handling, deferred promises, and async flow control | core-async |
| Function Composition | Compose and pipe functions for functional programming | core-composition |
| Loop Control | Cancellable loops with delay control | core-loop |
| Type Checking | Runtime type detection and validation utilities | core-type-checking |
| Number Utilities | BigNumber operations, formatting, and calculations | core-numbers |
| String Utilities | String manipulation, templating, and formatting | core-strings |
| Browser Detection | Environment and browser detection utilities | core-browser |
Advanced Features
| Topic | Description | Reference |
|---|---|---|
| Type Utilities | Type definitions and type manipulation helpers | advanced-types |
| Utility Functions | General-purpose utility functions | advanced-utils |
You Might Also Like
Related Skills

verify
243K
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
facebook
test
243K
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
facebook
feature-flags
243K
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
facebook
extract-errors
243K
Use when adding new error messages to React, or seeing "unknown error code" warnings.
facebook