From hairyf-skills-4
Guides usage of @hairy/utils v1.47.0 core utilities in JavaScript/TypeScript: async promises, function composition, loops, type checking, numbers, strings, browser detection.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin hairyf-skills-4This skill uses the workspace's default tool permissions.
> Based on @hairy/utils v1.47.0. Focuses on core utility functions for JavaScript/TypeScript development.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Based on @hairy/utils v1.47.0. Focuses on core utility functions for JavaScript/TypeScript development.
| 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 |
| Topic | Description | Reference |
|---|---|---|
| Type Utilities | Type definitions and type manipulation helpers | advanced-types |
| Utility Functions | General-purpose utility functions | advanced-utils |