Async programming patterns for JavaScript/TypeScript, Python, and other languages.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill async --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Async?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-async)More formats (shields.io, HTML) on the badges page.
---
name: async
description: Async programming patterns for JavaScript/TypeScript, Python, and other languages.
---
## async
Write correct async code.
### JS/TS patterns
- async/await over raw .then()
- Promise.all for parallel tasks
- Promise.allSettled for all results
- AbortController for cancellation
- Avoid promise nesting
### Common issues
- Unhandled rejections
- Race conditions
- Deadlocks
- Fire-and-forget without error handling
- Sequential when parallel is possible
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!