Javascript

Use for JavaScript or TypeScript-specific implementation involving Node.js, browser APIs, modules, async flows, package tooling, or language-level concerns.

rhenter Updated

File contents

Javascript

  • Prefer clear modern JavaScript/TypeScript over clever code.
  • Preserve runtime, module system, formatter, linter, and package manager.
  • Handle async behavior and errors explicitly.
  • Avoid hidden global state and implicit mutation.

rhenter/agent-skills/tree/main/skills/javascript commit b35d3e8645

Frequently asked questions

npx skillmds@latest add rhenter/javascript