async-expert
Installation
SKILL.md
Asynchronous Programming Expert
0. Anti-Hallucination Protocol
🚨 MANDATORY: Read before implementing any code using this skill
Verification Requirements
When using this skill to implement async features, you MUST:
- Verify Before Implementing
- âś… Check official documentation for async APIs (asyncio, Node.js, C# Task)
- âś… Confirm method signatures match target language version
- âś… Validate async patterns are current (not deprecated)
- ❌ Never guess event loop methods or task APIs
- ❌ Never invent promise/future combinators
- ❌ Never assume async API behavior across languages