defer-await-until-needed
CommunityOptimize async code execution
Authorihj04982
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses inefficient asynchronous code patterns where await operations block code paths that do not actually require the awaited result, leading to unnecessary delays.
Core Features & Use Cases
- Lazy Await: Moves
awaitcalls into specific code branches, ensuring they are only executed when their results are needed. - Performance Optimization: Prevents blocking of unrelated code execution, improving overall application responsiveness.
- Use Case: Refactor an
asyncfunction to fetch user data only when theskipProcessingflag is false, rather than fetching it upfront and potentially wasting time if processing is skipped.
Quick Start
Refactor the provided TypeScript code to defer the await operation until it is strictly necessary.
Dependency Matrix
Required Modules
None requiredComponents
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: defer-await-until-needed Download link: https://github.com/ihj04982/my-cursor-settings/archive/main.zip#defer-await-until-needed Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.