async-await-coder
Detects and fixes missing async and await keywords in JavaScript or TypeScript code. Use this skill when reviewing code involving Promises, asynchronous API calls, or when debugging "Promise <pending>" issues and syntax errors related to asynchronous execution.
Skill Installation
Install this skill using skillscokac CLI tool
Installation command
npx skillscokac -i async-await-coderRemoval command
npx skillscokac -r async-await-coderUsage
After installation, run /async-await-coder in Claude Code
Prerequisite: Node.js must be installed on your system to run this command.
💡 Copy and run this command in your terminal to install the skill
SKILL.md
SKILL.md
SKILL.md
Frontmatter
name
async-await-coder
description
Detects and fixes missing async and await keywords in JavaScript or TypeScript code. Use this skill when reviewing code involving Promises, asynchronous API calls, or when debugging "Promise <pending>" issues and syntax errors related to asynchronous execution.
Loading editor...