async-sync-advisor

Community

Smart async/sync guidance for Lambda

AuthorEmilLindfors
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps Rust Lambda developers choose the optimal concurrency pattern (async, spawn_blocking, or data-parallel strategies) to improve throughput and reduce latency for mixed workloads.

Core Features & Use Cases

  • Concurrence-pattern detection: Identifies CPU-bound vs I/O-bound components and recommends async, spawn_blocking, or Rayon usage.
  • Pattern examples: Provides Rust code sketches showing how to combine async and blocking work safely.
  • Performance guidance: Explains when and why to prefer concurrent I/O, blocking offload, or parallel computation.

Quick Start

Ask the skill to review a Lambda handler and return a recommended concurrency pattern with a short rationale.

Dependency Matrix

Required Modules

None required

Components

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: async-sync-advisor
Download link: https://github.com/EmilLindfors/claude-marketplace/archive/main.zip#async-sync-advisor

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.