Back to tags
Tag

Agent Skills with tag: async-await

12 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

makepad-rust

Rust patterns and best practices specific to Makepad UI development. Covers widget ownership (WidgetRef, WidgetSet), lifetime management, derive macros (Live, Widget), state management, async architecture with tokio integration (why UI/async separation is needed, global runtime pattern, request channels, response mechanisms like SignalToUI and Cx::post_action), platform-specific code, Unicode/grapheme handling for CJK and emoji text, and performance optimization. Use when writing Rust code for Makepad applications.

rustmakepadui-componentsasync-await
ZhangHanDong
ZhangHanDong
11118

async-python

Python async/await patterns with asyncio, concurrent.futures, threading, and multiprocessing. Covers async context managers, timeouts, cancellation, common pitfalls (blocking in async, missing await, event loop issues), and choosing between async/threading/multiprocessing. Use when writing async code, debugging async issues, choosing concurrency approaches, or testing async functions.

async-awaitpythonasyncioconcurrency
randalmurphal
randalmurphal
0

async-await-patterns

Use when writing JavaScript or TypeScript code with asynchronous operations

javascripttypescriptasync-awaitasynchronous-programming
axiomantic
axiomantic
0

async-python-patterns

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

asyncioconcurrent-programmingasync-awaitpython
prof-ramos
prof-ramos
0

testing-patterns

Testing patterns and standards for this codebase, including async effects, fakes vs mocks, and property-based testing.

async-awaittest-patternsmocksfakes
lambdamechanic
lambdamechanic
11

ios-networking

Master iOS networking - URLSession, async/await, REST APIs, authentication

iosURLSessionasync-awaitREST
pluginagentmarketplace
pluginagentmarketplace
1

async-programming

Master Rust async/await with Tokio

rustasync-awaittokioconcurrency
pluginagentmarketplace
pluginagentmarketplace
1

swift-concurrency

Master Swift concurrency - async/await, actors, structured concurrency, Sendable, TaskGroups

swiftconcurrencyasync-awaitstructured-concurrency
pluginagentmarketplace
pluginagentmarketplace
0

swift-networking

Handle networking in Swift - URLSession, async/await, Codable, API clients, error handling

swiftiosnetworkingurlsession
pluginagentmarketplace
pluginagentmarketplace
0

mcp-builder-rust

Guide for creating high-quality MCP (Model Context Protocol) servers in Rust using rmcp SDK. Use when building production-grade MCP servers with type safety, performance, and async support.

rustmodel-context-protocolrmcp-sdktype-safety
h315uk3
h315uk3
9

async-python-patterns

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

pythonasync-awaitasynchronous-programmingasyncio
Jamie-BitFlight
Jamie-BitFlight
181

fastmcp-creator

Build Model Context Protocol (MCP) servers - comprehensive coverage of generic MCP protocol AND FastMCP framework specialization. Use when creating any MCP server (Python FastMCP preferred, TypeScript/Node also covered). Includes agent-centric design principles, evaluation creation, Pydantic/Zod validation, async patterns, STDIO/HTTP/SSE transports, FastMCP Cloud deployment, .mcpb packaging, security patterns, and mid-2025+ community practices. Standalone skill with no external dependencies.

fastmcpmodel-context-protocolpythonnodejs
Jamie-BitFlight
Jamie-BitFlight
181