Agent skill
JavaScript
JavaScript coding standards and best practices for JavaScript and TypeScript. Use when writing or reviewing JavaScript code, working with promises, or discussing JavaScript patterns.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/javascript
SKILL.md
JavaScript
The following rules apply to both JavaScript and the Javascript-subset of TypeScript:
- Use existing APIs that return promises instead of constructing promises with
new.
Didn't find tool you were looking for?