async-patterns

Installation
SKILL.md

Async Programming Patterns Skill

Master asynchronous programming - the foundation of Node.js performance and scalability.

Quick Start

Three pillars of async JavaScript:

  1. Callbacks - Traditional pattern (error-first)
  2. Promises - Modern chainable pattern
  3. Async/Await - Synchronous-looking async code

Core Patterns

Installs
87
GitHub Stars
2
First Seen
Jan 21, 2026
async-patterns — pluginagentmarketplace/custom-plugin-nodejs