use-after-for-non-blocking-operations

Community

Non-blocking operations after response

Authorihj04982
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents background tasks like logging or analytics from delaying the response to a user's request, improving perceived performance.

Core Features & Use Cases

  • Asynchronous Execution: Schedules tasks to run after the HTTP response has been sent.
  • Non-Blocking: Ensures that operations like analytics, audit logging, or cleanup do not hold up the user-facing response.
  • Use Case: In an e-commerce checkout, log the user's purchase details for analytics after the order confirmation page has loaded, rather than making the user wait for the log to complete.

Quick Start

Use the after() function to log user actions after the response is sent.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: use-after-for-non-blocking-operations
Download link: https://github.com/ihj04982/my-cursor-settings/archive/main.zip#use-after-for-non-blocking-operations

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.